Summary: | media-video/avidemux-2.5.1_p5428 fails to build | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Thomas Heinz <thomasheinz> |
Component: | Current packages | Assignee: | Markos Chandras (RETIRED) <hwoarang> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | media-video, qt |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Build log |
Description
Thomas Heinz
2010-05-14 07:57:56 UTC
Created attachment 231401 [details]
Build log
As always, disable ccache and try again. After commenting out FEATURES="ccache" CCACHE_SIZE="200M" in /etc/make.conf and setting MAKEOPTS="-j1", the problem still persists. It also occurs for media-video/avidemux-2.5.2. Any ideas? Anyone having the same issue? Can you reproduce it with 2.5.3? I installed it fine using -j7 without CCACHE and stuff Cheers Same problem occurs with 2.5.3 using the same settings as in my previous posting. Try with -j1 As I wrote, the settings are the same as in posting #3 which includes MAKEOPTS="-j1". There are also some errors wrt the ffmpeg so please give me an output of emerge -pv ffmpeg These are the packages that would be merged, in order: Calculating dependencies ... .. .... done! [ebuild R ] media-video/ffmpeg-0.5_p20373 USE="3dnow 3dnowext X alsa doc encode hardcoded-tables ieee1394 ipv6 jack jpeg2k mmx mmxext mp3 network sdl speex ssse3 theora threads vorbis x264 xvid zlib (-altivec) -amr -bindist -cpudetection -custom-cflags -debug -dirac -faac -faad -gsm -oss -pic -schroedinger -test -v4l -v4l2 -vdpau" VIDEO_CARDS="-nvidia" 0 kB Total: 1 package (1 reinstall), Size of downloads: 0 kB And an emerge -pv avidemux so I can try to build it with the same use flags as yours. Cheers Thanks for your help. Here is the output These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] media-video/avidemux-2.5.2 USE="aac aften alsa dts gtk jack mp3 nls qt4 sdl truetype vorbis x264 xv xvid -amr -esd -libsamplerate -oss -pulseaudio" LINGUAS="de -bg -ca -cs -el -es -fr -it -ja -pt_BR -ru -sr -sr@latin -tr -zh_TW" 0 kB Total: 1 package (1 new), Size of downloads: 0 kB I still cant reproduce it . I rebuild it using gcc-4.5.0 CFLAGS="-02 -march=native -pipe -ggdb -Wall" Did you try the latest stable gcc ( 4.4.3-r2 ) ? After switching gcc to i686-pc-linux-gnu-4.3.4-hardenednopie it compiles. Sorry, I should have checked that before. |