[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#248216: marked as done (gcc-3.3: FTBFS: Doesn't build docs without dot present)



Your message dated Sun, 23 May 2004 14:02:14 -0400
with message-id <E1BRxIc-00079t-00@newraff.debian.org>
and subject line Bug#248216: fixed in gcc-3.3 1:3.3.3ds7-9
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; 9 May 2004 21:47:46 +0000
>From daniel@frobnitz.ddts.net Sun May 09 14:47:46 2004
Return-path: <daniel@frobnitz.ddts.net>
Received: from maynard.mail.mindspring.net [207.69.200.243] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BMw9C-0005d5-00; Sun, 09 May 2004 14:47:46 -0700
Received: from user-119bq03.biz.mindspring.com ([66.149.232.3] helo=frobnitz.ddts.net)
	by maynard.mail.mindspring.net with esmtp (Exim 3.33 #1)
	id 1BMw9B-0006EO-00
	for submit@bugs.debian.org; Sun, 09 May 2004 17:47:45 -0400
Received: from daniel by frobnitz.ddts.net with local (Exim 4.33)
	id 1BMw9F-00072y-0t
	for submit@bugs.debian.org; Sun, 09 May 2004 14:47:49 -0700
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: gcc-3.3: FTBFS: Doesn't build docs without dot present
From: Daniel Schepler <schepler@math.berkeley.edu>
Date: Sun, 09 May 2004 14:47:48 -0700
Message-ID: <[🔎] 87r7ttp917.fsf@frobnitz.ddts.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: Daniel Schepler <daniel@frobnitz.ddts.net>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.5 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	HTML_MESSAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1

Package: gcc-3.3
Version: 1:3.3.3ds6-7
Severity: serious

>From my build log:

...
trap '' 1 2 3 15; touch stamps/08-binary-stamp-libgcj-common; mv stamps/07-install-stamp-tmp stamps/07-install-stamp
rm -rf /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3/docs/doxygen/html*
if dot -V; then \
  /usr/bin/make -C /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3 SHELL=/bin/bash doxygen; \
  /usr/bin/make -C /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3 SHELL=/bin/bash doxygen-man; \
fi
/bin/bash: line 1: dot: command not found
if [ -f /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3/docs/doxygen/html_user/index.html ]; then \
  sed -e 's,http://gcc\.gnu\.org/onlinedocs/libstdc++,../html,g' \
      -e 's,<title>Main Page</title>,<title>libstdc++-v3 Source: Main Index</title>,' \
    /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3/docs/doxygen/html_user/index.html \
      > /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3/docs/doxygen/html_user/index.html.new; \
  mv -f /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3/docs/doxygen/html_user/index.html.new \
      /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3/docs/doxygen/html_user/index.html; \
elif [ -f debian/patches/html_user.uue ]; then \
  mkdir -p /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3/docs/doxygen || true; \
  cd /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3/docs/doxygen; \
  uudecode /tmp/buildd/gcc-3.3-3.3.3ds6/debian/patches/html_user.uue; \
  tar -x --bzip2 -f html_user.tar.bz2; \
  rm html_user.tar.bz2; \
else \
  echo "unable to generate doxygen docs"; \
  exit 2; \
fi
touch stamps/05-build-doxygen-stamp
dh_testdir
dh_testroot
mv stamps/07-install-stamp stamps/07-install-stamp-tmp
rm -rf debian/libstdc++5-3.3-doc
dh_installdirs -plibstdc++5-3.3-doc \
	usr/share/doc/gcc-3.3-base/libstdc++ \
	usr/share/man
dh_link -plibstdc++5-3.3-doc /usr/share/doc/gcc-3.3-base /usr/share/doc/libstdc++5-3.3-doc
dh_installdocs -plibstdc++5-3.3-doc
rm -f debian/libstdc++5-3.3-doc/usr/share/doc/gcc-3.3-base/copyright
cp -a /tmp/buildd/gcc-3.3-3.3.3ds6/src/libstdc++-v3/docs/html \
	debian/libstdc++5-3.3-doc/usr/share/doc/gcc-3.3-base/libstdc++/.
ln -sf documentation.html \
	debian/libstdc++5-3.3-doc/usr/share/doc/gcc-3.3-base/libstdc++/html/index.html
find debian/libstdc++5-3.3-doc/usr/share/doc/gcc-3.3-base/libstdc++/ -name CVS -type d \
	| xargs rm -rf
cp -a /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3/docs/doxygen/html_user \
	debian/libstdc++5-3.3-doc/usr/share/doc/gcc-3.3-base/libstdc++/.
cp -a /tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3/docs/doxygen/man/man3 \
	debian/libstdc++5-3.3-doc/usr/share/man/.
cp: cannot stat `/tmp/buildd/gcc-3.3-3.3.3ds6/build/i486-linux/libstdc++-v3/docs/doxygen/man/man3': No such file or directory
make[1]: *** [stamps/08-binary-stamp-libstdcxx-doc] Error 1
make[1]: Leaving directory `/tmp/buildd/gcc-3.3-3.3.3ds6'
make: *** [binary] Error 2

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.5
Locale: LANG=en, LC_CTYPE=en (ignored: LC_ALL set to en_US.UTF-8)

Versions of packages gcc-3.3 depends on:
ii  binutils                   2.14.90.0.7-6 The GNU assembler, linker and bina
ii  cpp-3.3                    1:3.3.3-6     The GNU C preprocessor
ii  gcc-3.3-base               1:3.3.3-6     The GNU Compiler Collection (base 
ii  libc6                      2.3.2.ds1-12  GNU C Library: Shared libraries an
ii  libgcc1                    1:3.3.3-6     GCC support library

-- no debconf information

-- 
Daniel Schepler              "Please don't disillusion me.  I
schepler@math.berkeley.edu    haven't had breakfast yet."
                                 -- Orson Scott Card

---------------------------------------
Received: (at 248216-close) by bugs.debian.org; 23 May 2004 18:08:41 +0000
>From katie@ftp-master.debian.org Sun May 23 11:08:41 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BRxOr-0004A5-00; Sun, 23 May 2004 11:08:41 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BRxIc-00079t-00; Sun, 23 May 2004 14:02:14 -0400
From: Matthias Klose <doko@debian.org>
To: 248216-close@bugs.debian.org
X-Katie: $Revision: 1.49 $
Subject: Bug#248216: fixed in gcc-3.3 1:3.3.3ds7-9
Message-Id: <E1BRxIc-00079t-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sun, 23 May 2004 14:02:14 -0400
Delivered-To: 248216-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: gcc-3.3
Source-Version: 1:3.3.3ds7-9

We believe that the bug you reported is fixed in the latest version of
gcc-3.3, which is due to be installed in the Debian FTP archive:

cpp-3.3-doc_3.3.3-9_all.deb
  to pool/main/g/gcc-3.3/cpp-3.3-doc_3.3.3-9_all.deb
cpp-3.3_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/cpp-3.3_3.3.3-9_i386.deb
fastjar_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/fastjar_3.3.3-9_i386.deb
fixincludes_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/fixincludes_3.3.3-9_i386.deb
g++-3.3_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/g++-3.3_3.3.3-9_i386.deb
g77-3.3-doc_3.3.3-9_all.deb
  to pool/main/g/gcc-3.3/g77-3.3-doc_3.3.3-9_all.deb
g77-3.3_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/g77-3.3_3.3.3-9_i386.deb
gcc-3.3-base_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/gcc-3.3-base_3.3.3-9_i386.deb
gcc-3.3-doc_3.3.3-9_all.deb
  to pool/main/g/gcc-3.3/gcc-3.3-doc_3.3.3-9_all.deb
gcc-3.3_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.3-9_i386.deb
gcc-3.3_3.3.3ds7-9.diff.gz
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.3ds7-9.diff.gz
gcc-3.3_3.3.3ds7-9.dsc
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.3ds7-9.dsc
gcj-3.3_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/gcj-3.3_3.3.3-9_i386.deb
gij-3.3_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/gij-3.3_3.3.3-9_i386.deb
gnat-3.3-doc_3.3.3-9_all.deb
  to pool/main/g/gcc-3.3/gnat-3.3-doc_3.3.3-9_all.deb
gnat-3.3_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/gnat-3.3_3.3.3-9_i386.deb
gobjc-3.3_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/gobjc-3.3_3.3.3-9_i386.deb
gpc-2.1-3.3-doc_3.3.3.20040516-9_all.deb
  to pool/main/g/gcc-3.3/gpc-2.1-3.3-doc_3.3.3.20040516-9_all.deb
gpc-2.1-3.3_3.3.3.20040516-9_i386.deb
  to pool/main/g/gcc-3.3/gpc-2.1-3.3_3.3.3.20040516-9_i386.deb
libffi2-dev_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/libffi2-dev_3.3.3-9_i386.deb
libffi2_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/libffi2_3.3.3-9_i386.deb
libg2c0_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/libg2c0_3.3.3-9_i386.deb
libgcc1_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/libgcc1_3.3.3-9_i386.deb
libgcj-common_3.3.3-9_all.deb
  to pool/main/g/gcc-3.3/libgcj-common_3.3.3-9_all.deb
libgcj4-dev_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/libgcj4-dev_3.3.3-9_i386.deb
libgcj4_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/libgcj4_3.3.3-9_i386.deb
libobjc1_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/libobjc1_3.3.3-9_i386.deb
libstdc++5-3.3-dbg_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-dbg_3.3.3-9_i386.deb
libstdc++5-3.3-dev_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-dev_3.3.3-9_i386.deb
libstdc++5-3.3-doc_3.3.3-9_all.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-doc_3.3.3-9_all.deb
libstdc++5-3.3-pic_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-pic_3.3.3-9_i386.deb
libstdc++5_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5_3.3.3-9_i386.deb
protoize_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/protoize_3.3.3-9_i386.deb
treelang-3.3_3.3.3-9_i386.deb
  to pool/main/g/gcc-3.3/treelang-3.3_3.3.3-9_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 248216@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <doko@debian.org> (supplier of updated gcc-3.3 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 23 May 2004 13:05:29 +0200
Source: gcc-3.3
Binary: gcc-3.3-nof gcc-3.3 libobjc1 libgcc1 lib64g2c0 libstdc++5-3.3-doc libgcj4 gpc-2.1-3.3-doc libstdc++5 cpp-3.3-doc protoize gcc-3.3-hppa64 cpp-3.3 libstdc++5-3.3-dbg g77-3.3-doc gpc-2.1-3.3 g77-3.3 libgcj4-dev gcc-3.3-doc libgnat-3.15 lib64objc1 lib64ffi2 libstdc++5-3.3-dev libffi2-dev gcj-3.3 libgcj-common gobjc-3.3 lib64stdc++5 gcc-3.3-soft-float lib64gcj4 treelang-3.3 libg2c0-dev lib64gcc1 fastjar lib64gnat3.15 fixincludes libg2c0 gij-3.3 libstdc++5-3.3-pic gcc-3.3-base g++-3.3 gnat-3.3 libffi2 gnat-3.3-doc
Architecture: source i386 all
Version: 1:3.3.3ds7-9
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Description: 
 cpp-3.3    - The GNU C preprocessor
 cpp-3.3-doc - Documentation for the GNU C preprocessor (cpp)
 fastjar    - Jar creation utility
 fixincludes - Fix non-ANSI header files
 g++-3.3    - The GNU C++ compiler
 g77-3.3    - The GNU Fortran 77 compiler
 g77-3.3-doc - Documentation for the GNU Fortran compiler (g77)
 gcc-3.3    - The GNU C compiler
 gcc-3.3-base - The GNU Compiler Collection (base package)
 gcc-3.3-doc - Documentation for the GNU compilers (gcc, gobjc, g++)
 gcj-3.3    - The GNU compiler for Java(TM)
 gij-3.3    - The GNU Java bytecode interpreter
 gnat-3.3   - The GNU Ada compiler
 gnat-3.3-doc - Documentation for the GNU Ada compiler (gnat)
 gobjc-3.3  - The GNU Objective-C compiler
 gpc-2.1-3.3 - The GNU Pascal compiler
 gpc-2.1-3.3-doc - Documentation for the GNU Pascal compiler (gpc)
 libffi2    - Foreign Function Interface library runtime
 libffi2-dev - Foreign Function Interface library (development files)
 libg2c0    - Runtime library for GNU Fortran 77 applications
 libgcc1    - GCC support library
 libgcj-common - Java runtime library (common files)
 libgcj4    - Java runtime library for use with gcj
 libgcj4-dev - Java development headers and static library for use with gcj
 libobjc1   - Runtime library for GNU Objective-C applications
 libstdc++5 - The GNU Standard C++ Library v3
 libstdc++5-3.3-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++5-3.3-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++5-3.3-doc - The GNU Standard C++ Library v3 (documentation files)
 libstdc++5-3.3-pic - The GNU Standard C++ Library v3 (shared library subset kit)
 protoize   - Create/remove ANSI prototypes from C code
 treelang-3.3 - The GNU Treelang compiler
Closes: 248216
Changes: 
 gcc-3.3 (1:3.3.3ds7-9) unstable; urgency=medium
 .
   * Fix build failure on s390, removing an absolete patch.
   * Finally fix FTBFS for libstdc++-doc (finally closes: #248216).
   * Fix FTBFS for gpc on powerpc.
   * Add missing doc-base files to -doc packages.
Files: 
 800cf36e085b66ac0db8f8ba6b34b409 2368 devel standard gcc-3.3_3.3.3ds7-9.dsc
 c4f34d256f81902818bfb3c692709129 2376063 devel standard gcc-3.3_3.3.3ds7-9.diff.gz
 bbce6aa6464ef6af08fd6d4f0bdf474f 171212 doc optional cpp-3.3-doc_3.3.3-9_all.deb
 0841106ef0aa8618b68bc5eb28240b5c 1172 libs optional libgcj-common_3.3.3-9_all.deb
 dd7f87bff87293767d5c3e828911f036 3187156 doc optional libstdc++5-3.3-doc_3.3.3-9_all.deb
 04b2870d408d6bc85df646c71d3ec21a 572454 doc optional g77-3.3-doc_3.3.3-9_all.deb
 24b0353d20e6655e3ff344205d23619d 678596 doc optional gnat-3.3-doc_3.3.3-9_all.deb
 61e6317f90152035691ffc503eb620e9 1170982 doc optional gpc-2.1-3.3-doc_3.3.3.20040516-9_all.deb
 0128dd06e48b8003a418442ffd392e3b 1228886 doc optional gcc-3.3-doc_3.3.3-9_all.deb
 8add972484582f82ae7ddf01a1971130 145592 devel required gcc-3.3-base_3.3.3-9_i386.deb
 6c0dff73c9c415bc93ea7347a87a55ea 75308 libs required libgcc1_3.3.3-9_i386.deb
 123954e7c5d3f7eeec66bff5b561e242 1391220 interpreters standard cpp-3.3_3.3.3-9_i386.deb
 07695ed74060ecfdaf7cd1e8c9847bb2 23272 devel optional protoize_3.3.3-9_i386.deb
 4fd9980a6e903a26b33c5a4608bc9aaf 73250 devel optional fixincludes_3.3.3-9_i386.deb
 6d5ceb842068fea348ac77ed8b7c41e7 1467252 devel optional gobjc-3.3_3.3.3-9_i386.deb
 dae0aa6e5f6a1e50525d89fd667f4bf5 134720 libs optional libobjc1_3.3.3-9_i386.deb
 9364358daf318652b50a0b9f2e78abd1 12996 devel optional gij-3.3_3.3.3-9_i386.deb
 c85b9081905b17ea8653e81ea3896f71 3983256 libs optional libgcj4_3.3.3-9_i386.deb
 ce96ea62c61d6d96b7467e19cf0514d0 1733478 devel optional gcj-3.3_3.3.3-9_i386.deb
 a0231a37fd7d9396c9294b0f33dfcc2c 4750270 libdevel optional libgcj4-dev_3.3.3-9_i386.deb
 ff8a33043c25137aa0f7483af1bfab26 112206 devel extra fastjar_3.3.3-9_i386.deb
 5b4bee9c89c969a7b99cae0bdc695ff0 70046 libs optional libffi2_3.3.3-9_i386.deb
 084e8d9d034c75e8a5b33677f39230db 11188 libdevel optional libffi2-dev_3.3.3-9_i386.deb
 7b6c561f2c014d3b6bec52faa5641d02 1776220 devel standard g++-3.3_3.3.3-9_i386.deb
 2367bc44879b848962f49e7fec928780 289722 base required libstdc++5_3.3.3-9_i386.deb
 f1128b362b1b567a0e52bbdd4f130964 773676 libdevel standard libstdc++5-3.3-dev_3.3.3-9_i386.deb
 0b59939fd8f4711bac26b94914e3e860 325148 libdevel extra libstdc++5-3.3-pic_3.3.3-9_i386.deb
 72bd80f9cabdc57e5385e3f591d2cac9 4867434 libdevel extra libstdc++5-3.3-dbg_3.3.3-9_i386.deb
 a286ba0e7d4d1eddabba94598a304fe0 50456 libs optional libg2c0_3.3.3-9_i386.deb
 970ab6e5c81c6a1551f166f9db24d1ae 1614692 devel optional g77-3.3_3.3.3-9_i386.deb
 de62aedb56d43cceb7426aaf63f8e8a4 6308238 devel optional gnat-3.3_3.3.3-9_i386.deb
 754e306de8f09935f4e5d51fa90005cd 1318450 devel optional treelang-3.3_3.3.3-9_i386.deb
 e7dbaf63f12a39364617ccbfc4e20dc1 1937824 devel optional gpc-2.1-3.3_3.3.3.20040516-9_i386.deb
 23c9efc33207635274bdd6753efeb8ed 1558496 devel standard gcc-3.3_3.3.3-9_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAsKrcStlRaw+TLJwRAppCAJ97OZoSz4ICCDOq1M5yAYuasBXMmwCffali
gPvYAhaqSpU0sKIK1e9s+K8=
=UQyq
-----END PGP SIGNATURE-----



Reply to: