| Summary: | mplayer-0.90_rc2 compile failure | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jason Ferguson <jason.ferguson> |
| Component: | Current packages | Assignee: | Martin Schlemmer (RETIRED) <azarah> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | mholzer |
| Priority: | High | ||
| Version: | 1.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Jason Ferguson
2003-01-12 17:57:35 UTC
Try adding 'lame' to your USE flags, and let me know if that fixes it. Added "lame" to the USE=.... in make.conf. Still the same compile error, any other suggestions? gcc -c -O4 -march=athlon-tbird -mcpu=athlon-tbird -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Ilibmpdemux -Iloader -Ilibvo -I/usr/include/freetype2 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -o mencoder.o mencoder.c mencoder.c: In function `main': mencoder.c:397: warning: passing arg 2 of `m_config_register_options' from incompatible pointer type mencoder.c:570: warning: assignment makes pointer from integer without a cast mencoder.c: In function `lame_presets_set': mencoder.c:1417: `MEDIUM_FAST' undeclared (first use in this function) mencoder.c:1417: (Each undeclared identifier is reported only once mencoder.c:1417: for each function it appears in.) mencoder.c:1419: `MEDIUM' undeclared (first use in this function) make: *** [mencoder.o] Error 1 !!! ERROR: media-video/mplayer-0.90_rc2 failed. !!! Function src_compile, Line 217, Exitcode 2 !!! (no error message) matchasm root # emerge info Portage 2.0.46-r7 (default-x86-1.4, gcc-3.2.1, glibc-2.3.1-r2) ================================================================= System uname: 2.4.19-gentoo-r10 i686 AMD Athlon(tm) processor GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo" CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" PORTDIR="/usr/portage" DISTDIR="/usr/portage/distfiles" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR_OVERLAY="" USE="x86 oss 3dnow apm avi crypt cups encode gif jpeg gnome libg++ mikmod mmx mpeg ncurses nls pdflib png qtmt quicktime spell truetype xml2 xmms xv zlib gdbm berkdb slang readline arts tetex aalib svga tcltk java guile X sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis gtk qt kde motif opengl mozilla lame" COMPILER="gcc3" CHOST="i686-pc-linux-gnu" CFLAGS="-march=athlon-tbird -mcpu=athlon-tbird -O3 -pipe" CXXFLAGS="-march=athlon-tbird -mcpu=athlon-tbird -O3 -pipe" ACCEPT_KEYWORDS="x86" MAKEOPTS="-j2" AUTOCLEAN="yes" SYNC="rsync://ftp.snt.utwente.nl/gentoo-portage" FEATURES="sandbox ccache" Must be something you have enabled/installed that I do not. Ill try to track it in the next week or so. Try rc4 when out and let me know, or if still fails, try to take out 'encode' from use: # USE="-encode" emerge mplayer Losing the -encode from the USE flags worked. You should be able to call this one fixed. Ok, bug #15041 is a dup, but gets to the core. *** This bug has been marked as a duplicate of 15041 *** |