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 445714 Details for
Bug 631459
FTBFS subcommander-2.0-0.6.fc14.5
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), 6.38 KB, created by
FTBFS
on 2010-09-07 18:58:57 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
FTBFS
Created:
2010-09-07 18:58:57 UTC
Size:
6.38 KB
patch
obsolete
>Mock Version: 1.1.1 >ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/subcommander.spec'], False, '/var/lib/mock/fedora-development-x86_64-subcommander-2.0-0.6.fc14.5.src.rpm/root/', None, 25200, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0x127bb10>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/subcommander.spec'] >Building target platforms: x86_64 >Building for target x86_64 >Wrote: /builddir/build/SRPMS/subcommander-2.0-0.6.fc14.5.src.rpm >Child returncode was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/subcommander.spec'], False, '/var/lib/mock/fedora-development-x86_64-subcommander-2.0-0.6.fc14.5.src.rpm/root/', None, 25200, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0x127bb10>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/subcommander.spec'] >Building target platforms: x86_64 >Building for target x86_64 >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.8QFzp9 >+ umask 022 >+ cd /builddir/build/BUILD >+ LANG=C >+ export LANG >+ unset DISPLAY >+ cd /builddir/build/BUILD >+ rm -rf subcommander-2.0.0b5p2 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/Subcommander-2.0.0b5p2.tar.gz >+ /bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd subcommander-2.0.0b5p2 >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ echo 'Patch #3 (subcommander-2.0.0b5p1-dso.patch):' >Patch #3 (subcommander-2.0.0b5p1-dso.patch): >+ /bin/cat /builddir/build/SOURCES/subcommander-2.0.0b5p1-dso.patch >+ /usr/bin/patch -s -p1 -b --suffix .dso --fuzz=0 >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.8EJt6N >+ umask 022 >+ cd /builddir/build/BUILD >+ cd subcommander-2.0.0b5p2 >+ LANG=C >+ export LANG >+ unset DISPLAY >+ aclocal >+ automake --foreign >+ autoconf >+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' >+ export CFLAGS >+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' >+ export CXXFLAGS >+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules' >+ export FFLAGS >+ ./configure --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info -with-qt=/usr/lib64/qt4 >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking for style of include used by make... GNU >checking for x86_64-unknown-linux-gnu-gcc... no >checking for gcc... gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >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 dependency style of gcc... none >checking whether gcc and cc understand -c and -o together... yes >checking for x86_64-unknown-linux-gnu-g++... no >checking for x86_64-unknown-linux-gnu-c++... no >checking for x86_64-unknown-linux-gnu-gpp... no >checking for x86_64-unknown-linux-gnu-aCC... no >checking for x86_64-unknown-linux-gnu-CC... no >checking for x86_64-unknown-linux-gnu-cxx... no >checking for x86_64-unknown-linux-gnu-cc++... no >checking for x86_64-unknown-linux-gnu-cl.exe... no >checking for x86_64-unknown-linux-gnu-FCC... no >checking for x86_64-unknown-linux-gnu-KCC... no >checking for x86_64-unknown-linux-gnu-RCC... no >checking for x86_64-unknown-linux-gnu-xlC_r... no >checking for x86_64-unknown-linux-gnu-xlC... no >checking for g++... g++ >checking whether we are using the GNU C++ compiler... yes >checking whether g++ accepts -g... yes >checking dependency style of g++... none >checking for x86_64-unknown-linux-gnu-ranlib... no >checking for ranlib... ranlib >checking whether make sets $(MAKE)... (cached) yes >checking build system type... x86_64-unknown-linux-gnu >checking host system type... x86_64-unknown-linux-gnu >checking for APR... yes >checking for APR-util... yes >checking for boost... yes >checking for neon... yes > headers > libraries >checking for serf... no >checking for subversion... yes > headers -I/usr/include/subversion-1 > libraries -L/usr/lib -lsvn_client-1 -lsvn_wc-1 -lsvn_repos-1 -lsvn_ra-1 -lsvn_ra_svn-1 -lsvn_ra_local-1 -lsvn_fs-1 -lsvn_fs_fs-1 -lsvn_delta-1 -lsvn_diff-1 -lsvn_subr-1 -lsvn_ra_neon-1 -lsvn_fs_util-1 > libraries -L/usr/lib >checking for openssl... yes >checking for berkeley db (include)... yes >checking how to run the C++ preprocessor... g++ -E >checking for X... libraries , headers >checking for gethostbyname... yes >checking for connect... yes >checking for remove... yes >checking for shmat... yes >checking for IceConnectionNumber in -lICE... yes >checking for Qt... yes, but it is a wrong version >./configure: line 6031: test: too many arguments >configure: error: found qt version ./configure: line 6023: /usr/lib64/qt4/bin/moc: No such file or directory but I need 4.3.0+ >error: Bad exit status from /var/tmp/rpm-tmp.8EJt6N (%build) > Bad exit status from /var/tmp/rpm-tmp.8EJt6N (%build) >RPM build errors: >Child returncode was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/subcommander.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 333, 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 x86_64 --nodeps builddir/build/SPECS/subcommander.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 631459
:
445710
|
445711
|
445712
|
445713
| 445714 |
445715