Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problems with gcc 3.3.1-r2?
View unanswered posts
View posts from last 24 hours

Goto page 1, 2, 3, 4, 5, 6  Next  
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
()
l33t
l33t


Joined: 25 Nov 2002
Posts: 610

PostPosted: Tue Sep 16, 2003 11:04 am    Post subject: Problems with gcc 3.3.1-r2? Reply with quote

mod edit - made stick, see my comment below -- pilla
<mod edit2> - FIX
plate wrote:
Quick fix:

Code:
mv $(gcc-config -L)/libgcc_s.a $(gcc-config -L)/libgcc.a


and then remerge whatever didn't compile before.

This tip courtesy of Martin Schlemmer... 8)

<end mod edit2>

Emerged gcc 3.3.1-r2 last night, everything seemed fine and dandy. However, I compiled Wine this morning and tried to compile Qt 3.2.1 (I understand the ebuild has been updated). Wine segfaulted right away, even without arguments and the compilation of Qt failed due to, you guessed it, a segfault. So I figured it might have to do with my unstable version of glibc (2.3.2-r4), I decided to merge -r1. I wasn't able to do that either, failed during linking. After going back to gcc 3.3.1 everything is smooth. Anyone else having problems possibly linked to gcc 3.3.1-r2?

Im using the 2.6.0-test4-mm4 kernel btw.
Back to top
View user's profile Send private message
Paper
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jul 2002
Posts: 79
Location: Milan, Italy

PostPosted: Tue Sep 16, 2003 11:32 am    Post subject: Reply with quote

Yes, it has definitely a problem. Me too I'm running 2.6.0-test5-mm1 and glibc-2.3.2-r4 with nptl. I emerged it last night and after a reboot the system is almost completely borked. Every program linked against libs in /usr/lib/gcc-lib/... segfaults when dynamic linking. That is no python, no emerge, ecc. :/
I'm trying to find a binary tarball of gcc-3.3.1-r1 to recover the libraries.

Anyone knows where I can find a binary package for gcc-3.3.1-r4?
Seems like the one at http://dev.gentoo.org/~avenj/bins/ has been badly uploaded :(

Bye,
Paper
Back to top
View user's profile Send private message
eNTi
Veteran
Veteran


Joined: 20 Oct 2002
Posts: 1011
Location: Salzburg, Austria

PostPosted: Tue Sep 16, 2003 11:34 am    Post subject: Reply with quote

i recompiled xmms and nethack with -r2 both segfault right away.
_________________
If you fall off a cliff, you might as well try to fly. After all, you got nothing to lose.

-- John Sheridan - Babylon 5, Season 4
Back to top
View user's profile Send private message
silverter
Guru
Guru


Joined: 10 Apr 2002
Posts: 491
Location: Ulm, DE

PostPosted: Tue Sep 16, 2003 11:57 am    Post subject: Reply with quote

I guess gcc-3.3.1-r2 is borked then.. someone should mask it then...

regards
_________________
-- A Guru was once a Beginner --
Back to top
View user's profile Send private message
()
l33t
l33t


Joined: 25 Nov 2002
Posts: 610

PostPosted: Tue Sep 16, 2003 12:05 pm    Post subject: Reply with quote

Ugly bug this :|
Back to top
View user's profile Send private message
tsuru
Tux's lil' helper
Tux's lil' helper


Joined: 19 Apr 2002
Posts: 99
Location: Nashville, Tennessee, USA

PostPosted: Tue Sep 16, 2003 12:08 pm    Post subject: Reply with quote

I've had similar problems with segfaulting xmms... but oddly enough recompiling the nvidia-kernel module still works okay. ..maybe even the kernel proper (I can't remember if I did that before or after the r2 upgrade) but I won't try to verify that further now until I hear some kind of news about this.
Back to top
View user's profile Send private message
neenee
Veteran
Veteran


Joined: 20 Jul 2003
Posts: 1786

PostPosted: Tue Sep 16, 2003 12:38 pm    Post subject: Reply with quote

i emerged this release of gcc yesterday as well,
and so far have compiled the following with it,
and have used those without any problems:

2.6.0test5-love3 kernel
nvidia-glx 1.0.4496
nvidia-kernel 1.0.4496-r3
xfree-4.3.99.12
abiword 2.0
nano 1.2.2
epiphany 1.0
nautilus 2.4.0
xmms 1.2.8-r2
gimp 1.3.19

and some other small ones.

ps. i'm compiling wine now and report back with results.

compiled wine, i can run it without segfaults.


Last edited by neenee on Tue Sep 16, 2003 1:22 pm; edited 1 time in total
Back to top
View user's profile Send private message
eNTi
Veteran
Veteran


Joined: 20 Oct 2002
Posts: 1011
Location: Salzburg, Austria

PostPosted: Tue Sep 16, 2003 12:46 pm    Post subject: Reply with quote

i've made a quick'n dirty bug report.
_________________
If you fall off a cliff, you might as well try to fly. After all, you got nothing to lose.

-- John Sheridan - Babylon 5, Season 4
Back to top
View user's profile Send private message
ba
l33t
l33t


Joined: 25 May 2003
Posts: 804

PostPosted: Tue Sep 16, 2003 2:14 pm    Post subject: Reply with quote

the same, but mplayer segfaulted too...

now reemerging gc-3.3.1
Back to top
View user's profile Send private message
asimon
l33t
l33t


Joined: 27 Jun 2002
Posts: 979
Location: Germany, Old Europe

PostPosted: Tue Sep 16, 2003 2:31 pm    Post subject: Reply with quote

I only compiled two packages with the -r2 gcc: gkrellm and which. which worked fine but gkrellm segfaulted with the following backtrace:

Code:

Program received signal SIGSEGV, Segmentation fault.
0x4047ef27 in __ctype_get_mb_cur_max () from /lib/libc.so.6
(gdb) bt
#0  0x4047ef27 in __ctype_get_mb_cur_max () from /lib/libc.so.6
#1  0xbffff278 in ?? ()
#2  0x402afb83 in _gdk_x11_initialize_locale () from /usr/lib/libgdk-x11-2.0.so.0
#3  0x402afc73 in gdk_set_locale () from /usr/lib/libgdk-x11-2.0.so.0
#4  0x400f7829 in gtk_set_locale () from /usr/lib/libgtk-x11-2.0.so.0
#5  0x08065176 in main ()
#6  0x080ba90c in __libc_start_main ()


This was with glibc-2.3.2-r4 and NPTL.
Back to top
View user's profile Send private message
Paper
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jul 2002
Posts: 79
Location: Milan, Italy

PostPosted: Tue Sep 16, 2003 2:49 pm    Post subject: Reply with quote

Anyone could give me a binary tarball of gcc-3.3.1-r1 (or point me to an url) so that I can make portage (and my whole system) run again?
Pleeease :(

Bye,
Paper
Back to top
View user's profile Send private message
GentooBox
Veteran
Veteran


Joined: 22 Jun 2003
Posts: 1168
Location: Denmark

PostPosted: Tue Sep 16, 2003 4:15 pm    Post subject: Reply with quote

I was compiling GCC-3.3.1-r2 right now...

but then i read this, and stoped it...
_________________
Encrypt, lock up everything and duct tape the rest
Back to top
View user's profile Send private message
micron
Guru
Guru


Joined: 23 Jul 2003
Posts: 411
Location: Bergamo, Italy

PostPosted: Tue Sep 16, 2003 4:46 pm    Post subject: Reply with quote

I'm more unlucky: after upgrading to gcc 3.3.1-r2 I made an
Code:
emerge -e app
Now I'm not able to access the shell... :(
Anyone know where can I find a working binary of gcc 3.3.1-r1
_________________
~ "Progress is merely a realisation of utopias" ~
Back to top
View user's profile Send private message
bsolar
Bodhisattva
Bodhisattva


Joined: 12 Jan 2003
Posts: 2764

PostPosted: Tue Sep 16, 2003 4:55 pm    Post subject: Reply with quote

It seems that the gcc-3.3.1-r1 ebuild has been removed from portage. :evil:
_________________
I may not agree with what you say, but I'll defend to the death your right to say it.
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Tue Sep 16, 2003 5:25 pm    Post subject: Reply with quote

bsolar wrote:
It seems that the gcc-3.3.1-r1 ebuild has been removed from portage. :evil:


same for me. Seems like many things didn't compile with it, now gcc 3.2.3-r1 is back to be the lastest stable version in the tree. I'll make this sticky and hope that people stick with gcc-3.2.3-r1
_________________
"I'm just very selective about the reality I choose to accept." -- Calvin
Back to top
View user's profile Send private message
TheCoop
Veteran
Veteran


Joined: 15 Jun 2002
Posts: 1814
Location: Where you least expect it

PostPosted: Tue Sep 16, 2003 6:06 pm    Post subject: Reply with quote

no problems with gcc-3.3.1-r2 for me, compiled/ran nmap, nvidia-kernel and module-init-tools with no problems
_________________
95% of all computer errors occur between chair and keyboard (TM)

"One World, One web, One program" - Microsoft Promo ad.
"Ein Volk, Ein Reich, Ein Führer" - Adolf Hitler

Change the world - move a rock
Back to top
View user's profile Send private message
paul138
Guru
Guru


Joined: 09 Aug 2002
Posts: 370
Location: Ottawa, ON

PostPosted: Tue Sep 16, 2003 6:08 pm    Post subject: Reply with quote

XMMS segfaulting here with gcc-3.3.1-r2
_________________
Talk is cheap because supply always exceeds demand.
Back to top
View user's profile Send private message
bsolar
Bodhisattva
Bodhisattva


Joined: 12 Jan 2003
Posts: 2764

PostPosted: Tue Sep 16, 2003 6:09 pm    Post subject: Reply with quote

TheCoop wrote:
no problems with gcc-3.3.1-r2 for me, compiled/ran nmap, nvidia-kernel and module-init-tools with no problems

I too tought so. Then I recompiled xmms and it segfaults.
_________________
I may not agree with what you say, but I'll defend to the death your right to say it.
Back to top
View user's profile Send private message
Jamon
Apprentice
Apprentice


Joined: 03 May 2002
Posts: 173

PostPosted: Tue Sep 16, 2003 6:56 pm    Post subject: Reply with quote

This is baaaad... my e2fsprogs is hosed now, I can't boot normally now (checkfs fails) and my gcc shows it's an invalid compiler when configure checks it!! I can't recompile my compiler, or any other program!! I NEED A BINARY! Can someone help? For what it's worth, gcc-3.3.1-r1 worked perfectly. I even recompiled glibc with it, so going back to any 3.2.x compiler would be a BAAD idea. Thoughts/links to working binaries? ;)

Jamon
_________________
Looking for a Linux PC? Check us out at
http://www.progresssystemsinc.com!
Back to top
View user's profile Send private message
eNTi
Veteran
Veteran


Joined: 20 Oct 2002
Posts: 1011
Location: Salzburg, Austria

PostPosted: Tue Sep 16, 2003 7:04 pm    Post subject: Reply with quote

i luckily made it back to 3.3.1 without problems. this is very nasty and can break a lot. there's got to be a solution quick, before more systems break.
_________________
If you fall off a cliff, you might as well try to fly. After all, you got nothing to lose.

-- John Sheridan - Babylon 5, Season 4
Back to top
View user's profile Send private message
bsolar
Bodhisattva
Bodhisattva


Joined: 12 Jan 2003
Posts: 2764

PostPosted: Tue Sep 16, 2003 7:07 pm    Post subject: Reply with quote

A binary package is available here. :D
_________________
I may not agree with what you say, but I'll defend to the death your right to say it.
Back to top
View user's profile Send private message
Jamon
Apprentice
Apprentice


Joined: 03 May 2002
Posts: 173

PostPosted: Tue Sep 16, 2003 7:09 pm    Post subject: Reply with quote

eNTi, can you post a working binary of gcc (via -b or -B) and upload it to an accessable location? I am on dial-up so I have to pick downloads carefully. Also please point out what C-Flags you use, or use none for this package. Thanks! :)

Your deparate fellow Gentooist,

Jamon
_________________
Looking for a Linux PC? Check us out at
http://www.progresssystemsinc.com!
Back to top
View user's profile Send private message
Jamon
Apprentice
Apprentice


Joined: 03 May 2002
Posts: 173

PostPosted: Tue Sep 16, 2003 7:10 pm    Post subject: Reply with quote

bsolar,

Paper mentioned that this package doesn't work correctly. Are you sure it's ok?

Thanks!

Jamon
_________________
Looking for a Linux PC? Check us out at
http://www.progresssystemsinc.com!
Back to top
View user's profile Send private message
eNTi
Veteran
Veteran


Joined: 20 Oct 2002
Posts: 1011
Location: Salzburg, Austria

PostPosted: Tue Sep 16, 2003 7:12 pm    Post subject: Reply with quote

check post above :)
_________________
If you fall off a cliff, you might as well try to fly. After all, you got nothing to lose.

-- John Sheridan - Babylon 5, Season 4
Back to top
View user's profile Send private message
paul138
Guru
Guru


Joined: 09 Aug 2002
Posts: 370
Location: Ottawa, ON

PostPosted: Tue Sep 16, 2003 7:21 pm    Post subject: Reply with quote

Here are 2 more
http://forkbomb.dhs.org/gcc-3.3.1-r1.tbz2
http://forkbomb.dhs.org/gcc-3.2.3-r2.tbz2
CFLAGS="-march=pentium3 -O3 -pipe"

EDIT : These are NO LONGER AVAILABLE
_________________
Talk is cheap because supply always exceeds demand.


Last edited by paul138 on Wed Oct 01, 2003 6:52 pm; edited 2 times in total
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Goto page 1, 2, 3, 4, 5, 6  Next
Page 1 of 6

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum