Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 336935 - media-libs/gstreamer-0.10.30 ebuild syntax error, missing `\'
Summary: media-libs/gstreamer-0.10.30 ebuild syntax error, missing `\'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal
Assignee: GStreamer package maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-12 17:39 UTC by Nathan Phillip Brink (binki) (RETIRED)
Modified: 2010-12-10 07:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gstreamer-0.10.30.ebuild-bash-syntax.patch (gstreamer-0.10.30.ebuild-bash-syntax.patch,727 bytes, text/plain)
2010-09-12 17:41 UTC, Nathan Phillip Brink (binki) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2010-09-12 17:39:17 UTC
During src_configure(), the following lines are printed:

``
/var/tmp/portage/media-libs/gstreamer-0.10.30/temp/environment: line 3558: --enable-tests: command not found
''

(portage-multilib's ebuild(1) command reloads the environment from temp/environment when switching between phaes. Using normal portage, I think that bash would tell you the correct line of the ebuild where the error is. But portage-multilib convinces bash that this function originated in temp/environment when it sorta doesn't ;-)).

Patch to-be-attached.
Comment 1 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2010-09-12 17:41:15 UTC
Created attachment 247002 [details]
gstreamer-0.10.30.ebuild-bash-syntax.patch

Fixes syntax error, which is a regression from gstreamer-0.10.29 -> gstreamer-0.10.30 version bump.
Comment 2 Arun Raghavan (RETIRED) gentoo-dev 2010-12-10 07:48:49 UTC
Diego fixed this in CVS a while back.