Your message dated Wed, 25 Apr 2001 22:25:39 +0200 (MEST) with message-id <[EMAIL PROTECTED]> and subject line fixed in gcc-2.95.4-0.010425 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.) Darren Benham (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 18 Dec 2000 06:55:38 +0000 >From [EMAIL PROTECTED] Mon Dec 18 00:55:37 2000 Return-path: <[EMAIL PROTECTED]> Received: from winfree.gag.com [192.133.104.8] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 147uCv-0003BN-00; Mon, 18 Dec 2000 00:55:37 -0600 Received: from rover.gag.com (rover.gag.com [192.133.104.32]) by winfree.gag.com (Postfix) with ESMTP id 9306D25B61 for <[EMAIL PROTECTED]>; Sun, 17 Dec 2000 23:55:36 -0700 (MST) Received: by rover.gag.com (Postfix, from userid 1000) id E915C35F6C; Sun, 17 Dec 2000 23:55:35 -0700 (MST) To: [EMAIL PROTECTED] Subject: compile failure in BIND 8 on woody Message-Id: <[EMAIL PROTECTED]> Date: Sun, 17 Dec 2000 23:55:35 -0700 (MST) From: [EMAIL PROTECTED] (Bdale Garbee) Delivered-To: [EMAIL PROTECTED] Package: gcc Version: 2.95.2-20 Attempting to build the Debian BIND 8.2.2p7 packages on woody fails with errors in src/lib/irs/irpmarshall.c that go away when I remove the '-O' from the compile. Fragment of failed build log attached below. Bdale Without -O: [EMAIL PROTECTED]:/usr/local/src/Packages/bind/bind-8.2.2p7/src/lib/irs$ gcc -D_GNU_SOURCE -g -I../../port/linux/include -I../../include -D_REENTRANT -c irpmarshall.c -o threaded/irpmarshall.o irpmarshall.c:93: warning: static declaration for `strndup' follows non-static [EMAIL PROTECTED]:/usr/local/src/Packages/bind/bind-8.2.2p7/src/lib/irs$ With: (gcc -D_GNU_SOURCE -O -g -I../../port/linux/include -I../../include -D_REENTRANT -c irpmarshall.c \ -o threaded/irpmarshall.o ; \ ld -x -r threaded/irpmarshall.o && \ mv a.out threaded/irpmarshall.o) irpmarshall.c:93: parse error before `__extension__' irpmarshall.c:93: parse error before `len' irpmarshall.c:93: parse error before `if' irpmarshall.c:93: conflicting types for `__retval' irpmarshall.c:93: previous declaration of `__retval' irpmarshall.c:93: `__len' undeclared here (not in a function) irpmarshall.c:93: warning: initialization makes integer from pointer without a cast irpmarshall.c:93: initializer element is not constant irpmarshall.c:93: warning: data definition has no type or storage class irpmarshall.c:93: parse error before `if' irpmarshall.c:93: redefinition of `__retval' irpmarshall.c:93: `__retval' previously defined here irpmarshall.c:93: parse error before `str' irpmarshall.c:93: `__len' undeclared here (not in a function) irpmarshall.c:93: warning: passing arg 1 of `memcpy' makes pointer from integer without a cast irpmarshall.c:93: warning: initialization makes integer from pointer without a cast irpmarshall.c:93: initializer element is not constant irpmarshall.c:93: warning: data definition has no type or storage class irpmarshall.c:93: parse error before `}' irpmarshall.c:93: warning: data definition has no type or storage class irpmarshall.c:93: parse error before `}' irpmarshall.c:1880: parse error before `__extension__' irpmarshall.c:1880: redefinition of `__n' irpmarshall.c:93: `__n' previously defined here irpmarshall.c:1880: parse error before `len' irpmarshall.c:1880: conflicting types for `__retval' irpmarshall.c:93: previous declaration of `__retval' irpmarshall.c:1880: parse error before `if' irpmarshall.c:1880: conflicting types for `__retval' irpmarshall.c:1880: previous declaration of `__retval' irpmarshall.c:1880: `__len' undeclared here (not in a function) irpmarshall.c:1880: warning: initialization makes integer from pointer without a cast irpmarshall.c:1880: initializer element is not constant irpmarshall.c:1880: warning: data definition has no type or storage class irpmarshall.c:1880: parse error before `if' irpmarshall.c:1880: redefinition of `__retval' irpmarshall.c:1880: `__retval' previously defined here irpmarshall.c:1880: parse error before `str' irpmarshall.c:1880: `__len' undeclared here (not in a function) irpmarshall.c:1880: warning: passing arg 1 of `memcpy' makes pointer from integer without a cast irpmarshall.c:1880: warning: initialization makes integer from pointer without a cast irpmarshall.c:1880: initializer element is not constant irpmarshall.c:1880: warning: data definition has no type or storage class irpmarshall.c:1880: parse error before `}' irpmarshall.c:1880: warning: data definition has no type or storage class irpmarshall.c:1880: parse error before `}' irpmarshall.c:1886: `len' undeclared here (not in a function) irpmarshall.c:1886: variable `p' has initializer but incomplete type irpmarshall.c:1886: warning: data definition has no type or storage class irpmarshall.c:1887: parse error before `return' ld: cannot open threaded/irpmarshall.o: No such file or directory make[3]: [irpmarshall.o] Error 1 (ignored) gcc -D_GNU_SOURCE -O -g -I../../port/linux/include -I../../include -c irpmarshall.c irpmarshall.c:93: parse error before `__extension__' irpmarshall.c:93: parse error before `len' irpmarshall.c:93: parse error before `if' irpmarshall.c:93: conflicting types for `__retval' irpmarshall.c:93: previous declaration of `__retval' irpmarshall.c:93: `__len' undeclared here (not in a function) irpmarshall.c:93: warning: initialization makes integer from pointer without a cast irpmarshall.c:93: initializer element is not constant irpmarshall.c:93: warning: data definition has no type or storage class irpmarshall.c:93: parse error before `if' irpmarshall.c:93: redefinition of `__retval' irpmarshall.c:93: `__retval' previously defined here irpmarshall.c:93: parse error before `str' irpmarshall.c:93: `__len' undeclared here (not in a function) irpmarshall.c:93: warning: passing arg 1 of `memcpy' makes pointer from integer without a cast irpmarshall.c:93: warning: initialization makes integer from pointer without a cast irpmarshall.c:93: initializer element is not constant irpmarshall.c:93: warning: data definition has no type or storage class irpmarshall.c:93: parse error before `}' irpmarshall.c:93: warning: data definition has no type or storage class irpmarshall.c:93: parse error before `}' irpmarshall.c:1880: parse error before `__extension__' irpmarshall.c:1880: redefinition of `__n' irpmarshall.c:93: `__n' previously defined here irpmarshall.c:1880: parse error before `len' irpmarshall.c:1880: conflicting types for `__retval' irpmarshall.c:93: previous declaration of `__retval' irpmarshall.c:1880: parse error before `if' irpmarshall.c:1880: conflicting types for `__retval' irpmarshall.c:1880: previous declaration of `__retval' irpmarshall.c:1880: `__len' undeclared here (not in a function) irpmarshall.c:1880: warning: initialization makes integer from pointer without a cast irpmarshall.c:1880: initializer element is not constant irpmarshall.c:1880: warning: data definition has no type or storage class irpmarshall.c:1880: parse error before `if' irpmarshall.c:1880: redefinition of `__retval' irpmarshall.c:1880: `__retval' previously defined here irpmarshall.c:1880: parse error before `str' irpmarshall.c:1880: `__len' undeclared here (not in a function) irpmarshall.c:1880: warning: passing arg 1 of `memcpy' makes pointer from integer without a cast irpmarshall.c:1880: warning: initialization makes integer from pointer without a cast irpmarshall.c:1880: initializer element is not constant irpmarshall.c:1880: warning: data definition has no type or storage class irpmarshall.c:1880: parse error before `}' irpmarshall.c:1880: warning: data definition has no type or storage class irpmarshall.c:1880: parse error before `}' irpmarshall.c:1886: `len' undeclared here (not in a function) irpmarshall.c:1886: variable `p' has initializer but incomplete type irpmarshall.c:1886: warning: data definition has no type or storage class irpmarshall.c:1887: parse error before `return' make[3]: *** [irpmarshall.o] Error 1 --------------------------------------- Received: (at 79882-done) by bugs.debian.org; 25 Apr 2001 20:31:19 +0000 >From [EMAIL PROTECTED] Wed Apr 25 15:31:19 2001 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de [130.149.17.13] (root) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14sVwV-0005OP-00; Wed, 25 Apr 2001 15:31:19 -0500 Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1]) by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id WAA24598; Wed, 25 Apr 2001 22:25:40 +0200 (MET DST) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.9.3+Sun/8.9.3) id WAA06338; Wed, 25 Apr 2001 22:25:40 +0200 (MEST) From: Matthias Klose <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 25 Apr 2001 22:25:39 +0200 (MEST) To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: fixed in gcc-2.95.4-0.010425 X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] gcc-2.95 (2.95.4.ds1-0.010424) unstable; urgency=high * Apply updated ppc-fsirl patch (function.c removed) for all archs again. urgency=high for powerpc. * Remove patches included in ppc-fsirl patch: ppc-descriptions, ppc-ice. * Correct build dependency (hurd-i386) (#94038). * debian/rules2: Get free memory correctly on hurd (#94127). * close #68452: ash is available on sparc and doesn't have any special build rules for sparc. * close #79882: bind-8.2.3 compiles fine on i386. * Alpha related bug fixed in 2.95.3 (closes #94137). * Fix typo in docs (-fstdc -> -stdc). Closes #94894, #94899. * Not a bug: #93481 (see report).