Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 327927

Summary: net-fs/fusesmb-0.8.7 with net-fs/samba-3.4.6 -
Product: Gentoo Linux Reporter: Nick Smith <nick_smith2_uk>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED NEEDINFO    
Severity: normal CC: hwoarang
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Nick Smith 2010-07-12 14:28:31 UTC
configure fails as follows:

...
checking for libsmbclient.h... yes
checking whether libsmbclient has close or close_fn... yes
checking for struct stat.st_blocks... yes
checking for smbc_new_context in -lsmbclient... no
configure: error: Please install libsmbclient >= 3.0.1 first.
...

Both
/usr/lib/libsmbclient.so
/usr/lib/libsmbclient.so.0 are present

Running
nm -D /usr/lib/libsmbclient.so.0 | grep smbc
shows that smbc_new_context is not exported.



Reproducible: Always

Steps to Reproduce:
1. install net-fs/samba-3.4.6 (stable x86) with USE flags "server client smbclient"
2. run "emerge =net-fs/fusesmb-0.8.7" 
3. watch configure fail

Actual Results:  
See description.

Expected Results:  
Find the symbols in libsmbclient and build correctly.

Only way I found to fix this problem was to downgrade to samba-3.0.37
Comment 1 Rafał Mużyło 2010-07-12 15:29:08 UTC
What was in config.log ?
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2010-07-13 11:49:54 UTC
build.log
emerge --info
config.log please