Bug 5218 - Compiling v4-0-test fails
Summary: Compiling v4-0-test fails
Status: RESOLVED INVALID
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: Build (show other bugs)
Version: unspecified
Hardware: x86 Linux
: P3 major (vote)
Target Milestone: ---
Assignee: Jelmer Vernooij
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-21 11:33 UTC by Henrik (dead mail address)
Modified: 2008-06-07 12:48 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henrik (dead mail address) 2008-01-21 11:33:16 UTC
Did this.
#git checkout -f origin/v4-0-test
#cd source
#make clean && ./autogen.sh && ./configure && make

RESULT

Linking bin/nsstest
bin/static/libsamba-util.a(fault.o): In function `fault_report':
fault.c:(.text+0x3a1): undefined reference to `samba_version_string'
collect2: ld returned 1 exit status
make: *** [bin/nsstest] Error 1
Comment 1 Matthias Dieter Wallnöfer 2008-01-22 16:38:29 UTC
Is this still reproducible?
Comment 2 Henrik (dead mail address) 2008-01-24 15:18:40 UTC
No, but now I get this instead =)

In file included from ./librpc/gen_ndr/ndr_winbind.h:4,
                 from auth/auth_winbind.c:28:
./librpc/gen_ndr/winbind.h:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'struct'
The following command failed:
gcc   -fPIC  -Ilib/replace -Ilib/talloc -Ilib/tdb/include -fvisibility=hidden  -I./include -I. -I./lib -I./lib/replace -I./lib/talloc -D_SAMBA_BUILD_=4 -DHAVE_CONFIG_H  -c auth/auth_winbind.c -o auth/auth_winbind.o
make: *** [auth/auth_winbind.o] Error 1
Comment 3 Matthias Dieter Wallnöfer 2008-01-24 15:42:41 UTC
I can't reproduce the problem and don't find the mentioned line in the header file "winbind.h". Did you use the latest GIT release and made there a "make clean"?
Comment 4 Henrik (dead mail address) 2008-01-24 16:42:55 UTC
Yes, checked out v4-0-test. Did a autogen.sh && configure && make
Comment 5 Matthias Dieter Wallnöfer 2008-04-03 06:36:28 UTC
How it's now?
Comment 6 Matthias Dieter Wallnöfer 2008-06-02 14:45:42 UTC
It this reproducible till now?
Comment 7 Matthias Dieter Wallnöfer 2008-06-07 12:48:49 UTC
Okay, this is gonna be closed due to lack of a retry. If the problem persists, please reopen with cause!