Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135749 - eselect-compiler-2.0.0_rc1-r4 doesn't create /lib/cpp
Summary: eselect-compiler-2.0.0_rc1-r4 doesn't create /lib/cpp
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
: 134190 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-06 03:50 UTC by Tristan Heaven (RETIRED)
Modified: 2006-06-06 19:40 UTC (History)
1 user (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 Tristan Heaven (RETIRED) gentoo-dev 2006-06-06 03:50:30 UTC
Steps to Reproduce:
emerge =app-admin/eselect-compiler-2.0.0_rc1-r4
source /etc/profile
rm /lib/cpp
eselect compiler set 1
stat /lib/cpp

Actual Results:
stat: cannot stat `/lib/cpp': No such file or directory

Expected Results:
expected /lib/cpp to be created since gcc-config-1.3.13-r2 does create it
Comment 1 Tristan Heaven (RETIRED) gentoo-dev 2006-06-06 03:53:18 UTC
*** Bug 134190 has been marked as a duplicate of this bug. ***
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2006-06-06 16:37:20 UTC
Thanks, I'll have a fix committed this evening.
Comment 3 Jeremy Huddleston (RETIRED) gentoo-dev 2006-06-06 16:46:58 UTC
Oh, and in the mean time, you can just do:

cp /usr/libexec/eselect/compiler/compiler-wrapper /lib/cpp
Comment 4 Jeremy Huddleston (RETIRED) gentoo-dev 2006-06-06 19:40:39 UTC
Ok, thanks for reporting this.  The eselect-compiler-2.0.0_rc1-r5 ebuild installs /lib/cpp at merge time.  The next rc (or final release depending on how few/many bugs get reported) will have logic in compiler.eselect to handle it rather than the ebuild.