You are not logged in.

#1 2005-04-27 04:07:31

miqorz
Member
Registered: 2004-12-31
Posts: 475

New GLIBC package warning.

Just a heads up. Don't upgrade to the new glibc/gcc combo.

Unless you want some of this.

checking for C compiler default output file name... configure: error: C compiler cannot create executables

Or some of this.

/usr/bin/ld:/usr/lib/gcc/i686-pc-linux-gnu/4.0.0/../../../libc.so: file format not recognized; treating as linker script
/usr/bin/ld:/usr/lib/gcc/i686-pc-linux-gnu/4.0.0/../../../libc.so:5: parse error
collect2: ld returned 1 exit status
make[2]: *** [graveman] Error 1
make[2]: Leaving directory `/opt/abs/local/graveman/src/graveman-0.3.10/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/abs/local/graveman/src/graveman-0.3.10'
make: *** [all] Error 2
==> ERROR: Build Failed.  Aborting...

http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#2 2005-04-27 04:27:22

miqorz
Member
Registered: 2004-12-31
Posts: 475

Re: New GLIBC package warning.

Alright, I've come to the conclusion that it's the redhat / fedora patch that was introduced in -3.

I'm recompiling it right now to find out.


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#3 2005-04-27 06:00:09

miqorz
Member
Registered: 2004-12-31
Posts: 475

Re: New GLIBC package warning.

Odd, I removed the patch. Same thing..

I'm just going to rename -1 to -3 and leave it like that..

-1 gives no issues.. hmm..


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#4 2005-04-27 08:58:26

deft
Member
Registered: 2005-03-14
Posts: 79

Re: New GLIBC package warning.

Yes, and just to add to that, something else of relevance:

http://bbs.archlinux.org/viewtopic.php?t=11946

Offline

#5 2005-04-27 13:37:47

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: New GLIBC package warning.

You need a new binutils with this new glibc.

Offline

#6 2005-04-27 14:45:20

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: New GLIBC package warning.

I like this part:

/usr/bin/ld:/usr/lib/gcc/i686-pc-linux-gnu/4.0.0/../../../libc.so: file format not recognized; treating as linker script

libc not recognized... hah

Offline

#7 2005-04-27 21:12:56

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: New GLIBC package warning.

/usr/lib/libc.so is actually a linker script, open it up with a text editor and you'll see. You'll also see the reason for the message and the "missing libc.so.5" or something like that: the new /usr/lib/libc.so uses scripting to enforce AS_NEEDED on everything that compiles against glibc. This is not supported by any version of binutils, except the ones in Fedora and the one in our testing repository, at the same place you got that glibc snapshot.

BTW: In the next few days we'll have another glibc, the -3 build breaks ancient binaries like the teamspeak client.

Offline

Board footer

Powered by FluxBB