Bug 434432

Summary: samba failed massrebuild attempt for GCC 4.3
Product: [Fedora] Fedora Reporter: Jesse Keating <jkeating>
Component: sambaAssignee: Simo Sorce <ssorce>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dcantrell
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-22 22:42:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 433629    

Description Jesse Keating 2008-02-22 16:23:40 UTC
This is an automatically filed bug for a failed rebuild attempt for GCC 4.3.

http://fedoraproject.org/wiki/JesseKeating/gcc43MassRebuildProposal

Please verify why this build failed and fix it.
http://koji.fedoraproject.org/koji/taskinfo?taskID=444923
Exit code was 1, check the build.log for the failed buildArch task.

Comment 1 Henning Norén 2008-02-22 20:41:40 UTC
Compiling client/mount.cifs.c
client/mount.cifs.c: In function 'main':
client/mount.cifs.c:1094: error: 'PATH_MAX' undeclared (first use in this function)
client/mount.cifs.c:1094: error: (Each undeclared identifier is reported only once
client/mount.cifs.c:1094: error: for each function it appears in.)
The following command failed:
gcc -I. -I/builddir/build/BUILD/samba-3.2.0pre1/source  -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4
-m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED 
-I/builddir/build/BUILD/samba-3.2.0pre1/source/iniparser/src -Iinclude
-I./include  -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include
-I./libaddns -I./librpc -DHAVE_CONFIG_H  -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED   -I/include
-I/builddir/build/BUILD/samba-3.2.0pre1/source/lib -D_SAMBA_BUILD_=3 -fPIC -c
client/mount.cifs.c -o client/mount.cifs.o
Compiling client/umount.cifs.c
Linking non-shared library bin/libsmbclient.a
Linking shared library bin/libsmbclient.so
make: *** [client/mount.cifs.o] Error 1
make: *** Waiting for unfinished jobs....
error: Bad exit status from /var/tmp/rpm-tmp.62953 (%build)


Comment 2 Simo Sorce 2008-02-22 22:42:56 UTC
Rebuilt with patch to fix it.