Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 172200 - media-video/ffmpeg-0.4.9_p20070325 fails w/ USE=a52 (bad configure option)
Summary: media-video/ffmpeg-0.4.9_p20070325 fails w/ USE=a52 (bad configure option)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Luca Barbato
URL: http://sources.gentoo.org/viewcvs.py/...
Whiteboard:
Keywords:
: 172355 172371 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-03-25 17:09 UTC by boxcars
Modified: 2007-03-27 00:31 UTC (History)
4 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 boxcars 2007-03-25 17:09:00 UTC
ffmpeg-0.4.9_p20070325.ebuild

KEYWORDS="-* ~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"

Is this really supposed to be stable on sparc and x86 already?  I won't bring up bug 164445 ;)

Reproducible: Always

Steps to Reproduce:
Comment 1 Jouni Kosonen 2007-03-25 17:50:52 UTC
And the masking failed as well...

--- Invalid atom in /usr/portage/profiles/package.mask: =media-video/ffmpeg-0.4.9-p20070325

Should that be _p20070325?

Comment 2 Tomas Kovacik 2007-03-26 06:06:06 UTC
>>> Emerging (1 of 3) media-video/ffmpeg-0.4.9_p20070325 to /
 * 26204-510.zip MD5 ;-) ...                                                                                                                    [ ok ]
 * 26204-510.zip RMD160 ;-) ...                                                                                                                 [ ok ]
 * 26204-510.zip SHA1 ;-) ...                                                                                                                   [ ok ]
 * 26204-510.zip SHA256 ;-) ...                                                                                                                 [ ok ]
 * 26204-510.zip size ;-) ...                                                                                                                   [ ok ]
 * 26104-510.zip MD5 ;-) ...                                                                                                                    [ ok ]
 * 26104-510.zip RMD160 ;-) ...                                                                                                                 [ ok ]
 * 26104-510.zip SHA1 ;-) ...                                                                                                                   [ ok ]
 * 26104-510.zip SHA256 ;-) ...                                                                                                                 [ ok ]
 * 26104-510.zip size ;-) ...                                                                                                                   [ ok ]
 * ffmpeg-0.4.9-p20070325.tar.bz2 MD5 ;-) ...                                                                                                   [ ok ]
 * ffmpeg-0.4.9-p20070325.tar.bz2 RMD160 ;-) ...                                                                                                [ ok ]
 * ffmpeg-0.4.9-p20070325.tar.bz2 SHA1 ;-) ...                                                                                                  [ ok ]
 * ffmpeg-0.4.9-p20070325.tar.bz2 SHA256 ;-) ...                                                                                                [ ok ]
 * ffmpeg-0.4.9-p20070325.tar.bz2 size ;-) ...                                                                                                  [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                            [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                           [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                          [ ok ]
 * checking ffmpeg-0.4.9-p20070325.tar.bz2 ;-) ...                                                                                              [ ok ]
 * checking 26104-510.zip ;-) ...                                                                                                               [ ok ]
 * checking 26204-510.zip ;-) ...                                                                                                               [ ok ]
>>> Unpacking source...
>>> Unpacking ffmpeg-0.4.9-p20070325.tar.bz2 to /var/tmp/portage/media-video/ffmpeg-0.4.9_p20070325/work
>>> Unpacking 26104-510.zip to /var/tmp/portage/media-video/ffmpeg-0.4.9_p20070325/work
>>> Unpacking 26204-510.zip to /var/tmp/portage/media-video/ffmpeg-0.4.9_p20070325/work
 * Including amr wide and narrow band (float) support ...
 * Applying ffmpeg-libdir-2007.patch ...                                                                                                        [ ok ]
 * Applying ffmpeg-shared-gcc4.1.patch ...                                                                                                      [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/media-video/ffmpeg-0.4.9_p20070325/work/ffmpeg ...
true
Unknown option "--enable-a52".
See ./configure --help for available options.

!!! ERROR: media-video/ffmpeg-0.4.9_p20070325 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 3289:   Called src_compile
  ffmpeg-0.4.9_p20070325.ebuild, line 164:   Called die

!!! configure failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/media-video/ffmpeg-0.4.9_p20070325/temp/build.log'.
Comment 3 Tomas Kovacik 2007-03-26 06:12:04 UTC
124c124
<       use a52 && myconf="${myconf} --enable-liba52"
---
>       use a52 && myconf="${myconf} --enable-a52"
Comment 4 Thomas S. Howard 2007-03-26 06:13:01 UTC
> Unknown option "--enable-a52".
> See ./configure --help for available options.

The configure flag changed.  It's now "--enable-liba52". Should build if you change that, barring any other bugs.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2007-03-26 08:26:28 UTC
package.mask and keywords fixed, changing summary.
Comment 6 Luca Barbato gentoo-dev 2007-03-26 08:41:48 UTC
fixed, thank you =)
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2007-03-26 23:03:02 UTC
*** Bug 172355 has been marked as a duplicate of this bug. ***
Comment 8 Jakub Moc (RETIRED) gentoo-dev 2007-03-27 00:31:23 UTC
*** Bug 172371 has been marked as a duplicate of this bug. ***