Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
sg3_utils emerge problem with GCC3.4.4
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
jojor
n00b
n00b


Joined: 22 Nov 2004
Posts: 17

PostPosted: Sat Jun 11, 2005 11:11 am    Post subject: sg3_utils emerge problem with GCC3.4.4 Reply with quote

Hi,
I receive the following error when emerging sg3_utils:

gcc -o sg_reset sg_reset.o
i686-pc-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/../../../crti.o /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/crtbeginS.o .libs/sg_lib.o .libs/sg_cmds.o -L/usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110 -L/usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/../../../../i686-pc-linux-gnu/lib -L/usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/crtendS.o /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/../../../crtn.o -Wl,-soname -Wl,libsgutils.so.1 -o .libs/libsgutils.so.1.0.0
i686-pc-linux-gnu-g++: /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/../../../crti.o: No such file or directory
i686-pc-linux-gnu-g++: /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/crtbeginS.o: No such file or directory
i686-pc-linux-gnu-g++: /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/crtendS.o: No such file or directory
i686-pc-linux-gnu-g++: /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/../../../crtn.o: No such file or directory
make: *** [libsgutils.la] Error 1

Even though I have already upgraded to GCC 3,4,4 it seems somewhere still try to detects me as having 3.4.3. Can anyone help? Thanks


CJ
Back to top
View user's profile Send private message
hjnenc
Veteran
Veteran


Joined: 15 Aug 2004
Posts: 1599
Location: Vienna, Austria

PostPosted: Sat Jun 11, 2005 12:53 pm    Post subject: Reply with quote

You could try to set gcc-3.4.4 as your active compiler with gcc-config. I am not sure if this helps but it is worth a try.
Back to top
View user's profile Send private message
Sysa
Apprentice
Apprentice


Joined: 16 Mar 2005
Posts: 161
Location: Europe

PostPosted: Thu Jun 16, 2005 6:32 am    Post subject: Re: sg3_utils emerge problem with GCC3.4.4 Reply with quote

I had it too.
As a workaround I did
Code:

cd /usr/lib/gcc/i686-pc-linux-gnu/
ln -s 3.4.4 3.4.3-20050110

and emerge it again...

Good luck!
jojor wrote:
Hi,
I receive the following error when emerging sg3_utils:

gcc -o sg_reset sg_reset.o
i686-pc-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/../../../crti.o /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/crtbeginS.o .libs/sg_lib.o .libs/sg_cmds.o -L/usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110 -L/usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/../../../../i686-pc-linux-gnu/lib -L/usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/crtendS.o /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/../../../crtn.o -Wl,-soname -Wl,libsgutils.so.1 -o .libs/libsgutils.so.1.0.0
i686-pc-linux-gnu-g++: /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/../../../crti.o: No such file or directory
i686-pc-linux-gnu-g++: /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/crtbeginS.o: No such file or directory
i686-pc-linux-gnu-g++: /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/crtendS.o: No such file or directory
i686-pc-linux-gnu-g++: /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/../../../crtn.o: No such file or directory
make: *** [libsgutils.la] Error 1

Even though I have already upgraded to GCC 3,4,4 it seems somewhere still try to detects me as having 3.4.3. Can anyone help? Thanks


CJ

_________________
RedHat -> SuSE -> Debian -> Gentoo
Back to top
View user's profile Send private message
Dodgeram01
Tux's lil' helper
Tux's lil' helper


Joined: 21 Aug 2003
Posts: 80
Location: Ville Full of HICKS, USA

PostPosted: Wed Jul 06, 2005 12:18 am    Post subject: Reply with quote

You should re-emerge libtool.
_________________
Dodge.
Grab Life By The Horns.
Back to top
View user's profile Send private message
Tom Brown
n00b
n00b


Joined: 24 Aug 2002
Posts: 36
Location: Saskatchewan, Canada

PostPosted: Sun Sep 04, 2005 5:10 pm    Post subject: Reply with quote

Dodgeram01 wrote:
You should re-emerge libtool.


I had the same problem and re-emerging libtool worked for me.

Thank you. :)
Back to top
View user's profile Send private message
Kuhrscher
Guru
Guru


Joined: 29 Dec 2003
Posts: 498
Location: Hamburg, Germany

PostPosted: Sun Oct 02, 2005 1:51 pm    Post subject: Reply with quote

Tom Brown wrote:
Dodgeram01 wrote:
You should re-emerge libtool.


I had the same problem and re-emerging libtool worked for me.


Worked for me too!
Back to top
View user's profile Send private message
jcat
Veteran
Veteran


Joined: 26 May 2006
Posts: 1337

PostPosted: Thu Sep 21, 2006 8:24 am    Post subject: Reply with quote

Worked for me too, nearly a year later! 8)


I reckon this thread should have been marked as solved. :wink:




Cheers,
jcat
Back to top
View user's profile Send private message
interested1
Tux's lil' helper
Tux's lil' helper


Joined: 22 Feb 2006
Posts: 129

PostPosted: Sat Jan 13, 2007 2:37 am    Post subject: Reply with quote

Worked for me too! Thanks!
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
Page 1 of 1

 
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