Bug 2689 - samba does not compile on linux 2.2 (e.g. redhat 6.2)
Summary: samba does not compile on linux 2.2 (e.g. redhat 6.2)
Status: RESOLVED WONTFIX
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: smbclient (show other bugs)
Version: 3.0.14a
Hardware: All Linux
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-08 10:58 UTC by Peter Backes
Modified: 2006-04-14 14:48 UTC (History)
0 users

See Also:


Attachments
Fix for the problem, conditionalize using SMB_IOC_GETMOUNTUID32 (1.26 KB, patch)
2005-05-08 11:02 UTC, Peter Backes
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Backes 2005-05-08 10:58:46 UTC
...
Compiling client/smbumount.c
client/smbumount.c: In function `umount_ok':
client/smbumount.c:42: `__kernel_uid32_t' undeclared (first use in this function)
client/smbumount.c:42: (Each undeclared identifier is reported only once
client/smbumount.c:42: for each function it appears in.)
client/smbumount.c:42: parse error before `mount_uid'
client/smbumount.c:50: `SMB_IOC_GETMOUNTUID32' undeclared (first use in this
function)
client/smbumount.c:50: `mount_uid' undeclared (first use in this function)
make: *** [client/smbumount.o] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.25284 (%build)
Comment 1 Peter Backes 2005-05-08 11:02:46 UTC
Created attachment 1208 [details]
Fix for the problem, conditionalize using SMB_IOC_GETMOUNTUID32
Comment 2 Gerald (Jerry) Carter (dead mail address) 2006-04-14 14:48:29 UTC
Thanks for the patch.  I'm going to let this one slide
mostly since the smount tools are mostly unmaintained
and Linux 2.2 is really old now.