Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82494 - ebuild for gcc-config-1.3.10-r1 contains a syntax error on or around line 25: conditional operator expected
Summary: ebuild for gcc-config-1.3.10-r1 contains a syntax error on or around line 25:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
: 82496 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-02-18 13:20 UTC by Maurice Volaski
Modified: 2005-02-18 19:54 UTC (History)
2 users (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 Maurice Volaski 2005-02-18 13:20:40 UTC
emerge sync then attempt to emerge -v --update --deep world

The following results from the gcc-config ebuild

Calculating world dependencies //usr/lib/portage/bin/ebuild.sh: /usr/portage/sys-devel/gcc-config/gcc-config-1.3.10-r1.ebuild: line 25: conditional binary operator expected
/usr/lib/portage/bin/ebuild.sh: /usr/portage/sys-devel/gcc-config/gcc-config-1.3.10-r1.ebuild: line 25: syntax error near `=~'
/usr/lib/portage/bin/ebuild.sh: /usr/portage/sys-devel/gcc-config/gcc-config-1.3.10-r1.ebuild: line 25: `       [[ ${USE} =~ "foo" ]] && einfo "\"foo\" in USE" || einfo "\"foo\" not in USE"'


Reproducible: Always
Steps to Reproduce:

Actual Results:  
 

Expected Results:
Comment 1 Maurice Volaski 2005-02-18 13:22:57 UTC
Other users are seeing this same problem http://forums.gentoo.org/viewtopic-p-2107070.html#top
Comment 2 Marek Wiecek 2005-02-18 13:32:46 UTC
*** Bug 82496 has been marked as a duplicate of this bug. ***
Comment 3 Vlad Berditchevskiy 2005-02-18 13:42:34 UTC
[[ ${USE} =~ "foo" ]] && einfo "\"foo\" in USE" || einfo "\"foo\" not in USE"

What's the purpose of this strange line?
Comment 4 gentoo_lan 2005-02-18 14:17:56 UTC
When you completely remove the line gcc-config compiles without error. It doesn't appear that removing the line borks gcc-config either.
Comment 5 Jeremy Huddleston (RETIRED) gentoo-dev 2005-02-18 19:54:42 UTC
that was a weird thing azarah accidently committed...