Your message dated Sat, 12 Apr 2003 08:35:07 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#187978: gcc-3.3: slightly incorrect Build-Depends
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; 7 Apr 2003 11:20:14 +0000
>From [EMAIL PROTECTED] Mon Apr 07 06:20:12 2003
Return-path: <[EMAIL PROTECTED]>
Received: from mail.iwr.uni-heidelberg.de [129.206.104.30] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 192Ufc-0002Wd-00; Mon, 07 Apr 2003 06:20:12 -0500
Received: from aylee.iwr.uni-heidelberg.de ([EMAIL PROTECTED] [129.206.69.123])
        by mail.iwr.uni-heidelberg.de (8.11.2/8.11.1) with ESMTP id 
h37BKBj26430;
        Mon, 7 Apr 2003 13:20:11 +0200 (MET DST)
Received: from thimo by aylee.iwr.uni-heidelberg.de with local
 (masqmail 0.2.19) id 192Ufa-6ll-00; Mon, 07 Apr 2003 13:20:10 +0200
From: Thimo Neubauer <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: gcc-3.3: slightly incorrect Build-Depends
X-Mailer: reportbug 1.50
Date: Mon, 07 Apr 2003 13:20:10 +0200
Message-ID: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-0.2 required=4.0
        tests=HAS_PACKAGE,SPAM_PHRASE_00_01
        version=2.44
X-Spam-Level: 

Package: gcc-3.3
Version: 1:3.3-0pre3.aylee
Severity: normal

I've used pbuilder to backport gcc-3.3 to woody and encountered the
following error:

  else true; fi; \
else true; fi
cd ../../src/gcc && makeinfo   -Idoc/include \
-o treelang/treelang-3.3.info treelang/treelang.texi
treelang/treelang.texi:84: Unknown command `copying'.
treelang/treelang.texi:104: Unmatched [EMAIL PROTECTED]'.
treelang/treelang.texi:132: Unknown command `insertcopying'.
makeinfo: Removing output file `treelang/treelang-3.3.info' due to errors; use 
--force to preserve.
make[3]: *** [../../src/gcc/treelang/treelang.info] Error 2
make[3]: Leaving directory `/tmp/buildd/gcc-3.3-3.3ds3/build/gcc'
make[2]: *** [install-gcc] Error 2
make[2]: Leaving directory `/tmp/buildd/gcc-3.3-3.3ds3/build'
make[1]: *** [stamps/07-install-stamp] Error 2
make[1]: Leaving directory `/tmp/buildd/gcc-3.3-3.3ds3'
make: *** [stamps/07-install-stamp] Error 2
pbuilder: Failed autobuilding of package
 -> Aborting with an error
 -> unmounting proc filesystem
 -> unmounting dev/pts filesystem
 -> cleaning the build env 

It's rather frustrating to see a big build die on the docs ;-) Anyway,
the problem is that the texinfo in woody (4.1) doesn't know the
copying-command. Changing the build-dep to texinfo >= 4.3 should fix
this.

CU
   Thimo


-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux aylee 2.4.19 #2 Fre Nov 8 22:29:43 CET 2002 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

Versions of packages gcc-3.3 depends on:
ii  binutils               2.13.90.0.10-1    The GNU assembler, linker and bina
ii  cpp-3.3                1:3.3-0pre3.aylee The GNU C preprocessor
ii  gcc-3.3-base           1:3.3-0pre3.aylee The GNU Compiler Collection (base 
ii  libc6                  2.3.1-16          GNU C Library: Shared libraries an
ii  libgcc1                1:3.3-0pre3.aylee GCC support library


---------------------------------------
Received: (at 187978-done) by bugs.debian.org; 12 Apr 2003 06:35:20 +0000
>From [EMAIL PROTECTED] Sat Apr 12 01:35:20 2003
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 194Ebf-0007EC-00; Sat, 12 Apr 2003 01:35: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 IAA14593;
        Sat, 12 Apr 2003 08:35:08 +0200 (MET DST)
Received: (from [EMAIL PROTECTED])
        by bolero.cs.tu-berlin.de (8.11.6+Sun/8.9.3) id h3C6Z8614821;
        Sat, 12 Apr 2003 08:35:08 +0200 (MEST)
From: Matthias Klose <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Sat, 12 Apr 2003 08:35:07 +0200
To: Thimo Neubauer <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#187978: gcc-3.3: slightly incorrect Build-Depends
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-1.3 required=4.0
        tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01
        version=2.44
X-Spam-Level: 

Thimo Neubauer writes:
> Package: gcc-3.3
> Version: 1:3.3-0pre3.aylee
> Severity: normal
> 
> I've used pbuilder to backport gcc-3.3 to woody and encountered the
> following error:
[...]
> It's rather frustrating to see a big build die on the docs ;-) Anyway,
> the problem is that the texinfo in woody (4.1) doesn't know the
> copying-command. Changing the build-dep to texinfo >= 4.3 should fix
> this.

you cannot expect gcc to build on old releases. In this case the fix
is easy. done for the next upload.


Reply via email to