Bug#280880: gcc-3.4: Please add missing symlinks in 'libgnat-3.4'

2004-11-12 Thread Andreas Jochens
Package: gcc-3.4 Severity: wishlist Tags: patch The libgnat-3.4 packages installs '/usr/lib/libgnat-3.4.so.1' and s '/usr/lib/libgnarl-3.4.so.1'. The symlinks 'libgnat-3.4.so' and 'libgnat.so' are not installed in '/usr/lib'. This causes many Ada packages to FTBFS because they cannot find

Bug#280910: libstdc++5-3.3-doc: Some man pages are broken or perhaps shouldn't exist

2004-11-12 Thread Kevin McCarty
Package: libstdc++5-3.3-doc Version: 1:3.3.5-2 Severity: minor The command dpkg -L libstdc++5-3.3-doc | grep man3/_ | grep -v __gnu_cxx prints a list of several man pages in the package that appear to be either broken or perhaps shouldn't be generated at all. For instance, the file

Bug#280913: libstdc++6-doc: All manpages missing (except one)

2004-11-12 Thread Kevin McCarty
Package: libstdc++6-doc Version: 3.4.2-3 Severity: normal Version 3.4.2-3 of libstdc++6-doc contains no manpages except for C++Intro(3). Version 3.4.2-2, as well as the libstdc++5-3.3-doc package, contain a slew of C++ class man pages. Was their removal intentional? I'm guessing not, since

Bug#280880: marked as done (gcc-3.4: Please add missing symlinks in 'libgnat-3.4')

2004-11-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 Nov 2004 17:14:35 +0100 with message-id [EMAIL PROTECTED] and subject line Bug#280880: gcc-3.4: Please add missing symlinks in 'libgnat-3.4' 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

Re: GCC won't install

2004-11-12 Thread Matthias Klose
Please don't send html mails to the lists. If you do not show us the errors you get, nobody can help you, so which errors does configure show? btw, there is a mailing list [EMAIL PROTECTED] which might be more appropirate for your request. This list is used for topics around Debian's GCC

ADDENDA

2004-11-12 Thread Rui Fernandes
Of course I run make. Regards, Rui fernandes

Bug#280880: gcc-3.4: Please add missing symlinks in 'libgnat-3.4'

2004-11-12 Thread Andreas Jochens
Thank you for your reply to my bug report. On 04-Nov-12 17:14, Ludovic Brenta wrote: The symbolic link should not be part of package `libgnat-3.4', because `libgnat-3.4' is a runtime-only package (used by end users) and the symbolic link is only used at link time (by developers). The proper

Bug#280972: gcc-snapshot generate incorrect code with -O1 and up.

2004-11-12 Thread Bill Allombert
Package: gcc-snapshot Version: 20041030-1 Severity: normal Hello Matthias, gcc-snapshot generate incorrect code for the attached file with -O1 and above. It is correctly compiled with -O0. %gcc div.c -O0 %./a.out 1 2 4 8 5 10 20 40 25 50 100 200 125 250 500 1000 %gcc div.c -O1 %./a.out 1 2 5 10