Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 487852 - =media-video/ffmpeg-0.10.9[ABI_X86_32,ABI_X86_64] - DOCS="" - !!! In /usr/libexec/paludis/utils/dodoc at line 41 !!! at least one argument needed
Summary: =media-video/ffmpeg-0.10.9[ABI_X86_32,ABI_X86_64] - DOCS="" - !!! In /usr/lib...
Status: RESOLVED DUPLICATE of bug 483304
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-13 09:38 UTC by Marcin Kowalski
Modified: 2013-10-26 07: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 Marcin Kowalski 2013-10-13 09:38:59 UTC
When building most recent ffmpeg:0.10 with ABI="32 64" it fails at install phase with dodoc command having nothing to install.

System is up to date ~amd64, using paludis package manager: 


excerpt from build messages : 
==========================================================================================================
>>> Starting src_install
 * x86: running multilib-minimal_abi_src_install
make -j4 DESTDIR=/mnt/storage/tmp/media-video-ffmpeg-0.10.9/image/ install-libs
INSTALL libavfilter/libavfilter.so
INSTALL libavformat/libavformat.so
INSTALL libavcodec/libavcodec.so
INSTALL libavutil/libavutil.so
STRIP   install-libavfilter-shared
skipping strip /mnt/storage/tmp/media-video-ffmpeg-0.10.9/image//usr/lib32/libavfilter.so.2.61.100
STRIP   install-libavformat-shared
skipping strip /mnt/storage/tmp/media-video-ffmpeg-0.10.9/image//usr/lib32/libavformat.so.53.32.100
STRIP   install-libavutil-shared
skipping strip /mnt/storage/tmp/media-video-ffmpeg-0.10.9/image//usr/lib32/libavutil.so.51.35.100
STRIP   install-libavcodec-shared
skipping strip /mnt/storage/tmp/media-video-ffmpeg-0.10.9/image//usr/lib32/libavcodec.so.53.61.100
 * amd64: running multilib-minimal_abi_src_install
make -j4 DESTDIR=/mnt/storage/tmp/media-video-ffmpeg-0.10.9/image/ install-libs
INSTALL libavcodec/libavcodec.so
INSTALL libavformat/libavformat.so
INSTALL libavutil/libavutil.so
INSTALL libavfilter/libavfilter.so
STRIP   install-libavutil-shared
skipping strip /mnt/storage/tmp/media-video-ffmpeg-0.10.9/image//usr/lib64/libavutil.so.51.35.100
STRIP   install-libavfilter-shared
skipping strip /mnt/storage/tmp/media-video-ffmpeg-0.10.9/image//usr/lib64/libavfilter.so.2.61.100
STRIP   install-libavformat-shared
skipping strip /mnt/storage/tmp/media-video-ffmpeg-0.10.9/image//usr/lib64/libavformat.so.53.32.100
STRIP   install-libavcodec-shared
skipping strip /mnt/storage/tmp/media-video-ffmpeg-0.10.9/image//usr/lib64/libavcodec.so.53.61.100

!!! ERROR in media-video/ffmpeg-0.10.9::gentoo:
!!! In /usr/libexec/paludis/utils/dodoc at line 41
!!! at least one argument needed

!!! Call stack:
!!!    * paludis_die_or_error_func (/usr/libexec/paludis/die_functions.bash:67)
!!!    * main (/usr/libexec/paludis/utils/dodoc:41)
==========================================================================================================
Enabling or disabling USE=doc doesn't change a thing here.

Reproducible: Always

Steps to Reproduce:
1. enable ABI="32 64" 
2. try installing wine, which pulls ffmpeg:0.10 as dependency through emul-linux-x86-medialibs
3. observe the error
Comment 1 Alexis Ballier gentoo-dev 2013-10-26 07:30:34 UTC

*** This bug has been marked as a duplicate of bug 483304 ***