Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 711424 - dev-build/automake-1.16.1-r2 fails test "t/dist-formats.tap 45 - ac=dist-zip,no-dist-gzip [distcheck]"
Summary: dev-build/automake-1.16.1-r2 fails test "t/dist-formats.tap 45 - ac=dist-zip,...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2020-03-03 14:07 UTC by Paolo Pedroni
Modified: 2024-01-15 16:40 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
automake-1.16.1-r2:20200303-134036.log.gz (automake-1.16.1-r2:20200303-134036.log.gz,67.21 KB, application/gzip)
2020-03-03 14:07 UTC, Paolo Pedroni
Details
test-suite.log (test-suite.log.gz,156.83 KB, application/gzip)
2020-03-03 14:09 UTC, Paolo Pedroni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo Pedroni 2020-03-03 14:07:20 UTC
Created attachment 616992 [details]
automake-1.16.1-r2:20200303-134036.log.gz

PASS: t/dist-formats.tap 43 - ac=dist-zip,no-dist-gzip [configure]
PASS: t/dist-formats.tap 44 - ac=dist-zip,no-dist-gzip [ark-name]
FAIL: t/dist-formats.tap 45 - ac=dist-zip,no-dist-gzip [distcheck]
PASS: t/dist-formats.tap 46 - ac=dist-zip,no-dist-gzip [ark-exists]
PASS: t/dist-formats.tap 47 - ac=dist-zip,no-dist-gzip [no .tar.gz]
[...]
============================================================================
Testsuite summary for GNU Automake 1.16.1
============================================================================
# TOTAL: 2958
# PASS:  2828
# SKIP:  89
# XFAIL: 40
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to bug-automake@gnu.org
============================================================================
make[2]: *** [Makefile:3026: test-suite.log] Error 1
make[2]: Leaving directory '/var/tmp/portage/sys-devel/automake-1.16.1-r2/work/automake-1.16.1'
make[1]: *** [Makefile:3134: check-TESTS] Error 2
make[1]: Leaving directory '/var/tmp/portage/sys-devel/automake-1.16.1-r2/work/automake-1.16.1'
make: *** [Makefile:3368: check-am] Error 2
 * ERROR: sys-devel/automake-1.16.1-r2::gentoo failed (test phase):
 *   Make check failed. See above for details.

Relevant part of test-suite.log says:
+ command_ok_if_have_compressor 'ac=dist-zip,no-dist-gzip [distcheck]' make distcheck
+ have_compressor zip
+ case " $missing_compressors " in
+ :
+ command_ok_ 'ac=dist-zip,no-dist-gzip [distcheck]' make distcheck
+ tap_directive_=
+ tap_reason_=
+ test 3 -gt 0
+ tap_description_='ac=dist-zip,no-dist-gzip [distcheck]'
+ shift
+ test 2 -gt 0
+ case $1 in
+ break
+ tap_result_=ok
+ make distcheck
make  dist-zip am__post_remove_distdir='@:'
make[1]: Entering directory '/var/tmp/portage/sys-devel/automake-1.16.1-r2/work/automake-1.16.1/t/dist-formats.dir/nogzip-zip'
make  distdir-am
make[2]: Entering directory '/var/tmp/portage/sys-devel/automake-1.16.1-r2/work/automake-1.16.1/t/dist-formats.dir/nogzip-zip'
if test -d "nogzip-zip-1.0"; then find "nogzip-zip-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "nogzip-zip-1.0" || { 
sleep 5 && rm -rf "nogzip-zip-1.0"; }; else :; fi
test -d "nogzip-zip-1.0" || mkdir "nogzip-zip-1.0"
test -n "" \
|| find "nogzip-zip-1.0" -type d ! -perm -755 \
        -exec chmod u+rwx,go+rx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -444 -exec /bin/bash /var/tmp/portage/sys-devel/automake-1.16.1-r2/work/automake-1.16.1/t/dist-formats.dir/nogzi
p-zip/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r "nogzip-zip-1.0"
make[2]: Leaving directory '/var/tmp/portage/sys-devel/automake-1.16.1-r2/work/automake-1.16.1/t/dist-formats.dir/nogzip-zip'
rm -f nogzip-zip-1.0.zip
zip -rq nogzip-zip-1.0.zip nogzip-zip-1.0
make[1]: Leaving directory '/var/tmp/portage/sys-devel/automake-1.16.1-r2/work/automake-1.16.1/t/dist-formats.dir/nogzip-zip'
if test -d "nogzip-zip-1.0"; then find "nogzip-zip-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "nogzip-zip-1.0" || { 
sleep 5 && rm -rf "nogzip-zip-1.0"; }; else :; fi
case 'nogzip-zip-1.0.zip' in \
*.tar.gz*) \
  eval GZIP= gzip --best -dc nogzip-zip-1.0.tar.gz | ${TAR-tar} xf - ;;\
*.tar.bz2*) \
  bzip2 -dc nogzip-zip-1.0.tar.bz2 | ${TAR-tar} xf - ;;\
*.tar.lz*) \
  lzip -dc nogzip-zip-1.0.tar.lz | ${TAR-tar} xf - ;;\
*.tar.xz*) \
  xz -dc nogzip-zip-1.0.tar.xz | ${TAR-tar} xf - ;;\
*.tar.Z*) \
  uncompress -c nogzip-zip-1.0.tar.Z | ${TAR-tar} xf - ;;\
*.shar.gz*) \
  eval GZIP= gzip --best -dc nogzip-zip-1.0.shar.gz | unshar ;;\
*.zip*) \
  unzip nogzip-zip-1.0.zip ;;\
esac
Archive:  nogzip-zip-1.0.zip
   creating: nogzip-zip-1.0/
  inflating: nogzip-zip-1.0/missing  
  inflating: nogzip-zip-1.0/install-sh  
  inflating: nogzip-zip-1.0/Makefile.in  
  inflating: nogzip-zip-1.0/aclocal.m4  
  inflating: nogzip-zip-1.0/configure.ac  
  inflating: nogzip-zip-1.0/configure  
  inflating: nogzip-zip-1.0/Makefile.am  
chmod -R a-w nogzip-zip-1.0
chmod u+w nogzip-zip-1.0
mkdir nogzip-zip-1.0/_build nogzip-zip-1.0/_build/sub nogzip-zip-1.0/_inst
chmod a-w nogzip-zip-1.0
test -d nogzip-zip-1.0/_build || exit 0; \
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd nogzip-zip-1.0/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
  && am__cwd=`pwd` \
  && CDPATH="${ZSH_VERSION+.}:" && cd nogzip-zip-1.0/_build/sub \
  && ../../configure \
     \
     \
    --srcdir=../.. --prefix="$dc_install_base" \
  && make  \
  && make  dvi \
  && make  check \
  && make  install \
  && make  installcheck \
  && make  uninstall \
  && make  distuninstallcheck_dir="$dc_install_base" \
        distuninstallcheck \
  && chmod -R a-w "$dc_install_base" \
  && ({ \
       (cd ../.. && umask 077 && mkdir "$dc_destdir") \
       && make  DESTDIR="$dc_destdir" install \
       && make  DESTDIR="$dc_destdir" uninstall \
       && make  DESTDIR="$dc_destdir" \
            distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
      } || { rm -rf "$dc_destdir"; exit 1; }) \
  && rm -rf "$dc_destdir" \
  && make  dist \
  && rm -rf nogzip-zip-1.0.zip \
  && make  distcleancheck \
  && cd "$am__cwd" \
  || exit 1
/bin/bash: line 8: ../../configure: Permission denied
make: *** [Makefile:344: distcheck] Error 1
+ tap_result_='not ok'
+ result_ 'not ok' -D '' -r '' -- 'ac=dist-zip,no-dist-gzip [distcheck]'
+ set +x
not ok 45 - ac=dist-zip,no-dist-gzip [distcheck]
FAIL: t/dist-formats.tap 45 - ac=dist-zip,no-dist-gzip [distcheck]

# emerge --info =sys-devel/automake-1.16.1-r2
Portage 2.3.89 (python 3.7.6-final-0, default/linux/amd64/17.1/desktop/plasma/systemd, gcc-9.2.0, glibc-2.29-r7, 5.5.4-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-5.5.4-gentoo-x86_64-Intel-R-_Core-TM-_i5-8400_CPU_@_2.80GHz-with-gentoo-2.6
KiB Mem:    16129752 total,    688296 free
KiB Swap:   16777212 total,  16567036 free
Timestamp of repository gentoo: Tue, 03 Mar 2020 08:00:01 +0000
Head commit of repository gentoo: c666b13706c2ad56b5e68c65e4bf6aa084257d7b
sh dash 0.5.9.1-r3
ld GNU gold (Gentoo 2.33.1 p2 2.33.1) 1.16
ccache version 3.7.7 [disabled]
app-shells/bash:          4.4_p23-r1::gentoo
dev-java/java-config:     2.2.0-r4::gentoo
dev-lang/perl:            5.30.1::gentoo
dev-lang/python:          2.7.17-r1::gentoo, 3.7.6::gentoo
dev-util/ccache:          3.7.7::gentoo
dev-util/cmake:           3.14.6::gentoo
sys-apps/baselayout:      2.6-r1::gentoo
sys-apps/sandbox:         2.13::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.69-r4::gentoo
sys-devel/automake:       1.16.1-r1::gentoo
sys-devel/binutils:       2.33.1-r1::gentoo
sys-devel/gcc:            9.2.0-r2::gentoo
sys-devel/gcc-config:     2.2::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.2.1-r4::gentoo
sys-kernel/linux-headers: 4.19::gentoo (virtual/os-headers)
sys-libs/glibc:           2.29-r7::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-extra-opts: 
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-metamanifest: yes
    sync-rsync-verify-max-age: 24

x-portage
    location: /usr/local/portage
    masters: gentoo
    priority: 0

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake -mabm -flto=6"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake -mabm -flto=6"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going y --with-bdeps y"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake -mabm -flto=6"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs cgroup compress-build-logs config-protect-if-modified distlocks ebuild-locks 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-elog split-log strict strict-keepdir test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake -mabm -flto=6"
GENTOO_MIRRORS="http://mirrors.evowise.com/gentoo/ https://mirrors.evowise.com/gentoo/ http://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/ http://mirror.netcologne.de/gentoo/"
LANG="it_IT.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -flto=6"
LINGUAS="it it_IT"
MAKEOPTS="-j7 -l6"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac aalib acl acpi activities adns alsa amd64 ao audiofile bash-completion bluetooth branding brotli bzip2 cairo caps cdda cddb cdparanoia cdr cli crypt css cups curl cxx dbus declarative dga djvu dri dts dvd dvdr emboss encode exif expat fbcon ffmpeg fftw flac fontconfig foomaticdb fortran ftp gd gdbm geoip gif gimp gmp gnutls gphoto2 gpm graphviz gtk handbook iconv icu idn imagemagick imlib ipv6 java javascript jbig jemalloc jpeg jpeg2k kde kipi kwallet lame lcms libass libnotify libsamplerate libtirpc lm_sensors lua lzma lzo mad mmap mng mp3 mp4 mpeg mplayer multilib musicbrainz ncurses nls nptl nsplugin offensive ogg openal opengl openmp pam pango pcre pdf phonon plasma png policykit postscript ppds pulseaudio qml qt5 rdesktop readline recode samba sctp sdl seccomp sndfile sockets speex spell split-usr sqlite ssl startup-notification svg symlink syslog systemd sysvipc taglib test theora threads tidy tiff truetype udev udisks unicode upower usb vaapi vala vim-syntax vnc vorbis wavpack wayland widgets win32codecs wmf wxwidgets x264 xattr xcb xcomposite xine xml xpm xscreensaver xv xvid yahoo zlib zstd" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="hda-intel virmidi" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" CAMERAS="kodak ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" CURL_SSL="gnutls" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" L10N="it en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="nlpsolver wiki-publisher" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python3_7" RUBY_TARGETS="ruby25" USERLAND="GNU" VIDEO_CARDS="intel i965" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

# ACCEPT_KEYWORDS=~amd64 emerge -1pqv =sys-devel/automake-1.16.1-r2
[ebuild     U ] sys-devel/automake-1.16.1-r2 [1.16.1-r1] USE="test*"
Comment 1 Paolo Pedroni 2020-03-03 14:09:52 UTC
Created attachment 616994 [details]
test-suite.log