Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200953 - media-video/avidemux-2.4_pre3 fails to compile
Summary: media-video/avidemux-2.4_pre3 fails to compile
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-01 21:07 UTC by gtlinuxman
Modified: 2007-12-01 23:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,123.41 KB, text/plain)
2007-12-01 21:08 UTC, gtlinuxman
Details
emerge --info (emergeinfo,5.14 KB, text/plain)
2007-12-01 21:09 UTC, gtlinuxman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gtlinuxman 2007-12-01 21:07:37 UTC
media-video/avidemux-2.4_pre3 fails to compile

Reproducible: Always

Steps to Reproduce:
# emerge -auvt avidemux
Calculating dependencies                        ... done!
[ebuild     U ] media-video/avidemux-2.4_pre3 [2.3.0] USE="aac aften%* alsa arts dts%* encode fontconfig%* jack%* libsamplerate%* qt4%* truetype vorbis x264 xv xvid -amrnb% -esd -gtk% (-a52%*) (-altivec%) (-mad%*) (-nls%*) (-oss%) (-sdl%*)" 0 kB

Actual Results:  
---SKIP---
[ 67%] Building CXX object avidemux/ADM_libraries/ADM_libmpeg2enc/CMakeFiles/ADM_libmpeg2enc.dir/ratectl.o
In file included from /var/tmp/portage/media-video/avidemux-2.4_pre3/work/avidemux_2.4_preview3/avidemux/ADM_libraries/ADM_libmpeg2enc/putmpg.cc:33:
/var/tmp/portage/media-video/avidemux-2.4_pre3/work/avidemux_2.4_preview3/avidemux/ADM_libraries/ADM_libmpeg2enc/global.h:152:2: warning: #warning duplicate define -> bad!
[ 67%] Building C object avidemux/ADM_libraries/ADM_libmpeg2enc/CMakeFiles/ADM_libmpeg2enc.dir/xx.o
In file included from /var/tmp/portage/media-video/avidemux-2.4_pre3/work/avidemux_2.4_preview3/avidemux/ADM_libraries/ADM_libmpeg2enc/ratectl.cc:53:
/var/tmp/portage/media-video/avidemux-2.4_pre3/work/avidemux_2.4_preview3/avidemux/ADM_libraries/ADM_libmpeg2enc/global.h:152:2: warning: #warning duplicate define -> bad!
[ 67%] Building CXX object avidemux/ADM_libraries/ADM_libmpeg2enc/CMakeFiles/ADM_libmpeg2enc.dir/ADM_mpe2enc.o
Linking CXX static library libADM_libmpeg2enc.a
[ 67%] Built target ADM_libmpeg2enc
make: *** [all] Error 2
 *
 * ERROR: media-video/avidemux-2.4_pre3 failed.
 * Call stack:
 *                  ebuild.sh, line 1701:  Called dyn_compile
 *                  ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *                  ebuild.sh, line   44:  Called src_compile
 *   avidemux-2.4_pre3.ebuild, line   94:  Called cmake-utils_src_compile
 *         cmake-utils.eclass, line   63:  Called cmake-utils_src_make
 *         cmake-utils.eclass, line  124:  Called die
 * The specific snippet of code:
 *              emake || die "Make failed!"
 *  The die message:
 *   Make 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/avidemux-2.4_pre3/temp/build.log'.
 *
Comment 1 gtlinuxman 2007-12-01 21:08:54 UTC
Created attachment 137500 [details]
build.log
Comment 2 gtlinuxman 2007-12-01 21:09:47 UTC
Created attachment 137501 [details]
emerge --info
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-12-01 22:52:45 UTC
Try again w/ sane C[XX]FLAGS, like CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
Comment 4 gtlinuxman 2007-12-01 23:58:07 UTC
thanks