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

Bug#179214: marked as done (tetex-bin: it should build-depend on g++)



Your message dated Mon, 3 Feb 2003 12:22:25 +0000
with message-id <20030203122225.GI926@polya>
and subject line Bug#179214: tetex-bin: it should build-depend on g++
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; 31 Jan 2003 15:46:45 +0000
>From hramrach@centrum.cz Fri Jan 31 09:46:44 2003
Return-path: <hramrach@centrum.cz>
Received: from uvt407-5.ruk.cuni.cz (localhost) [195.113.2.105] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18edNL-0000oO-00; Fri, 31 Jan 2003 09:46:44 -0600
Received: from hramrach by localhost with local (Exim 3.35 #1 (Debian))
	id 18eeQd-0002YN-00; Fri, 31 Jan 2003 17:54:11 +0100
From: Michal 'hramrach' Suchanek <hramrach@centrum.cz>
Subject: tetex-bin: it should build-depend on g++
To: submit@bugs.debian.org
X-Mailer: bug 3.3.10.2
Message-Id: <E18eeQd-0002YN-00@localhost>
Date: Fri, 31 Jan 2003 17:54:12 +0100
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-1.6 required=5.0
	tests=SPAM_PHRASE_00_01,SUPERLONG_LINE
	version=2.41
X-Spam-Level: 


Package: tetex-bin
Version: 1.0.7+20021025-8
Severity: normal

I think it should build-depend on g++ or c++ compiler or something to make
sure the xpdf part builds and that the configure script hould fail when it
can not compile c++.


-- System Information
Debian Release: testing/unstable
Kernel Version: GNU hurd 0.3 GNUmach-1.2/Hurd-0.3 i386-AT386 unknown unknown GNU

Versions of the packages tetex-bin depends on:
ii  debconf        1.2.21         Debian configuration management system
ii  debianutils    1.16.6         Miscellaneous utilities specific to Debian
ii  dpkg           1.10.9         Package maintenance system for Debian
ii  ed             0.2-19         The classic unix line editor
ii  libc0.3        2.3.1-5        GNU C Library: Shared libraries and Timezone
ii  libgcc1        3.2.2-0pre3    GCC support library
ii  libkpathsea3   1.0.7+20021025 shared libkpathsea for teTeX
ii  libpng3        1.2.1-4        PNG library - runtime
ii  libstdc++5     3.2.2-0pre3    The GNU stdc++ library version 3
ii  libwww0        5.4.0-5        The W3C WWW library
ii  libxaw7        4.1.0-14       X Athena widget set library
ii  perl-tk        800.024-1.1    Perl module providing the Tk graphics librar
ii  t1lib1         1.3.1-1        Type 1 font rasterizer library - runtime
ii  tetex-base     1.0.2+20021025 basic teTeX library files
ii  xlibs          4.1.0-14       X Window System client libraries
ii  zlib1g         1.1.4-4        compression library - runtime
libwww-ssl0	Not installed or no info



dpkg-buildpackage: source package is tetex-bin
dpkg-buildpackage: source version is 1.0.7+20021025-8
dpkg-buildpackage: source maintainer is Atsuhito KOHDA <kohda@debian.org>
dpkg-buildpackage: host architecture is hurd-i386
 debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
# Make sure all of our expected symlinks are in place
sh debian/restore-symlinks
patch -p1 -NRi debian/patches/patch-deb || true
patching file Makefile.in
Unreversed patch detected!  Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file Makefile.in.rej

...

./configure --prefix=/usr --enable-ipc --without-dialog 
--without-texinfo --with-system-ncurses --with-x --with-system-zlib --with-system-pnglib --with-system-tifflib --with-system-wwwlib --with-system-t1lib --disable-multiplatform --enable-shared --mandir='${prefix}/share/man' --infodir='${datadir}/info'
creating cache ./config.cache

...

checking for g++... no
checking for gcc... gcc
checking whether the C++ compiler (gcc  ) works... no
configure: error: installation or configuration problem: C++ compiler cannot create executables.
configure: warning: No C++ compiler: xpdf can not be compiled.
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for popen... yes
checking for mkstemp... yes

...

checking host system type... i386-unknown-gnu0.3
checking where the main texmf tree is located... /usr/share/texmf
updating cache ../.././config.cache
creating ./config.status
creating xpdf/Makefile
creating goo/Makefile
creating Makefile

...

creating Makefile
creating c-auto.h
touch configure-stamp
dh_testdir
# Add here commands to compile the package.
make
make[1]: Entering directory `/src/tetex-bin-1.0.7+20021025'
cd libs/xpdf/xpdf; make libxpdf.a
make[2]: Entering directory `/src/tetex-bin-1.0.7+20021025/libs/xpdf/xpdf'
DHAVE_CONFIG_H  -I.. -I./../goo -I. -I. -DPDF_PARSER_ONLY -c Array.cc
make[2]: DHAVE_CONFIG_H: Command not found
make[2]: [Array.o] Error 127 (ignored)

...

ar: Array.o: No such file or directory
make[2]: *** [libxpdf.a] Error 1
make[2]: Leaving directory `/src/tetex-bin-1.0.7+20021025/libs/xpdf/xpdf'
make[1]: *** [libs/xpdf/xpdf/libxpdf.a] Error 2
make[1]: Leaving directory `/src/tetex-bin-1.0.7+20021025'
make: *** [build-stamp] Error 2
Build command 'cd tetex-bin-1.0.7+20021025 && dpkg-buildpackage -b -uc' failed.
E: Child process failed
Fetched 3B in 7s (0B/s)



---------------------------------------
Received: (at 179214-done) by bugs.debian.org; 3 Feb 2003 12:44:44 +0000
>From jdg@polya.uklinux.net Mon Feb 03 06:44:43 2003
Return-path: <jdg@polya.uklinux.net>
Received: from mail2.uklinux.net [80.84.72.32] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18ffxo-0006Rl-00; Mon, 03 Feb 2003 06:44:40 -0600
Received: from polya (bts-0131.dialup.zetnet.co.uk [194.247.48.131])
	by mail2.uklinux.net (Postfix) with ESMTP id 6F071409FBC
	for <179214-done@bugs.debian.org>; Mon,  3 Feb 2003 12:44:39 +0000 (UTC)
Received: from jdg by polya with local (Exim 3.36 #1 (Debian))
	id 18ffcH-00034V-00; Mon, 03 Feb 2003 12:22:25 +0000
Date: Mon, 3 Feb 2003 12:22:25 +0000
From: Julian Gilbey <jdg@polya.uklinux.net>
To: 179214-done@bugs.debian.org
Subject: Re: Bug#179214: tetex-bin: it should build-depend on g++
Message-ID: <20030203122225.GI926@polya>
References: <E18eeQd-0002YN-00@localhost>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <E18eeQd-0002YN-00@localhost>
User-Agent: Mutt/1.5.3i
Delivered-To: 179214-done@bugs.debian.org
X-Spam-Status: No, hits=-11.9 required=5.0
	tests=IN_REP_TO,REFERENCES,SIGNATURE_SHORT_SPARSE,
	      SPAM_PHRASE_00_01,USER_AGENT,USER_AGENT_MUTT
	version=2.41
X-Spam-Level: 

On Fri, Jan 31, 2003 at 05:54:12PM +0100, Michal 'hramrach' Suchanek wrote:
> 
> Package: tetex-bin
> Version: 1.0.7+20021025-8
> Severity: normal
> 
> I think it should build-depend on g++ or c++ compiler or something to make
> sure the xpdf part builds and that the configure script hould fail when it
> can not compile c++.

You do have the build-essential package installed, don't you?

Closing this bug report....

   Julian

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

        Julian Gilbey, website: http://www.polya.uklinux.net/
   Debian GNU/Linux Developer, see: http://people.debian.org/~jdg/
     Visit http://www.thehungersite.com/ to help feed the hungry



Reply to: