Bug#302401: marked as done (valgrind: Bad option `--skin=memcheck'; aborting.)

Debian Bug Tracking System owner at bugs.debian.org
Wed Sep 7 17:33:10 UTC 2005


Your message dated Wed, 07 Sep 2005 10:02:06 -0700
with message-id <E1ED3JG-00071a-00 at spohr.debian.org>
and subject line Bug#302401: fixed in alleyoop 0.9.0-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 31 Mar 2005 16:31:43 +0000
>From janek at absurd.kozicki.pl Thu Mar 31 08:31:43 2005
Return-path: <janek at absurd.kozicki.pl>
Received: from pollux.ds.pg.gda.pl [153.19.208.7] (postfix)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DH2a6-0001gX-00; Thu, 31 Mar 2005 08:31:42 -0800
Received: from localhost (localhost [127.0.0.1])
	by pollux.ds.pg.gda.pl (Postfix) with ESMTP id ABA47E1CA5
	for <submit at bugs.debian.org>; Thu, 31 Mar 2005 18:31:36 +0200 (CEST)
Received: from pollux.ds.pg.gda.pl ([127.0.0.1])
 by localhost (pollux [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
 id 28148-04 for <submit at bugs.debian.org>;
 Thu, 31 Mar 2005 18:31:36 +0200 (CEST)
Received: from piorun.ds.pg.gda.pl (piorun.ds.pg.gda.pl [153.19.208.8])
	by pollux.ds.pg.gda.pl (Postfix) with ESMTP id 504CEE1CA1
	for <submit at bugs.debian.org>; Thu, 31 Mar 2005 18:31:36 +0200 (CEST)
Received: from absurd.kozicki.pl (mail at absurd.ds.pg.gda.pl [153.19.207.4])
	by piorun.ds.pg.gda.pl (8.13.1/8.13.1) with ESMTP id j2VGVdLt005465
	for <submit at bugs.debian.org>; Thu, 31 Mar 2005 18:31:39 +0200
Received: from janek by absurd.kozicki.pl with local (Exim 3.36 #1 (Debian))
	id 1DH2a4-0003UX-00
	for <submit at bugs.debian.org>; Thu, 31 Mar 2005 18:31:40 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Janek Kozicki <janek at absurd.kozicki.pl>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: valgrind: Bad option `--skin=memcheck'; aborting.
X-Mailer: reportbug 3.8
Date: Thu, 31 Mar 2005 18:31:40 +0200
Message-Id: <E1DH2a4-0003UX-00 at absurd.kozicki.pl>
X-Virus-Scanned: ClamAV 0.83/798/Thu Mar 31 11:54:41 2005 on piorun.ds.pg.gda.pl
X-Virus-Status: Clean
X-Virus-Scanned: by amavisd-new at pollux.ds.pg.gda.pl
Delivered-To: submit at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: alleyoop
Version: 0.8.2-3
Severity: grave
Justification: renders package unusable


it's easy to reproduce, just start:  alleyoop ls , click run, and you
will se following:


valgrind: Bad option `--skin=memcheck'; aborting.
valgrind: Use --help for more information.


to fix this bug is really easy, diff follows:

diff alleyoop-0.8.2/src/prefs.c alleyoop-0.8.2.NEW/src/prefs.c
258c258
<                       g_ptr_array_add (argv, "--skin=memcheck");
---
>                       g_ptr_array_add (argv, "--tool=memcheck");
261c261
<                       g_ptr_array_add (argv, "--skin=addrcheck");
---
>                       g_ptr_array_add (argv, "--tool=addrcheck");
264c264
<                       g_ptr_array_add (argv, "--skin=cachegrind");
---
>                       g_ptr_array_add (argv, "--tool=cachegrind");
267c267
<                       g_ptr_array_add (argv, "--skin=helgrind");
---
>                       g_ptr_array_add (argv, "--tool=helgrind");
274c274
<               g_ptr_array_add (argv, "--skin=memcheck");
---
>               g_ptr_array_add (argv, "--tool=memcheck");

I think, that it's because new version of valgrind has just entered
sarge


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages alleyoop depends on:
ii  libart-2.0-2        2.3.17-1             Library of functions for 2D graphi
ii  libatk1.0-0         1.8.0-4              The ATK accessibility toolkit
ii  libbonobo2-0        2.8.1-2              Bonobo CORBA interfaces library
ii  libbonoboui2-0      2.8.1-2              The Bonobo UI library
ii  libc6               2.3.2.ds1-20         GNU C Library: Shared libraries an
ii  libgconf2-4         2.8.1-4              GNOME configuration database syste
ii  libglade2-0         1:2.4.2-2            library to load .glade files at ru
ii  libglib2.0-0        2.6.3-1              The GLib library of C routines
ii  libgnome2-0         2.8.1-2              The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.8.0-1              A powerful object-oriented display
ii  libgnomeui-0        2.8.1-3              The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0      2.8.4-2              The GNOME virtual file-system libr
ii  libgtk2.0-0         2.6.2-4              The GTK+ graphical user interface 
ii  libice6             4.3.0.dfsg.1-10      Inter-Client Exchange library
ii  liborbit2           1:2.12.1-1           libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0       1.8.1-1              Layout and rendering of internatio
ii  libpopt0            1.7-5                lib for parsing cmdline parameters
ii  libsm6              4.3.0.dfsg.1-10      X Window System Session Management
ii  libxml2             2.6.16-4             GNOME XML library
ii  valgrind            1:2.2.0+2.4.0rc4+1-1 A memory debugger for x86-linux
ii  xlibs               4.3.0.dfsg.1-10      X Keyboard Extension (XKB) configu
ii  zlib1g              1:1.2.2-3            compression library - runtime

-- no debconf information

---------------------------------------
Received: (at 302401-close) by bugs.debian.org; 7 Sep 2005 17:23:23 +0000
>From katie at spohr.debian.org Wed Sep 07 10:23:23 2005
Return-path: <katie at spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1ED3JG-00071a-00; Wed, 07 Sep 2005 10:02:06 -0700
From: guilherme.pastore at terra.com.br (Guilherme de S. Pastore)
To: 302401-close at bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#302401: fixed in alleyoop 0.9.0-1
Message-Id: <E1ED3JG-00071a-00 at spohr.debian.org>
Sender: Archive Administrator <katie at spohr.debian.org>
Date: Wed, 07 Sep 2005 10:02:06 -0700
Delivered-To: 302401-close at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 3

Source: alleyoop
Source-Version: 0.9.0-1

We believe that the bug you reported is fixed in the latest version of
alleyoop, which is due to be installed in the Debian FTP archive:

alleyoop_0.9.0-1.diff.gz
  to pool/main/a/alleyoop/alleyoop_0.9.0-1.diff.gz
alleyoop_0.9.0-1.dsc
  to pool/main/a/alleyoop/alleyoop_0.9.0-1.dsc
alleyoop_0.9.0-1_i386.deb
  to pool/main/a/alleyoop/alleyoop_0.9.0-1_i386.deb
alleyoop_0.9.0.orig.tar.gz
  to pool/main/a/alleyoop/alleyoop_0.9.0.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 302401 at bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guilherme de S. Pastore <guilherme.pastore at terra.com.br> (supplier of updated alleyoop package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster at debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun,  4 Sep 2005 23:04:44 -0300
Source: alleyoop
Binary: alleyoop
Architecture: source i386
Version: 0.9.0-1
Distribution: unstable
Urgency: low
Maintainer: Carlos Perelló Marín <carlos at pemas.net>
Changed-By: Guilherme de S. Pastore <guilherme.pastore at terra.com.br>
Description: 
 alleyoop   - Front-end to the Valgrind memory checker
Closes: 302401 317490 326521
Changes: 
 alleyoop (0.9.0-1) unstable; urgency=low
 .
   * Acknowledge NMU (Closes: #302401)
     Thanks to Lars Wirzenius <liw at iki.fi>
   * New upstream release (Closes: #326521)
   * debian/patches/00_assignments.diff:
   - fix FTBFS caused by casting the lvalues of assignments;
     patch based on Matt Kraai's, thanks! (Closes: #317490)
Files: 
 0235dbc23997614a600fcfbf412a8181 1638 devel optional alleyoop_0.9.0-1.dsc
 5c1b974fb5b3b15a98ec0e70aa907cfc 299833 devel optional alleyoop_0.9.0.orig.tar.gz
 523b12d1544525c5425715e99d895545 5220 devel optional alleyoop_0.9.0-1.diff.gz
 66307f292ed9af0ecc8d3e33d9b72c3e 406298 devel optional alleyoop_0.9.0-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDHxlLt1anjIgqbEsRAn0SAJ0Q6uOCC6ge/16NSUt+18EkKB/JewCbBNqx
u8H5umsflnvZ3xYtRTT0uk4=
=cYgk
-----END PGP SIGNATURE-----





More information about the Pkg-gnome-maintainers mailing list