Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45666 Details for
Bug 73986
gcc-config fails to fail on bad profiles.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix
gcc-config.diff (text/plain), 500 bytes, created by
Tres 'RiverRat' Melton
on 2004-12-10 01:49:04 UTC
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Tres 'RiverRat' Melton
Created:
2004-12-10 01:49:04 UTC
Size:
500 bytes
patch
obsolete
>--- /usr/bin/gcc-config-original 2004-12-10 00:08:23.000000000 -0700 >+++ /usr/bin/gcc-config 2004-12-10 02:42:54.000000000 -0700 >@@ -457,6 +457,13 @@ > fi > fi > >+# Ensure that a config file for the requested profile exists and is readable. >+if [ ! -r /etc/env.d/gcc/${CC_COMP} ] >+then >+ eerror "$0: No such profile: \"${CC_COMP}\" in /etc/env.d/gcc" 1>&2 >+ exit 1 >+fi >+ > CC_COMP_NO_SPECS=$(echo ${CC_COMP} | awk -F- '{ print $1"-"$2"-"$3"-"$4"-"$5 }') > > GCC_LIB="$(source /etc/env.d/gcc/${CC_COMP}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 73986
: 45666