Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 335440 - net-fs/samba-3.0.37 compile/linking failed access.c:(.text+0x2b8): undefined reference to `yp_get_default_domain'
Summary: net-fs/samba-3.0.37 compile/linking failed access.c:(.text+0x2b8): undefined ...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-31 19:04 UTC by Lars
Modified: 2010-09-15 14:01 UTC (History)
0 users

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


Attachments
emerge --info (info.txt,4.63 KB, text/plain)
2010-08-31 19:05 UTC, Lars
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lars 2010-08-31 19:04:18 UTC
Samba Version 3.0.37 and Version 3.0.37-r1 will not finish emerge when USE-Flag ads and ldap is used.
 

Reproducible: Always

Steps to Reproduce:
1. USE Flags ads ldap winbind recommended
2. emerge samba-3.0.37 or 3.0.37-r1
3.

Actual Results:  
Emerge failed with following message:

lib/access.o: In function `string_match':
access.c:(.text+0x2b8): undefined reference to `yp_get_default_domain'
collect2: ld gab 1 als Ende-Status zurück
make: *** [bin/cifs.upcall] Fehler 1
 * ERROR: net-fs/samba-3.0.37-r1 failed:
 *   emake install-everything failed
 * 
 * Call stack:
 *     ebuild.sh, line  54:  Called src_install
 *   environment, line 5811:  Called die
 * The specific snippet of code:
 *       emake DESTDIR="${D}" install-everything || die "emake install-everything failed";
 * 
 * If you need support, post the output of 'emerge --info =net-fs/samba-3.0.37-r1',
 * the complete build log and the output of 'emerge -pqv =net-fs/samba-3.0.37-r1'.
 * The complete build log is located at '/var/tmp/portage/net-fs/samba-3.0.37-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-fs/samba-3.0.37-r1/temp/environment'.
 * S: '/var/tmp/portage/net-fs/samba-3.0.37-r1/work/samba-3.0.37'
Comment 1 Lars 2010-08-31 19:05:39 UTC
Created attachment 245517 [details]
emerge --info
Comment 2 Lars 2010-09-01 10:52:19 UTC
OK, i made a test with manual compile samba from the sources.

It seems, that samba compiles without errors, but when you call "make install" i got the message

lib/access.o: In function `string_match':
access.c:(.text+0x2b8): undefined reference to `yp_get_default_domain'

I reproduced this on all my Gentoo Systems (6 PCs).
Comment 3 Eray Aslan gentoo-dev 2010-09-07 18:04:53 UTC
Please attach the build log as well.  Thank you.
Comment 4 Lars 2010-09-15 14:01:17 UTC
OK, i think this bug can be closed....

After a new sync, all samba 3.0.x Versions were deleted from portage.

Samba-3.5.5 compiles fine and all is running...

thnx for support and help.

Lars