* [gentoo-amd64] gcc-3.4.4 linking error
@ 2005-08-22 14:24 Karol Szkudlarek
2005-08-22 14:59 ` Camilo Aguilar
0 siblings, 1 reply; 5+ messages in thread
From: Karol Szkudlarek @ 2005-08-22 14:24 UTC (permalink / raw
To: gentoo-amd64@gentoo.org
Hi!
I am trying to emerge the latest 3.4.4 package and I got the following
error:
make[2]: Leaving directory `/var/tmp/portage/gcc-3.4.4/work/build/gcc'
./xgcc -B./ -B/usr/x86_64-pc-linux-gnu/bin/ -isystem
/usr/x86_64-pc-linux-gnu/include -isystem
/usr/x86_64-pc-linux-gnu/sys-include
-L/var/tmp/portage/gcc-3.4.4/work/build/gcc/../ld -O2 -DIN_GCC -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -isystem ./include -fPIC -DHAVE_SYSLOG -g
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
-D_LIBC_PROVIDES_SSP_ -shared -nodefaultlibs -Wl,--soname=libgcc_s.so.1
-Wl,--version-script=libgcc/32/libgcc.map -o 32/libgcc_s.so.1.tmp -m32
libgcc/32/_muldi3.o libgcc/32/_negdi2.o libgcc/32/_lshrdi3.o
libgcc/32/_ashldi3.o libgcc/32/_ashrdi3.o libgcc/32/_cmpdi2.o
libgcc/32/_ucmpdi2.o libgcc/32/_floatdidf.o libgcc/32/_floatdisf.o
libgcc/32/_fixunsdfsi.o libgcc/32/_fixunssfsi.o libgcc/32/_fixunsdfdi.o
libgcc/32/_fixdfdi.o libgcc/32/_fixunssfdi.o libgcc/32/_fixsfdi.o
libgcc/32/_fixxfdi.o libgcc/32/_fixunsxfdi.o libgcc/32/_floatdixf.o
libgcc/32/_fixunsxfsi.o libgcc/32/_fixtfdi.o libgcc/32/_fixunstfdi.o
libgcc/32/_floatditf.o libgcc/32/_clear_cache.o
libgcc/32/_enable_execute_stack.o libgcc/32/_trampoline.o
libgcc/32/__main.o libgcc/32/_absvsi2.o libgcc/32/_absvdi2.o
libgcc/32/_addvsi3.o libgcc/32/_addvdi3.o libgcc/32/_subvsi3.o
libgcc/32/_subvdi3.o libgcc/32/_mulvsi3.o libgcc/32/_mulvdi3.o
libgcc/32/_negvsi2.o libgcc/32/_negvdi2.o libgcc/32/_ctors.o
libgcc/32/_ffssi2.o libgcc/32/_ffsdi2.o libgcc/32/_clz.o
libgcc/32/_clzsi2.o libgcc/32/_clzdi2.o libgcc/32/_ctzsi2.o
libgcc/32/_ctzdi2.o libgcc/32/_popcount_tab.o libgcc/32/_popcountsi2.o
libgcc/32/_popcountdi2.o libgcc/32/_paritysi2.o libgcc/32/_paritydi2.o
libgcc/32/_stack_smash_handler.o libgcc/32/_divdi3.o libgcc/32/_moddi3.o
libgcc/32/_udivdi3.o libgcc/32/_umoddi3.o libgcc/32/_udiv_w_sdiv.o
libgcc/32/_udivmoddi4.o libgcc/32/unwind-dw2.o
libgcc/32/unwind-dw2-fde-glibc.o libgcc/32/unwind-sjlj.o
libgcc/32/gthr-gnat.o libgcc/32/unwind-c.o -lc && rm -f libgcc_s_32.so
&& if [ -f 32/libgcc_s.so.1 ]; then mv -f 32/libgcc_s.so.1
32/libgcc_s.so.1.backup; else true; fi && mv 32/libgcc_s.so.1.tmp
32/libgcc_s.so.1 && ln -s 32/libgcc_s.so.1 libgcc_s_32.so
/usr/x86_64-pc-linux-gnu/bin/ld: skipping incompatible
/usr/lib/gcc/x86_64-pc-linux-gnu/../../libc.so when searching for -lc
/usr/x86_64-pc-linux-gnu/bin/ld: skipping incompatible
/usr/lib/gcc/x86_64-pc-linux-gnu/../../libc.a when searching for -lc
/usr/x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.so
when searching for -lc
/usr/x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.a
when searching for -lc
/usr/x86_64-pc-linux-gnu/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
make[1]: *** [32/libgcc_s_32.so] Error 1
make[1]: Leaving directory `/var/tmp/portage/gcc-3.4.4/work/build/gcc'
make: *** [stmp-multilib] Error 2
I have amd64 platform box. How can I avoid this?
Karol
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-amd64] gcc-3.4.4 linking error
2005-08-22 14:24 [gentoo-amd64] gcc-3.4.4 linking error Karol Szkudlarek
@ 2005-08-22 14:59 ` Camilo Aguilar
2005-08-22 18:27 ` Karol Szkudlarek
0 siblings, 1 reply; 5+ messages in thread
From: Camilo Aguilar @ 2005-08-22 14:59 UTC (permalink / raw
To: gentoo-amd64
[-- Attachment #1.1: Type: text/plain, Size: 3319 bytes --]
I have the same error and the bug already was reported.
http://bugs.gentoo.org/show_bug.cgi?id=95742
On Mon, 2005-08-22 at 16:24 +0200, Karol Szkudlarek wrote:
> Hi!
>
> I am trying to emerge the latest 3.4.4 package and I got the following
> error:
>
> make[2]: Leaving directory `/var/tmp/portage/gcc-3.4.4/work/build/gcc'
> ./xgcc -B./ -B/usr/x86_64-pc-linux-gnu/bin/ -isystem
> /usr/x86_64-pc-linux-gnu/include -isystem
> /usr/x86_64-pc-linux-gnu/sys-include
> -L/var/tmp/portage/gcc-3.4.4/work/build/gcc/../ld -O2 -DIN_GCC -W
> -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
> -Wold-style-definition -isystem ./include -fPIC -DHAVE_SYSLOG -g
> -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
> -D_LIBC_PROVIDES_SSP_ -shared -nodefaultlibs -Wl,--soname=libgcc_s.so.1
> -Wl,--version-script=libgcc/32/libgcc.map -o 32/libgcc_s.so.1.tmp -m32
> libgcc/32/_muldi3.o libgcc/32/_negdi2.o libgcc/32/_lshrdi3.o
> libgcc/32/_ashldi3.o libgcc/32/_ashrdi3.o libgcc/32/_cmpdi2.o
> libgcc/32/_ucmpdi2.o libgcc/32/_floatdidf.o libgcc/32/_floatdisf.o
> libgcc/32/_fixunsdfsi.o libgcc/32/_fixunssfsi.o libgcc/32/_fixunsdfdi.o
> libgcc/32/_fixdfdi.o libgcc/32/_fixunssfdi.o libgcc/32/_fixsfdi.o
> libgcc/32/_fixxfdi.o libgcc/32/_fixunsxfdi.o libgcc/32/_floatdixf.o
> libgcc/32/_fixunsxfsi.o libgcc/32/_fixtfdi.o libgcc/32/_fixunstfdi.o
> libgcc/32/_floatditf.o libgcc/32/_clear_cache.o
> libgcc/32/_enable_execute_stack.o libgcc/32/_trampoline.o
> libgcc/32/__main.o libgcc/32/_absvsi2.o libgcc/32/_absvdi2.o
> libgcc/32/_addvsi3.o libgcc/32/_addvdi3.o libgcc/32/_subvsi3.o
> libgcc/32/_subvdi3.o libgcc/32/_mulvsi3.o libgcc/32/_mulvdi3.o
> libgcc/32/_negvsi2.o libgcc/32/_negvdi2.o libgcc/32/_ctors.o
> libgcc/32/_ffssi2.o libgcc/32/_ffsdi2.o libgcc/32/_clz.o
> libgcc/32/_clzsi2.o libgcc/32/_clzdi2.o libgcc/32/_ctzsi2.o
> libgcc/32/_ctzdi2.o libgcc/32/_popcount_tab.o libgcc/32/_popcountsi2.o
> libgcc/32/_popcountdi2.o libgcc/32/_paritysi2.o libgcc/32/_paritydi2.o
> libgcc/32/_stack_smash_handler.o libgcc/32/_divdi3.o libgcc/32/_moddi3.o
> libgcc/32/_udivdi3.o libgcc/32/_umoddi3.o libgcc/32/_udiv_w_sdiv.o
> libgcc/32/_udivmoddi4.o libgcc/32/unwind-dw2.o
> libgcc/32/unwind-dw2-fde-glibc.o libgcc/32/unwind-sjlj.o
> libgcc/32/gthr-gnat.o libgcc/32/unwind-c.o -lc && rm -f libgcc_s_32.so
> && if [ -f 32/libgcc_s.so.1 ]; then mv -f 32/libgcc_s.so.1
> 32/libgcc_s.so.1.backup; else true; fi && mv 32/libgcc_s.so.1.tmp
> 32/libgcc_s.so.1 && ln -s 32/libgcc_s.so.1 libgcc_s_32.so
> /usr/x86_64-pc-linux-gnu/bin/ld: skipping incompatible
> /usr/lib/gcc/x86_64-pc-linux-gnu/../../libc.so when searching for -lc
> /usr/x86_64-pc-linux-gnu/bin/ld: skipping incompatible
> /usr/lib/gcc/x86_64-pc-linux-gnu/../../libc.a when searching for -lc
> /usr/x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.so
> when searching for -lc
> /usr/x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.a
> when searching for -lc
> /usr/x86_64-pc-linux-gnu/bin/ld: cannot find -lc
> collect2: ld returned 1 exit status
> make[1]: *** [32/libgcc_s_32.so] Error 1
> make[1]: Leaving directory `/var/tmp/portage/gcc-3.4.4/work/build/gcc'
> make: *** [stmp-multilib] Error 2
>
>
> I have amd64 platform box. How can I avoid this?
>
> Karol
Camilo Aguilar
Director de Proyectos
[-- Attachment #1.2: Type: text/html, Size: 5335 bytes --]
[-- Attachment #2: image001.gif --]
[-- Type: image/gif, Size: 3459 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-amd64] gcc-3.4.4 linking error
2005-08-22 14:59 ` Camilo Aguilar
@ 2005-08-22 18:27 ` Karol Szkudlarek
2005-08-22 18:41 ` Matt Randolph
0 siblings, 1 reply; 5+ messages in thread
From: Karol Szkudlarek @ 2005-08-22 18:27 UTC (permalink / raw
To: gentoo-amd64
So the bug is unresolved above 2 months old... Is there exist a simple
workaround to avoid it?
Regards,
Karol
Camilo Aguilar napisał(a):
> I have the same error and the bug already was reported.
>
> http://bugs.gentoo.org/show_bug.cgi?id=95742
>
>
>
> On Mon, 2005-08-22 at 16:24 +0200, Karol Szkudlarek wrote:
>
>
>>Hi!
>>
>>I am trying to emerge the latest 3.4.4 package and I got the following
>>error:
>>
>>make[2]: Leaving directory `/var/tmp/portage/gcc-3.4.4/work/build/gcc'
>>./xgcc -B./ -B/usr/x86_64-pc-linux-gnu/bin/ -isystem
>>/usr/x86_64-pc-linux-gnu/include -isystem
>>/usr/x86_64-pc-linux-gnu/sys-include
>>-L/var/tmp/portage/gcc-3.4.4/work/build/gcc/../ld -O2 -DIN_GCC -W
>>-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>>-Wold-style-definition -isystem ./include -fPIC -DHAVE_SYSLOG -g
>>-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
>>-D_LIBC_PROVIDES_SSP_ -shared -nodefaultlibs -Wl,--soname=libgcc_s.so.1
>>-Wl,--version-script=libgcc/32/libgcc.map -o 32/libgcc_s.so.1.tmp -m32
>> libgcc/32/_muldi3.o libgcc/32/_negdi2.o libgcc/32/_lshrdi3.o
>>libgcc/32/_ashldi3.o libgcc/32/_ashrdi3.o libgcc/32/_cmpdi2.o
>>libgcc/32/_ucmpdi2.o libgcc/32/_floatdidf.o libgcc/32/_floatdisf.o
>>libgcc/32/_fixunsdfsi.o libgcc/32/_fixunssfsi.o libgcc/32/_fixunsdfdi.o
>>libgcc/32/_fixdfdi.o libgcc/32/_fixunssfdi.o libgcc/32/_fixsfdi.o
>>libgcc/32/_fixxfdi.o libgcc/32/_fixunsxfdi.o libgcc/32/_floatdixf.o
>>libgcc/32/_fixunsxfsi.o libgcc/32/_fixtfdi.o libgcc/32/_fixunstfdi.o
>>libgcc/32/_floatditf.o libgcc/32/_clear_cache.o
>>libgcc/32/_enable_execute_stack.o libgcc/32/_trampoline.o
>>libgcc/32/__main.o libgcc/32/_absvsi2.o libgcc/32/_absvdi2.o
>>libgcc/32/_addvsi3.o libgcc/32/_addvdi3.o libgcc/32/_subvsi3.o
>>libgcc/32/_subvdi3.o libgcc/32/_mulvsi3.o libgcc/32/_mulvdi3.o
>>libgcc/32/_negvsi2.o libgcc/32/_negvdi2.o libgcc/32/_ctors.o
>>libgcc/32/_ffssi2.o libgcc/32/_ffsdi2.o libgcc/32/_clz.o
>>libgcc/32/_clzsi2.o libgcc/32/_clzdi2.o libgcc/32/_ctzsi2.o
>>libgcc/32/_ctzdi2.o libgcc/32/_popcount_tab.o libgcc/32/_popcountsi2.o
>>libgcc/32/_popcountdi2.o libgcc/32/_paritysi2.o libgcc/32/_paritydi2.o
>>libgcc/32/_stack_smash_handler.o libgcc/32/_divdi3.o libgcc/32/_moddi3.o
>>libgcc/32/_udivdi3.o libgcc/32/_umoddi3.o libgcc/32/_udiv_w_sdiv.o
>>libgcc/32/_udivmoddi4.o libgcc/32/unwind-dw2.o
>>libgcc/32/unwind-dw2-fde-glibc.o libgcc/32/unwind-sjlj.o
>>libgcc/32/gthr-gnat.o libgcc/32/unwind-c.o -lc && rm -f libgcc_s_32.so
>>&& if [ -f 32/libgcc_s.so.1 ]; then mv -f 32/libgcc_s.so.1
>>32/libgcc_s.so.1.backup; else true; fi && mv 32/libgcc_s.so.1.tmp
>>32/libgcc_s.so.1 && ln -s 32/libgcc_s.so.1 libgcc_s_32.so
>>/usr/x86_64-pc-linux-gnu/bin/ld: skipping incompatible
>>/usr/lib/gcc/x86_64-pc-linux-gnu/../../libc.so when searching for -lc
>>/usr/x86_64-pc-linux-gnu/bin/ld: skipping incompatible
>>/usr/lib/gcc/x86_64-pc-linux-gnu/../../libc.a when searching for -lc
>>/usr/x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.so
>>when searching for -lc
>>/usr/x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.a
>>when searching for -lc
>>/usr/x86_64-pc-linux-gnu/bin/ld: cannot find -lc
>>collect2: ld returned 1 exit status
>>make[1]: *** [32/libgcc_s_32.so] Error 1
>>make[1]: Leaving directory `/var/tmp/portage/gcc-3.4.4/work/build/gcc'
>>make: *** [stmp-multilib] Error 2
>>
>>
>>I have amd64 platform box. How can I avoid this?
>>
>>Karol
>
>
>
> Camilo Aguilar
> Director de Proyectos
>
>
>
>
>
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-amd64] gcc-3.4.4 linking error
2005-08-22 18:27 ` Karol Szkudlarek
@ 2005-08-22 18:41 ` Matt Randolph
2005-08-22 19:23 ` Karol Szkudlarek
0 siblings, 1 reply; 5+ messages in thread
From: Matt Randolph @ 2005-08-22 18:41 UTC (permalink / raw
To: gentoo-amd64
Aside from the obvious one?
Karol Szkudlarek wrote:
>
> So the bug is unresolved above 2 months old... Is there exist a simple
> workaround to avoid it?
>
> Regards,
> Karol
>
> Camilo Aguilar napisał(a):
>
>> I have the same error and the bug already was reported.
>>
>> http://bugs.gentoo.org/show_bug.cgi?id=95742
>>
>>
>>
>> On Mon, 2005-08-22 at 16:24 +0200, Karol Szkudlarek wrote:
>>
>>
>>> Hi!
>>>
>>> I am trying to emerge the latest 3.4.4 package and I got the following
>>> error:
>>
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-amd64] gcc-3.4.4 linking error
2005-08-22 18:41 ` Matt Randolph
@ 2005-08-22 19:23 ` Karol Szkudlarek
0 siblings, 0 replies; 5+ messages in thread
From: Karol Szkudlarek @ 2005-08-22 19:23 UTC (permalink / raw
To: gentoo-amd64
Hi Matt,
I read again bug report comments. If the obvious one
is to emerge glibc and after it gcc then I don't need
any new workaround. Thanks.
Karol
Matt Randolph napisał(a):
> Aside from the obvious one?
>
> Karol Szkudlarek wrote:
>
>>
>> So the bug is unresolved above 2 months old... Is there exist a simple
>> workaround to avoid it?
>>
>> Regards,
>> Karol
>>
>> Camilo Aguilar napisał(a):
>>
>>> I have the same error and the bug already was reported.
>>>
>>> http://bugs.gentoo.org/show_bug.cgi?id=95742
>>>
>>>
>>>
>>> On Mon, 2005-08-22 at 16:24 +0200, Karol Szkudlarek wrote:
>>>
>>>
>>>> Hi!
>>>>
>>>> I am trying to emerge the latest 3.4.4 package and I got the following
>>>> error:
>>>
>>>
>
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-08-22 19:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-22 14:24 [gentoo-amd64] gcc-3.4.4 linking error Karol Szkudlarek
2005-08-22 14:59 ` Camilo Aguilar
2005-08-22 18:27 ` Karol Szkudlarek
2005-08-22 18:41 ` Matt Randolph
2005-08-22 19:23 ` Karol Szkudlarek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox