Bug 9269 - samba4 64bit-portability-issue
Summary: samba4 64bit-portability-issue
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: File services (show other bugs)
Version: 4.0.0rc2
Hardware: All All
: P3 normal (vote)
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-09 09:04 UTC by Bruno Fernandes
Modified: 2012-10-10 06:55 UTC (History)
3 users (show)

See Also:


Attachments
Patches for v4-0-test (7.08 KB, patch)
2012-10-09 18:41 UTC, Stefan Metzmacher
ddiss: review+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bruno Fernandes 2012-10-09 09:04:11 UTC
I'm trying to build samba-4.0.0rc2.tar.gz on build.opensuse.org and I'm
getting this error message:

E: samba4 64bit-portability-issue ../source3/modules/vfs_full_audit.c:1837,
1853


This is what I found on the log:
[ 1453s] ../source3/modules/vfs_full_audit.c: In function
'smb_full_audit_sys_acl_blob_get_file':
[ 1453s] ../source3/modules/vfs_full_audit.c:1837:9: warning: assignment
makes pointer from integer without a cast [enabled by default]
[ 1453s] ../source3/modules/vfs_full_audit.c:1842:2: warning: return makes
integer from pointer without a cast [enabled by default]
[ 1453s] ../source3/modules/vfs_full_audit.c: In function
'smb_full_audit_sys_acl_blob_get_fd':
[ 1453s] ../source3/modules/vfs_full_audit.c:1853:9: warning: assignment
makes pointer from integer without a cast [enabled by default]
[ 1453s] ../source3/modules/vfs_full_audit.c:1858:2: warning: return makes
integer from pointer without a cast [enabled by default]
[ 1453s] ../source3/modules/vfs_full_audit.c: At top level:
[ 1453s] ../source3/modules/vfs_full_audit.c:1828:12: warning:
'smb_full_audit_sys_acl_blob_get_file' defined but not used
[-Wunused-function]
[ 1453s] ../source3/modules/vfs_full_audit.c:1845:12: warning:
'smb_full_audit_sys_acl_blob_get_fd' defined but not used [-Wunused-funct


Full log attached.


BF
Comment 1 Stefan Metzmacher 2012-10-09 18:41:05 UTC
Created attachment 8022 [details]
Patches for v4-0-test
Comment 2 David Disseldorp 2012-10-09 19:52:27 UTC
Karolin, please add this patch to v4-0-test.
Comment 3 Karolin Seeger 2012-10-10 06:55:48 UTC
Pushed to autobuild-v4-0-test.
Closing out bug report.

Thanks!