Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 500310 Details for
Bug 635516
dev-perl/Image-Sane-0.140.0 : tests hangs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-perl:Image-Sane-0.140.0:20171026-055903.log
dev-perl:Image-Sane-0.140.0:20171026-055903.log (text/plain), 6.98 KB, created by
Toralf Förster
on 2017-10-26 16:38:54 UTC
(
hide
)
Description:
dev-perl:Image-Sane-0.140.0:20171026-055903.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2017-10-26 16:38:54 UTC
Size:
6.98 KB
patch
obsolete
> * Package: dev-perl/Image-Sane-0.140.0 > * Repository: gentoo > * Maintainer: perl@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux test userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking Image-Sane-0.14.tar.gz to /var/tmp/portage/dev-perl/Image-Sane-0.140.0/work >>>> Source unpacked in /var/tmp/portage/dev-perl/Image-Sane-0.140.0/work >>>> Preparing source in /var/tmp/portage/dev-perl/Image-Sane-0.140.0/work/Image-Sane-0.14 ... > * Removing un-needed t/90_MANIFEST.t > * Removing un-needed t/91_critic.t > * Removing un-needed t/pod.t > * Fixing Manifest >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-perl/Image-Sane-0.140.0/work/Image-Sane-0.14 ... > * Using ExtUtils::MakeMaker > * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/var/tmp/portage/dev-perl/Image-Sane-0.140.0/image/ >Checking if your kit is complete... >Looks good >Generating a Unix-style Makefile >Writing Makefile for Image::Sane >Writing MYMETA.yml and MYMETA.json >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-perl/Image-Sane-0.140.0/work/Image-Sane-0.14 ... > * emake OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed >make -j1 'OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed' >cp lib/Image/Sane/Device.pm blib/lib/Image/Sane/Device.pm >cp lib/Image/Sane.pm blib/lib/Image/Sane.pm >Running Mkbootstrap for Sane () >chmod 644 "Sane.bs" >"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Sane.bs blib/arch/auto/Image/Sane/Sane.bs 644 >"/usr/bin/perl" "/usr/lib64/perl5/5.26.1/ExtUtils/xsubpp" -typemap '/usr/lib64/perl5/5.26.1/ExtUtils/typemap' -typemap '/var/tmp/portage/dev-perl/Image-Sane-0.140.0/work/Image-Sane-0.14/typemap' Sane.xs > Sane.xsc >mv Sane.xsc Sane.c >x86_64-pc-linux-gnu-gcc -c -I. -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -Wall -DVERSION=\"0.14\" -DXS_VERSION=\"0.14\" -fPIC "-I/usr/lib64/perl5/5.26.1/x86_64-linux/CORE" Sane.c >Sane.c: In function âXS_Image__Sane__Device__startâ: >Sane.xs:256:22: warning: unused variable âstatusâ [-Wunused-variable] > SANE_Status status; > ^~~~~~ >In file included from /usr/lib64/perl5/5.26.1/x86_64-linux/CORE/perl.h:5591:0, > from Sane.xs:2: >Sane.xs: In function âXS_Image__Sane__Device__readâ: >Sane.xs:302:45: warning: pointer targets in passing argument 1 of âPerl_newSVpvnâ differ in signedness [-Wpointer-sign] > XPUSHs(sv_2mortal(newSVpvn(data, length))); > ^ >/usr/lib64/perl5/5.26.1/x86_64-linux/CORE/pp.h:428:55: note: in definition of macro âXPUSHsâ > #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END > ^ >Sane.xs:302:25: note: in expansion of macro âsv_2mortalâ > XPUSHs(sv_2mortal(newSVpvn(data, length))); > ^~~~~~~~~~ >Sane.xs:302:36: note: in expansion of macro ânewSVpvnâ > XPUSHs(sv_2mortal(newSVpvn(data, length))); > ^~~~~~~~ >In file included from /usr/lib64/perl5/5.26.1/x86_64-linux/CORE/perl.h:5611:0, > from Sane.xs:2: >/usr/lib64/perl5/5.26.1/x86_64-linux/CORE/proto.h:2316:19: note: expected âconst char * constâ but argument is of type âSANE_Byte * {aka unsigned char *}â > PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char *const s, const STRLEN len) > ^~~~~~~~~~~~~ >Sane.c: In function âXS_Image__Sane__get_devicesâ: >Sane.xs:545:8: warning: variable âarrayâ set but not used [-Wunused-but-set-variable] > AV * array; > ^~~~~ >Sane.xs: In function âXS_Image__Sane__exitâ: >Sane.xs:578:4: warning: statement with no effect [-Wunused-value] > sane_exit; > ^~~~~~~~~ >Sane.c: In function âXS_Image__Sane__Device__set_optionâ: >Sane.xs:242:10: warning: âvaluepâ may be used uninitialized in this function [-Wmaybe-uninitialized] > status = sane_control_option (h, n, SANE_ACTION_SET_VALUE, valuep, &info); > ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >Sane.xs:183:11: note: âvaluepâ was declared here > void * valuep; > ^~~~~~ >rm -f blib/arch/auto/Image/Sane/Sane.so >LD_RUN_PATH="/usr/lib64" x86_64-pc-linux-gnu-gcc -shared -O2 -pipe -march=native -Wall -Wl,-O1 -Wl,--as-needed Sane.o -Wl,-O1 -Wl,--as-needed -o blib/arch/auto/Image/Sane/Sane.so \ > -lsane \ > >chmod 755 blib/arch/auto/Image/Sane/Sane.so >>>> Source compiled. >>>> Test phase: dev-perl/Image-Sane-0.140.0 > * Test::Harness Jobs=1 >make -j1 test TEST_VERBOSE=0 >"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Sane.bs blib/arch/auto/Image/Sane/Sane.bs 644 >PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t >t/1_init.t ............. >t/1_init.t ............. 1/1 > >t/1_init.t ............. ok >t/81_scanimage-perl.t .. sh: identify: command not found >sh: identify: command not found > >t/81_scanimage-perl.t .. 1/6 >t/81_scanimage-perl.t .. 3/6 sh: identify: command not found >sh: identify: command not found >sh: identify: command not found >sh: identify: command not found >sh: identify: command not found >sh: identify: command not found > > >t/81_scanimage-perl.t .. ok >t/data.t ............... >t/data.t ............... 1/? > >t/data.t ............... ok >t/enums.t .............. >t/enums.t .............. 1/117 > >t/enums.t .............. ok >t/err.t ................ >t/err.t ................ 1/39 > >t/err.t ................ ok >t/non-blocking.t ....... >t/non-blocking.t ....... 1/14 > >t/non-blocking.t ....... ok >t/options.t ............ >t/options.t ............ 1/? >t/options.t ............ 3/? /usr/lib/portage/python3.4/ebuild-helpers/emake: line 29: 28521 Killed "${cmd[@]}" > * ERROR: dev-perl/Image-Sane-0.140.0::gentoo failed (test phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-perl/Image-Sane-0.140.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-perl/Image-Sane-0.140.0::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-perl:Image-Sane-0.140.0:20171026-055903.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-perl/Image-Sane-0.140.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-perl/Image-Sane-0.140.0/temp/environment'. > * Working directory: '/var/tmp/portage/dev-perl/Image-Sane-0.140.0/work/Image-Sane-0.14' > * S: '/var/tmp/portage/dev-perl/Image-Sane-0.140.0/work/Image-Sane-0.14' > * Failed to kill pid(s) in '/sys/fs/cgroup/portage/dev-perl:Image-Sane-0.140.0.1kdig2qq/cgroup.procs': 32131 > * Failed to kill pid(s) in '/sys/fs/cgroup/portage/dev-perl:Image-Sane-0.140.0.1kdig2qq/cgroup.procs': 32131
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 635516
:
500308
| 500310 |
500312
|
500314
|
500316
|
500318
|
500320