Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3527 - ebuild for gcc-2.95 needs another link to g++
Summary: ebuild for gcc-2.95 needs another link to g++
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-09 00:45 UTC by walt
Modified: 2003-02-04 19:42 UTC (History)
0 users

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 walt 2002-06-09 00:45:02 UTC
The ebuild for gcc-2.95.3 has a link from /usr/bin/gcc to
/usr/bin/i586-pc-linux-gnu-gcc, however it is missing the
parallel link from g++ to i586-pc-linux-gnu-g++.

This is probably only important to people like me who
upgrade to gcc3.1 and then convert back to gcc2.95.

The problem is that packages that use g++ get compiled
with /usr/bin/i586-pc-linux-gnu-g++ which still points
to g++3.1 because the ebuild for gcc2.95 never overwrote
it when it got re-installed.

One of the alsa packages failed to configure properly
because of this problem, and it was tricky to diagnose.
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-06-29 12:52:33 UTC
Fixed in gcc-2.95.3-r7.