Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17763 - icc-7.0.065-r2.ebuild syntax error
Summary: icc-7.0.065-r2.ebuild syntax error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jon Portnoy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-18 13:16 UTC by Aric LeDell
Modified: 2003-03-18 16:18 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 Aric LeDell 2003-03-18 13:16:58 UTC
/usr/sbin/ebuild.sh: line 88: [: /opt/intel/compiler60: binary operator expected 
 
shows up during emerge.  A simple patch seems to fix it: 
 
--- icc-7.0.065-r2.ebuild.orig  2003-03-18 13:12:11.000000000 -0500 
+++ icc-7.0.065-r2.ebuild       2003-03-18 13:12:28.000000000 -0500 
@@ -85,7 +85,7 @@ 
        einfo 
        einfo "You will need to place your license in /opt/intel/licenses/" 
        einfo 
-       if [ -d /opt/intel/compiler?0 ] 
+       if [ -d "/opt/intel/compiler?0" ] 
        then 
                ewarn 
                ewarn "Packages compiled with older versions of icc will need"
Comment 1 Jon Portnoy (RETIRED) gentoo-dev 2003-03-18 16:02:12 UTC
That's odd. Didn't come up during testing. Will fix.
Comment 2 Jon Portnoy (RETIRED) gentoo-dev 2003-03-18 16:18:49 UTC
Fixed, thanks.