Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 903964 Details for
Bug 1106129
debhelper: FTBFS in rawhide
[?]
New
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.rh83 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
<fdopen> (text/plain), 12.35 KB, created by
Dennis Gilmore
on 2014-06-09 03:15:06 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Dennis Gilmore
Created:
2014-06-09 03:15:06 UTC
Size:
12.35 KB
patch
obsolete
>Mock Version: 1.1.39 >Mock Version: 1.1.39 >ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/debhelper.spec'], False, '/var/lib/mock/f21-build-2120640-392843/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0x144cc10>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/debhelper.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >warning: Could not canonicalize hostname: arm02-builder20.arm.fedoraproject.org >Building target platforms: noarch >Building for target noarch >Wrote: /builddir/build/SRPMS/debhelper-9.20131227-3.fc21.src.rpm >Child return code was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/debhelper.spec'], False, '/var/lib/mock/f21-build-2120640-392843/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0x144cc10>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/debhelper.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >Building target platforms: noarch >Building for target noarch >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.9OvjCX >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf debhelper >+ /usr/bin/gzip -dc /builddir/build/SOURCES/debhelper_9.20131227.tar.gz >+ /usr/bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd debhelper >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ echo 'Patch #0 (debhelper-7.4.20-no-utf8-to-pod2man.patch):' >Patch #0 (debhelper-7.4.20-no-utf8-to-pod2man.patch): >+ /usr/bin/cat /builddir/build/SOURCES/debhelper-7.4.20-no-utf8-to-pod2man.patch >+ /usr/bin/patch -p1 -b --suffix .no-utf8-to-pod2man --fuzz=0 >patching file Makefile >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ejOMnS >+ umask 022 >+ cd /builddir/build/BUILD >+ cd debhelper >+ make -j4 build >printf "package Debian::Debhelper::Dh_Version;\n\$version='9.20131227';\n1" > \ > Debian/Debhelper/Dh_Version.pm >cat debhelper.pod | \ > perl -e ' undef $/; foreach (@ARGV) { open (IN, $_) or die "$_: $!"; $file=<IN>; close IN; if ($file=~m/=head1 .*?\n\n(.*?) - (.*?)\n\n/s) { my $item="=item $1(1)\n\n$2\n\n"; if (" dh_desktop dh_installmanpages dh_scrollkeeper dh_suidregister dh_undocumented " !~ / $1 /) { $list.=$item; } else { $list_deprecated.=$item; } } } END { while (<STDIN>) { s/#LIST#/$list/; s/#LIST_DEPRECATED#/$list_deprecated/; print; }; }' dh_auto_build dh_auto_clean dh_auto_configure dh_auto_install dh_auto_test dh_bugfiles dh_builddeb dh_clean dh_compress dh_desktop dh_fixperms dh_gconf dh_gencontrol dh_icons dh_install dh_installcatalogs dh_installchangelogs dh_installcron dh_installdeb dh_installdebconf dh_installdirs dh_installdocs dh_installemacsen dh_installexamples dh_installgsettings dh_installifupdown dh_installinfo dh_installinit dh_installlogcheck dh_installlogrotate dh_installman dh_installmanpages dh_installmenu dh_installmime dh_installmodules dh_installpam dh_installppp dh_installudev dh_installwm dh_installxfonts dh_link dh_lintian dh_listpackages dh_makeshlibs dh_md5sums dh_movefiles dh_perl dh_prep dh_scrollkeeper dh_shlibdeps dh_strip dh_suidregister dh_testdir dh_testroot dh_ucf dh_undocumented dh_usrlocal | \ > pod2man -c Debhelper -r "9.20131227" --name="debhelper" --section=7 > debhelper.7 >find . -maxdepth 1 -type f -perm /100 -name "dh*" \ > -exec pod2man -c Debhelper -r "9.20131227" {} {}.1 \; >po4a --previous -L UTF-8 man/po4a/po4a.cfg >set -e; \ >for lang in es fr de; do \ > dir=man/$lang; \ > for file in $dir/dh*.pod; do \ > prog=`basename $file | sed 's/.pod//'`; \ > pod2man -c Debhelper -r "9.20131227" $file $prog.$lang.1; \ > done; \ > if [ -e $dir/debhelper.pod ]; then \ > cat $dir/debhelper.pod | \ > perl -e ' undef $/; foreach (@ARGV) { open (IN, $_) or die "$_: $!"; $file=<IN>; close IN; if ($file=~m/=head1 .*?\n\n(.*?) - (.*?)\n\n/s) { my $item="=item $1(1)\n\n$2\n\n"; if (" dh_desktop dh_installmanpages dh_scrollkeeper dh_suidregister dh_undocumented " !~ / $1 /) { $list.=$item; } else { $list_deprecated.=$item; } } } END { while (<STDIN>) { s/#LIST#/$list/; s/#LIST_DEPRECATED#/$list_deprecated/; print; }; }' `find $dir -type f -maxdepth 1 -name "dh_*.pod" | sort` | \ > pod2man -c Debhelper -r "9.20131227" --name="debhelper" --section=7 > debhelper.$lang.7; \ > fi; \ >done >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.bCauWY >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch >++ dirname /builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch >+ cd debhelper >+ /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch >install -d /builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch/usr/bin \ > /builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch/usr/share/debhelper/autoscripts \ > /builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch/usr/share/perl5/vendor_perl/Debian/Debhelper/Sequence \ > /builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch/usr/share/perl5/vendor_perl/Debian/Debhelper/Buildsystem >install dh dh_auto_build dh_auto_clean dh_auto_configure dh_auto_install dh_auto_test dh_bugfiles dh_builddeb dh_clean dh_compress dh_desktop dh_fixperms dh_gconf dh_gencontrol dh_icons dh_install dh_installcatalogs dh_installchangelogs dh_installcron dh_installdeb dh_installdebconf dh_installdirs dh_installdocs dh_installemacsen dh_installexamples dh_installgsettings dh_installifupdown dh_installinfo dh_installinit dh_installlogcheck dh_installlogrotate dh_installman dh_installmanpages dh_installmenu dh_installmime dh_installmodules dh_installpam dh_installppp dh_installudev dh_installwm dh_installxfonts dh_link dh_lintian dh_listpackages dh_makeshlibs dh_md5sums dh_movefiles dh_perl dh_prep dh_scrollkeeper dh_shlibdeps dh_strip dh_suidregister dh_testdir dh_testroot dh_ucf dh_undocumented dh_usrlocal /builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch/usr/bin >install -m 0644 autoscripts/* /builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch/usr/share/debhelper/autoscripts >install -m 0644 Debian/Debhelper/*.pm /builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch/usr/share/perl5/vendor_perl/Debian/Debhelper >[ "/usr" = /usr ] || \ > sed -i '/$prefix=/s@/usr@/usr@g' /builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch/usr/share/perl5/vendor_perl/Debian/Debhelper/Dh_Lib.pm >install -m 0644 Debian/Debhelper/Sequence/*.pm /builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch/usr/share/perl5/vendor_perl/Debian/Debhelper/Sequence >install -m 0644 Debian/Debhelper/Buildsystem/*.pm /builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch/usr/share/perl5/vendor_perl/Debian/Debhelper/Buildsystem >+ ./run dh_installman -P /builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch >+ rm -f debhelper-mans.lang >+ for lang in de es fr >+ for level in 1 7 >+ find /builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch/usr/share/man/de/man1 -type f -o -type l >+ sed ' > s:^/builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch:%lang(de) : > s:$:*: > ' >+ for level in 1 7 >+ find /builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch/usr/share/man/de/man7 -type f -o -type l >+ sed ' > s:^/builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch:%lang(de) : > s:$:*: > ' >+ for lang in de es fr >+ for level in 1 7 >+ find /builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch/usr/share/man/es/man1 -type f -o -type l >+ sed ' > s:^/builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch:%lang(es) : > s:$:*: > ' >+ for level in 1 7 >+ find /builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch/usr/share/man/es/man7 -type f -o -type l >+ sed ' > s:^/builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch:%lang(es) : > s:$:*: > ' >+ for lang in de es fr >+ for level in 1 7 >+ find /builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch/usr/share/man/fr/man1 -type f -o -type l >+ sed ' > s:^/builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch:%lang(fr) : > s:$:*: > ' >+ for level in 1 7 >+ find /builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch/usr/share/man/fr/man7 -type f -o -type l >+ sed ' > s:^/builddir/build/BUILDROOT/debhelper-9.20131227-3.fc21.noarch:%lang(fr) : > s:$:*: > ' >+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/debhelper >/usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. >+ /usr/lib/rpm/check-buildroot >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip >+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 >+ /usr/lib/rpm/brp-python-hardlink >+ /usr/lib/rpm/redhat/brp-java-repack-jars >Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.xY80lS >+ umask 022 >+ cd /builddir/build/BUILD >+ cd debhelper >+ make test >printf "package Debian::Debhelper::Dh_Version;\n\$version='9.20131227';\n1" > \ > Debian/Debhelper/Dh_Version.pm >./run perl -MTest::Harness -e 'runtests grep { ! /CVS/ && ! /\.svn/ && -f && -x } @ARGV' t/* t/buildsystems/* >t/dh-lib .......................... ok >t/dh_install ...................... ok >t/dh_link ......................... ok >t/override_target ................. ok >t/pod ............................. ok >t/size ............................ ok >t/syntax .......................... ok ># Failed test 'autoconf/stamp_configure contains extra args' ># at t/buildsystems/buildsystem_tests line 472. ># Structures begin differing at: ># $got->[0] = '--host=arm-linux-gnueabi' ># $expected->[0] = Does not exist ># Failed test 'autoconf/stamp_test exists' ># at t/buildsystems/buildsystem_tests line 477. ># Failed test 'bld/dir/stamp_configure contains extra args' ># at t/buildsystems/buildsystem_tests line 472. ># Structures begin differing at: ># $got->[0] = '--host=arm-linux-gnueabi' ># $expected->[0] = '--extra-autoconf-configure-arg' ># Failed test 'bld/dir/stamp_test exists' ># at t/buildsystems/buildsystem_tests line 477. ># Looks like you failed 4 tests of 297. >t/buildsystems/buildsystem_tests .. >Dubious, test returned 4 (wstat 1024, 0x400) >Failed 4/297 subtests >Test Summary Report >------------------- >t/buildsystems/buildsystem_tests (Wstat: 1024 Tests: 297 Failed: 4) > Failed tests: 248, 252, 262, 266 > Non-zero exit status: 4 >Files=8, Tests=588, 24 wallclock secs ( 0.41 usr 0.03 sys + 15.72 cusr 3.37 csys = 19.53 CPU) >Result: FAIL >Failed 1/8 test programs. 4/588 subtests failed. >make: *** [test] Error 4 >error: Bad exit status from /var/tmp/rpm-tmp.xY80lS (%check) > Bad exit status from /var/tmp/rpm-tmp.xY80lS (%check) >RPM build errors: >Child return code was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/debhelper.spec'] >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line 70, in trace > result = func(*args, **kw) > File "/usr/lib/python2.7/site-packages/mockbuild/util.py", line 376, in do > raise mockbuild.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 noarch --nodeps builddir/build/SPECS/debhelper.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 1106129
: 903964 |
903965
|
903966