Your message dated Thu, 12 Jan 2006 02:02:13 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#344172: fixed in psmisc 22.1-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; 20 Dec 2005 16:32:35 +0000
>From [EMAIL PROTECTED] Tue Dec 20 08:32:35 2005
Return-path: <[EMAIL PROTECTED]>
Received: from [202.155.139.209] (helo=[192.168.1.84])
by spohr.debian.org with esmtp (Exim 4.50)
id 1EokPg-00025G-P0
for [EMAIL PROTECTED]; Tue, 20 Dec 2005 08:32:35 -0800
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Andika Triwidada <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: psmisc 21.9-1 doesn't build on i386
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.18
Date: Tue, 20 Dec 2005 23:32:31 +0700
X-Debbugs-Cc: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
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=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02
Package: psmisc
Version: 21.9-1
Severity: serious
Tags: patch
Justification: no longer builds from source
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-mb05.2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages psmisc depends on:
ii libc6 2.3.5-9 GNU C Library: Shared libraries an
ii libncurses5 5.5-1 Shared libraries for terminal hand
psmisc recommends no packages.
-- no debconf information
Follow up of pstree -a bug as in this report
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338108
that should have been fixed on psmisc_21.9-1,
I can't find i386 deb. So I tried to build from source.
First attempt resulted in error:
-- build log -----------------------------------------------
[EMAIL PROTECTED]:/tmp/psmisc-21.9$ debian/rules
dh_testdir
# Add here commands to compile the package.
../configure --prefix=/usr --mandir=\${prefix}/share/man
checking for a BSD-compatible install... /usr/bin/install -c
( ... snip ... )
Making all in src
make[3]: Entering directory `/tmp/psmisc-21.9/src'
gcc -E -dM signames.c |\
tr -s '\t ' ' ' | sort -n -k 3 | sed \
's:#define SIG\([A-Z]\+[0-9]*\) \([0-9]\+\) *\(\|/\*.*\)$:{\
\2,"\1" },:p;d' | \
grep -v '[0-9][0-9][0-9]' >signames.h || \
{ rm -f signames.h; exit 1; }
grep '^{ 1,"HUP" },$' signames.h >/dev/null || \
{ rm -f signames.h; exit 1; }
make[3]: *** [signames.h] Error 1
make[3]: Leaving directory `/tmp/psmisc-21.9/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/psmisc-21.9'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/psmisc-21.9'
make: *** [build-stamp] Error 2
-- end ------------------------------------------------------
Then I tried to modify src/Makefile.in and the problem solved.
I hope this fix is portable to non i386.
-- patch ----------------------------------------------------
[EMAIL PROTECTED]:/tmp/psmisc-21.9$ diff -urN src/Makefile.in.orig
src/Makefile.in
--- src/Makefile.in.orig 2005-12-16 18:55:48 +0700
+++ src/Makefile.in 2005-12-20 23:10:58 +0700
@@ -459,8 +459,7 @@
signames.h: signames.c Makefile
@CPP@ -dM $< |\
tr -s '\t ' ' ' | sort -n -k 3 | sed \
- 's:#define SIG\([A-Z]\+[0-9]*\) \([0-9]\+\) *\(\|/\*.*\)$$:{\
-\2,"\1" },:p;d' | \
+ 's:#define SIG\([A-Z]\+[0-9]*\) \([0-9]\+\) *\(\|/\*.*\)$$:{\ \2,"\1"
},:p;d' | \
grep -v '[0-9][0-9][0-9]' >signames.h || \
{ rm -f signames.h; exit 1; }
grep '^{ 1,"HUP" },$$' signames.h >/dev/null || \
-- end ------------------------------------------------------
-- build log -----------------------------------------------
[EMAIL PROTECTED]:/tmp/psmisc-21.9$ debian/rules
dh_testdir
# Add here commands to compile the package.
../configure --prefix=/usr --mandir=\${prefix}/share/man
checking for a BSD-compatible install... /usr/bin/install -c
( ... snip ... )
Making all in src
make[3]: Entering directory `/tmp/psmisc-21.9/src'
gcc -E -dM signames.c |\
tr -s '\t ' ' ' | sort -n -k 3 | sed \
's:#define SIG\([A-Z]\+[0-9]*\) \([0-9]\+\) *\(\|/\*.*\)$:{\ \2,"\1"
},:p;d' | \
grep -v '[0-9][0-9][0-9]' >signames.h || \
{ rm -f signames.h; exit 1; }
grep '^{ 1,"HUP" },$' signames.h >/dev/null || \
{ rm -f signames.h; exit 1; }
/usr/bin/make all-am
make[4]: Entering directory `/tmp/psmisc-21.9/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -DLOCALEDIR=\"/usr/share/locale\"
-g -O2 -MT fuser.o -MD -MP -MF ".deps/fuser.Tpo" -c -o fuser.o fuser.c; \
then mv -f ".deps/fuser.Tpo" ".deps/fuser.Po"; else rm -f
".deps/fuser.Tpo"; exit 1; fi
( ... snip ... )
make[1]: Leaving directory `/tmp/psmisc-21.9'
touch build-stamp
-- end ------------------------------------------------------
Regards,
Andika Triwidada
---------------------------------------
Received: (at 344172-close) by bugs.debian.org; 12 Jan 2006 10:10:45 +0000
>From [EMAIL PROTECTED] Thu Jan 12 02:10:45 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EwzHZ-0002vE-H9; Thu, 12 Jan 2006 02:02:13 -0800
From: Craig Small <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#344172: fixed in psmisc 22.1-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 12 Jan 2006 02:02:13 -0800
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: psmisc
Source-Version: 22.1-1
We believe that the bug you reported is fixed in the latest version of
psmisc, which is due to be installed in the Debian FTP archive:
psmisc_22.1-1.diff.gz
to pool/main/p/psmisc/psmisc_22.1-1.diff.gz
psmisc_22.1-1.dsc
to pool/main/p/psmisc/psmisc_22.1-1.dsc
psmisc_22.1-1_i386.deb
to pool/main/p/psmisc/psmisc_22.1-1_i386.deb
psmisc_22.1.orig.tar.gz
to pool/main/p/psmisc/psmisc_22.1.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Craig Small <[EMAIL PROTECTED]> (supplier of updated psmisc 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Thu, 12 Jan 2006 19:01:13 +1100
Source: psmisc
Binary: psmisc
Architecture: source i386
Version: 22.1-1
Distribution: unstable
Urgency: low
Maintainer: Craig Small <[EMAIL PROTECTED]>
Changed-By: Craig Small <[EMAIL PROTECTED]>
Description:
psmisc - Utilities that use the proc filesystem
Closes: 313934 344172 344901
Changes:
psmisc (22.1-1) unstable; urgency=low
.
* New upstream release
* Updated German PO file Closes: #313934
* fuser -s flag works Closes: #344901
* fixed grep lines in Makefile for i386 arches Closes: #344172
Files:
267e99258a221383fadb74087fe9a3de 577 admin optional psmisc_22.1-1.dsc
3d0a0d5cbc13e7e8e973d931977a4282 236267 admin optional psmisc_22.1.orig.tar.gz
21d4a24dc9860b607f4a8d6ce5ff469a 4350 admin optional psmisc_22.1-1.diff.gz
8aa069e6387c3ed4f8658ac9dfe2968d 68948 admin optional psmisc_22.1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDxiX8x2zlrBLK36URAiwBAKCj3uy7Ots7tF6Exssqu89f+H7iDgCcD1h0
5iffXM8fwzpMUK+L6gv1wyE=
=eS/N
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]