Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88691 - mplayer-1.0_pre5-r5 compilation fails ("cannot find -lsmbclient")
Summary: mplayer-1.0_pre5-r5 compilation fails ("cannot find -lsmbclient")
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-11 01:52 UTC by Matthias F. Brandstetter (RETIRED)
Modified: 2005-04-11 14:28 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 Matthias F. Brandstetter (RETIRED) gentoo-dev 2005-04-11 01:52:13 UTC
Hi all, when I try to merge mplayer-1.0_pre5-r5, I get this error during compilation:

make[1]: Leaving directory `/var/tmp/portage/mplayer-1.0_pre5-r5/work/MPlayer-1.0pre5try2/libmenu'
gcc -I../libvo -I../../libvo -I/usr/X11R6/include -O2 -march=athlon-xp -pipe -fno-pie -fno-pie -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -Ilibmpdemux -Iloader -Ilibvo -I/usr/include/freetype2   -I/usr/include/SDL -D_REENTRANT -I/usr/X11R6/include       -o mplayer mplayer.o mp_msg.o cpudetect.o codec-cfg.o spudec.o playtree.o playtreeparser.o asxparser.o vobsub.o subreader.o sub_cc.o find_sub.o m_config.o m_option.o parser-cfg.o m_struct.o unrarlib.o mixer.o parser-mpcmd.o libvo/libvo.a libao2/libao2.a libmenu/libmenu.a vidix/libvidix.a  libmpcodecs/libmpcodecs.a mp3lib/libMP3.a liba52/liba52.a libmpeg2/libmpeg2.a loader/libloader.a loader/dshow/libDS_Filter.a loader/dmo/libDMO_Filter.a libaf/libaf.a libmpdemux/libmpdemux.a input/libinput.a postproc/libswscale.a osdep/libosdep.a -Llibmpdvdkit2 -lmpdvdkit libavcodec/libavcodec.a   -lmad -ldv  -lfaad  -ldivxdecore -lmp3lame  -lxvidcore -lm -lpng -lz -lz -ljpeg -lasound -ldl -lpthread /usr/lib/libxmms.so.1 -export-dynamic   -lfreetype -lz -ltermcap    -lungif -L/usr/X11R6/lib -lXext -lX11 -lnsl  -lsmbclient  -lfontconfig     -laa -lGL -lXxf86dga -lXv  -lXxf86vm  -L/usr/X11R6/lib -lXext -lX11 -lnsl -lnsl -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread    -lvgagl -lvga -lm   -L/usr/kde/3.4/lib -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -L/usr/lib -lesd -laudiofile -lm -lasound        -lpthread -ldl -rdynamic   -lm
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lsmbclient
collect2: ld returned 1 exit status
make: *** [mplayer] Error 1

Reproducible: Always
Steps to Reproduce:
(just "emerge mplayer")
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2005-04-11 01:53:16 UTC
reemerge samba
then try again
Comment 2 Jan Brinkmann (RETIRED) gentoo-dev 2005-04-11 14:28:14 UTC
re-emerge samba should fix it, the ebuild itself is correct. tested on amd64, ppc and 2 x86 boxes without problems.