Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28499 - MPlayer miscompilation - miss dependency?
Summary: MPlayer miscompilation - miss dependency?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-12 00:19 UTC by Francisco Gimeno
Modified: 2003-09-12 03:19 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 Francisco Gimeno 2003-09-12 00:19:01 UTC
The MPlayer seems to be looking for libsmbclient... which package contains this? 
The dependency seems not to be correct or actually net-nfs/samba doesn't install 
header files... 
 

Reproducible: Always
Steps to Reproduce:
1.emerge MPlayer 
2. 
3. 
Actual Results:  
gcc -c -O4 -march=pentium4 -mcpu=pentium4 -pipe -ffast-math -fomit-frame-pointer 
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I../loader  
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/X11R6/include    -o open.o open.c 
open.c:79:26: libsmbclient.h: No such file or directory 
open.c: In function `dvd_parse_chapter_range': 
open.c:548: warning: passing arg 2 of `strtol' from incompatible pointer type 
make[1]: *** [open.o] Error 1 
make[1]: Leaving directory 
`/var/tmp/portage/mplayer-1.0_pre1/work/mplayer-1.0pre1/libmpdemux' 
make: *** [libmpdemux/libmpdemux.a] Error 2 
 
!!! ERROR: media-video/mplayer-1.0_pre1 failed. 
!!! Function src_compile, Line 284, Exitcode 2 
!!! Failed to build MPlayer! 

Expected Results:  
MPlayer successfully merged!!! :] 

daisy root # emerge info 
Portage 2.0.49-r3 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.22_pre2-gss) 
================================================================= 
System uname: 2.4.22_pre2-gss i686 Intel(R) Pentium(R) 4 CPU 2.40GHz 
distcc 2.10 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled] 
ACCEPT_KEYWORDS="x86 ~x86" 
AUTOCLEAN="yes" 
CFLAGS="-O3 -march=pentium3 -pipe -fomit-frame-pointer -funroll-loops -fforce-addr 
-frerun-loop-opt -frerun-cse-after-loop -falign-functions=4 -O3 " 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config 
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config 
/usr/share/config" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
CXXFLAGS="-O3 -march=pentium3 -pipe -fomit-frame-pointer -funroll-loops 
-fforce-addr -frerun-loop-opt -frerun-cse-after-loop -falign-functions=4 -O3 " 
DISTDIR="/usr/portage/distfiles" 
FEATURES="sandbox autoaddcvs buildpkg ccache userpriv notitles cvs" 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
MAKEOPTS="-j1" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/home/privportage" 
SYNC="rsync://mulata.ladies/gentoo-portage" 
USE="x86 oss apm avi crypt cups encode foomaticdb gif jpeg gnome libg++ mad 
mikmod mmx mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib 
gtkhtml alsa gdbm berkdb slang readline arts tetex aalib nas bonobo svga tcltk java guile 
mysql X sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis gtk qt kde motif 
opengl mozilla ldap cdr dga doc dvd ethereal flash gphoto2 jikes maildir pnp samba 
usb"
Comment 1 Francisco Gimeno 2003-09-12 01:26:23 UTC
It depends on Samba version: 
 2.2.8a -> it works 
 2.2.7 -> it doesn't works 
so, mplayer.ebuild should include the version in the dependency >=2.2.8a 
 
Bye! 
BR 
Comment 2 Heinrich Wendel (RETIRED) gentoo-dev 2003-09-12 03:19:10 UTC
thx, fixed :)