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

Bug 336935

Summary: media-libs/gstreamer-0.10.30 ebuild syntax error, missing `\'
Product: Gentoo Linux Reporter: Nathan Phillip Brink (binki) (RETIRED) <binki>
Component: [OLD] LibraryAssignee: GStreamer package maintainers <gstreamer>
Status: RESOLVED FIXED    
Severity: normal CC: gnome
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: gstreamer-0.10.30.ebuild-bash-syntax.patch

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.