Bug 9643 - Build in source3 of bin/net fails when configure option --with-fake-kaserver is used
Summary: Build in source3 of bin/net fails when configure option --with-fake-kaserver ...
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: Build (show other bugs)
Version: 4.0.3
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-07 18:04 UTC by John Janosik
Modified: 2013-03-04 09:28 UTC (History)
1 user (show)

See Also:


Attachments
proposed patch (980 bytes, patch)
2013-02-18 16:43 UTC, Christian Ambach
no flags Details
patch for v4-0-test (cherry-picked from master) (1.19 KB, patch)
2013-02-25 11:55 UTC, Christian Ambach
vl: review+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Janosik 2013-02-07 18:04:48 UTC
Build error:

Linking bin/net
ld: 0711-317 ERROR: Undefined symbol: net_afs
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
make: The error code from the last command is 8.


Stop.

Reason:

In source3/Makefile.in line 1236, @FAKE_KASERVER_OBJ@ was removed from NET_OBJ
Comment 1 Christian Ambach 2013-02-18 16:43:51 UTC
Created attachment 8570 [details]
proposed patch

This patch (against master) should fix the build
Comment 2 John Janosik 2013-02-19 03:22:43 UTC
Thanks, that is the change that built for me.
Comment 3 Christian Ambach 2013-02-25 11:55:18 UTC
Created attachment 8580 [details]
patch for v4-0-test (cherry-picked from master)
Comment 4 Christian Ambach 2013-03-01 13:15:57 UTC
Assigning to Karolin for inclusion into v4-0-next
Comment 5 Karolin Seeger 2013-03-01 15:40:01 UTC
Pushed to autobuild-v4-0-test.
Comment 6 Karolin Seeger 2013-03-04 09:28:44 UTC
Pushed to v4-0-test.
Closing out bug report.

Thanks!