Bug 4721 - smbmount does not compile
Summary: smbmount does not compile
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: smbmount (unmaintained) (show other bugs)
Version: 3.0.25
Hardware: x86 Linux
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-21 08:33 UTC by Holger Hornung
Modified: 2007-06-21 09:31 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-06-21 08:33:47 UTC
The actual Samba-branch 3.0.25 rev. 23556 does'nt compile with uclibc 0.9.28:
Compiling client/smbmount.c
client/smbmount.c: In function `do_connection':
client/smbmount.c:155: error: wrong type argument to unary exclamation mark
The following command failed:
gcc -I. -I/opt/samba-3.0.25c-PRE/source  -O -D_SAMBA_BUILD_=3 -I/opt/samba-3.0.25c-PRE/source/popt -I/opt/samba-3.0.25c-PRE/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-PRE/source/lib -D_SAMBA_BUILD_=3 -fPIC -c client/smbmount.c -o client/smbmount.o
make: *** [client/smbmount.o] Error 1
Comment 1 Volker Lendecke 2007-06-21 09:31:36 UTC
Please try r23567. Please re-open if it's not fixed

Thanks,

Volker