Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 372228 Details for
Bug 539217
FTBFS llvm-2.6-0.6.pre2.fc13
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 29.95 KB, created by
FTBFS
on 2009-11-19 17:17:34 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
FTBFS
Created:
2009-11-19 17:17:34 UTC
Size:
29.95 KB
patch
obsolete
>Mock Version: 0.9.19 >ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/llvm.spec'], False, '/var/lib/mock/fedora-development-i386-llvm-2.6-0.6.pre2.fc13.src.rpm/root/', None, 21600, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0x19428d0>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/llvm.spec'] >Building target platforms: i386 >Building for target i386 >Wrote: /builddir/build/SRPMS/llvm-2.6-0.6.pre2.fc13.src.rpm >Child returncode was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/llvm.spec'], False, '/var/lib/mock/fedora-development-i386-llvm-2.6-0.6.pre2.fc13.src.rpm/root/', None, 21600, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0x19428d0>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/llvm.spec'] >Building target platforms: i386 >Building for target i386 >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.n5r1hM >+ umask 022 >+ cd /builddir/build/BUILD >+ LANG=C >+ export LANG >+ unset DISPLAY >+ cd /builddir/build/BUILD >+ rm -rf llvm-2.6 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/llvm-2.6.tar.gz >+ /bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd llvm-2.6 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/clang-2.6.tar.gz >+ /bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ mv clang-2.6 tools/clang >+ echo 'Patch #0 (llvm-2.6-destdir.patch):' >Patch #0 (llvm-2.6-destdir.patch): >+ /bin/cat /builddir/build/SOURCES/llvm-2.6-destdir.patch >+ /usr/bin/patch -s -p1 -b --suffix .destdir --fuzz=0 >+ pushd tools/clang >~/build/BUILD/llvm-2.6/tools/clang ~/build/BUILD/llvm-2.6 >+ echo 'Patch #1 (llvm-2.6-destdir-clang.patch):' >Patch #1 (llvm-2.6-destdir-clang.patch): >+ /bin/cat /builddir/build/SOURCES/llvm-2.6-destdir-clang.patch >+ /usr/bin/patch -s -p0 -b --suffix .destdir-clang --fuzz=0 >+ popd >~/build/BUILD/llvm-2.6 >+ echo 'Patch #2 (llvm-2.5-tclsh_check.patch):' >Patch #2 (llvm-2.5-tclsh_check.patch): >+ /bin/cat /builddir/build/SOURCES/llvm-2.5-tclsh_check.patch >+ /usr/bin/patch -s -p1 -b --suffix .tclsh_check --fuzz=0 >+ echo 'Patch #3 (llvm-2.6-timestamp.patch):' >Patch #3 (llvm-2.6-timestamp.patch): >+ /bin/cat /builddir/build/SOURCES/llvm-2.6-timestamp.patch >+ /usr/bin/patch -s -p1 -b --suffix .timestamp --fuzz=0 >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.lFpkbP >+ umask 022 >+ cd /builddir/build/BUILD >+ cd llvm-2.6 >+ LANG=C >+ export LANG >+ unset DISPLAY >+ mkdir obj >+ cd obj >+ ../configure --prefix=/usr --libdir=/usr/lib/llvm --disable-assertions --enable-debug-runtime --enable-jit --enable-pic=no >checking build system type... i686-pc-linux-gnu >checking host system type... i686-pc-linux-gnu >checking target system type... i686-pc-linux-gnu >checking type of operating system we're going to host on... Linux >checking type of operating system we're going to target... Linux >checking target architecture... x86 >checking for gcc... gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether gcc accepts -g... yes >checking for gcc option to accept ISO C89... none needed >checking how to run the C preprocessor... gcc -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking whether byte ordering is bigendian... no >checking how to run the C preprocessor... gcc -E >checking whether we are using the GNU C compiler... (cached) yes >checking whether gcc accepts -g... (cached) yes >checking for gcc option to accept ISO C89... (cached) none needed >checking for g++... g++ >checking whether we are using the GNU C++ compiler... yes >checking whether g++ accepts -g... yes >checking for BSD-compatible nm... /usr/bin/nm -B >checking for GNU make... make >checking whether ln -s works... yes >checking for cmp... /usr/bin/cmp >checking for cp... /bin/cp >checking for date... /bin/date >checking for find... /usr/bin/find >checking for grep... (cached) /bin/grep >checking for mkdir... /bin/mkdir >checking for mv... /bin/mv >checking for ranlib... ranlib >checking for rm... /bin/rm >checking for sed... /bin/sed >checking for tar... /bin/tar >checking for pwd... /bin/pwd >checking for Graphviz... echo Graphviz >checking for dot... echo dot >checking for fdp... echo fdp >checking for neato... echo neato >checking for twopi... echo twopi >checking for circo... echo circo >checking for gv... no >checking for gsview32... no >checking for dotty... echo dotty >checking for perl... /usr/bin/perl >checking for Perl 5.006 or newer... yes >checking for a BSD-compatible install... /usr/bin/install -c >checking for bzip2... /usr/bin/bzip2 >checking for doxygen... no >checking for groff... /usr/bin/groff >checking for gzip... /usr/bin/gzip >checking for pod2html... /usr/bin/pod2html >checking for pod2man... /usr/bin/pod2man >checking for runtest... /usr/bin/runtest >checking for the tclsh program in tclinclude directory... none >checking for tclsh8.4... no >checking for tclsh8.4.8... no >checking for tclsh8.4.7... no >checking for tclsh8.4.6... no >checking for tclsh8.4.5... no >checking for tclsh8.4.4... no >checking for tclsh8.4.3... no >checking for tclsh8.4.2... no >checking for tclsh8.4.1... no >checking for tclsh8.4.0... no >checking for tclsh8.3... no >checking for tclsh8.3.5... no >checking for tclsh8.3.4... no >checking for tclsh8.3.3... no >checking for tclsh8.3.2... no >checking for tclsh8.3.1... no >checking for tclsh8.3.0... no >checking for tclsh... /usr/bin/tclsh >checking for zip... no >checking for ocamlc... /usr/bin/ocamlc >checking for ocamlopt... /usr/bin/ocamlopt >checking for ocamldep... /usr/bin/ocamldep >checking for ocamldoc... /usr/bin/ocamldoc >checking for gas... no >checking for as... /usr/bin/as >checking for compiler -Wl,-R<path> option... yes >checking for compiler -Wl,-export-dynamic option... yes >checking for an ANSI C-conforming const... yes >checking for dirent.h that defines DIR... yes >checking for library containing opendir... none required >checking dlfcn.h usability... yes >checking dlfcn.h presence... yes >checking for dlfcn.h... yes >checking dynamic linker characteristics... cat: ld.so.conf.d/*.conf: No such file or directory >GNU/Linux ld.so >checking which extension is used for loadable modules... .so >checking which variable specifies run-time library path... LD_LIBRARY_PATH >checking for the default library search path... /lib /usr/lib >checking for objdir... .libs >checking command to parse /usr/bin/nm -B output from object... ok >checking whether libtool supports -dlopen/-dlpreopen... yes >checking for shl_load... no >checking for shl_load in -ldld... no >checking for dlopen in -ldl... yes >checking for dlerror... yes >checking for _ prefix in compiled symbols... no >checking whether deplibs are loaded by dlopen... yes >checking argz.h usability... yes >checking argz.h presence... yes >checking for argz.h... yes >checking for error_t... yes >checking for argz_append... yes >checking for argz_create_sep... yes >checking for argz_insert... yes >checking for argz_next... yes >checking for argz_stringify... yes >checking assert.h usability... yes >checking assert.h presence... yes >checking for assert.h... yes >checking ctype.h usability... yes >checking ctype.h presence... yes >checking for ctype.h... yes >checking errno.h usability... yes >checking errno.h presence... yes >checking for errno.h... yes >checking malloc.h usability... yes >checking malloc.h presence... yes >checking for malloc.h... yes >checking for memory.h... (cached) yes >checking for stdlib.h... (cached) yes >checking stdio.h usability... yes >checking stdio.h presence... yes >checking for stdio.h... yes >checking for unistd.h... (cached) yes >checking dl.h usability... no >checking dl.h presence... no >checking for dl.h... no >checking sys/dl.h usability... no >checking sys/dl.h presence... no >checking for sys/dl.h... no >checking dld.h usability... no >checking dld.h presence... no >checking for dld.h... no >checking mach-o/dyld.h usability... no >checking mach-o/dyld.h presence... no >checking for mach-o/dyld.h... no >checking for string.h... (cached) yes >checking for strchr... yes >checking for strrchr... yes >checking for memcpy... yes >checking for memmove... yes >checking for strcmp... yes >checking for closedir... yes >checking for opendir... yes >checking for readdir... yes >checking for a sed that does not truncate output... /bin/sed >checking for ld used by gcc... /usr/bin/ld >checking if the linker (/usr/bin/ld) is GNU ld... yes >checking for /usr/bin/ld option to reload object files... -r >checking how to recognise dependent libraries... pass_all >checking how to run the C++ preprocessor... g++ -E >checking for g77... no >checking for f77... no >checking for xlf... no >checking for frt... no >checking for pgf77... no >checking for cf77... no >checking for fort77... no >checking for fl32... no >checking for af77... no >checking for f90... no >checking for xlf90... no >checking for pgf90... no >checking for pghpf... no >checking for epcf90... no >checking for gfortran... no >checking for g95... no >checking for f95... no >checking for fort... no >checking for xlf95... no >checking for ifort... no >checking for ifc... no >checking for efc... no >checking for pgf95... no >checking for lf95... no >checking for ftn... no >checking whether we are using the GNU Fortran 77 compiler... no >checking whether accepts -g... no >checking the maximum length of command line arguments... 32768 >checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok >checking for objdir... .libs >checking for ar... ar >checking for ranlib... (cached) ranlib >checking for strip... strip >checking if gcc supports -fno-rtti -fno-exceptions... no >checking for gcc option to produce PIC... -fPIC >checking if gcc PIC flag -fPIC works... yes >checking if gcc static flag -static works... no >checking if gcc supports -c -o file.o... yes >checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... cat: ld.so.conf.d/*.conf: No such file or directory >GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking for shl_load... (cached) no >checking for shl_load in -ldld... (cached) no >checking for dlopen... no >checking for dlopen in -ldl... (cached) yes >checking whether a program can dlopen itself... yes >checking whether a statically linked program can dlopen itself... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... yes >configure: creating mklib >appending configuration tag "CXX" to mklib >checking for ld used by g++... /usr/bin/ld >checking if the linker (/usr/bin/ld) is GNU ld... yes >checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes >checking for g++ option to produce PIC... -fPIC >checking if g++ PIC flag -fPIC works... yes >checking if g++ static flag -static works... no >checking if g++ supports -c -o file.o... yes >checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes >checking dynamic linker characteristics... cat: ld.so.conf.d/*.conf: No such file or directory >GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >appending configuration tag "F77" to mklib >checking for llvm-gcc... no >checking for llvm-g++... no >checking tool compatibility... ok >checking for sin in -lm... yes >checking for library containing dlopen... -ldl >checking for library containing ffi_call... no >configure: WARNING: libffi not found - disabling external calls from interpreter >checking for library containing mallinfo... none required >checking for pthread_mutex_init in -lpthread... yes >checking for library containing pthread_mutex_lock... none required >checking for library containing pthread_rwlock_init... none required >checking for library containing pthread_getspecific... none required >checking for library containing op_open_agent... no >checking opagent.h usability... no >checking opagent.h presence... no >checking for opagent.h... no >checking for dirent.h that defines DIR... (cached) yes >checking for library containing opendir... (cached) none required >checking for MAP_ANONYMOUS vs. MAP_ANON... yes >checking whether stat file-mode macros are broken... no >checking for ANSI C header files... (cached) yes >checking for sys/wait.h that is POSIX.1 compatible... yes >checking whether time.h and sys/time.h may both be included... yes >checking for dlfcn.h... (cached) yes >checking execinfo.h usability... yes >checking execinfo.h presence... yes >checking for execinfo.h... yes >checking fcntl.h usability... yes >checking fcntl.h presence... yes >checking for fcntl.h... yes >checking for inttypes.h... (cached) yes >checking limits.h usability... yes >checking limits.h presence... yes >checking for limits.h... yes >checking link.h usability... yes >checking link.h presence... yes >checking for link.h... yes >checking for malloc.h... (cached) yes >checking setjmp.h usability... yes >checking setjmp.h presence... yes >checking for setjmp.h... yes >checking signal.h usability... yes >checking signal.h presence... yes >checking for signal.h... yes >checking for stdint.h... (cached) yes >checking termios.h usability... yes >checking termios.h presence... yes >checking for termios.h... yes >checking for unistd.h... (cached) yes >checking utime.h usability... yes >checking utime.h presence... yes >checking for utime.h... yes >checking windows.h usability... no >checking windows.h presence... no >checking for windows.h... no >checking sys/mman.h usability... yes >checking sys/mman.h presence... yes >checking for sys/mman.h... yes >checking sys/param.h usability... yes >checking sys/param.h presence... yes >checking for sys/param.h... yes >checking sys/resource.h usability... yes >checking sys/resource.h presence... yes >checking for sys/resource.h... yes >checking sys/time.h usability... yes >checking sys/time.h presence... yes >checking for sys/time.h... yes >checking for sys/types.h... (cached) yes >checking sys/ioctl.h usability... yes >checking sys/ioctl.h presence... yes >checking for sys/ioctl.h... yes >checking malloc/malloc.h usability... no >checking malloc/malloc.h presence... no >checking for malloc/malloc.h... no >checking mach/mach.h usability... no >checking mach/mach.h presence... no >checking for mach/mach.h... no >checking pthread.h usability... yes >checking pthread.h presence... yes >checking for pthread.h... yes >checking ffi.h usability... no >checking ffi.h presence... no >checking for ffi.h... no >checking ffi/ffi.h usability... no >checking ffi/ffi.h presence... no >checking for ffi/ffi.h... no >checking for HUGE_VAL sanity... yes >checking for pid_t... yes >checking for size_t... yes >checking return type of signal handlers... void >checking whether struct tm is in sys/time.h or time.h... time.h >checking for int64_t... yes >checking for uint64_t... yes >checking for backtrace... yes >checking for ceilf... yes >checking for floorf... yes >checking for roundf... yes >checking for rintf... yes >checking for nearbyintf... yes >checking for getcwd... yes >checking for powf... yes >checking for fmodf... yes >checking for strtof... yes >checking for round... yes >checking for getpagesize... yes >checking for getrusage... yes >checking for getrlimit... yes >checking for setrlimit... yes >checking for gettimeofday... yes >checking for isatty... yes >checking for mkdtemp... yes >checking for mkstemp... yes >checking for mktemp... yes >checking for realpath... yes >checking for sbrk... yes >checking for setrlimit... (cached) yes >checking for strdup... yes >checking for strerror... yes >checking for strerror_r... yes >checking for strerror_s... no >checking for strtoll... yes >checking for strtoq... yes >checking for sysconf... yes >checking for malloc_zone_statistics... no >checking for setjmp... yes >checking for longjmp... yes >checking for sigsetjmp... no >checking for siglongjmp... yes >checking if printf has the %a format character... yes >checking for working alloca.h... yes >checking for alloca... yes >checking for srand48/lrand48/drand48 in <stdlib.h>... yes >checking whether the compiler implements namespaces... yes >checking whether the compiler has the standard iterator... yes >checking whether the compiler has the bidirectional iterator... no >checking whether the compiler has forward iterators... no >checking for isnan in <math.h>... yes >checking for isnan in <cmath>... yes >checking for std::isnan in <cmath>... yes >checking for isinf in <math.h>... yes >checking for isinf in <cmath>... yes >checking for std::isinf in <cmath>... no >checking for finite in <ieeefp.h>... no >checking for stdlib.h... (cached) yes >checking for unistd.h... (cached) yes >checking for getpagesize... (cached) yes >checking for working mmap... yes >checking for mmap of files... yes >checking if /dev/zero is needed for mmap... no >checking for GCC atomic builtins... yes >checking for __dso_handle... yes >checking whether llvm-gcc is sane... no >checking for compiler -fvisibility-inlines-hidden option... yes >configure: creating ./config.status >config.status: creating include/llvm/Config/Targets.def >config.status: creating include/llvm/Config/AsmPrinters.def >config.status: creating include/llvm/Config/AsmParsers.def >config.status: creating Makefile.config >config.status: creating llvm.spec >config.status: creating docs/doxygen.cfg >config.status: creating tools/llvmc/plugins/Base/Base.td >config.status: creating tools/llvm-config/llvm-config.in >config.status: creating include/llvm/Config/config.h >config.status: creating include/llvm/Support/DataTypes.h >config.status: creating include/llvm/ADT/iterator.h >config.status: executing setup commands >config.status: executing Makefile commands >config.status: executing Makefile.common commands >config.status: executing examples/Makefile commands >config.status: executing lib/Makefile commands >config.status: executing runtime/Makefile commands >config.status: executing test/Makefile commands >config.status: executing test/Makefile.tests commands >config.status: executing unittests/Makefile commands >config.status: executing tools/Makefile commands >config.status: executing utils/Makefile commands >config.status: executing projects/Makefile commands >config.status: executing bindings/Makefile commands >config.status: executing bindings/ocaml/Makefile.ocaml commands >=== configuring in projects/sample (/builddir/build/BUILD/llvm-2.6/obj/projects/sample) >configure: running /bin/sh ../../../projects/sample/configure --prefix=/usr '--libdir=/usr/lib/llvm' '--disable-assertions' '--enable-debug-runtime' '--enable-jit' '--enable-pic=no' --cache-file=/dev/null --srcdir=../../../projects/sample >configure: creating ./config.status >config.status: creating Makefile.common >config.status: executing setup commands >config.status: executing Makefile commands >config.status: executing lib/Makefile commands >config.status: executing lib/sample/Makefile commands >config.status: executing tools/Makefile commands >config.status: executing tools/sample/Makefile commands >+ sed -i 's|(PROJ_prefix)/lib|(PROJ_prefix)/lib/llvm|g' Makefile.config >+ make -j4 'OPTIMIZE_OPTION=-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' >make[1]: Entering directory `/builddir/build/BUILD/llvm-2.6/obj/lib/System' >llvm[1]: Compiling Alarm.cpp for Release-Asserts build >llvm[1]: Compiling Atomic.cpp for Release-Asserts build >llvm[1]: Compiling Disassembler.cpp for Release-Asserts build >llvm[1]: Compiling DynamicLibrary.cpp for Release-Asserts build >llvm[1]: Compiling Errno.cpp for Release-Asserts build >llvm[1]: Compiling Host.cpp for Release-Asserts build >llvm[1]: Compiling IncludeFile.cpp for Release-Asserts build >llvm[1]: Compiling Memory.cpp for Release-Asserts build >llvm[1]: Compiling Mutex.cpp for Release-Asserts build >llvm[1]: Compiling Path.cpp for Release-Asserts build >llvm[1]: Compiling Process.cpp for Release-Asserts build >llvm[1]: Compiling Program.cpp for Release-Asserts build >llvm[1]: Compiling RWMutex.cpp for Release-Asserts build >llvm[1]: Compiling Signals.cpp for Release-Asserts build >llvm[1]: Compiling ThreadLocal.cpp for Release-Asserts build >llvm[1]: Compiling Threading.cpp for Release-Asserts build >llvm[1]: Compiling TimeValue.cpp for Release-Asserts build >llvm[1]: Building Release-Asserts Archive Library libLLVMSystem.a >make[1]: Leaving directory `/builddir/build/BUILD/llvm-2.6/obj/lib/System' >make[1]: Entering directory `/builddir/build/BUILD/llvm-2.6/obj/lib/Support' >llvm[1]: Compiling APFloat.cpp for Release-Asserts build >llvm[1]: Compiling APInt.cpp for Release-Asserts build >llvm[1]: Compiling APSInt.cpp for Release-Asserts build >llvm[1]: Compiling Allocator.cpp for Release-Asserts build >llvm[1]: Compiling CommandLine.cpp for Release-Asserts build >llvm[1]: Compiling ConstantRange.cpp for Release-Asserts build >llvm[1]: Compiling Debug.cpp for Release-Asserts build >llvm[1]: Compiling Dwarf.cpp for Release-Asserts build >llvm[1]: Compiling ErrorHandling.cpp for Release-Asserts build >llvm[1]: Compiling FileUtilities.cpp for Release-Asserts build >llvm[1]: Compiling FoldingSet.cpp for Release-Asserts build >llvm[1]: Compiling FormattedStream.cpp for Release-Asserts build >llvm[1]: Compiling GraphWriter.cpp for Release-Asserts build >llvm[1]: Compiling IsInf.cpp for Release-Asserts build >llvm[1]: Compiling IsNAN.cpp for Release-Asserts build >llvm[1]: Compiling ManagedStatic.cpp for Release-Asserts build >llvm[1]: Compiling MemoryBuffer.cpp for Release-Asserts build >llvm[1]: Compiling PluginLoader.cpp for Release-Asserts build >llvm[1]: Compiling PrettyStackTrace.cpp for Release-Asserts build >llvm[1]: Compiling SlowOperationInformer.cpp for Release-Asserts build >llvm[1]: Compiling SmallPtrSet.cpp for Release-Asserts build >llvm[1]: Compiling SourceMgr.cpp for Release-Asserts build >llvm[1]: Compiling Streams.cpp for Release-Asserts build >llvm[1]: Compiling Statistic.cpp for Release-Asserts build >llvm[1]: Compiling StringExtras.cpp for Release-Asserts build >llvm[1]: Compiling StringMap.cpp for Release-Asserts build >llvm[1]: Compiling StringPool.cpp for Release-Asserts build >llvm[1]: Compiling SystemUtils.cpp for Release-Asserts build >llvm[1]: Compiling TargetRegistry.cpp for Release-Asserts build >llvm[1]: Compiling Timer.cpp for Release-Asserts build >llvm[1]: Compiling Triple.cpp for Release-Asserts build >llvm[1]: Compiling Twine.cpp for Release-Asserts build >llvm[1]: Compiling raw_ostream.cpp for Release-Asserts build >llvm[1]: Building Release-Asserts Archive Library libLLVMSupport.a >make[1]: Leaving directory `/builddir/build/BUILD/llvm-2.6/obj/lib/Support' >make[1]: Entering directory `/builddir/build/BUILD/llvm-2.6/obj/utils' >make[2]: Entering directory `/builddir/build/BUILD/llvm-2.6/obj/utils/PerfectShuffle' >make[2]: Entering directory `/builddir/build/BUILD/llvm-2.6/obj/utils/FileCheck' >llvm[2]: Compiling PerfectShuffle.cpp for Release-Asserts build >make[2]: Entering directory `/builddir/build/BUILD/llvm-2.6/obj/utils/fpcmp' >llvm[2]: Compiling FileCheck.cpp for Release-Asserts build >llvm[2]: Compiling fpcmp.cpp for Release-Asserts build >make[2]: Entering directory `/builddir/build/BUILD/llvm-2.6/obj/utils/TableGen' >llvm[2]: Compiling AsmMatcherEmitter.cpp for Release-Asserts build >llvm[2]: Linking Release-Asserts executable fpcmp (without symbols) >llvm[2]: Linking Release-Asserts executable llvm-PerfectShuffle (without symbols) >llvm[2]: ======= Finished Linking Release-Asserts Executable llvm-PerfectShuffle (without symbols) >make[2]: Leaving directory `/builddir/build/BUILD/llvm-2.6/obj/utils/PerfectShuffle' >llvm[2]: Compiling AsmWriterEmitter.cpp for Release-Asserts build >/builddir/build/BUILD/llvm-2.6/obj/Release-Asserts/lib/libLLVMSystem.a(Atomic.o): In function `llvm::sys::AtomicIncrement(unsigned int volatile*)': >/builddir/build/BUILD/llvm-2.6/lib/System/Atomic.cpp:60: undefined reference to `__sync_add_and_fetch_4' >/builddir/build/BUILD/llvm-2.6/obj/Release-Asserts/lib/libLLVMSystem.a(Atomic.o): In function `llvm::sys::AtomicDecrement(unsigned int volatile*)': >/builddir/build/BUILD/llvm-2.6/lib/System/Atomic.cpp:73: undefined reference to `__sync_sub_and_fetch_4' >/builddir/build/BUILD/llvm-2.6/obj/Release-Asserts/lib/libLLVMSystem.a(Atomic.o): In function `llvm::sys::AtomicAdd(unsigned int volatile*, unsigned int)': >/builddir/build/BUILD/llvm-2.6/lib/System/Atomic.cpp:86: undefined reference to `__sync_add_and_fetch_4' >/builddir/build/BUILD/llvm-2.6/obj/Release-Asserts/lib/libLLVMSystem.a(Atomic.o): In function `llvm::sys::CompareAndSwap(unsigned int volatile*, unsigned int, unsigned int)': >/builddir/build/BUILD/llvm-2.6/lib/System/Atomic.cpp:47: undefined reference to `__sync_val_compare_and_swap_4' >collect2: ld returned 1 exit status >make[2]: Leaving directory `/builddir/build/BUILD/llvm-2.6/obj/utils/fpcmp' >make[2]: *** [/builddir/build/BUILD/llvm-2.6/obj/Release-Asserts/bin/fpcmp] Error 1 >make[1]: *** [fpcmp/.makeall] Error 2 >make[1]: *** Waiting for unfinished jobs.... >llvm[2]: Linking Release-Asserts executable FileCheck (without symbols) >llvm[2]: Compiling CallingConvEmitter.cpp for Release-Asserts build >/builddir/build/BUILD/llvm-2.6/obj/Release-Asserts/lib/libLLVMSystem.a(Atomic.o): In function `llvm::sys::AtomicIncrement(unsigned int volatile*)': >/builddir/build/BUILD/llvm-2.6/lib/System/Atomic.cpp:60: undefined reference to `__sync_add_and_fetch_4' >/builddir/build/BUILD/llvm-2.6/obj/Release-Asserts/lib/libLLVMSystem.a(Atomic.o): In function `llvm::sys::AtomicDecrement(unsigned int volatile*)': >/builddir/build/BUILD/llvm-2.6/lib/System/Atomic.cpp:73: undefined reference to `__sync_sub_and_fetch_4' >/builddir/build/BUILD/llvm-2.6/obj/Release-Asserts/lib/libLLVMSystem.a(Atomic.o): In function `llvm::sys::AtomicAdd(unsigned int volatile*, unsigned int)': >/builddir/build/BUILD/llvm-2.6/lib/System/Atomic.cpp:86: undefined reference to `__sync_add_and_fetch_4' >/builddir/build/BUILD/llvm-2.6/obj/Release-Asserts/lib/libLLVMSystem.a(Atomic.o): In function `llvm::sys::CompareAndSwap(unsigned int volatile*, unsigned int, unsigned int)': >/builddir/build/BUILD/llvm-2.6/lib/System/Atomic.cpp:47: undefined reference to `__sync_val_compare_and_swap_4' >collect2: ld returned 1 exit status >make[2]: Leaving directory `/builddir/build/BUILD/llvm-2.6/obj/utils/FileCheck' >make[2]: *** [/builddir/build/BUILD/llvm-2.6/obj/Release-Asserts/bin/FileCheck] Error 1 >make[1]: *** [FileCheck/.makeall] Error 2 >llvm[2]: Compiling ClangDiagnosticsEmitter.cpp for Release-Asserts build >llvm[2]: Compiling CodeEmitterGen.cpp for Release-Asserts build >llvm[2]: Compiling CodeGenDAGPatterns.cpp for Release-Asserts build >llvm[2]: Compiling CodeGenInstruction.cpp for Release-Asserts build >llvm[2]: Compiling CodeGenTarget.cpp for Release-Asserts build >llvm[2]: Compiling DAGISelEmitter.cpp for Release-Asserts build >llvm[2]: Compiling FastISelEmitter.cpp for Release-Asserts build >llvm[2]: Compiling InstrEnumEmitter.cpp for Release-Asserts build >llvm[2]: Compiling InstrInfoEmitter.cpp for Release-Asserts build >llvm[2]: Compiling IntrinsicEmitter.cpp for Release-Asserts build >llvm[2]: Compiling LLVMCConfigurationEmitter.cpp for Release-Asserts build >llvm[2]: Compiling Record.cpp for Release-Asserts build >llvm[2]: Compiling RegisterInfoEmitter.cpp for Release-Asserts build >llvm[2]: Compiling SubtargetEmitter.cpp for Release-Asserts build >llvm[2]: Compiling TGLexer.cpp for Release-Asserts build >llvm[2]: Compiling TGParser.cpp for Release-Asserts build >llvm[2]: Compiling TGValueTypes.cpp for Release-Asserts build >llvm[2]: Compiling TableGen.cpp for Release-Asserts build >llvm[2]: Compiling TableGenBackend.cpp for Release-Asserts build >llvm[2]: Linking Release-Asserts executable tblgen (without symbols) >/builddir/build/BUILD/llvm-2.6/obj/Release-Asserts/lib/libLLVMSystem.a(Atomic.o): In function `llvm::sys::AtomicIncrement(unsigned int volatile*)': >/builddir/build/BUILD/llvm-2.6/lib/System/Atomic.cpp:60: undefined reference to `__sync_add_and_fetch_4' >/builddir/build/BUILD/llvm-2.6/obj/Release-Asserts/lib/libLLVMSystem.a(Atomic.o): In function `llvm::sys::AtomicDecrement(unsigned int volatile*)': >/builddir/build/BUILD/llvm-2.6/lib/System/Atomic.cpp:73: undefined reference to `__sync_sub_and_fetch_4' >/builddir/build/BUILD/llvm-2.6/obj/Release-Asserts/lib/libLLVMSystem.a(Atomic.o): In function `llvm::sys::AtomicAdd(unsigned int volatile*, unsigned int)': >/builddir/build/BUILD/llvm-2.6/lib/System/Atomic.cpp:86: undefined reference to `__sync_add_and_fetch_4' >/builddir/build/BUILD/llvm-2.6/obj/Release-Asserts/lib/libLLVMSystem.a(Atomic.o): In function `llvm::sys::CompareAndSwap(unsigned int volatile*, unsigned int, unsigned int)': >/builddir/build/BUILD/llvm-2.6/lib/System/Atomic.cpp:47: undefined reference to `__sync_val_compare_and_swap_4' >collect2: ld returned 1 exit status >make[2]: *** [/builddir/build/BUILD/llvm-2.6/obj/Release-Asserts/bin/tblgen] Error 1 >make[2]: Leaving directory `/builddir/build/BUILD/llvm-2.6/obj/utils/TableGen' >make[1]: *** [TableGen/.makeall] Error 2 >make[1]: Leaving directory `/builddir/build/BUILD/llvm-2.6/obj/utils' >make: *** [all] Error 1 >error: Bad exit status from /var/tmp/rpm-tmp.lFpkbP (%build) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.lFpkbP (%build) >Child returncode was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/llvm.spec'] >Traceback (most recent call last): > File "/usr/lib/python2.6/site-packages/mock/trace_decorator.py", line 70, in trace > result = func(*args, **kw) > File "/usr/lib/python2.6/site-packages/mock/util.py", line 324, in do > raise mock.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >Error: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/llvm.spec'] >LEAVE do --> EXCEPTION RAISED >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 539217
:
372227
| 372228 |
372229