Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 357697 - net-fs/samba-3.4.12 cannot compile with USE FLAG avahi enabled
Summary: net-fs/samba-3.4.12 cannot compile with USE FLAG avahi enabled
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-06 20:46 UTC by praise.tazio
Modified: 2011-03-08 20:06 UTC (History)
0 users

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


Attachments
Build log (build.log,50.63 KB, text/plain)
2011-03-06 20:51 UTC, praise.tazio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description praise.tazio 2011-03-06 20:46:36 UTC
samba-3.4.12 fails if avahi USE FLAG is enabled, as it can't find the appropriate avahi libs (which were correctly installed and pulled in as dependencies).

Reproducible: Always

Steps to Reproduce:
1.Activate the avahi USE for samba
2.Install or update to Samba-3.4.12 (but I think previous versions too)
3.

Actual Results:  
checking avahi-common/watch.h presence... yes
checking for avahi-common/watch.h... yes
checking avahi-client/client.h usability... no
checking avahi-client/client.h presence... no
checking for avahi-client/client.h... no
checking for avahi_client_new in -lavahi-client... no
checking for avahi_strerror in -lavahi-common... yes
configure: error: avahi support not available
Comment 1 praise.tazio 2011-03-06 20:51:52 UTC
Created attachment 265001 [details]
Build log
Comment 2 Rafał Mużyło 2011-03-06 20:57:47 UTC
Is avahi-client/client.h really missing or is there something interesting in config.log ?
What useflags was avahi built with ?
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2011-03-07 22:52:19 UTC
Please attach the entire config.log and paste your `emerge --info' output in a comment.
Comment 4 praise.tazio 2011-03-08 20:06:15 UTC
Actually I solved activating the DBUS use flag on avahi.
Feel free to close the bug.
(Even if a friendlier way of failing configure would be nice).