Your message dated Thu, 15 Dec 2005 01:02:09 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#319912: fixed in libgc 1:6.6-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; 25 Jul 2005 16:32:19 +0000
>From [EMAIL PROTECTED] Mon Jul 25 09:32:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from server.theo.chemie.tu-muenchen.de [129.187.122.133]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1Dx5sJ-0006LW-00; Mon, 25 Jul 2005 09:32:19 -0700
Received: by castor.theo.chemie.tu-muenchen.de (Postfix, from userid 557)
id 1A3DD4174; Mon, 25 Jul 2005 18:31:48 +0200 (CEST)
Date: Mon, 25 Jul 2005 18:31:48 +0200
From: Michael Banck <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: libgc: FTBFS on hurd-i386: configure.in does not support the Hurd for
threading
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="Sr1nOIr3CvdE5hEN"
Content-Disposition: inline
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
--Sr1nOIr3CvdE5hEN
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Package: libgc
Version: 6.5-1
Severity: important
Tags: patch
Hello,
Your package fails to build from source:
Automatic build of libgc_1:6.5-1 on beethoven by sbuild/hurd-i386
1.170.5
Build started at 20050725-1608
******************************************************************************
Checking available source versions...
Fetching source files...
Reading Package Lists...
Building Dependency Tree...
Need to get 1005kB of source archives.
Get:1 http://ftp.de.debian.org unstable/main libgc 1:6.5-1 (dsc) [553B]
Get:2 http://ftp.de.debian.org unstable/main libgc 1:6.5-1 (tar) [752kB]
Get:3 http://ftp.de.debian.org unstable/main libgc 1:6.5-1 (diff)
[252kB]
Fetched 1005kB in 0s (1396kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper
**** Warning:
**** The following central src deps are (probably) missing:
libc6-dev
Checking for already installed source dependencies...
debhelper: already installed
Checking for source dependency conflicts...
Checking correctness of source dependencies...
Toolchain package versions: libc0.3-dev_2.3.2.ds1-22
gnumach-dev_1:20050501-4 hurd-dev_20050513-3 gcc-4.0_4.0.1-2+hurd.1
g++-4.0_4.0.1-2+hurd.1 binutils_2.16.1-2
libstdc++6-4.0-dev_4.0.1-2+hurd.1 libstdc++6_4.0.1-2+hurd.1
------------------------------------------------------------------------------
dpkg-source: extracting libgc in libgc-6.5
dpkg-buildpackage: source package is libgc
dpkg-buildpackage: source version is 1:6.5-1
dpkg-buildpackage: host architecture hurd-i386
[...]
debian/rules build
dh_testdir
# First build the shared library
./configure --enable-cplusplus --disable-dependency-tracking \
--with-tags=CXX --prefix=/usr --mandir=\${prefix}/share/man \
--sysconfdir=/etc --localstatedir=/var/lib \
--datadir=\${prefix}/share/doc
checking build system type... i686-unknown-gnu0.3
checking host system type... i686-unknown-gnu0.3
checking target system type... i686-unknown-gnu0.3
checking GC version numbers... major=6 minor=5
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking for ar... ar
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking whether to enable maintainer-specific portions of Makefiles...
no
checking for thread model used by GCC... posix
configure: error: "Pthreads not supported by the GC on this platform."
make: *** [build-stamp] Error 1
******************************************************************************
Build finished at 20050725-1609
FAILED [dpkg-buildpackage died]
Simply adding a stub section about *-*-gnu* for threading to
configure.in (see attached patch) and regenerating configure makes libgc
build fine and (both) tests pass.
cheers,
Michael
--Sr1nOIr3CvdE5hEN
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="libgc.diff"
--- configure.in.orig 2005-07-25 17:23:25.000000000 +0200
+++ configure.in 2005-07-25 17:23:53.000000000 +0200
@@ -90,6 +90,10 @@
AC_DEFINE(GC_LINUX_THREADS)
AC_DEFINE(_REENTRANT)
;;
+ *-*-gnu*)
+ AC_DEFINE(GC_GNU_THREADS)
+ AC_DEFINE(_REENTRANT)
+ ;;
*-*-aix*)
AC_DEFINE(GC_AIX_THREADS)
AC_DEFINE(_REENTRANT)
--Sr1nOIr3CvdE5hEN--
---------------------------------------
Received: (at 319912-close) by bugs.debian.org; 15 Dec 2005 09:10:58 +0000
>From [EMAIL PROTECTED] Thu Dec 15 01:10:58 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1Emp05-0006Z8-Vs; Thu, 15 Dec 2005 01:02:09 -0800
From: Ryan Murray <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.60 $
Subject: Bug#319912: fixed in libgc 1:6.6-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 15 Dec 2005 01:02:09 -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: libgc
Source-Version: 1:6.6-1
We believe that the bug you reported is fixed in the latest version of
libgc, which is due to be installed in the Debian FTP archive:
libgc-dev_6.6-1_i386.deb
to pool/main/libg/libgc/libgc-dev_6.6-1_i386.deb
libgc1c2_6.6-1_i386.deb
to pool/main/libg/libgc/libgc1c2_6.6-1_i386.deb
libgc_6.6-1.diff.gz
to pool/main/libg/libgc/libgc_6.6-1.diff.gz
libgc_6.6-1.dsc
to pool/main/libg/libgc/libgc_6.6-1.dsc
libgc_6.6.orig.tar.gz
to pool/main/libg/libgc/libgc_6.6.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.
Ryan Murray <[EMAIL PROTECTED]> (supplier of updated libgc 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, 15 Dec 2005 00:53:36 -0800
Source: libgc
Binary: libgc-dev libgc1c2
Architecture: source i386
Version: 1:6.6-1
Distribution: unstable
Urgency: low
Maintainer: Ryan Murray <[EMAIL PROTECTED]>
Changed-By: Ryan Murray <[EMAIL PROTECTED]>
Description:
libgc-dev - conservative garbage collector for C (development)
libgc1c2 - conservative garbage collector for C and C++
Closes: 319912 335816 342586
Changes:
libgc (1:6.6-1) unstable; urgency=low
.
* New upstream release (closes: #335816, #342586)
* Run make check from debian/rules
* Disable threads for hurd-i386 (closes: #319912)
Files:
d4eebf8baf32ccabeb1712668cfcf6ba 553 libs standard libgc_6.6-1.dsc
c7c301e8fab8ce152c908b05bc8d452c 753779 libs standard libgc_6.6.orig.tar.gz
4843c1ea8c3b0c2d4aa5306b407d2aa9 260320 libs standard libgc_6.6-1.diff.gz
cb8c6d42ebaa08d1c097fca7b0a15de7 115254 libs standard libgc1c2_6.6-1_i386.deb
5ca43f62ed40d7c4704c57a67fc995b3 160056 libdevel optional
libgc-dev_6.6-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDoS9xN2Dbz/1mRasRApffAJ90Wz2709EVWlVyKq5JLgFhJK6ZMwCeM/Qe
uVx4anF2WztPK7HWj90+ebQ=
=QAmX
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]