Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 21837

Summary: vte-0.10.28.ebuild has a syntax error on the last line resulting in an error when trying to emerge
Product: Gentoo Linux Reporter: dood <enz00>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description dood 2003-05-28 12:03:23 UTC
emerge -p vte-0.10.28.ebuild

These are the packages that I would merge, in order:

Calculating dependencies \
aux_get(): (0) Error in x11-libs/vte-0.10.28 ebuild.
               Check for syntax error or corruption in the ebuild. (--debug)

emerge: create(): aux_get() error on x11-libs/vte-0.10.28; aborting...


The error is on the last line of the ebuild:
use python \
        && G2CONF="${G2CONF} --enable-python" \
        || G2CONF="${G2CONF} --disable-python"\

That last \ needs to be removed. Once that is done all is good.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2003-06-16 16:03:39 UTC
Fixed in CVS.