Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21837 - vte-0.10.28.ebuild has a syntax error on the last line resulting in an error when trying to emerge
Summary: vte-0.10.28.ebuild has a syntax error on the last line resulting in an error ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-28 12:03 UTC by dood
Modified: 2003-06-16 16:03 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 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.