Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1277 - x11-wm/fluxbox/fluxbox-0.1.7-r3.ebuild is bad
Summary: x11-wm/fluxbox/fluxbox-0.1.7-r3.ebuild is bad
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-20 23:59 UTC by Jim Nutt
Modified: 2003-02-04 19:42 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 Jim Nutt 2002-03-20 23:59:25 UTC
The ebuild for fluxbox-0.17-r3 is corrupt in some way and causes a syntax error
while doing a dependency scan for a world update. It fails to find a close " on
line 58.
Comment 1 Jim Nutt 2002-03-21 00:02:09 UTC
        use gnome && myconf="${myconf --enable-gnome" \  
                || myconf="${myconf} --disable-gnome"

should be:

        use gnome && myconf="${myconf} --enable-gnome" \  
                || myconf="${myconf} --disable-gnome"
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-03-21 01:51:40 UTC
Sorry, this was my fault.  In cleaning up, I neglected to close the { around a
myconf.