Bug 4795 - Samba 3.0.25 actual branch rev. 23935 trans2.c does not compile
Summary: Samba 3.0.25 actual branch rev. 23935 trans2.c does not compile
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: File Services (show other bugs)
Version: 3.0.0
Hardware: Other Linux
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-17 15:02 UTC by Holger Hornung
Modified: 2007-07-17 15:06 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 Holger Hornung 2007-07-17 15:02:29 UTC
Compiling smbd/trans2.c
smbd/trans2.c: In function `smb_posix_unlink':
smbd/trans2.c:5604: error: structure has no member named `file_id'
smbd/trans2.c:5604: warning: passing arg 3 of `get_share_mode_lock' makes integer from pointer without a cast
smbd/trans2.c:5604: error: too few arguments to function `get_share_mode_lock'
The following command failed:
gcc -I. -I/opt/samba-3.0.25c/source  -O -D_SAMBA_BUILD_=3 -I/opt/samba-3.0.25c/source/popt -I/opt/samba-3.0.25c/source/iniparser/src -Iinclude -I./include  -I. -I. -I./lib/replace -I./lib/talloc -I./tdb/include -I./libaddns -I./librpc -DHAVE_CONFIG_H  -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE    -I/opt/samba-3.0.25c/source/lib -D_SAMBA_BUILD_=3 -fPIC -c smbd/trans2.c -o smbd/trans2.o
make: *** [smbd/trans2.o] Error 1
Comment 1 Jeremy Allison 2007-07-17 15:06:08 UTC
Fixed the build. Don't log bugs for transient build issues please - use the mailing list.
Jeremy.