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.
Was fixed a bit after it was introduced.
*** Bug 94564 has been marked as a duplicate of this bug. ***
*** Bug 94670 has been marked as a duplicate of this bug. ***