Summary: | app-backup/pdumpfs fails tests | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Paul Healy <lmiphay> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
2020-07-16 06:07:04 UTC
Created attachment 649424 [details]
build.log
build log and emerge --info
Hi, I haven't been able to recreate this failure. The tests run and pass when I merge it. All suggestions welcome? Thanks, Paul -- # FEATURES="test" emerge -av app-backup/pdumpfs with: # cat profile/use.stable.mask -ruby_targets_ruby27 -ruby_targets_ruby26 # eselect ruby list Available Ruby profiles: [1] ruby25 (with Rubygems) [2] ruby26 (with Rubygems) [3] ruby27 (with Rubygems) * # ruby --version ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x86_64-linux] # grep -n -C 1 compatibility /usr/lib64/ruby/2.7.0/rubygems.rb 15-# Must be first since it unloads the prelude from 1.9.2 16:require 'rubygems/compatibility' 17- # file /usr/lib64/ruby/site_ruby/2.7.0/rubygems/compatibility.rb /usr/lib64/ruby/site_ruby/2.7.0/rubygems/compatibility.rb: Ruby script, ASCII text # equery d dev-ruby/rubygems * These packages depend on dev-ruby/rubygems: virtual/rubygems-16 (ruby_targets_ruby25 ? >=dev-ruby/rubygems-2.7.3[ruby_targets_ruby25]) (ruby_targets_ruby26 ? >=dev-ruby/rubygems-3.0.1[ruby_targets_ruby26]) (ruby_targets_ruby27 ? >=dev-ruby/rubygems-3.1.0[ruby_targets_ruby27]) # equery d virtual/rubygems * These packages depend on virtual/rubygems: ... dev-lang/ruby-2.5.8 (virtual/rubygems[ruby_targets_ruby25]) dev-lang/ruby-2.6.6-r2 (virtual/rubygems[ruby_targets_ruby26]) dev-lang/ruby-2.7.1-r2 (virtual/rubygems[ruby_targets_ruby27]) ... And the used/installed shebang is: # head -1 /usr/bin/pdumpfs #! /usr/bin/env ruby build.log excerpt: ... >>> Emerging (1 of 1) app-backup/pdumpfs-1.3-r2::gentoo * pdumpfs-1.3.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ] >>> Unpacking source... >>> Unpacking pdumpfs-1.3.tar.gz to /var/tmp/portage/app-backup/pdumpfs-1.3-r2/work >>> Source unpacked in /var/tmp/portage/app-backup/pdumpfs-1.3-r2/work >>> Preparing source in /var/tmp/portage/app-backup/pdumpfs-1.3-r2/work/pdumpfs-1.3 ... * Applying pdumpfs-in.patch ... [ ok ] * Applying pdumpfs-test.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-backup/pdumpfs-1.3-r2/work/pdumpfs-1.3 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/app-backup/pdumpfs-1.3-r2/work/pdumpfs-1.3 ... make -j9 pdumpfs rm -f pdumpfs sed -e "s!@VERSION@!1.3!g" \ pdumpfs.in > pdumpfs chmod 555 pdumpfs >>> Source compiled. >>> Test phase: app-backup/pdumpfs-1.3-r2 make -j9 check cd tests && sh pdumpfs-test ok. >>> Completed testing app-backup/pdumpfs-1.3-r2 >>> Install app-backup/pdumpfs-1.3-r2 into /var/tmp/portage/app-backup/pdumpfs-1.3-r2/image/ >>> Completed installing app-backup/pdumpfs-1.3-r2 into /var/tmp/portage/app-backup/pdumpfs-1.3-r2/image/ * Final size of build directory: 216 KiB * Final size of installed tree: 124 KiB ... Tests also pass with: FEATURES="test assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" I wasn't able to recreate this. If it occurs again, reopen? Thanks, Paul |