Bug 7344 - build of samba 4 fails
Summary: build of samba 4 fails
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: Build (show other bugs)
Version: unspecified
Hardware: x86 Linux
: P3 normal (vote)
Target Milestone: ---
Assignee: Jelmer Vernooij
QA Contact: samba4-qa@samba.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-10 08:17 UTC by Dirk Pauli
Modified: 2010-04-12 13:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Pauli 2010-04-10 08:17:18 UTC
using commit 77267733edba42f03f89f3777854569bf2333321 of samba 4, the compilation fails under ubuntu 9.10:

[...]
Compiling libnet/libnet_time.c
libnet/libnet_time.c: In function ‘libnet_RemoteTOD_srvsvc’:
libnet/libnet_time.c:57: error: incompatible types when assigning to type ‘NTSTA
TUS’ from type ‘int’
The following command failed:
gcc -Iheimdal/kdc -Iheimdal/lib/hdb -Iheimdal/../heimdal_build -Iheimdal/lib/hdb
    -I/usr/include/python2.6 -I/usr/include/python2.6   -Ilib/ldb/include -Ilib/
ldb/include -Ilib/ldb/include -Ilib/ldb/include -Ilib/ldb/include -Ilib/ldb/incl
ude -Iheimdal/../heimdal_build -Iheimdal/lib/gssapi -Iheimdal/lib/gssapi/gssapi 
-Iheimdal/lib/gssapi/spnego -Iheimdal/lib/gssapi/krb5 -Iheimdal/lib/gssapi/mech 
-Iheimdal_build -Iheimdal/lib/roken -Iheimdal/lib/gssapi -Iheimdal/lib/gssapi   
  -Iheimdal/../heimdal_build -Iheimdal/lib/hdb -Iheimdal/lib/hdb     -Ilib/ldb/i
nclude -Ilib/ldb/include -Ilib/ldb/ldb_tdb -Ilib/ldb/include -Ilib/ldb/include -
Ilib/ldb/include -I../lib/tdb/include      -I./../lib/talloc   -Iheimdal/../heim
dal_build -Iheimdal/lib/krb5 -Iheimdal/lib/asn1 -Iheimdal/lib/com_err   -Iheimda
l/../heimdal_build -Iheimdal/lib/hx509 -Iheimdal/lib/hx509 -Iheimdal/lib/asn1 -I
heimdal/lib/asn1 -Iheimdal/lib/asn1 -Iheimdal/lib/hx509 -Iheimdal/../heimdal_bui
ld -Iheimdal/lib/hcrypto -Iheimdal/lib -Iheimdal/../heimdal_build -Iheimdal/lib/
hcrypto/imath -Iheimdal/../heimdal_build -Iheimdal/lib/wind -Iheimdal/lib/asn1 -
Iheimdal/lib/asn1 -Iheimdal/lib/asn1 -Iheimdal/lib/asn1 -Iheimdal/../heimdal_bui
ld -Iheimdal/lib/asn1 -Iheimdal/../heimdal_build -Iheimdal/lib/com_err -Iheimdal
/../heimdal_build -Iheimdal/lib/roken -Iheimdal/include -I../lib/socket_wrapper 
  -Ilib/events -I../lib/tevent       -I../lib/talloc -Ilib/replace     -fPIC -I.
/include -I. -I./lib -I./../lib/replace -I./../lib/talloc -I./.. -D_SAMBA_BUILD_
=4 -DHAVE_CONFIG_H  -c libnet/libnet_time.c -o libnet/libnet_time.o
make: *** [libnet/libnet_time.o] Fehler 1
Comment 1 Matthias Dieter Wallnöfer 2010-04-11 08:49:10 UTC
Did you try a clean rebuild? Our build hosts don't fail at the moment.
Comment 2 Dirk Pauli 2010-04-12 13:05:44 UTC
rechecked with the now latest git (1a2734336655a8d4256c8cce039ada66650b70a9) - now the build runs through here.
Strange - seems to be some dirt was still in some corners then on my side. sorry!