Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71515 - Mplayer fails to compile when samba flag is set
Summary: Mplayer fails to compile when samba flag is set
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on: 70925
Blocks:
  Show dependency tree
 
Reported: 2004-11-17 04:54 UTC by Jeroen Doumen
Modified: 2010-03-27 23:00 UTC (History)
0 users

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


Attachments
notes collected for a bugreport before I found this one (bugreport,7.65 KB, text/plain)
2004-12-15 18:01 UTC, Drake Wyrm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Doumen 2004-11-17 04:54:44 UTC
Running a ~x86 system, with samba 3.0.8-r1 installed.

When trying to emerge mplayer-1.0pre5-r4, it fails with

libsmbclient.so: undefined reference to secrets_fetch_machine_password
libsmbclient.so: undefined reference to secrets_fetch
libsmbclient.so: undefined reference to secrets_delete
libsmbclient.so: undefined reference to secrets_store
collect2: ld returned 1 exit status

Reproducible: Always
Steps to Reproduce:
1. USE="~x86" emerge samba
2. USE="~x86 samba" emerge mplayer
3.

Actual Results:  
mplayer fails to compile

Expected Results:  
mplayers compiles flawlessly ;-)

Samba use flags: +kerberos +ldap +pam +python +readline +xml2
Mplayer use flags: +X +alsa +dvd +encode +esd +gif +gtk +jpeg +mad +mpeg
+network +nls +oggvorbis +opengl +oss +png +samba +sdl +sse +svga +truetype
+xmms +xv +xvid

mplayer compiles fine without the samba flag
Comment 1 Michael Findley 2004-11-17 08:51:12 UTC
Same results here.
Comment 2 Stefano 2004-11-18 07:35:38 UTC
Could be related with 70925
Comment 3 Jeroen Doumen 2004-11-25 06:51:18 UTC
Installing Samba 3.0.9 fixes the problem.
Comment 4 Drake Wyrm 2004-12-15 17:58:39 UTC
This bug isn't fixed quite yet. I get the same error trying to compile mplayer against samba-3.0.9.
Comment 5 Drake Wyrm 2004-12-15 18:01:45 UTC
Created attachment 46092 [details]
notes collected for a bugreport before I found this one
Comment 6 Drake Wyrm 2004-12-18 05:03:05 UTC
Please disregard last statement. I recompiled Samba (same version, mind you) and the problem disappeared. Furthermore, I am now unable to duplicate the error. Whee.