Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 105177 Details for
Bug 159725
dev-lang/icc-9.1.045 doesn't install idb
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
icc91.patch (text/plain), 938 bytes, created by
Philip Taylor
on 2007-01-02 08:32:01 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Philip Taylor
Created:
2007-01-02 08:32:01 UTC
Size:
938 bytes
patch
obsolete
>--- /usr/portage/dev-lang/icc/icc-9.1.045.ebuild 2007-01-01 15:35:36.000000000 +0000 >+++ /usr/local/portage/dev-lang/icc/icc-9.1.045.ebuild 2007-01-02 16:00:34.000000000 +0000 >@@ -46,10 +46,11 @@ > ;; > esac > >- for x in *.rpm >+ for x in ${S}/data/*.rpm > do > # WORKDIR must be set properly for rpm_unpack() >- rpm_unpack ${S}/data/${x} >+ einfo "Unpacking: ${x}" >+ rpm_unpack ${x} > done > > } >@@ -65,7 +66,7 @@ > eval `grep "^[ ]*PACKAGEID=" ${S}/install.sh` > > # From UNTAG_SUPPORT() in 'install.sh' >- SUPPORTFILE=${S}/opt/intel/cc*/${MMV}*/doc/csupport >+ SUPPORTFILE=${S}/opt/intel/cc/${MMV}/doc/csupport > if [ -f ${SUPPORTFILE} ] > then > einfo "Untagging: ${SUPPORTFILE}" >@@ -75,7 +76,7 @@ > fi > > # From UNTAG_SUPPORT_IDB() in 'install.sh' >- SUPPORTFILE=${S}/opt/intel/idb*/${MMV}*/doc/idbsupport >+ SUPPORTFILE=${S}/opt/intel/idb/${MMV}/doc/idbsupport > if [ -f ${SUPPORTFILE} ] > then > einfo "Untagging: ${SUPPORTFILE}"
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 159725
: 105177