Your message dated Wed, 13 Nov 2002 01:47:44 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#163234: fixed in gcc-2.95 2.95.4.ds14-14
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; 3 Oct 2002 19:44:20 +0000
>From [EMAIL PROTECTED] Thu Oct 03 14:44:20 2002
Return-path: <[EMAIL PROTECTED]>
Received: from jrt.me.vt.edu [128.173.188.212] (postfix)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17xBtU-0005fu-00; Thu, 03 Oct 2002 14:44:20 -0500
Received: by jrt.me.vt.edu (Postfix, from userid 502)
id 74CAF1E09B; Thu, 3 Oct 2002 15:43:47 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
by jrt.me.vt.edu (Postfix) with ESMTP id 709DE1E09A
for <[EMAIL PROTECTED]>; Thu, 3 Oct 2002 15:43:47 -0400 (EDT)
Date: Thu, 3 Oct 2002 15:43:47 -0400 (EDT)
From: Clemmitt Sigler <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: gcc-2.95.4-12 won't build on native hurd-i386
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
Package: gcc-2.95
Version: 1:2.95.4-12
Hi,
I can't build gcc-2.95_2.95.4-12 (or gcc-2.95_2.95.4-11woody1)
natively on a hurd-i386 system. The package build fails with
an error coming from some header files that come with the source,
I believe, namely _G_config.h and iolibio.h. Details:
System: Debian GNU/Hurd 0.3 (hurd_20020918-1), gnumach 0.2
(gnumach_20020421-1), libc0.3 (libc0.3_2.2.5-13),
gcc 3.2 (gcc-3.2_3.2-0pre3 and related tools).
Output of errors when dpkg-buildpackage dies:
------------------------------------------------------------------------
make[4]: Leaving directory
`/root/deb_src/gcc-2.95-2.95.4.ds14/build-native/i386-gnu/libiberty'
make[4]: Entering directory
`/root/deb_src/gcc-2.95-2.95.4.ds14/build-native/i386-gnu/libio'
if [ x"yes" = xyes ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
touch stamp-picdir
rootme=`pwd`/ ; export rootme; \
CC="/root/deb_src/gcc-2.95-2.95.4.ds14/build-native/gcc/xgcc
-B/root/deb_src/gcc-2.95-2.95.4.ds14/build-native/gcc/
-B/usr/i386-gnu/bin/ -I.
-I/root/deb_src/gcc-2.95-2.95.4.ds14/src-native/libio"; export CC; \
CXX="/root/deb_src/gcc-2.95-2.95.4.ds14/build-native/gcc/xgcc
-B/root/deb_src/gcc-2.95-2.95.4.ds14/build-native/gcc/
-B/usr/i386-gnu/bin/ -I.
-I/root/deb_src/gcc-2.95-2.95.4.ds14/src-native/libio -nostdinc++
-nostdinc++ -g -O2"; export CXX; \
CONFIG_NM="nm"; export CONFIG_NM; \
/bin/sh /root/deb_src/gcc-2.95-2.95.4.ds14/src-native/libio/gen-params
LIB_VERSION=2.8.0 >tmp-params.h
mv tmp-params.h _G_config.h
test x"yes" != xyes ||\
/root/deb_src/gcc-2.95-2.95.4.ds14/build-native/gcc/xgcc
-B/root/deb_src/gcc-2.95-2.95.4.ds14/build-native/gcc/
-B/usr/i386-gnu/bin/ -c -I.
-I/root/deb_src/gcc-2.95-2.95.4.ds14/src-native/libio -fpic
/root/deb_src/gcc-2.95-2.95.4.ds14/src-native/libio/filedoalloc.c -o
pic/filedoalloc.o
In file included from
/root/deb_src/gcc-2.95-2.95.4.ds14/src-native/libio/libio.h:30,
from
/root/deb_src/gcc-2.95-2.95.4.ds14/src-native/libio/iolibio.h:1,
from
/root/deb_src/gcc-2.95-2.95.4.ds14/src-native/libio/libioP.h:47,
from
/root/deb_src/gcc-2.95-2.95.4.ds14/src-native/libio/filedoalloc.c:45:
_G_config.h:34: parse error before `_G_fpos_t'
_G_config.h:34: warning: data definition has no type or storage class
In file included from
/root/deb_src/gcc-2.95-2.95.4.ds14/src-native/libio/libioP.h:47,
from
/root/deb_src/gcc-2.95-2.95.4.ds14/src-native/libio/filedoalloc.c:45:
/root/deb_src/gcc-2.95-2.95.4.ds14/src-native/libio/iolibio.h:13: parse
error before `_G_fpos_t'
/root/deb_src/gcc-2.95-2.95.4.ds14/src-native/libio/iolibio.h:18: parse
error before `*'
make[4]: *** [filedoalloc.o] Error 1
make[4]: Leaving directory
`/root/deb_src/gcc-2.95-2.95.4.ds14/build-native/i386-gnu/libio'
make[3]: *** [all-target-libio] Error 2
make[3]: Leaving directory
`/root/deb_src/gcc-2.95-2.95.4.ds14/build-native'
make[2]: *** [bootstrap-lean] Error 2
make[2]: Leaving directory
`/root/deb_src/gcc-2.95-2.95.4.ds14/build-native'
s=`cat status`; rm -f status; test $s -eq 0
make[1]: *** [stamps/05-build-stamp-native] Error 1
make[1]: Leaving directory `/root/deb_src/gcc-2.95-2.95.4.ds14'
make: *** [stamps/05-build-stamp-native] Error 2
------------------------------------------------------------------------
Errors from these header files look "strange" to me so I thought I'd
report them. Please feel free to e-mail me at [EMAIL PROTECTED] with any
questions or problems. Thanks :^)
Clemmitt Sigler
---------------------------------------
Received: (at 163234-close) by bugs.debian.org; 13 Nov 2002 06:53:02 +0000
>From [EMAIL PROTECTED] Wed Nov 13 00:53:02 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 18BrOX-0004rD-00; Wed, 13 Nov 2002 00:53:01 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
id 18BrJQ-0006TE-00; Wed, 13 Nov 2002 01:47:44 -0500
From: Matthias Klose <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.28 $
Subject: Bug#163234: fixed in gcc-2.95 2.95.4.ds14-14
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 13 Nov 2002 01:47:44 -0500
Delivered-To: [EMAIL PROTECTED]
We believe that the bug you reported is fixed in the latest version of
gcc-2.95, which is due to be installed in the Debian FTP archive:
chill-2.95_2.95.4-14_i386.deb
to pool/main/g/gcc-2.95/chill-2.95_2.95.4-14_i386.deb
cpp-2.95-doc_2.95.4-14_all.deb
to pool/main/g/gcc-2.95/cpp-2.95-doc_2.95.4-14_all.deb
cpp-2.95_2.95.4-14_i386.deb
to pool/main/g/gcc-2.95/cpp-2.95_2.95.4-14_i386.deb
g++-2.95_2.95.4-14_i386.deb
to pool/main/g/gcc-2.95/g++-2.95_2.95.4-14_i386.deb
g77-2.95-doc_2.95.4-14_all.deb
to pool/main/g/gcc-2.95/g77-2.95-doc_2.95.4-14_all.deb
g77-2.95_2.95.4-14_i386.deb
to pool/main/g/gcc-2.95/g77-2.95_2.95.4-14_i386.deb
gcc-2.95-doc_2.95.4-14_all.deb
to pool/main/g/gcc-2.95/gcc-2.95-doc_2.95.4-14_all.deb
gcc-2.95_2.95.4-14_i386.deb
to pool/main/g/gcc-2.95/gcc-2.95_2.95.4-14_i386.deb
gcc-2.95_2.95.4.ds14-14.diff.gz
to pool/main/g/gcc-2.95/gcc-2.95_2.95.4.ds14-14.diff.gz
gcc-2.95_2.95.4.ds14-14.dsc
to pool/main/g/gcc-2.95/gcc-2.95_2.95.4.ds14-14.dsc
gobjc-2.95_2.95.4-14_i386.deb
to pool/main/g/gcc-2.95/gobjc-2.95_2.95.4-14_i386.deb
gpc-2.95-doc_2.95.4-14_all.deb
to pool/main/g/gcc-2.95/gpc-2.95-doc_2.95.4-14_all.deb
gpc-2.95_2.95.4-14_i386.deb
to pool/main/g/gcc-2.95/gpc-2.95_2.95.4-14_i386.deb
libg++2.8.1.3-dbg_2.95.4-14_i386.deb
to pool/main/g/gcc-2.95/libg++2.8.1.3-dbg_2.95.4-14_i386.deb
libg++2.8.1.3-dev_2.95.4-14_i386.deb
to pool/main/g/gcc-2.95/libg++2.8.1.3-dev_2.95.4-14_i386.deb
libg++2.8.1.3-glibc2.2_2.95.4-14_i386.deb
to pool/main/g/gcc-2.95/libg++2.8.1.3-glibc2.2_2.95.4-14_i386.deb
libstdc++2.10-dbg_2.95.4-14_i386.deb
to pool/main/g/gcc-2.95/libstdc++2.10-dbg_2.95.4-14_i386.deb
libstdc++2.10-dev_2.95.4-14_i386.deb
to pool/main/g/gcc-2.95/libstdc++2.10-dev_2.95.4-14_i386.deb
libstdc++2.10-glibc2.2_2.95.4-14_i386.deb
to pool/main/g/gcc-2.95/libstdc++2.10-glibc2.2_2.95.4-14_i386.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.
Matthias Klose <[EMAIL PROTECTED]> (supplier of updated gcc-2.95 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-----
Format: 1.7
Date: Tue, 12 Nov 2002 19:05:31 +0100
Source: gcc-2.95
Binary: cpp-2.95-doc libg++2.8.1.3-glibc2.2 g77-2.95-doc cpp-2.95 gobjc-2.95
libstdc++2.10-dbg gcc-2.95 gpc-2.95-doc chill-2.95 gpc-2.95 libg++2.8.1.3-dev
libg++2.8.1.3-dbg libstdc++2.10-dev libstdc++2.10-glibc2.2 g++-2.95 g77-2.95
gcc-2.95-doc
Architecture: source all i386
Version: 2.95.4.ds14-14
Distribution: unstable
Urgency: low
Maintainer: Debian GCC maintainers <[email protected]>
Changed-By: Matthias Klose <[EMAIL PROTECTED]>
Description:
chill-2.95 - The GNU CHILL compiler.
cpp-2.95 - The GNU C preprocessor.
cpp-2.95-doc - Documentation for the GNU C preprocessor (cpp).
g++-2.95 - The GNU C++ compiler.
g77-2.95 - The GNU Fortran 77 compiler.
g77-2.95-doc - Documentation for the GNU Fortran compiler (g77).
gcc-2.95 - The GNU C compiler.
gcc-2.95-doc - Documentation for the GNU compilers (gcc, gobjc, g++).
gobjc-2.95 - The GNU Objective-C compiler.
gpc-2.95 - The GNU Pascal compiler.
gpc-2.95-doc - Documentation for the GNU Pascal compiler (gpc).
libg++2.8.1.3-dbg - The GNU C++ extension library - debugging files.
libg++2.8.1.3-dev - The GNU C++ extension library - development files.
libg++2.8.1.3-glibc2.2 - The GNU C++ extension library - runtime version.
libstdc++2.10-dbg - The GNU stdc++ library (debugging files)
libstdc++2.10-dev - The GNU stdc++ library (development files)
libstdc++2.10-glibc2.2 - The GNU stdc++ library
Closes: 163234 163238 164582
Changes:
gcc-2.95 (2.95.4.ds14-14) unstable; urgency=low
.
* Fix glibc version at 2.2 for libstdc++2.10 package and soname.
.
gcc-2.95 (2.95.4.ds14-13) unstable; urgency=low
.
* Disable libg++ for cross builds (closes: #164582).
* Correct libc-dev dependency on the Hurd (closes: #163238).
* Build-depend on bison-1.35.
* gpc-updates.dpatch: Fix build failure for mips and mipsel.
* Disable g++ on the Hurd (closes: #163234).
* Don't compress Pascal example files.
* Install more goc doc files.
* Install gpc-run script (undocumented).
Files:
bec2466767f14eb061ba01fe8596cd2b 1413 devel standard
gcc-2.95_2.95.4.ds14-14.dsc
30e76ba4bb857dabf78ce72413eb699c 421900 devel standard
gcc-2.95_2.95.4.ds14-14.diff.gz
b9d4b2ac48d7889fa0f6353cd7c9e3cb 72358 doc optional
cpp-2.95-doc_2.95.4-14_all.deb
bdb4e2ca39e89d2d567173ec12291d57 342976 doc optional
g77-2.95-doc_2.95.4-14_all.deb
e544579774c794fa01759efe9dbc111a 481704 doc optional
gcc-2.95-doc_2.95.4-14_all.deb
c6ea5ea5affb1ee011ad5c1c6ac8b123 575628 doc optional
gpc-2.95-doc_2.95.4-14_all.deb
fd7cfaad41053354012e9393dd327ca4 952242 devel standard
gcc-2.95_2.95.4-14_i386.deb
723ad1bd10c7861fc52b8ea0b347c18a 129304 interpreters standard
cpp-2.95_2.95.4-14_i386.deb
41caca5a67817454e3d4f94ed5bcc3db 1030218 devel standard
g++-2.95_2.95.4-14_i386.deb
3141724d9cf22253d2e33537946dda0f 847054 devel optional
gobjc-2.95_2.95.4-14_i386.deb
20cfaa4dd7bf2cf68827d8ac043b29bf 1122262 devel optional
g77-2.95_2.95.4-14_i386.deb
610ecbe9bd9ea66fbb8dfc1b640e2a2b 868890 devel extra
chill-2.95_2.95.4-14_i386.deb
e3a5d79c0c5eacc99e1367c6d2f4f5b5 142220 base required
libstdc++2.10-glibc2.2_2.95.4-14_i386.deb
4548f41f12c5de09894283d6e00d1ada 295222 devel standard
libstdc++2.10-dev_2.95.4-14_i386.deb
9678a6d84805d713dcb2f4cb6f3d00c2 282334 devel extra
libstdc++2.10-dbg_2.95.4-14_i386.deb
3538d60bd83b045617d37d5f0bbe4785 134180 libs optional
libg++2.8.1.3-glibc2.2_2.95.4-14_i386.deb
5a1fc5583245081958b0deae96786917 318692 devel extra
libg++2.8.1.3-dev_2.95.4-14_i386.deb
865df133cd5ec676b619b0d3e7e52c3b 279464 devel extra
libg++2.8.1.3-dbg_2.95.4-14_i386.deb
e768aad35b3c524a6a505badfa348962 1240512 devel optional
gpc-2.95_2.95.4-14_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: noconv
Comment: Requires PGP version 2.6 or later.
iQEVAwUBPdHvWQuDzMCIcnEhAQH4/Af7B1cxbKLsuZfuCbEgVax4N9KWMZVN4bwn
Es7YgviJHdmyQ3BVW3CPfuXwHPuwFDd9/mKqZKj6Coh1Y8w7b/gE3wpg647Xh6Ig
XJzf5rGuJWMa3HemRhGlDyNP1Dv9m09MVQ6/0MnV0KiInq+aqN5f2e5HTmJJl8I+
KUBPUgbGviZCE8Myy34uXVGH8IUL00HPOKuq+IjbFFeBF2dYbt5/duyHE8imRpDZ
1f/DnKQu7/dKuqzgnwd6cFujlpEvBSeYD7/1p08Zlpg0ZTy0r4nvLPYpUGK8HPhX
qNDf4SHXXJzzl8btu1ZlCaaD7t/tmkmjBoLpA72JgAO9GAXRFAzNZg==
=vkx5
-----END PGP SIGNATURE-----