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

Bug#260384: marked as done (Package: libstdc++3-dev)



Your message dated Tue, 27 Jul 2004 18:52:28 +0200
with message-id <16646.34892.67025.224096@gargle.gargle.HOWL>
and subject line Bug#260384: Package: libstdc++3-dev
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; 20 Jul 2004 09:44:49 +0000
>From fercher@scs.ch Tue Jul 20 02:44:49 2004
Return-path: <fercher@scs.ch>
Received: from mail.scs.ch [212.254.229.5] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BmrB3-0006lX-00; Tue, 20 Jul 2004 02:44:49 -0700
Received: from [172.24.0.60] (mac.scs.ch [172.24.0.60])
	by mail.scs.ch (8.11.6/8.11.6) with ESMTP id i6K9iGC25989
	for <submit@bugs.debian.org>; Tue, 20 Jul 2004 11:44:16 +0200
Mime-Version: 1.0 (Apple Message framework v618)
Content-Transfer-Encoding: 7bit
Message-Id: <[🔎] 5D5D1DD4-DA31-11D8-9EA6-000393D40808@scs.ch>
Content-Type: text/plain; charset=US-ASCII; format=flowed
To: submit@bugs.debian.org
From: Peter Fercher <fercher@scs.ch>
Subject: Package: libstdc++3-dev
Date: Tue, 20 Jul 2004 11:44:16 +0200
X-Mailer: Apple Mail (2.618)
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: libstdc++3-dev
Version: 3.0.4-7

don't know if this is really a bug, while
trying to install cppunit-1.10.2
http://sourceforge.net/projects/cppunit

i got a compile error:
g++ -g -O2 -o .libs/DllPlugInTester DllPlugInTester.o 
CommandLineParser.o  -ldl ../../src/cppunit/.libs/libcppunit.so 
-Wl,--rpath -Wl,/usr/local/lib
../../src/cppunit/.libs/libcppunit.so: undefined reference to 
`__cxa_demangle'
collect2: ld returned 1 exit status
make: *** [DllPlugInTester] Error 1

so i run some grep...

flashdeb:~# dpkg -L libstdc++3-dev | xargs grep __cxa_demangle 
2>/dev/null
/usr/include/g++-v3/cxxabi.h:char *__cxa_demangle (const char 
*__mangled_name,
flashdeb:~#

i found the function/symbol only in a header but nowhere in a lib
unfortunately in the configure script of the cppunit they did just 
check if the test program compiles but not if it links ;-)

my debian is woody 3.0rc2

kernel:
flashdeb:~# dpkg -l "*kernel*" | grep ii
ii  kernel-image-2 2.4.18-5woody8 Linux kernel image for version 2.4.18 
(bf va
flashdeb:~#

libc
flashdeb:~# dpkg -l "*libc*" | grep ii
ii  libc6          2.2.5-11.5     GNU C Library: Shared libraries and 
Timezone
ii  libc6-dev      2.2.5-11.5     GNU C Library: Development Libraries 
and Hea
ii  libcap1        1.10-12        support for getting/setting POSIX.1e 
capabil
ii  libstdc++2.10- 2.95.4-11woody The GNU stdc++ library
flashdeb:~#
flashdeb:~# dpkg -l "*c++*" | grep ii
ii  libstdc++2.10- 2.95.4-11woody The GNU stdc++ library (development 
files)
ii  libstdc++2.10- 2.95.4-11woody The GNU stdc++ library
ii  libstdc++3     3.0.4-7        The GNU stdc++ library version 3
ii  libstdc++3-dev 3.0.4-7        The GNU stdc++ library version 3 
(developmen
flashdeb:~#


what lib must i link against ?
is this a debian package bug ?

cheers, peter


--
Supercomputing Systems AG    email: fercher@scs.ch
Peter Fercher                web:   http://www.scs.ch/~fercher/
Technoparkstrasse 1          phone: +41 43 456 16 31
CH-8005 Zurich               fax: +41 1 445 16 10


---------------------------------------
Received: (at 260384-done) by bugs.debian.org; 27 Jul 2004 16:52:31 +0000
>From doko@cs.tu-berlin.de Tue Jul 27 09:52:31 2004
Return-path: <doko@cs.tu-berlin.de>
Received: from mail.cs.tu-berlin.de [130.149.17.13] (root)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BpVBm-0005vE-00; Tue, 27 Jul 2004 09:52:31 -0700
Received: from bolero.cs.tu-berlin.de (doko@bolero.cs.tu-berlin.de [130.149.19.1])
	by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id SAA07869;
	Tue, 27 Jul 2004 18:52:28 +0200 (MEST)
Received: (from doko@localhost)
	by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id i6RGqS8d005415;
	Tue, 27 Jul 2004 18:52:28 +0200 (MEST)
From: Matthias Klose <doko@cs.tu-berlin.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <16646.34892.67025.224096@gargle.gargle.HOWL>
Date: Tue, 27 Jul 2004 18:52:28 +0200
To: Peter Fercher <fercher@scs.ch>, 260384-done@bugs.debian.org
Subject: Re: Bug#260384: Package: libstdc++3-dev
In-Reply-To: <7943D7BB-DAEE-11D8-8229-000393D40808@scs.ch>
References: <[🔎] 5D5D1DD4-DA31-11D8-9EA6-000393D40808@scs.ch>
	<[🔎] 16637.31620.43322.224037@gargle.gargle.HOWL>
	<7943D7BB-DAEE-11D8-8229-000393D40808@scs.ch>
X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid
Delivered-To: 260384-done@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: 

closing the report. g++-3.0 was never default compiler in woody
(except for hppa).


Peter Fercher writes:
> 
> Am 20.07.2004 um 22:07 schrieb Matthias Klose:
> 
> > in woody you have to call g++-3.0 explicitely to use the
> > libstdc++3-dev library. I assume your g++ is the standard g++-2.85 in
> > woody...
> >
> 
> sorry, but...
> 
> flashdeb:~# which g++
> /usr/bin/g++
> flashdeb:~# ls -l /usr/bin/g++
> lrwxrwxrwx    1 root     root           16 Jul 20 13:24 /usr/bin/g++ -> 
> /usr/bin/g++-3.0
> flashdeb:~#
> 
> any other hint ?
> 
> cheers, peter
> 
> >
> > Peter Fercher writes:
> >> Package: libstdc++3-dev
> >> Version: 3.0.4-7
> >>
> >> don't know if this is really a bug, while
> >> trying to install cppunit-1.10.2
> >> http://sourceforge.net/projects/cppunit
> >>
> >> i got a compile error:
> >> g++ -g -O2 -o .libs/DllPlugInTester DllPlugInTester.o
> >> CommandLineParser.o  -ldl ../../src/cppunit/.libs/libcppunit.so
> >> -Wl,--rpath -Wl,/usr/local/lib
> >> ../../src/cppunit/.libs/libcppunit.so: undefined reference to
> >> `__cxa_demangle'
> >> collect2: ld returned 1 exit status
> >> make: *** [DllPlugInTester] Error 1
> >>
> >> so i run some grep...
> >>
> >> flashdeb:~# dpkg -L libstdc++3-dev | xargs grep __cxa_demangle
> >> 2>/dev/null
> >> /usr/include/g++-v3/cxxabi.h:char *__cxa_demangle (const char
> >> *__mangled_name,
> >> flashdeb:~#
> >>
> >> i found the function/symbol only in a header but nowhere in a lib
> >> unfortunately in the configure script of the cppunit they did just
> >> check if the test program compiles but not if it links ;-)
> >>
> >> my debian is woody 3.0rc2
> >>
> >> kernel:
> >> flashdeb:~# dpkg -l "*kernel*" | grep ii
> >> ii  kernel-image-2 2.4.18-5woody8 Linux kernel image for version 
> >> 2.4.18
> >> (bf va
> >> flashdeb:~#
> >>
> >> libc
> >> flashdeb:~# dpkg -l "*libc*" | grep ii
> >> ii  libc6          2.2.5-11.5     GNU C Library: Shared libraries and
> >> Timezone
> >> ii  libc6-dev      2.2.5-11.5     GNU C Library: Development Libraries
> >> and Hea
> >> ii  libcap1        1.10-12        support for getting/setting POSIX.1e
> >> capabil
> >> ii  libstdc++2.10- 2.95.4-11woody The GNU stdc++ library
> >> flashdeb:~#
> >> flashdeb:~# dpkg -l "*c++*" | grep ii
> >> ii  libstdc++2.10- 2.95.4-11woody The GNU stdc++ library (development
> >> files)
> >> ii  libstdc++2.10- 2.95.4-11woody The GNU stdc++ library
> >> ii  libstdc++3     3.0.4-7        The GNU stdc++ library version 3
> >> ii  libstdc++3-dev 3.0.4-7        The GNU stdc++ library version 3
> >> (developmen
> >> flashdeb:~#
> >>
> >>
> >> what lib must i link against ?
> >> is this a debian package bug ?
> >>
> >> cheers, peter
> >>
> >>
> >> --
> >> Supercomputing Systems AG    email: fercher@scs.ch
> >> Peter Fercher                web:   http://www.scs.ch/~fercher/
> >> Technoparkstrasse 1          phone: +41 43 456 16 31
> >> CH-8005 Zurich               fax: +41 1 445 16 10
> >>
> >>
> >>
> >> -- 
> >> To UNSUBSCRIBE, email to debian-gcc-REQUEST@lists.debian.org
> >> with a subject of "unsubscribe". Trouble? Contact 
> >> listmaster@lists.debian.org
> >
> >
> --
> Supercomputing Systems AG    email: fercher@scs.ch
> Peter Fercher                web:   http://www.scs.ch/~fercher/
> Technoparkstrasse 1          phone: +41 43 456 16 31
> CH-8005 Zurich               fax: +41 1 445 16 10



Reply to: