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

Bug#631906: marked as done (gcc-4.4: cannot find -lgcc_s after upgrade to 4.4.6-6)



Your message dated Tue, 05 Jul 2011 21:07:44 +0200
with message-id <4E136100.700@debian.org>
and subject line gcc-4.4/gcc-4.5 and libgcc[124] upgrades fixed with gcc-4.6 4.6.1-2
has caused the Debian Bug report #631906,
regarding gcc-4.4: cannot find -lgcc_s after upgrade to 4.4.6-6
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
631906: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631906
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-4.4
Version: 4.4.6-6
Severity: grave

Hi,

After upgrading to 4.4.6-6, gcc won't build binaries:

$ cat t.c
#include <stdio.h>

int
main()
{
    printf("'lo world\n");
    return 0;
}

$ make t CC=gcc-4.4
gcc-4.4     t.c   -o t
/usr/bin/ld.bfd.real: cannot find -lgcc_s

$ dpkg-query -W -f '${Package}: ${Version}\n' binutils gcc-4.4 libc6
binutils: 2.21.52.20110606-2
gcc-4.4: 4.4.6-6
libc6: 2.13-7

$ strace -f -e open make t CC=gcc-4.4 2>&1| grep gcc_s | grep 486
open("/usr/lib/i386-linux-gnu/gcc/i486-linux-gnu/4.4.6/libgcc_s.so", O_RDONLY|
O_LARGEFILE) = -1 ENOENT
open("/usr/lib/i386-linux-gnu/gcc/i486-linux-gnu/4.4.6/libgcc_s.a", O_RDONLY|
O_LARGEFILE) = -1 ENOENT
open("/usr/lib/i386-linux-gnu/gcc/i486-linux-gnu/4.4.6/../../../libgcc_s.so", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT
open("/usr/lib/i386-linux-gnu/gcc/i486-linux-gnu/4.4.6/../../../libgcc_s.a", 
O_RDONLY|O_LARGEFILE) = -1 ENOENT
open("/usr/i486-linux-gnu/lib32/libgcc_s.so", O_RDONLY|O_LARGEFILE) = -1 
ENOENT
open("/usr/i486-linux-gnu/lib32/libgcc_s.a", O_RDONLY|O_LARGEFILE) = -1 ENOENT

But gcc-4.4 ships libgcc_s.so in /usr/lib/i386-linux-gnu/gcc/i486-linux-
gnu/4.4/.

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net



--- End Message ---
--- Begin Message ---
libgcc1, libgcc2 and libgcc4 now have a

  Breaks: gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2)

in gcc-4.6 4.6.1-2.  This doesn't fix the currently broken packages in testing,
but now allows non-breaking upgrades.


--- End Message ---

Reply to: