Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 334369 - chromium-9999 version 7.0.505.0_p57257: install failed
Summary: chromium-9999 version 7.0.505.0_p57257: install failed
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-25 02:17 UTC by fkhp
Modified: 2010-08-26 05:12 UTC (History)
0 users

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 fkhp 2010-08-25 02:17:28 UTC
>>> Starting src_install
 * Fallback PaX marking -m
 *      out/Release/chrome
 TYPE    PAX   FILE 
ET_EXEC --mxe- out/Release/chrome 
install: cannot stat `out/Release/ffmpegsumo_nolink': No such file or directory
/usr/libexec/paludis/utils/doexe: doexe returned error 2

!!! ERROR in www-client/chromium-9999::gentoo:
!!! In src_install at line 4407
!!! (no message provided)


Reproducible: Always

Steps to Reproduce:
1. add -Duse_system_ffmpeg=1 to ebuild
2. ebuild chromium-9999.ebuild manifest
3. paludis -i chromium-9999

Actual Results:  
install failed

Expected Results:  
install OK

the original ebuild installed OK but with bug: http://bugs.gentoo.org/show_bug.cgi?id=334367
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2010-08-26 02:02:35 UTC
When compiling with -Duse_system_ffmpeg=1 you should symlink system ffmpeg libraries instead of trying to install ffmpegsumo_nolink.
Comment 2 fkhp 2010-08-26 05:12:55 UTC
(In reply to comment #1)
> When compiling with -Duse_system_ffmpeg=1 you should symlink system ffmpeg
> libraries instead of trying to install ffmpegsumo_nolink.
> 
thank you very much, after commented out these 2 lines in ebuild, it is compiled OK

    #doexe out/Release/ffmpegsumo_nolink || die
    #doexe out/Release/libffmpegsumo.so || die