Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96975 - sg3_utils looks for gcc3.4.3, even if only gcc3.4.4 is installed
Summary: sg3_utils looks for gcc3.4.3, even if only gcc3.4.4 is installed
Status: VERIFIED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-24 12:23 UTC by Nick Hofstede
Modified: 2005-06-26 06:11 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Hofstede 2005-06-24 12:23:26 UTC
<snip>
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

!!! ERROR: sys-apps/sg3_utils-1.15 failed.
!!! Function src_compile, Line 32, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.


Reproducible: Always
Steps to Reproduce:
1.emerge gcc 3.4.4
2.emerge sg3_utils

Actual Results:  
gcc fails to find several objects

Expected Results:  
emerge succeeds
Comment 1 Nick Hofstede 2005-06-24 12:24:51 UTC
<a
href="http://forums.gentoo.org/viewtopic-t-347885-highlight-sg3utils.html">forum
post</a>
Comment 2 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2005-06-24 13:14:42 UTC
Does running fix_libtool_files.sh 3.4.3-20050110 fix the problem?
Comment 3 Nick Hofstede 2005-06-24 14:24:29 UTC
Nope, running fix_libtool_files.sh 3.4.3-20050110 didn't fix the problem.
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2005-06-25 18:44:20 UTC
Does `fix_libtool_files.sh 3.4.4` help? Did you set symlinks by hand, betraying
gcc-config?
Comment 5 Mark Loeser (RETIRED) gentoo-dev 2005-06-25 19:07:45 UTC
Re-emerge libtool and try again.  Reopen if that does not fix it.
Comment 6 Nick Hofstede 2005-06-26 06:11:09 UTC
re-emerging libtool (and re-running fix_libtool_files.sh 3.4.3-20050110) solved
the problem.

Thanks for the fish, but could you explain to me (if you are willing) what the
problem was and how I can recognize it, so I won't have to trouble anyone again
in the future?