Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67513 - gcc-config-1.3.7 syntax error
Summary: gcc-config-1.3.7 syntax error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-13 23:28 UTC by Gavrila
Modified: 2004-10-25 19:34 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 Gavrila 2004-10-13 23:28:02 UTC
Latest gcc-config reports this syntax error for every switch option passed:

/usr/bin/gcc-config: line 230: syntax error near unexpected token `}'
/usr/bin/gcc-config: line 230: `}

Reinstalling 1.3.6-r3 fixed it.though it's not a solution

Reproducible: Always
Steps to Reproduce:
1.emerge gcc-config-1.3.7
2.
3.
Comment 1 Adrian Czerniak 2004-10-14 06:24:34 UTC
Same problem here.
Comment 2 Mikey 2004-10-15 00:39:42 UTC
# diff gcc-config.works gcc-config.broke
202c202
<                       ${CP} -f "${ROOT}/usr/lib/gcc-config/wrapper" \
---
>                       ${CP} -f "${ROOT}"/usr/lib/gcc-config/wrapper" \

Remove the extra quote in line 202 ------^ 
I'd attach a patch but it hardly seems worth it ;)

Comment 3 Bertrand Jacquin 2004-10-16 12:34:33 UTC
It's working well with that patch :)
Thx
Comment 4 SpanKY gentoo-dev 2004-10-25 19:34:38 UTC
was fixed in cvs sometime ago, sorry for that