Bug 758671

Summary: Internal compiler error (program as)
Product: [Fedora] Fedora Reporter: Alexander Bokovoy <abokovoy>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 16CC: jakub
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-30 12:30:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Alexander Bokovoy 2011-11-30 11:45:04 UTC
Description of problem:
When building freeipa-2.1.3-6.fc16 in Koji (http://koji.fedoraproject.org/koji/taskinfo?taskID=3552602), compilation fails with following. There is no difference code-wise with previously successful 2.1.3-5.fc16 so this is due to change in the build environment.

make[4]: Entering directory `/builddir/build/BUILD/freeipa-2.1.3/daemons/ipa-slapi-plugins/ipa-uuid'
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I. -I../common -I/usr/include/dirsrv -DPREFIX=\""/usr"\" -DBINDIR=\""/usr/bin"\" -DLIBDIR=\""/usr/lib64"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\"  -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Werror-implicit-function-declaration  -DWITH_OPENLDAP -I/usr/include/nspr4 -I/usr/include/nss3 -DUSE_OPENLDAP    -I/usr/include/nspr4 -I/usr/include/nss3  -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Werror-implicit-function-declaration  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic -MT ipa_uuid.lo -MD -MP -MF .deps/ipa_uuid.Tpo -c -o ipa_uuid.lo ipa_uuid.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I. -I../common -I/usr/include/dirsrv -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib64\" -DLIBEXECDIR=\"/usr/libexec\" -DDATADIR=\"/usr/share\" -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Werror-implicit-function-declaration -DWITH_OPENLDAP -I/usr/include/nspr4 -I/usr/include/nss3 -DUSE_OPENLDAP -I/usr/include/nspr4 -I/usr/include/nss3 -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Werror-implicit-function-declaration -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT ipa_uuid.lo -MD -MP -MF .deps/ipa_uuid.Tpo -c ipa_uuid.c  -fPIC -DPIC -o .libs/ipa_uuid.o
In file included from ipa_uuid.c:42:0:
/usr/include/dirsrv/slapi-plugin.h:2139:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
In file included from ipa_uuid.c:42:0:
/usr/include/dirsrv/slapi-plugin.h:3496:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
/usr/include/dirsrv/slapi-plugin.h:5886:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
gcc: internal compiler error: Interrupt (program as)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
make[4]: *** [ipa_uuid.lo] Error 1

This bug currently prevents compiling FreeIPA for F16.

Comment 1 Alexander Bokovoy 2011-11-30 12:30:36 UTC
I'll close this bug as it appears to be problem with 'fedpkg build' defaulting to f16-candidate instead of f16-updates-candidate. f16-candidate has an issue with glibc that caused mass rebuild.