Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 327927 - net-fs/fusesmb-0.8.7 with net-fs/samba-3.4.6 -
Summary: net-fs/fusesmb-0.8.7 with net-fs/samba-3.4.6 -
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-12 14:28 UTC by Nick Smith
Modified: 2010-07-19 15:40 UTC (History)
1 user (show)

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 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