Your message dated Tue, 22 Nov 2005 05:32:05 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#340192: fixed in commons-pool 1.2-5 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; 21 Nov 2005 18:21:05 +0000 >From [EMAIL PROTECTED] Mon Nov 21 10:21:05 2005 Return-path: <[EMAIL PROTECTED]> Received: from mail-out.m-online.net ([212.18.0.9]) by spohr.debian.org with esmtp (Exim 4.50) id 1EeGHp-0007lH-6k for [EMAIL PROTECTED]; Mon, 21 Nov 2005 10:21:05 -0800 Received: from mail.m-online.net (svr20.m-online.net [192.168.3.148]) by mail-out.m-online.net (Postfix) with ESMTP id 3FB5170620; Mon, 21 Nov 2005 19:19:14 +0100 (CET) Received: from atari.stigge.org (ppp-82-135-1-135.mnet-online.de [82.135.1.135]) by mail.m-online.net (Postfix) with ESMTP id 559D0136C4D; Mon, 21 Nov 2005 19:21:00 +0100 (CET) Received: from [192.168.5.99] (localhost [127.0.0.1]) by atari.stigge.org (Postfix) with ESMTP id 9DB7F1033FA7C; Mon, 21 Nov 2005 19:21:09 +0100 (CET) From: Roland Stigge <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: commons-pool: FTBFS: New, more restrictive coreutils cp Message-Id: <[EMAIL PROTECTED]> Date: Mon, 21 Nov 2005 19:21:09 +0100 (CET) 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=-7.5 required=4.0 tests=BAYES_00,HAS_PACKAGE, RCVD_IN_SORBS autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: commons-pool Version: 1.2-4 Severity: serious Tags: patch Hi, building the package commons-pool in a clean sid build environment (with pbuilder) on i386 results in: ========================================================================= [...] BUILD SUCCESSFUL Total time: 4 seconds touch debian/stamp-ant-build fakeroot debian/rules binary dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) test -x debian/rules test "`id -u`" = 0 dh_clean -k dh_installdirs -A if [ -n "" ]; then \ mkdir -p ""; \ fi if [ ! -d "." ]; then \ mkdir -p "."; \ fi if [ -z "" ]; then \ if ! test -f debian/compat; then echo 4 > debian/compat; fi; \ fi DEB_ANT_CHECK_TARGET unset, not running checks DEB_ANT_INSTALL_TARGET unset, skipping default ant.mk common-install target dh_installdirs -plibcommons-pool-java install -m 644 dist/commons-pool.jar debian/libcommons-pool-java/usr/share/java/commons-pool-1.2.jar echo "usr/share/java/commons-pool-1.2.jar usr/share/java/commons-pool.jar" > debian/libcommons-pool-java.links cp -a dist/docs/ debian/libcommons-pool-java/usr/share/doc/libcommons-pool-java/ cp: target `debian/libcommons-pool-java/usr/share/doc/libcommons-pool-java/' is not a directory: No such file or directory make: *** [install/libcommons-pool-java] Error 1 ========================================================================= This patch fixes it: ========================================================================= --- debian/rules.orig 2005-11-21 19:19:09.000000000 +0100 +++ debian/rules 2005-11-21 19:19:21.000000000 +0100 @@ -25,7 +25,7 @@ install/lib${LIBRARY}-java:: install -m 644 dist/${LIBRARY}.jar debian/lib${LIBRARY}-java/usr/share/java/${LIBRARY}-${VERSION}.jar echo "usr/share/java/${LIBRARY}-${VERSION}.jar usr/share/java/${LIBRARY}.jar" > debian/lib${LIBRARY}-java.links - cp -a dist/docs/ debian/lib${LIBRARY}-java/usr/share/doc/lib${LIBRARY}-java/ + cp -a dist/docs debian/lib${LIBRARY}-java/usr/share/doc/lib${LIBRARY}-java clean:: -rm debian/lib${LIBRARY}-java.links ========================================================================= Thanks for considering. -- DARTS - Debian Archive Regression Test Suite http://darts.alioth.debian.org/ --------------------------------------- Received: (at 340192-close) by bugs.debian.org; 22 Nov 2005 13:32:19 +0000 >From [EMAIL PROTECTED] Tue Nov 22 05:32:19 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 4.50) id 1EeYFh-0005oW-Pu; Tue, 22 Nov 2005 05:32:05 -0800 From: Arnaud Vandyck <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#340192: fixed in commons-pool 1.2-5 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 22 Nov 2005 05:32:05 -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 Source: commons-pool Source-Version: 1.2-5 We believe that the bug you reported is fixed in the latest version of commons-pool, which is due to be installed in the Debian FTP archive: commons-pool_1.2-5.diff.gz to pool/main/c/commons-pool/commons-pool_1.2-5.diff.gz commons-pool_1.2-5.dsc to pool/main/c/commons-pool/commons-pool_1.2-5.dsc libcommons-pool-java_1.2-5_all.deb to pool/main/c/commons-pool/libcommons-pool-java_1.2-5_all.deb 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. Arnaud Vandyck <[EMAIL PROTECTED]> (supplier of updated commons-pool 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: Tue, 22 Nov 2005 13:14:58 +0000 Source: commons-pool Binary: libcommons-pool-java Architecture: source all Version: 1.2-5 Distribution: unstable Urgency: low Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org> Changed-By: Arnaud Vandyck <[EMAIL PROTECTED]> Description: libcommons-pool-java - A set of objects that implement the pooling pattern for java obje Closes: 340192 Changes: commons-pool (1.2-5) unstable; urgency=low . * fixed FTBFS, thanks to Roland Stigge (closes: #340192) Files: 787b2cfdcbdad6e2018e4866d9419d46 786 libs optional commons-pool_1.2-5.dsc a4d75c3b5a8f1cefd938d53f58d0e38e 3129 libs optional commons-pool_1.2-5.diff.gz 8e2f46cb61da996bb7693e5d55f552ee 104864 libs optional libcommons-pool-java_1.2-5_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDgxo54vzFZu62tMIRAkB8AKC70DS39I8+Ggx6dn7utGSmdj1TlQCePi0G I03nzn9TNAe25D59/2LQYcc= =mWoy -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]