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

Bug 409679

Summary: Small syntax error in media-video/bombono-dvd ebuilds
Product: Gentoo Linux Reporter: Mira Ressel <aranea>
Component: Current packagesAssignee: Andreas K. Hüttel <dilfridge>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=409673
Whiteboard:
Package list:
Runtime testing required: ---

Description Mira Ressel 2012-03-25 18:56:59 UTC
The bombono-dvd ebuilds contain a small syntax error in src_compile which leads to inaccurate error reporting. It's only a cosmetic issue though.

The error is in the following syntax:
... || die 'Please add "${S}/config.opts" when filing bugs reports!'

Now, the ${S} isn't replaced as expected by the author, because it is inside ''.

An appropriate syntax would be:
... || die "Please add ${S}/config.opts when filing bugs reports!"

Reproducible: Always
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2012-04-09 19:19:08 UTC
Done, thanks!