Bug#88260: No warning for missing return in non-void member func

2001-05-29 Thread Laurent Bonnaud
Hi, the program as is does not generate any warning, indeed. This is probably because the Foo::Bar method is inline and gcc does not generate code for it unless it is used. However, if you add some code to force the method to be used, then g++ warns you. For instance with this code :

Bug#85934: ICE on template class

2001-05-29 Thread Laurent Bonnaud
Hi, this version of g++-3.0 does not crash anymore on this code: ii g++-3.0 3.0-0pre010526 The GNU C++ compiler. However the code does not link because it is somewhat incorrect. Therefore, this bug should probably be reassigned to g++-2.95. -- Laurent.

plan for C++ libraries ?

2001-06-20 Thread Laurent Bonnaud
Hi, now that g++-3.0 is offcially out, we have 2 C++ compilers with 2 incompatible C++ ABI. Currently all C++ libraries have been compiled with g++-2.95.x. Is there a plan for the C++ libraries transition ? More precisely : - Will each library switch independently ? - Will there be 2

Bug#101732: g++-3.0 ICE compiling mozilla

2001-06-21 Thread laurent bonnaud
Package: g++-3.0 Version: 1:3.0-1 Severity: important Hi, here is the bug: $ fakeroot apt-get -b source mozilla [building mozilla_0.9.1-3...] nsFormControlHelper.cpp: In static member function `static void nsFormControlHelper::PaintFixedSizeCheckMark(nsIRenderingContext, float)':

Bug#101732: g++-3.0 ICE compiling mozilla

2001-06-22 Thread Laurent Bonnaud
Matthias == Matthias Klose [EMAIL PROTECTED] writes: Matthias Matthias ok, please attach the GCC GNATS number to the Debian report. Here it is : Thank you very much for your problem report. It has the internal identification `optimization/3315'. The individual assigned to look at your report

Bug#103980: g++-3.0: copies constructors

2001-07-16 Thread Laurent Bonnaud
Jaakko == Jaakko Niemi [EMAIL PROTECTED] writes: Jaakko Jaakko The compile time is not a problem here, but failure building is. Jaakko Jaakko You move aiosout (const aiosout o) ... under public:, which Jaakko effectively hides the problem. Please take look at: Jaakko Jaakko

Bug#101732: [rodrigc@gcc.gnu.org] Re: optimization/3279: internal error at compiling a c++ source file

2001-08-16 Thread Laurent Bonnaud
Hi, I tested again with ii g++-3.0 3.0.1-0pre010811The GNU C++ compiler. and the bug is fixed. Thanks ! ---BeginMessage--- Synopsis: internal error at compiling a c++ source file State-Changed-From-To: open-closed State-Changed-By: rodrigc State-Changed-When: Sun Aug 12

Bug#114099: gcc-3.0: ICE Unrecognizable insn with -O2 -march=k6 (ALSA modules)

2001-10-01 Thread laurent bonnaud
Package: gcc-3.0 Version: 1:3.0.2-0pre010922 Severity: normal Hi, here is the bug (seen while compiling ALSA modules): $ gcc -v -O2 -march=k6 -c ainstr_gf1.i Reading specs from /usr/lib/gcc-lib/i386-linux/3.0.2/specs Configured with: ../src/configure -v

Bug#476253: libstdc++6-4.3-doc: error in doc-base file

2008-04-15 Thread Laurent Bonnaud
Versions of packages libstdc++6-4.3-doc depends on: ii gcc-4.3-base 4.3.0-3The GNU Compiler Collection (base libstdc++6-4.3-doc recommends no packages. -- no debconf information -- Laurent Bonnaud. http://www.lis.inpg.fr/pages_perso/bonnaud/ -- To UNSUBSCRIBE, email

Bug#483069: libstdc++6-4.3-doc: Ghostscript error while running weekly cron job

2008-12-24 Thread Laurent Bonnaud
++6-4.3-doc/libstdc++/html/_form0.ps not found. but is nonetheless created by the package when it is installed, which is a bug in itself. So could you please rid us of the unwanted file ? -- Laurent Bonnaud. http://www.lis.inpg.fr/pages_perso/bonnaud/ -- To UNSUBSCRIBE, email to debian-gcc

Re: Bug#227912: libluminate doesn't prelink

2004-08-26 Thread Laurent Bonnaud
virtual address slot for /usr/lib/libluminate.so.5.0.0 -- Laurent Bonnaud. http://www.lis.inpg.fr/pages_perso/bonnaud/

Bug#278549: More manpage problems

2004-11-17 Thread Laurent Bonnaud
Hi, let me add the following problem to my initial bug report: # /etc/cron.daily/man-db mandb: can't open /usr/share/man/man3/std::basic_stringbuf.3: No such file or directory mandb: warning: /usr/share/man/man3/std::stringbuf.3.gz: bad symlink or ROFF `.so' request

Bug#287644: gij-4.0: does not run because it cannot find a library

2004-12-29 Thread Laurent Bonnaud
Package: gij-4.0 Version: 4.0-0pre2 Severity: grave Justification: renders package unusable Hi, here is the problem: $ /usr/bin/gij-4.0 /usr/bin/gij-4.0: error while loading shared libraries: libgij.so.0: cannot open shared object file: No such file or directory $ ldd -r /usr/bin/gij-4.0

Bug#303866: libstdc++6-4.0-dbg: not installable in sid

2005-04-09 Thread Laurent Bonnaud
Package: libstdc++6-4.0-dbg Version: 4.0-0pre5 Severity: important Tags: experimental Hi, here is the problem: # apt-get -t experimental install libstdc++6-4.0-dbg Reading Package Lists... Done Building Dependency Tree... Done Some packages could not be installed. This may mean that you have

Bug#308000: FTBFS: missing libmpfr-dev build-dependency

2005-05-07 Thread Laurent . Bonnaud
Package: gcc-4.0 Version: 4.0.0-2 Severity: serious Tags: experimental Justification: build-dependencies must be listed exhaustively Hi, here is the problem: $ fakeroot apt-get -b source gcc-4.0 [...] mkdir /home/bonnaud/gcc-4.0-4.0.0/build : # configure cd /home/bonnaud/gcc-4.0-4.0.0/build \

Bug#308003: FTBFS: cannot find -lc

2005-05-07 Thread Laurent . Bonnaud
Package: gcc-4.0 Version: 4.0.0-2 Severity: serious Tags: experimental Justification: package must BFS Hi, here is the problem: $ fakeroot apt-get -b source gcc-4.0 [...] ./xgcc -B./ -B/usr/x86_64-linux/bin/ -isystem /usr/x86_64-linux/include -isystem /usr/x86_64-linux/sys-include

Bug#308000: FTBFS: missing libmpfr-dev build-dependency

2005-05-08 Thread Laurent Bonnaud
On sam, 2005-05-07 at 10:18 +0200, Matthias Klose wrote: strange, because it's already found in the build dependency list (without any typo). Indeed. This is in fact a problem in dpkg-buildpackage that fails to check build dependencies even if I explicitly add the -D option. -- Laurent

Bug#308003: FTBFS: cannot find -lc (forwarded from Andreas Jochens)

2005-05-08 Thread Laurent Bonnaud
Which version of ia32-libs-dev was installed during the build? The latest version available in sid: ii ia32-libs-dev 1.4 ia32 development libraries and headers for use on ia32/ia6 -- Laurent Bonnaud. http://www.lis.inpg.fr/pages_perso/bonnaud

Bug#308003: FTBFS: cannot find -lc

2005-05-08 Thread Laurent Bonnaud
are undone by the build process. I don't know how to split the build so that my edit remains. BTW, the file I have on my system contains: MULTILIB_OSDIRNAMES = ../lib64 ../lib32 (gcc-4.0_4.0.0-6 source package) -- Laurent Bonnaud. http://www.lis.inpg.fr/pages_perso/bonnaud

Bug#308003: FTBFS: cannot find -lc (forwarded from Andreas Jochens)

2005-05-09 Thread Laurent Bonnaud
but gcc-4.0 is not available. I'm wondering which packages Andreas Jochens is using to report all the build failures in Debian packages with gcc-4.0. Thanks again, -- Laurent Bonnaud. http://www.lis.inpg.fr/pages_perso/bonnaud/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#339046: libstdc++6-4.1-doc: postinst failure (version mismatch)

2005-11-14 Thread Laurent Bonnaud
Package: libstdc++6-4.1-doc Version: 4.1-0exp0 Severity: normal Tags: experimental Hi, thanks for packaging pre-release versions of gcc 4.1 ! Here is the problem: Setting up libstdc++6-4.1-doc (4.1-0exp0) ... cannot create dhelp file

Bug#342723: java-gcj-compat: dangling symlink to fastjar-4.0

2005-12-09 Thread Laurent Bonnaud
Package: java-gcj-compat Version: 1.0.44-1 Severity: normal Hi, here is the problem: $ symlinks -r /usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/ dangling: /usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/bin/jar - ../../../../bin/fastjar-4.0 I installed fastjar 4.1 from experimental and therefore my

Bug#158459: gcc-3.2: FTBFS as non-root

2002-08-27 Thread Laurent Bonnaud
Package: gcc-3.2 Version: 1:3.2-0pre4 Severity: normal Hi, I tried to build gcc 3.2 packages on a woody system. I used this command: fakeroot dpkg-buildpackage -b and the build ended up with this error: [...] make[5]: Leaving directory `/tmp/LB/gcc-3.2-3.2ds0/build/i386-linux/libjava' make[4]:

Bug#158459: gcc-3.2: FTBFS as non-root

2002-09-02 Thread Laurent Bonnaud
try dpkg-buildpackage -rfakeroot -- ... It would probably work. Unfortunately, I used dpkg-buildpackage only because my first build attempt failed. I generally use: fakeroot apt-get -b source gcc-3.2 which would have the same problem with LD_LIBRARY_PATH. Therefore I think that

Bug#193049: g++-3.3: inlining failure for allocate in ~vector()

2003-05-12 Thread Laurent Bonnaud
Package: g++-3.3 Version: 1:3.3-0pre9 Severity: normal Hi, I saw Mark Mitchell's announcement about a final call for tests before the g++ 3.3 release. So I did some tests and found that this program generates warnings whereas it did not with g++ 3.2: // Compile with: g++-3.3 -O -Winline

Bug#278548: gfortran-4.0: 2 dangling symlinks instead of manpages

2004-10-27 Thread Laurent Bonnaud
Package: gfortran-4.0 Version: 4.0-0pre0 Severity: normal Tags: experimental Hi, here are the 2 dangling symlinks: mandb: warning: /usr/share/man/man1/i386-linux-g95-4.0.1 is a dangling symlink mandb: warning: /usr/share/man/man1/i486-linux-g95-4.0.1 is a dangling symlink They point to

Bug#278549: libstdc++6-4.0-doc: bad ROFF `.so' request in 4 *stream manpages

2004-10-27 Thread Laurent Bonnaud
Package: libstdc++6-4.0-doc Version: 4.0-0pre0 Severity: normal Tags: experimental Hi, here is the problem: mandb: warning: /usr/share/man/man3/std::ofstream.3.gz: bad symlink or ROFF `.so' request mandb: can't open /usr/share/man/man3/std::basic_ofstream.3: No such file or directory mandb:

Bug#229642: libstdc++5-3.3-doc: no whatis info in some manpages

2004-01-25 Thread Laurent . Bonnaud
Package: libstdc++5-3.3-doc Version: 1:3.3.3-0pre2 Severity: normal Hi, here is the problem: $ man -k std:: | grep unknown std::__debug_alloc (3) - (unknown subject) std::__debug_alloc - (3) [std::__debug_alloc] - (unknown subject) std::__default_alloc_template (3) - (unknown subject)

Bug#236798: libstdc++6-dbg: package overlap with libstdc++5-3.3-dbg

2004-03-08 Thread Laurent Bonnaud
Package: libstdc++6-dbg Version: 3.4-0pre1 Severity: important Tags: experimental Hi, here is the problem: Unpacking libstdc++6-dbg (from .../libstdc++6-dbg_3.4-0pre1_i386.deb) ... dpkg - warning, overriding problem because --force enabled: trying to overwrite `/usr/lib/debug/libstdc++.a',

Bug#237029: gcc-snapshot: cannot prelink several java-related binaries

2004-03-09 Thread Laurent Bonnaud
Package: gcc-snapshot Version: 20040215-1 Severity: normal Hi, I suppose that gcc-snapshot is currently superseded by gcc-3.4-pre in experimental, but this report may be useful once you package gcc 3.5 in gcc-snapshot (hint!, hint! :). Anyway here is what prelink complains about:

Bug#242432: libstdc++6-doc: Allocators.3.gz manpage is empty

2004-04-06 Thread Laurent Bonnaud
Package: libstdc++6-doc Version: 3.4-0pre4 Severity: normal Tags: experimental Hi, here is the problem: $ zcat /usr/share/man/man3/Allocators.3.gz | wc 0 0 0 -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1,