Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94555 - Missing backslash in libcdio-0.74 ebuild causes emerge to fail
Summary: Missing backslash in libcdio-0.74 ebuild causes emerge to fail
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: InVCS
: 94564 94670 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-05-30 14:28 UTC by Kai Blaschke
Modified: 2005-05-31 14:30 UTC (History)
2 users (show)

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 Kai Blaschke 2005-05-30 14:28:10 UTC
When upgrading or merging libcdio to version 0.74, the shell complains about
unknown command '--disable-vcd-info'. This is caused by a missing backslash at
the end of line 37 in the ebuild. A workaround is to add the missing backslash,
and then execute

ebuild /usr/portage/dev-libs/libcdio/libcdio-0.74.ebuild digest

Then the merge completes without errors.

Reproducible: Always
Steps to Reproduce:
1. Sync to the current portage snapshot using emerge sync.
2. run 'emerge =libcdio-0.74'.
3. emerge fails.

Actual Results:  
Emerge crashes after the configure script finishes with the error:

/usr/portage/dev-libs/libcdio/libcdio-0.74.ebuild: line 39: --disable-vcd-info:
command not found

Expected Results:  
Emerge should begin compiling after the configure script finishes.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-05-30 15:46:45 UTC
Was fixed a bit after it was introduced. 
 
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-05-30 17:06:54 UTC
*** Bug 94564 has been marked as a duplicate of this bug. ***
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-05-31 14:30:20 UTC
*** Bug 94670 has been marked as a duplicate of this bug. ***