0s autopkgtest: DBG: testbed init 0s autopkgtest [21:34:25]: starting date and time: 2025-02-15 21:34:25+0000 0s autopkgtest [21:34:25]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [21:34:25]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.txqu2hoz/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:glibc,src:iproute2,src:php-twig,src:postgresql-17,src:postgresql-common,src:roundcube --apt-upgrade binutils --debug --timeout-short=300 --timeout-copy=20000 --timeout-test=20000 --timeout-build=20000 '--env=ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1' -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-big-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-32.secgroup --name adt-plucky-s390x-binutils-20250215-213424-juju-7f2275-prod-proposed-migration-environment-15-f5342a90-292d-445c-a304-c617a43da336 --image adt/ubuntu-plucky-s390x-server --keyname testbed-juju-7f2275-prod-proposed-migration-environment-15 --net-id=net_prod-proposed-migration-s390x -e TERM=linux -e ''"'"'http_proxy=http://squid.internal:3128'"'"'' -e ''"'"'https_proxy=http://squid.internal:3128'"'"'' -e ''"'"'no_proxy=127.0.0.1,127.0.1.1,login.ubuntu.com,localhost,localdomain,novalocal,internal,archive.ubuntu.com,ports.ubuntu.com,security.ubuntu.com,ddebs.ubuntu.com,changelogs.ubuntu.com,keyserver.ubuntu.com,launchpadlibrarian.net,launchpadcontent.net,launchpad.net,10.24.0.0/24,keystone.ps5.canonical.com,objectstorage.prodstack5.canonical.com,radosgw.ps5.canonical.com'"'"'' --mirror=http://ftpmaster.internal/ubuntu/ 0s autopkgtest: DBG: got reply from testbed: ok 0s autopkgtest: DBG: testbed open, scratch=None 0s autopkgtest: DBG: sending command to testbed: open 109s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.NwkPOK 109s autopkgtest: DBG: sending command to testbed: print-execute-command 109s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.5b2ajz88/runcmd 109s autopkgtest: DBG: sending command to testbed: capabilities 109s autopkgtest: DBG: got reply from testbed: ok revert-full-system reboot isolation-machine revert suggested-normal-user=ubuntu root-on-testbed 109s autopkgtest: DBG: testbed capabilities: ['revert-full-system', 'reboot', 'isolation-machine', 'revert', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'has_internet'] 109s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.NwkPOK'], kind short, sout raw, serr pipe, env [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.NwkPOK/wrapper.sh 110s autopkgtest: DBG: got reply from testbed: ok 110s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.NwkPOK/wrapper.sh'], kind short, sout raw, serr pipe, env [] 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest [21:36:15]: testbed dpkg architecture: s390x 110s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest [21:36:16]: testbed apt version: 2.9.28 111s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest: DBG: testbed has eatmydata 111s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest [21:36:16]: @@@@@@@@@@@@@@@@@@@@ test bed setup 111s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Copyright © 2006-2018 Canonical Ltd.\n# Copyright © 2015-2017 Martin Pitt\n# Copyright © 2017 Steve Langasek\n# Copyright © 2017-2022 Paul Gevers\n# Copyright © 2018 Simon McVittie\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the first suite found in apt sources. We can\'t just rely\n# on /etc/os-release because it doesn\'t allow to distinguish between Debian\n# unstable and testing.\n#\n# This release detection logic should be kept in sync with similar code in the\n# setup-testbed script.\n#\n# For more information on APT data sources see sources.list(5).\n\n# Usage $0\n\nset -eux\n\ndistro=UNKNOWN\nif [ -r /etc/os-release ]; then\n # shellcheck disable=SC1091\n distro=$(. /etc/os-release && echo "${ID:-$distro}")\nfi\n\n# Try guessing the default release from deb822-style format sources.\n#\n# While not mandatory, APT upstream expects distros to follow the\n# .sources naming pattern for the default deb822 sources.\napt_sources="/etc/apt/sources.list.d/$distro.sources"\nif [ -r "$apt_sources" ]; then\n release=$(sed -En \'s/^Suites:\\s*(\\w+).*/\\1/Ip\' "$apt_sources" | head -n1)\n [ -n "$release" ] && echo "$release" && exit\nfi\n\n# Try guessing the default release from one-line-style format sources.\napt_sources=/etc/apt/sources.list\nif [ -r "$apt_sources" ]; then\n release=$(sed -En \'/^(deb|deb-src) +(\\[.*\\] *)?(http|https|file):/ { s/\\[.*\\] +//; s/^[^ ]+ +[^ ]* +([^ ]+) +.*$/\\1/p }\' "$apt_sources" | head -n1)\n [ -n "$release" ] && echo "$release" && exit\nfi\n\n# Could not guess the default release\necho "Could not guess the default release from the APT sources." >&2\nexit 1\n'], kind short, sout pipe, serr pipe, env [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest [21:36:16]: testbed release detected to be: None 111s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the list of configured "deb" sources in one-line-style\n# source lists (/etc/apt/sources.list, /etc/apt/sources.list.d/*.list).\n# See sources.list(5) for more information on the APT source list formats.\n#\n# This script takes no arguments.\n\nset -eu\n\n# grep(1) returns 1 if no lines were selected from the input files, which\n# can happen if there are .list files, but they contain no "deb" entries.\n# We don\'t want to fail in this case, hence the "|| true", which we put\n# in a subshell because we want it to affect only the grep invocation.\n{\n if [ -f /etc/apt/sources.list ]; then\n printf \'%s\\0\' /etc/apt/sources.list\n fi\n if [ -d /etc/apt/sources.list.d ]; then\n find /etc/apt/sources.list.d -maxdepth 1 -type f -regex \'.*/[a-zA-Z0-9_.-]+\\.list\' -print0 \\\n | LC_ALL=C sort --zero-terminated\n fi\n} | xargs -0 --no-run-if-empty -- sh -c \'grep -h "^deb " "$@" || true\' "$(basename "$0")"\n'], kind short, sout pipe, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the list of configured sources in deb822-style source\n# lists (/etc/apt/sources.list.d/*.sources). Sources are not stripped out of\n# comments, extra blank lines or similar: the output of this script is meant to\n# be consumed by a deb822 parser that is able to correctly handle those.\n# See sources.list(5) for more information on the APT source list formats.\n#\n# This script takes no arguments.\n\nset -eu\n\n# Awk concatenates files making sure stanzas from separate files are separated\n# by a blank line, even if there are no newlines at EOF in the .sources files.\nif [ -d /etc/apt/sources.list.d ]; then\n find /etc/apt/sources.list.d -maxdepth 1 -type f -regex \'.*/[a-zA-Z0-9_.-]+\\.sources\' -print0 \\\n | LC_ALL=C sort --zero-terminated \\\n | xargs -0 --no-run-if-empty -- awk \'FNR == 1 && NR != 1 { print "" } { print }\'\nfi\n'], kind short, sout pipe, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: adding APT source: Types: deb deb-src 112s URIs: http://ftpmaster.internal/ubuntu/ 112s Suites: plucky-proposed 112s Components: main restricted universe multiverse 112s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 112s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" >> "/etc/apt/sources.list.d/autopkgtest-add-apt-release-plucky-proposed.sources"', 'add_apt_source', 'printf', '%s\\n', 'Types: deb deb-src\nURIs: http://ftpmaster.internal/ubuntu/\nSuites: plucky-proposed\nComponents: main restricted universe multiverse\nSigned-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg\n'], kind short, sout raw, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 112s Package: * 112s Pin: release plucky-proposed 112s Pin-Priority: 500 112s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-zz-plucky-proposed-baseline.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 500'], kind short, sout raw, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest [21:36:17]: updating testbed package index (apt update) 112s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'update'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 113s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 113s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 113s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 113s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 113s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.1 kB] 113s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 113s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [820 kB] 113s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [62.8 kB] 113s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [80.2 kB] 113s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 113s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [795 kB] 113s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [3740 B] 113s Fetched 1889 kB in 1s (2100 kB/s) 114s Reading package lists... 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 114s Package: * 114s Pin: release plucky-proposed 114s Pin-Priority: 100 114s 114s Package: src:glibc:any src:iproute2:any src:php-twig:any src:postgresql-17:any src:postgresql-common:any src:roundcube:any 114s Pin: release plucky-proposed 114s Pin-Priority: 995 114s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 100\n\nPackage: src:glibc:any src:iproute2:any src:php-twig:any src:postgresql-17:any src:postgresql-common:any src:roundcube:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: testbed command ['bash', '-ec', 'for d in /boot /boot/efi /boot/grub /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do [ ! -d $d ] || touch -r $d /tmp/autopkgtest.NwkPOK/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Canonical/Ubuntu specific testbed setup\n\nset -x\n\nRELEASE=$(lsb_release --codename --short 2>/dev/null)\n\n# Make the installed package versions match what is available from the configured\n# repositories, even if a downgrade is required.\n#\n# We may end up with images with packages newer than those available from the\n# repositories when opening a new release (images are created using the\n# previous release dailies as a base, which may include 0-day SRUs, or\n# Launchpad may fail to copy packages, see openssl 3.0.8-1ubuntu2), or when\n# package versions are pulled from the archive.\n#\n# Note: \'release a=\' matches the Suite field in the repository Release file.\ncat >/etc/apt/preferences.d/force-downgrade-to-release.pref <= Focal).\n#\n# Note: autoremove/--autoremove always runs on the entire set of installed\n# packages. Together with --autopurge/purge each removal becomes a purge.\n#\n# Removing \'?obsolete\' packages may remove the running kernel. This is not\n# expected to be an issue.\nif /usr/lib/apt/apt-helper analyze-pattern \'?true\' >/dev/null 2>&1; then\n # DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove \'?obsolete\'\n # Avoid removing the running kernel\n running_kernel_pattern="^linux-.*$(uname -r | sed \'s/\\./\\\\./g\').*"\n obsolete_pkgs="$(apt list \'?obsolete\' 2>/dev/null \\\n | tail -n+2 \\\n | cut -d\'/\' -f1 \\\n | grep -v "${running_kernel_pattern}" || true)"\n DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove ${obsolete_pkgs}\nelse\n # We\'re on an older release (analyze-pattern is not available).\n # Still do an autopurge to get rid of packages that got orphaned\n # by downgrades.\n eatmydata apt-get -y autoremove --purge\nfi\n\n# compatibility with old Jenkins testbeds for trusty\nif grep -q trusty /etc/lsb-release; then apt-get update || (sleep 10; apt-get update); apt-get install -y build-essential; fi\n\n# these packages really break tests, purge them if we use standard cloud images\n# (on lcy01)\nfor p in unattended-upgrades lxd lxd-client snapd; do\n [ ! -d /usr/share/doc/$p ] || $(which eatmydata || true) apt-get purge --auto-remove -y $p\ndone\n\nif type iptables >/dev/null 2>&1; then\n cat < /etc/rc.local\n#!/bin/sh\n\n# work around broken PTMU; LP: #1572026, RT#90771\niptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu || true\n\n# These addresses are used at least by rust-reqwest and should not be reachable\n# See https://bugs.launchpad.net/ubuntu/+source/rust-reqwest/+bug/2080346\niptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP || true\niptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP || true\nEOF\n chmod 755 /etc/rc.local\n # shellcheck disable=SC1091\n . /etc/rc.local\nfi\n\n# work around broken tty on ppc64el instances (LP: #1607075)\nif [ "$(uname -m)" = ppc64le ] && [ "$(systemctl is-active keyboard-setup.service 2>/dev/null|| true)" = failed ]; then\n systemctl reset-failed keyboard-setup.service\n systemctl mask keyboard-setup.service\nfi\n\n# work around late urandom pool initialization (LP: #1622893)\nif [ -d /run/systemd/system ] && systemd-detect-virt --quiet --vm; then\n mkdir -p /etc/systemd/system/systemd-random-seed.service.d/\n cat < /etc/systemd/system/systemd-random-seed.service.d/fakeentropy.conf\n[Service]\nExecStart=/usr/bin/perl -E \'open \\$\\$f, "/bin/bash" or die; open \\$\\$rnd, ">/dev/random" or die; for (\\$\\$i = 0; \\$\\$i < 10; ++\\$\\$i) {read \\$\\$f, \\$\\$d, 64; ioctl \\$\\$rnd, 0x40085203, pack("ii", 64*8, 64) . \\$\\$d}\'\nEOF\nfi\n\n# set compressor to lz4 where supported, we care about compression speed\nif grep -q lz4 /etc/initramfs-tools/initramfs.conf; then\n echo COMPRESS=lz4 > /etc/initramfs-tools/conf.d/lz4\nfi'], kind install, sout raw, serr raw, env ['AUTOPKGTEST_IS_SETUP_COMMAND=1', 'AUTOPKGTEST_NORMAL_USER=ubuntu', 'ADT_NORMAL_USER=ubuntu'] 114s + lsb_release --codename --short 114s + RELEASE=plucky 114s + cat 114s + [ plucky != trusty ] 114s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 115s Reading package lists... 115s Building dependency tree... 115s Reading state information... 115s Calculating upgrade... 115s The following packages were automatically installed and are no longer required: 115s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 115s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 115s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 115s linux-tools-6.11.0-8-generic 115s Use 'sudo apt autoremove' to remove them. 115s The following packages will be upgraded: 115s dash gcc-14-base libatomic1 libgcc-s1 libstdc++6 libtasn1-6 libxdmcp6 115s 7 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 115s Need to get 1155 kB of archives. 115s After this operation, 16.4 kB of additional disk space will be used. 115s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x dash s390x 0.5.12-12ubuntu1 [100 kB] 115s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libatomic1 s390x 14.2.0-17ubuntu1 [9430 B] 115s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-base s390x 14.2.0-17ubuntu1 [53.5 kB] 115s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++6 s390x 14.2.0-17ubuntu1 [896 kB] 116s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-s1 s390x 14.2.0-17ubuntu1 [35.9 kB] 116s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libtasn1-6 s390x 4.20.0-2 [48.6 kB] 116s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libxdmcp6 s390x 1:1.1.5-1 [11.0 kB] 116s Preconfiguring packages ... 116s Fetched 1155 kB in 1s (1848 kB/s) 116s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 116s Preparing to unpack .../dash_0.5.12-12ubuntu1_s390x.deb ... 116s Unpacking dash (0.5.12-12ubuntu1) over (0.5.12-9ubuntu1) ... 116s Setting up dash (0.5.12-12ubuntu1) ... 116s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 116s Preparing to unpack .../libatomic1_14.2.0-17ubuntu1_s390x.deb ... 116s Unpacking libatomic1:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 116s Preparing to unpack .../gcc-14-base_14.2.0-17ubuntu1_s390x.deb ... 116s Unpacking gcc-14-base:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 116s Setting up gcc-14-base:s390x (14.2.0-17ubuntu1) ... 116s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 116s Preparing to unpack .../libstdc++6_14.2.0-17ubuntu1_s390x.deb ... 116s Unpacking libstdc++6:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 116s Setting up libstdc++6:s390x (14.2.0-17ubuntu1) ... 116s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 116s Preparing to unpack .../libgcc-s1_14.2.0-17ubuntu1_s390x.deb ... 116s Unpacking libgcc-s1:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 116s Setting up libgcc-s1:s390x (14.2.0-17ubuntu1) ... 116s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 116s Preparing to unpack .../libtasn1-6_4.20.0-2_s390x.deb ... 116s Unpacking libtasn1-6:s390x (4.20.0-2) over (4.19.0-3build1) ... 116s Preparing to unpack .../libxdmcp6_1%3a1.1.5-1_s390x.deb ... 116s Unpacking libxdmcp6:s390x (1:1.1.5-1) over (1:1.1.3-0ubuntu6) ... 116s Setting up libxdmcp6:s390x (1:1.1.5-1) ... 116s Setting up libatomic1:s390x (14.2.0-17ubuntu1) ... 116s Setting up libtasn1-6:s390x (4.20.0-2) ... 116s Processing triggers for libc-bin (2.40-4ubuntu1) ... 116s Processing triggers for man-db (2.13.0-1) ... 117s Processing triggers for debianutils (5.21) ... 117s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 117s + /usr/lib/apt/apt-helper analyze-pattern ?true 117s + uname -r 117s + sed s/\./\\./g 117s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 117s + apt list ?obsolete+ tail -n+2 117s 117s + cut -d/ -f1 117s + grep -v ^linux-.*6\.12\.0-15-generic.* 117s + true 117s + obsolete_pkgs= 117s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 117s Reading package lists... 117s Building dependency tree... 117s Reading state information... 117s The following packages will be REMOVED: 117s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 117s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 117s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 117s linux-tools-6.11.0-8-generic* 117s 0 upgraded, 0 newly installed, 9 to remove and 6 not upgraded. 117s After this operation, 167 MB disk space will be freed. 117s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 117s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 117s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 117s Removing libpython3.12t64:s390x (3.12.9-1) ... 117s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 118s Removing libnsl2:s390x (1.3.0-3build3) ... 118s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 118s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 118s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 118s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 118s Processing triggers for libc-bin (2.40-4ubuntu1) ... 119s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55869 files and directories currently installed.) 119s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 119s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 119s + grep -q trusty /etc/lsb-release 119s + [ ! -d /usr/share/doc/unattended-upgrades ] 119s + [ ! -d /usr/share/doc/lxd ] 119s + [ ! -d /usr/share/doc/lxd-client ] 119s + [ ! -d /usr/share/doc/snapd ] 119s + type iptables 119s + cat 119s + chmod 755 /etc/rc.local 119s + . /etc/rc.local 119s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 119s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 119s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 119s + uname -m 119s + [ s390x = ppc64le ] 119s + [ -d /run/systemd/system ] 119s + systemd-detect-virt --quiet --vm 119s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 119s + cat 119s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 119s + echo COMPRESS=lz4 119s autopkgtest: DBG: testbed command exited with code 0 119s autopkgtest [21:36:24]: upgrading testbed (apt dist-upgrade and autopurge) 119s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'dist-upgrade'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 119s Reading package lists... 119s Building dependency tree... 119s Reading state information... 119s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 119s Starting 2 pkgProblemResolver with broken count: 0 119s Done 119s Entering ResolveByKeep 120s 120s The following packages will be upgraded: 120s iproute2 libc-bin libc-dev-bin libc6 libc6-dev locales 120s 6 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 120s Need to get 10.7 MB of archives. 120s After this operation, 305 kB of additional disk space will be used. 120s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc-dev-bin s390x 2.41-1ubuntu1 [24.3 kB] 120s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc6-dev s390x 2.41-1ubuntu1 [1679 kB] 120s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x locales all 2.41-1ubuntu1 [4246 kB] 121s Get:4 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc6 s390x 2.41-1ubuntu1 [2891 kB] 121s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc-bin s390x 2.41-1ubuntu1 [672 kB] 121s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 121s Preconfiguring packages ... 121s Fetched 10.7 MB in 1s (9760 kB/s) 121s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55867 files and directories currently installed.) 121s Preparing to unpack .../libc-dev-bin_2.41-1ubuntu1_s390x.deb ... 121s Unpacking libc-dev-bin (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 121s Preparing to unpack .../libc6-dev_2.41-1ubuntu1_s390x.deb ... 121s Unpacking libc6-dev:s390x (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 121s Preparing to unpack .../locales_2.41-1ubuntu1_all.deb ... 121s Unpacking locales (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 121s Preparing to unpack .../libc6_2.41-1ubuntu1_s390x.deb ... 121s Checking for services that may need to be restarted... 121s Checking init scripts... 121s Checking for services that may need to be restarted... 121s Checking init scripts... 121s Stopping some services possibly affected by the upgrade (will be restarted later): 121s cron: stopping...done. 121s 121s Unpacking libc6:s390x (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 121s Setting up libc6:s390x (2.41-1ubuntu1) ... 122s Checking for services that may need to be restarted... 122s Checking init scripts... 122s Restarting services possibly affected by the upgrade: 122s cron: restarting...done. 122s 122s Services restarted successfully. 122s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55868 files and directories currently installed.) 122s Preparing to unpack .../libc-bin_2.41-1ubuntu1_s390x.deb ... 122s Unpacking libc-bin (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 122s Setting up libc-bin (2.41-1ubuntu1) ... 122s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55868 files and directories currently installed.) 122s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 122s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 122s Setting up iproute2 (6.13.0-1ubuntu1) ... 122s Setting up locales (2.41-1ubuntu1) ... 122s Installing new version of config file /etc/locale.alias ... 122s Generating locales (this might take a while)... 123s en_US.UTF-8... done 123s Generation complete. 123s Setting up libc-dev-bin (2.41-1ubuntu1) ... 123s Setting up libc6-dev:s390x (2.41-1ubuntu1) ... 123s Processing triggers for man-db (2.13.0-1) ... 124s Processing triggers for systemd (257.2-3ubuntu1) ... 125s autopkgtest: DBG: testbed command exited with code 0 125s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', '--purge', 'autoremove'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 125s Reading package lists... 125s Building dependency tree... 125s Reading state information... 125s Starting pkgProblemResolver with broken count: 0 125s Starting 2 pkgProblemResolver with broken count: 0 125s Done 125s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 125s autopkgtest: DBG: testbed command exited with code 0 125s autopkgtest: DBG: testbed command ['bash', '-ec', '[ ! -e /run/autopkgtest_no_reboot.stamp ] || exit 0;for d in /boot /boot/efi /boot/grub /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do s=/tmp/autopkgtest.NwkPOK/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 125s autopkgtest: DBG: testbed command exited with code 1 125s autopkgtest [21:36:30]: rebooting testbed after setup commands that affected boot 125s autopkgtest: DBG: sending command to testbed: reboot 143s autopkgtest: DBG: got reply from testbed: ok 143s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 143s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.NwkPOK'], kind short, sout raw, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.NwkPOK/autopkgtest-reboot 144s autopkgtest: DBG: got reply from testbed: ok 144s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.NwkPOK/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.NwkPOK/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.NwkPOK/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.NwkPOK'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.NwkPOK/autopkgtest-reboot-prepare 144s autopkgtest: DBG: got reply from testbed: ok 144s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.NwkPOK/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.NwkPOK/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest [21:36:50]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 145s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.NwkPOK/testbed-packages"], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.NwkPOK/testbed-packages /tmp/autopkgtest-work.txqu2hoz/out/testbed-packages 146s autopkgtest: DBG: got reply from testbed: ok 146s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 146s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.NwkPOK'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.NwkPOK/autopkgtest-reboot 146s autopkgtest: DBG: got reply from testbed: ok 146s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.NwkPOK/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.NwkPOK/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.NwkPOK/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.NwkPOK'], kind short, sout raw, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.NwkPOK/autopkgtest-reboot-prepare 147s autopkgtest: DBG: got reply from testbed: ok 147s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.NwkPOK/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.NwkPOK/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: Binaries: initialising 147s autopkgtest [21:36:52]: @@@@@@@@@@@@@@@@@@@@ apt-source binutils 147s autopkgtest: DBG: blame += binutils 147s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 147s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'binutils'], kind short, sout pipe, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils$'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-for-build$'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-for-build=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-multiarch-dev$'], kind short, sout pipe, serr raw, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-multiarch-dev=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-riscv64-linux-gnu$'], kind short, sout pipe, serr raw, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-riscv64-linux-gnu=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libctf0-dbg$'], kind short, sout pipe, serr raw, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libctf0-dbg=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-powerpc64le-linux-gnu$'], kind short, sout pipe, serr raw, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-powerpc64le-linux-gnu=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libctf0$'], kind short, sout pipe, serr raw, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libctf0=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-riscv64-linux-gnu-dbg$'], kind short, sout pipe, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-riscv64-linux-gnu-dbg=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libbinutils$'], kind short, sout pipe, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libbinutils=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-x86-64-linux-gnu$'], kind short, sout pipe, serr raw, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-x86-64-linux-gnu=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-doc$'], kind short, sout pipe, serr raw, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-doc=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-powerpc-linux-gnu$'], kind short, sout pipe, serr raw, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-powerpc-linux-gnu=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-aarch64-linux-gnu-dbg$'], kind short, sout pipe, serr raw, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-aarch64-linux-gnu-dbg=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libsframe1$'], kind short, sout pipe, serr raw, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libsframe1=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libgprofng0$'], kind short, sout pipe, serr raw, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-common$'], kind short, sout pipe, serr raw, env [] 154s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-common=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libctf-nobfd0$'], kind short, sout pipe, serr raw, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libctf-nobfd0=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-i686-linux-gnu$'], kind short, sout pipe, serr raw, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-i686-linux-gnu=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-arm-linux-gnueabihf$'], kind short, sout pipe, serr raw, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-arm-linux-gnueabihf=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-x86-64-linux-gnu-dbg$'], kind short, sout pipe, serr raw, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-x86-64-linux-gnu-dbg=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 156s autopkgtest: DBG: testbed command exited with code 0 156s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-powerpc64-linux-gnu-dbg$'], kind short, sout pipe, serr raw, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-powerpc64-linux-gnu-dbg=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-s390x-linux-gnu$'], kind short, sout pipe, serr raw, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-s390x-linux-gnu=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libctf-nobfd0-dbg$'], kind short, sout pipe, serr raw, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libctf-nobfd0-dbg=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-arm-linux-gnueabihf-dbg$'], kind short, sout pipe, serr raw, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-arm-linux-gnueabihf-dbg=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libsframe1-dbg$'], kind short, sout pipe, serr raw, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libsframe1-dbg=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-multiarch$'], kind short, sout pipe, serr raw, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-multiarch=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-i686-linux-gnu-dbg$'], kind short, sout pipe, serr raw, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-i686-linux-gnu-dbg=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-powerpc64-linux-gnu$'], kind short, sout pipe, serr raw, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-powerpc64-linux-gnu=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-aarch64-linux-gnu$'], kind short, sout pipe, serr raw, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-aarch64-linux-gnu=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 160s autopkgtest: DBG: testbed command exited with code 0 160s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-powerpc64le-linux-gnu-dbg$'], kind short, sout pipe, serr raw, env [] 161s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-powerpc64le-linux-gnu-dbg=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 161s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-powerpc-linux-gnu-dbg$'], kind short, sout pipe, serr raw, env [] 161s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-powerpc-linux-gnu-dbg=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 161s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-multiarch-dbg$'], kind short, sout pipe, serr raw, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-multiarch-dbg=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-s390x-linux-gnu-dbg$'], kind short, sout pipe, serr raw, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-s390x-linux-gnu-dbg=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libbinutils-dbg$'], kind short, sout pipe, serr raw, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libbinutils-dbg=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libgprofng0-dbg$'], kind short, sout pipe, serr raw, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-for-host$'], kind short, sout pipe, serr raw, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-for-host=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-source$'], kind short, sout pipe, serr raw, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-source=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^binutils-dev$'], kind short, sout pipe, serr raw, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'binutils-dev=2.44-1ubuntu1'], kind short, sout pipe, serr raw, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: install_deps: deps_new=[] 164s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: testbed command ['sh', '-ec', 'su --shell=/bin/sh ubuntu -c \'set -e; exec 3>&1 >&2; set -x; cd /; builddir=$(mktemp -d /tmp/autopkgtest.NwkPOK/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source binutils=2.44-1ubuntu1 2>&1) || RC=$?;if [ -n "$RC" ]; then if echo "$OUT" | grep -q "Unable to find a source package"; then exit 1; else exit $RC; fi;fi;echo "$OUT" | grep ^Get: || true;dpkg-source -x binutils_*.dsc src >/dev/null; chmod -R a+rX .; cd [a-z0-9]*/.; pwd >&3; sed -n "1 {s/).*//; s/ (/\\n/; p}" debian/changelog >&3\''], kind build, sout pipe, serr raw, env ['ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1'] 165s + cd / 165s + mktemp -d /tmp/autopkgtest.NwkPOK/build.XXX 165s + builddir=/tmp/autopkgtest.NwkPOK/build.jqY 165s + cd /tmp/autopkgtest.NwkPOK/build.jqY 165s + apt-get source -d -q --only-source binutils=2.44-1ubuntu1 166s + OUT=Reading package lists... 166s NOTICE: 'binutils' packaging is maintained in the 'Git' version control system at: 166s https://salsa.debian.org/toolchain-team/binutils.git -b binutils-2.44 166s Please use: 166s git clone https://salsa.debian.org/toolchain-team/binutils.git -b binutils-2.44 166s to retrieve the latest (possibly unreleased) updates to the package. 166s Need to get 27.4 MB of source archives. 166s Get:1 http://ftpmaster.internal/ubuntu plucky/main binutils 2.44-1ubuntu1 (dsc) [8927 B] 166s Get:2 http://ftpmaster.internal/ubuntu plucky/main binutils 2.44-1ubuntu1 (tar) [27.3 MB] 166s Get:3 http://ftpmaster.internal/ubuntu plucky/main binutils 2.44-1ubuntu1 (diff) [139 kB] 166s Fetched 27.4 MB in 1s (19.5 MB/s) 166s Download complete and in download only mode 166s + [ -n ] 166s + echo Reading package lists... 166s NOTICE: 'binutils' packaging is maintained in the 'Git' version control system at: 166s https://salsa.debian.org/toolchain-team/binutils.git -b binutils-2.44 166s Please use: 166s git clone https://salsa.debian.org/toolchain-team/binutils.git -b binutils-2.44 166s to retrieve the latest (possibly unreleased) updates to the package. 166s Need to get 27.4 MB of source archives. 166s Get:1 http://ftpmaster.internal/ubuntu plucky/main binutils 2.44-1ubuntu1 (dsc) [8927 B] 166s Get:2 http://ftpmaster.internal/ubuntu plucky/main binutils 2.44-1ubuntu1 (tar) [27.3 MB] 166s Get:3 http://ftpmaster.internal/ubuntu plucky/main binutils 2.44-1ubuntu1 (diff) [139 kB] 166s Fetched 27.4 MB in 1s (19.5 MB/s) 166s Download complete and in download only mode 166s + grep ^Get: 166s Get:1 http://ftpmaster.internal/ubuntu plucky/main binutils 2.44-1ubuntu1 (dsc) [8927 B] 166s Get:2 http://ftpmaster.internal/ubuntu plucky/main binutils 2.44-1ubuntu1 (tar) [27.3 MB] 166s Get:3 http://ftpmaster.internal/ubuntu plucky/main binutils 2.44-1ubuntu1 (diff) [139 kB] 166s + dpkg-source -x binutils_2.44-1ubuntu1.dsc src 166s gpgv: Signature made Mon Feb 3 06:25:36 2025 UTC 166s gpgv: using RSA key 568BF22A66337CBFC9A6B9B72C83DBC8E9BD0E37 166s gpgv: Can't check signature: No public key 166s dpkg-source: warning: cannot verify inline signature for ./binutils_2.44-1ubuntu1.dsc: no acceptable signature found 168s + chmod -R a+rX . 168s + cd src/. 168s + pwd 168s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest [21:37:13]: testing package binutils version 2.44-1ubuntu1 168s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/ /tmp/autopkgtest-work.txqu2hoz/out/pkg/debian/ 169s autopkgtest: DBG: got reply from testbed: ok 172s autopkgtest: DBG: processing dependency build-essential 172s autopkgtest: DBG: processing dependency fakeroot 172s autopkgtest: DBG: processing dependency autoconf (>= 2.64) 172s autopkgtest: DBG: processing dependency bison 172s autopkgtest: DBG: processing dependency flex 172s autopkgtest: DBG: processing dependency gettext 172s autopkgtest: DBG: processing dependency texinfo 172s autopkgtest: DBG: processing dependency dejagnu 172s autopkgtest: DBG: processing dependency quilt 172s autopkgtest: DBG: processing dependency chrpath 172s autopkgtest: DBG: processing dependency dwz 172s autopkgtest: DBG: processing dependency debugedit (>= 4.16) 172s autopkgtest: DBG: processing dependency python3:any 172s autopkgtest: DBG: processing dependency file 172s autopkgtest: DBG: processing dependency xz-utils 172s autopkgtest: DBG: processing dependency lsb-release 172s autopkgtest: DBG: processing dependency zlib1g-dev 172s autopkgtest: DBG: processing dependency procps 172s autopkgtest: DBG: processing dependency libstdc++-dev 172s autopkgtest: DBG: processing dependency libjansson-dev 172s autopkgtest: DBG: processing dependency pkg-config 172s autopkgtest: DBG: processing dependency default-jdk-headless [amd64 arm64 i386 riscv64 x32] 172s autopkgtest: DBG: Test defined: name build path debian/tests/build command "None" restrictions ['allow-stderr'] features [] depends ['build-essential', 'fakeroot', 'autoconf (>= 2.64)', 'bison', 'flex', 'gettext', 'texinfo', 'dejagnu', 'quilt', 'chrpath', 'dwz', 'debugedit (>= 4.16)', 'python3:any', 'file', 'xz-utils', 'lsb-release', 'zlib1g-dev', 'procps', 'libstdc++-dev', 'libjansson-dev', 'pkg-config', 'default-jdk-headless [amd64 arm64 i386 riscv64 x32]'] 175s autopkgtest: DBG: processing dependency build-essential 175s autopkgtest: DBG: Test defined: name libc-link path debian/tests/libc-link command "None" restrictions [] features [] depends ['build-essential'] 178s autopkgtest: DBG: processing dependency build-essential 178s autopkgtest: DBG: Test defined: name shlib-build path debian/tests/shlib-build command "None" restrictions [] features [] depends ['build-essential'] 178s autopkgtest [21:37:23]: build not needed 178s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.NwkPOK/build.jqY/src/ /tmp/autopkgtest-work.txqu2hoz/out/tests-tree/ 203s autopkgtest: DBG: got reply from testbed: ok 230s autopkgtest: DBG: processing dependency build-essential 230s autopkgtest: DBG: processing dependency fakeroot 230s autopkgtest: DBG: processing dependency autoconf (>= 2.64) 230s autopkgtest: DBG: processing dependency bison 230s autopkgtest: DBG: processing dependency flex 230s autopkgtest: DBG: processing dependency gettext 230s autopkgtest: DBG: processing dependency texinfo 230s autopkgtest: DBG: processing dependency dejagnu 230s autopkgtest: DBG: processing dependency quilt 230s autopkgtest: DBG: processing dependency chrpath 230s autopkgtest: DBG: processing dependency dwz 230s autopkgtest: DBG: processing dependency debugedit (>= 4.16) 230s autopkgtest: DBG: processing dependency python3:any 230s autopkgtest: DBG: processing dependency file 230s autopkgtest: DBG: processing dependency xz-utils 230s autopkgtest: DBG: processing dependency lsb-release 230s autopkgtest: DBG: processing dependency zlib1g-dev 230s autopkgtest: DBG: processing dependency procps 230s autopkgtest: DBG: processing dependency libstdc++-dev 230s autopkgtest: DBG: processing dependency libjansson-dev 230s autopkgtest: DBG: processing dependency pkg-config 230s autopkgtest: DBG: processing dependency default-jdk-headless [amd64 arm64 i386 riscv64 x32] 230s autopkgtest: DBG: Test defined: name build path debian/tests/build command "None" restrictions ['allow-stderr'] features [] depends ['build-essential', 'fakeroot', 'autoconf (>= 2.64)', 'bison', 'flex', 'gettext', 'texinfo', 'dejagnu', 'quilt', 'chrpath', 'dwz', 'debugedit (>= 4.16)', 'python3:any', 'file', 'xz-utils', 'lsb-release', 'zlib1g-dev', 'procps', 'libstdc++-dev', 'libjansson-dev', 'pkg-config', 'default-jdk-headless [amd64 arm64 i386 riscv64 x32]'] 235s autopkgtest: DBG: processing dependency build-essential 235s autopkgtest: DBG: Test defined: name libc-link path debian/tests/libc-link command "None" restrictions [] features [] depends ['build-essential'] 239s autopkgtest: DBG: processing dependency build-essential 239s autopkgtest: DBG: Test defined: name shlib-build path debian/tests/shlib-build command "None" restrictions [] features [] depends ['build-essential'] 239s autopkgtest [21:38:24]: test build: preparing testbed 239s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['build-essential', 'fakeroot', 'autoconf (>= 2.64)', 'bison', 'flex', 'gettext', 'texinfo', 'dejagnu', 'quilt', 'chrpath', 'dwz', 'debugedit (>= 4.16)', 'python3:any', 'file', 'xz-utils', 'lsb-release', 'zlib1g-dev', 'procps', 'libstdc++-dev', 'libjansson-dev', 'pkg-config', 'default-jdk-headless [amd64 arm64 i386 riscv64 x32]'] 239s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 239s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'fakeroot', 'autoconf (>= 2.64)', 'bison', 'flex', 'gettext', 'texinfo', 'dejagnu', 'quilt', 'chrpath', 'dwz', 'debugedit (>= 4.16)', 'python3:any', 'file', 'xz-utils', 'lsb-release', 'zlib1g-dev', 'procps', 'libstdc++-dev', 'libjansson-dev', 'pkg-config', 'default-jdk-headless [amd64 arm64 i386 riscv64 x32]'] 239s autopkgtest: DBG: install-deps: satisfying build-essential, fakeroot, autoconf (>= 2.64), bison, flex, gettext, texinfo, dejagnu, quilt, chrpath, dwz, debugedit (>= 4.16), python3:any, file, xz-utils, lsb-release, zlib1g-dev, procps, libstdc++-dev, libjansson-dev, pkg-config, default-jdk-headless [amd64 arm64 i386 riscv64 x32] 239s autopkgtest: DBG: can use apt-get on testbed: True 239s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'build-essential, fakeroot, autoconf (>= 2.64), bison, flex, gettext, texinfo, dejagnu, quilt, chrpath, dwz, debugedit (>= 4.16), python3:any, file, xz-utils, lsb-release, zlib1g-dev, procps, libstdc++-dev, libjansson-dev, pkg-config, default-jdk-headless [amd64 arm64 i386 riscv64 x32]'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 239s Reading package lists... 240s Building dependency tree... 240s Reading state information... 240s Starting pkgProblemResolver with broken count: 0 240s Starting 2 pkgProblemResolver with broken count: 0 240s Done 240s The following NEW packages will be installed: 240s autoconf bison build-essential chrpath cpp cpp-14 cpp-14-s390x-linux-gnu 240s cpp-s390x-linux-gnu debugedit dejagnu diffstat dwz expect fakeroot flex g++ 240s g++-14 g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 240s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu gettext libasan8 libcc1-0 240s libfakeroot libgcc-14-dev libgomp1 libisl23 libitm1 libjansson-dev libmpc3 240s libpkgconf3 libstdc++-14-dev libtcl8.6 libtext-unidecode-perl libubsan1 240s libxml-libxml-perl libxml-namespacesupport-perl libxml-sax-base-perl 240s libxml-sax-perl m4 pkg-config pkgconf pkgconf-bin quilt tcl-expect tcl8.6 240s tex-common texinfo texinfo-lib zlib1g-dev 240s 0 upgraded, 53 newly installed, 0 to remove and 0 not upgraded. 240s Need to get 57.5 MB of archives. 240s After this operation, 187 MB of additional disk space will be used. 240s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 240s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x flex s390x 2.6.4-8.2build1 [311 kB] 241s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 241s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x bison s390x 2:3.8.2+dfsg-1build2 [768 kB] 241s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 241s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 241s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 241s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 241s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 241s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 241s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-17ubuntu1 [50.7 kB] 241s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-17ubuntu1 [151 kB] 241s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-17ubuntu1 [30.9 kB] 241s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-17ubuntu1 [2964 kB] 241s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-17ubuntu1 [1184 kB] 241s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 241s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 242s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 242s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 242s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 242s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 242s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [11.0 MB] 242s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-17ubuntu1 [21.8 kB] 242s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 242s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 242s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 242s Get:27 http://ftpmaster.internal/ubuntu plucky/universe s390x chrpath s390x 0.18-1 [14.0 kB] 242s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 242s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libtcl8.6 s390x 8.6.16+dfsg-1 [1034 kB] 242s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x tcl8.6 s390x 8.6.16+dfsg-1 [14.8 kB] 242s Get:31 http://ftpmaster.internal/ubuntu plucky/universe s390x tcl-expect s390x 5.45.4-3 [115 kB] 242s Get:32 http://ftpmaster.internal/ubuntu plucky/universe s390x expect s390x 5.45.4-3 [137 kB] 242s Get:33 http://ftpmaster.internal/ubuntu plucky/universe s390x dejagnu all 1.6.3-1 [1011 kB] 242s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x diffstat s390x 1.67-1 [33.1 kB] 242s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libfakeroot s390x 1.37-1 [32.5 kB] 242s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x fakeroot s390x 1.37-1 [67.8 kB] 242s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 242s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libjansson-dev s390x 2.14-2build2 [36.9 kB] 242s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libpkgconf3 s390x 1.8.1-4 [31.2 kB] 242s Get:40 http://ftpmaster.internal/ubuntu plucky/universe s390x libtext-unidecode-perl all 1.30-3 [105 kB] 242s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x libxml-namespacesupport-perl all 1.12-2 [13.5 kB] 242s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x libxml-sax-base-perl all 1.09-3 [18.9 kB] 242s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x libxml-sax-perl all 1.02+dfsg-4 [52.4 kB] 242s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x libxml-libxml-perl s390x 2.0207+dfsg+really+2.0134-5build1 [312 kB] 242s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf-bin s390x 1.8.1-4 [21.5 kB] 242s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf s390x 1.8.1-4 [16.7 kB] 242s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x pkg-config s390x 1.8.1-4 [7362 B] 242s Get:48 http://ftpmaster.internal/ubuntu plucky/universe s390x quilt all 0.68-1 [439 kB] 242s Get:49 http://ftpmaster.internal/ubuntu plucky/universe s390x tex-common all 6.18 [32.8 kB] 242s Get:50 http://ftpmaster.internal/ubuntu plucky/universe s390x texinfo-lib s390x 7.1.1-1 [142 kB] 242s Get:51 http://ftpmaster.internal/ubuntu plucky/universe s390x texinfo all 7.1.1-1 [1272 kB] 242s Get:52 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 242s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 243s Fetched 57.5 MB in 2s (23.6 MB/s) 243s Selecting previously unselected package m4. 243s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55869 files and directories currently installed.) 243s Preparing to unpack .../00-m4_1.4.19-5_s390x.deb ... 243s Unpacking m4 (1.4.19-5) ... 243s Selecting previously unselected package flex. 243s Preparing to unpack .../01-flex_2.6.4-8.2build1_s390x.deb ... 243s Unpacking flex (2.6.4-8.2build1) ... 243s Selecting previously unselected package autoconf. 243s Preparing to unpack .../02-autoconf_2.72-3_all.deb ... 243s Unpacking autoconf (2.72-3) ... 243s Selecting previously unselected package bison. 243s Preparing to unpack .../03-bison_2%3a3.8.2+dfsg-1build2_s390x.deb ... 243s Unpacking bison (2:3.8.2+dfsg-1build2) ... 243s Selecting previously unselected package libisl23:s390x. 243s Preparing to unpack .../04-libisl23_0.27-1_s390x.deb ... 243s Unpacking libisl23:s390x (0.27-1) ... 243s Selecting previously unselected package libmpc3:s390x. 243s Preparing to unpack .../05-libmpc3_1.3.1-1build2_s390x.deb ... 243s Unpacking libmpc3:s390x (1.3.1-1build2) ... 243s Selecting previously unselected package cpp-14-s390x-linux-gnu. 243s Preparing to unpack .../06-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 243s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 243s Selecting previously unselected package cpp-14. 243s Preparing to unpack .../07-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 243s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 243s Selecting previously unselected package cpp-s390x-linux-gnu. 243s Preparing to unpack .../08-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 243s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 243s Selecting previously unselected package cpp. 243s Preparing to unpack .../09-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 243s Unpacking cpp (4:14.2.0-1ubuntu1) ... 243s Selecting previously unselected package libcc1-0:s390x. 243s Preparing to unpack .../10-libcc1-0_14.2.0-17ubuntu1_s390x.deb ... 243s Unpacking libcc1-0:s390x (14.2.0-17ubuntu1) ... 243s Selecting previously unselected package libgomp1:s390x. 243s Preparing to unpack .../11-libgomp1_14.2.0-17ubuntu1_s390x.deb ... 243s Unpacking libgomp1:s390x (14.2.0-17ubuntu1) ... 243s Selecting previously unselected package libitm1:s390x. 243s Preparing to unpack .../12-libitm1_14.2.0-17ubuntu1_s390x.deb ... 243s Unpacking libitm1:s390x (14.2.0-17ubuntu1) ... 243s Selecting previously unselected package libasan8:s390x. 243s Preparing to unpack .../13-libasan8_14.2.0-17ubuntu1_s390x.deb ... 243s Unpacking libasan8:s390x (14.2.0-17ubuntu1) ... 243s Selecting previously unselected package libubsan1:s390x. 243s Preparing to unpack .../14-libubsan1_14.2.0-17ubuntu1_s390x.deb ... 243s Unpacking libubsan1:s390x (14.2.0-17ubuntu1) ... 243s Selecting previously unselected package libgcc-14-dev:s390x. 243s Preparing to unpack .../15-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 243s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 243s Selecting previously unselected package gcc-14-s390x-linux-gnu. 243s Preparing to unpack .../16-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 243s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 243s Selecting previously unselected package gcc-14. 243s Preparing to unpack .../17-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 243s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 243s Selecting previously unselected package gcc-s390x-linux-gnu. 243s Preparing to unpack .../18-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 243s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 243s Selecting previously unselected package gcc. 243s Preparing to unpack .../19-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 243s Unpacking gcc (4:14.2.0-1ubuntu1) ... 243s Selecting previously unselected package libstdc++-14-dev:s390x. 243s Preparing to unpack .../20-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 243s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 244s Selecting previously unselected package g++-14-s390x-linux-gnu. 244s Preparing to unpack .../21-g++-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 244s Unpacking g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 244s Selecting previously unselected package g++-14. 244s Preparing to unpack .../22-g++-14_14.2.0-17ubuntu1_s390x.deb ... 244s Unpacking g++-14 (14.2.0-17ubuntu1) ... 244s Selecting previously unselected package g++-s390x-linux-gnu. 244s Preparing to unpack .../23-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 244s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 244s Selecting previously unselected package g++. 244s Preparing to unpack .../24-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 244s Unpacking g++ (4:14.2.0-1ubuntu1) ... 244s Selecting previously unselected package build-essential. 244s Preparing to unpack .../25-build-essential_12.10ubuntu1_s390x.deb ... 244s Unpacking build-essential (12.10ubuntu1) ... 244s Selecting previously unselected package chrpath. 244s Preparing to unpack .../26-chrpath_0.18-1_s390x.deb ... 244s Unpacking chrpath (0.18-1) ... 244s Selecting previously unselected package debugedit. 244s Preparing to unpack .../27-debugedit_1%3a5.1-2_s390x.deb ... 244s Unpacking debugedit (1:5.1-2) ... 244s Selecting previously unselected package libtcl8.6:s390x. 244s Preparing to unpack .../28-libtcl8.6_8.6.16+dfsg-1_s390x.deb ... 244s Unpacking libtcl8.6:s390x (8.6.16+dfsg-1) ... 244s Selecting previously unselected package tcl8.6. 244s Preparing to unpack .../29-tcl8.6_8.6.16+dfsg-1_s390x.deb ... 244s Unpacking tcl8.6 (8.6.16+dfsg-1) ... 244s Selecting previously unselected package tcl-expect:s390x. 244s Preparing to unpack .../30-tcl-expect_5.45.4-3_s390x.deb ... 244s Unpacking tcl-expect:s390x (5.45.4-3) ... 244s Selecting previously unselected package expect. 244s Preparing to unpack .../31-expect_5.45.4-3_s390x.deb ... 244s Unpacking expect (5.45.4-3) ... 244s Selecting previously unselected package dejagnu. 244s Preparing to unpack .../32-dejagnu_1.6.3-1_all.deb ... 244s Unpacking dejagnu (1.6.3-1) ... 244s Selecting previously unselected package diffstat. 244s Preparing to unpack .../33-diffstat_1.67-1_s390x.deb ... 244s Unpacking diffstat (1.67-1) ... 244s Selecting previously unselected package libfakeroot:s390x. 244s Preparing to unpack .../34-libfakeroot_1.37-1_s390x.deb ... 244s Unpacking libfakeroot:s390x (1.37-1) ... 244s Selecting previously unselected package fakeroot. 244s Preparing to unpack .../35-fakeroot_1.37-1_s390x.deb ... 244s Unpacking fakeroot (1.37-1) ... 244s Selecting previously unselected package gettext. 244s Preparing to unpack .../36-gettext_0.23.1-1_s390x.deb ... 244s Unpacking gettext (0.23.1-1) ... 244s Selecting previously unselected package libjansson-dev:s390x. 244s Preparing to unpack .../37-libjansson-dev_2.14-2build2_s390x.deb ... 244s Unpacking libjansson-dev:s390x (2.14-2build2) ... 244s Selecting previously unselected package libpkgconf3:s390x. 244s Preparing to unpack .../38-libpkgconf3_1.8.1-4_s390x.deb ... 244s Unpacking libpkgconf3:s390x (1.8.1-4) ... 244s Selecting previously unselected package libtext-unidecode-perl. 244s Preparing to unpack .../39-libtext-unidecode-perl_1.30-3_all.deb ... 244s Unpacking libtext-unidecode-perl (1.30-3) ... 244s Selecting previously unselected package libxml-namespacesupport-perl. 244s Preparing to unpack .../40-libxml-namespacesupport-perl_1.12-2_all.deb ... 244s Unpacking libxml-namespacesupport-perl (1.12-2) ... 244s Selecting previously unselected package libxml-sax-base-perl. 244s Preparing to unpack .../41-libxml-sax-base-perl_1.09-3_all.deb ... 244s Unpacking libxml-sax-base-perl (1.09-3) ... 244s Selecting previously unselected package libxml-sax-perl. 244s Preparing to unpack .../42-libxml-sax-perl_1.02+dfsg-4_all.deb ... 244s Unpacking libxml-sax-perl (1.02+dfsg-4) ... 244s Selecting previously unselected package libxml-libxml-perl. 244s Preparing to unpack .../43-libxml-libxml-perl_2.0207+dfsg+really+2.0134-5build1_s390x.deb ... 244s Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-5build1) ... 244s Selecting previously unselected package pkgconf-bin. 244s Preparing to unpack .../44-pkgconf-bin_1.8.1-4_s390x.deb ... 244s Unpacking pkgconf-bin (1.8.1-4) ... 244s Selecting previously unselected package pkgconf:s390x. 244s Preparing to unpack .../45-pkgconf_1.8.1-4_s390x.deb ... 244s Unpacking pkgconf:s390x (1.8.1-4) ... 244s Selecting previously unselected package pkg-config:s390x. 244s Preparing to unpack .../46-pkg-config_1.8.1-4_s390x.deb ... 244s Unpacking pkg-config:s390x (1.8.1-4) ... 244s Selecting previously unselected package quilt. 244s Preparing to unpack .../47-quilt_0.68-1_all.deb ... 244s Unpacking quilt (0.68-1) ... 244s Selecting previously unselected package tex-common. 244s Preparing to unpack .../48-tex-common_6.18_all.deb ... 244s Unpacking tex-common (6.18) ... 244s Selecting previously unselected package texinfo-lib. 244s Preparing to unpack .../49-texinfo-lib_7.1.1-1_s390x.deb ... 244s Unpacking texinfo-lib (7.1.1-1) ... 244s Selecting previously unselected package texinfo. 244s Preparing to unpack .../50-texinfo_7.1.1-1_all.deb ... 244s Unpacking texinfo (7.1.1-1) ... 244s Selecting previously unselected package zlib1g-dev:s390x. 244s Preparing to unpack .../51-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 244s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 244s Selecting previously unselected package dwz. 244s Preparing to unpack .../52-dwz_0.15-1build6_s390x.deb ... 244s Unpacking dwz (0.15-1build6) ... 244s Setting up libxml-namespacesupport-perl (1.12-2) ... 244s Setting up m4 (1.4.19-5) ... 244s Setting up texinfo-lib (7.1.1-1) ... 244s Setting up libgomp1:s390x (14.2.0-17ubuntu1) ... 244s Setting up libfakeroot:s390x (1.37-1) ... 244s Setting up fakeroot (1.37-1) ... 244s update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 244s Setting up tex-common (6.18) ... 244s update-language: texlive-base not installed and configured, doing nothing! 244s Setting up libxml-sax-base-perl (1.09-3) ... 244s Setting up libpkgconf3:s390x (1.8.1-4) ... 244s Setting up diffstat (1.67-1) ... 244s Setting up libmpc3:s390x (1.3.1-1build2) ... 244s Setting up libtcl8.6:s390x (8.6.16+dfsg-1) ... 244s Setting up pkgconf-bin (1.8.1-4) ... 244s Setting up autoconf (2.72-3) ... 244s Setting up libubsan1:s390x (14.2.0-17ubuntu1) ... 244s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 244s Setting up dwz (0.15-1build6) ... 244s Setting up libasan8:s390x (14.2.0-17ubuntu1) ... 244s Setting up bison (2:3.8.2+dfsg-1build2) ... 244s update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode 244s Setting up debugedit (1:5.1-2) ... 244s Setting up libisl23:s390x (0.27-1) ... 244s Setting up libtext-unidecode-perl (1.30-3) ... 244s Setting up libcc1-0:s390x (14.2.0-17ubuntu1) ... 244s Setting up libjansson-dev:s390x (2.14-2build2) ... 244s Setting up chrpath (0.18-1) ... 244s Setting up libitm1:s390x (14.2.0-17ubuntu1) ... 244s Setting up flex (2.6.4-8.2build1) ... 244s Setting up tcl8.6 (8.6.16+dfsg-1) ... 244s Setting up gettext (0.23.1-1) ... 244s Setting up tcl-expect:s390x (5.45.4-3) ... 244s Setting up quilt (0.68-1) ... 244s Setting up libxml-sax-perl (1.02+dfsg-4) ... 244s update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... 244s update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... 245s Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version 245s Setting up pkgconf:s390x (1.8.1-4) ... 245s Setting up pkg-config:s390x (1.8.1-4) ... 245s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 245s Setting up cpp-14 (14.2.0-17ubuntu1) ... 245s Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-5build1) ... 245s update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... 245s update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... 245s update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... 245s Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version 245s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 245s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 245s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 245s Setting up expect (5.45.4-3) ... 245s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 245s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 245s Setting up g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 245s Setting up texinfo (7.1.1-1) ... 245s Setting up cpp (4:14.2.0-1ubuntu1) ... 245s Setting up dejagnu (1.6.3-1) ... 245s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 245s Setting up gcc-14 (14.2.0-17ubuntu1) ... 245s Setting up g++-14 (14.2.0-17ubuntu1) ... 245s Setting up gcc (4:14.2.0-1ubuntu1) ... 245s Setting up g++ (4:14.2.0-1ubuntu1) ... 245s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 245s Setting up build-essential (12.10ubuntu1) ... 245s Processing triggers for libc-bin (2.41-1ubuntu1) ... 245s Processing triggers for man-db (2.13.0-1) ... 246s Processing triggers for install-info (7.1.1-1) ... 247s autopkgtest: DBG: testbed command exited with code 0 247s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.NwkPOK/build-packages.all"], kind short, sout raw, serr pipe, env [] 247s autopkgtest: DBG: testbed command exited with code 0 247s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.NwkPOK/build-packages.all /tmp/autopkgtest-work.txqu2hoz/out/build-packages.all 247s autopkgtest: DBG: got reply from testbed: ok 247s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.NwkPOK/build.jqY/src'], kind short, sout raw, serr raw, env [] 248s autopkgtest: DBG: testbed command exited with code 0 248s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.NwkPOK/build.jqY/src already exists 248s autopkgtest [21:38:33]: test build: [----------------------- 248s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.NwkPOK/wrapper.sh --debug --artifacts=/tmp/autopkgtest.NwkPOK/build-artifacts --chdir=/tmp/autopkgtest.NwkPOK/build.jqY/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=4 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest.NwkPOK/build-stderr --stdout=/tmp/autopkgtest.NwkPOK/build-stdout --tmp=/tmp/autopkgtest.NwkPOK/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1' --make-executable=/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tests/build -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tests/build"], kind test, sout raw, serr raw, env [] 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.NwkPOK/build-artifacts 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: changing to directory: /tmp/autopkgtest.NwkPOK/build.jqY/src 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=4 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: setting environment: LANG=C.UTF-8 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LANGUAGE 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_ADDRESS 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_ALL 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_COLLATE 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_CTYPE 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_IDENTIFICATION 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_MEASUREMENT 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_MESSAGES 248s Memory on this machine: 248s MemTotal: 8215148 kB 248s MemFree: 6765636 kB 248s MemAvailable: 7761788 kB 248s SwapCached: 0 kB 248s SwapTotal: 0 kB 248s SwapFree: 0 kB 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_MONETARY 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_NAME 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_NUMERIC 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_PAPER 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_TELEPHONE 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_TIME 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: pretending to be a login shell 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: will write standard error to /tmp/autopkgtest.NwkPOK/build-stderr 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: will write stdout to /tmp/autopkgtest.NwkPOK/build-stdout 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.NwkPOK/autopkgtest_tmp 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: marking as executable: /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tests/build 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: command to run: /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tests/build 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: copying /tmp/tmp.cJHLKopbrv/out to stdout and file: /tmp/autopkgtest.NwkPOK/build-stdout 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: copying /tmp/tmp.cJHLKopbrv/err to standard error and file: /tmp/autopkgtest.NwkPOK/build-stdout 248s /tmp/autopkgtest.NwkPOK/wrapper.sh: writing script pid 3067 to /tmp/autopkgtest_script_pid 248s + DEB_BUILD_OPTIONS=parallel=4 nohppa nomult nocross dpkg-buildpackage -d -B --no-sign 248s dpkg-buildpackage: info: source package binutils 248s dpkg-buildpackage: info: source version 2.44-1ubuntu1 248s dpkg-buildpackage: info: source distribution plucky 248s dpkg-buildpackage: info: source changed by Matthias Klose 248s dpkg-buildpackage: info: host architecture s390x 248s dpkg-source --before-build . 248s debian/rules clean 248s dpkg-architecture: warning: specified GNU system type x86_64-linux-gnu does not match CC system type s390x-linux-gnu, try setting a correct CC environment variable 248s dpkg-architecture: warning: specified GNU system type arm-linux-gnueabihf does not match CC system type s390x-linux-gnu, try setting a correct CC environment variable 248s dpkg-architecture: warning: specified GNU system type aarch64-linux-gnu does not match CC system type s390x-linux-gnu, try setting a correct CC environment variable 248s dpkg-architecture: warning: specified GNU system type i686-linux-gnu does not match CC system type s390x-linux-gnu, try setting a correct CC environment variable 248s dpkg-architecture: warning: specified GNU system type riscv64-linux-gnu does not match CC system type s390x-linux-gnu, try setting a correct CC environment variable 249s dpkg-architecture: warning: specified GNU system type powerpc-linux-gnu does not match CC system type s390x-linux-gnu, try setting a correct CC environment variable 249s dpkg-architecture: warning: specified GNU system type powerpc64-linux-gnu does not match CC system type s390x-linux-gnu, try setting a correct CC environment variable 249s dpkg-architecture: warning: specified GNU system type powerpc64le-linux-gnu does not match CC system type s390x-linux-gnu, try setting a correct CC environment variable 249s test -f bfd/elf32.c -a -f debian/rules 249s rm -rf stamps 249s rm -rf builddir-* 249s rm -rf stamps 249s find . -name \*.gmo -o -name \*~ -o -name \*.info ! -name sysroff.info | xargs -r rm -f 249s rm -f test-summary* 249s rm -rf debian/tmp debian/tmp-dbg debian/binutils-common debian/libbinutils debian/libbinutils-dbg debian/binutils-s390x-linux-gnu debian/binutils-s390x-linux-gnu-dbg \ 249s debian/binutils-for-host debian/binutils-dev debian/binutils-multiarch debian/binutils-multiarch-dbg debian/binutils-multiarch-dev debian/binutils-doc \ 249s debian/binutils-hppa64-linux-gnu debian/binutils-hppa64-linux-gnu-dbg debian/binutils-source debian/binutils-for-build \ 249s debian/libctf0 debian/libctf0-dbg debian/libctf-nobfd0 debian/libctf-nobfd0-dbg debian/libgprofng0 debian/libgprofng0-dbg \ 249s debian/libsframe1 debian/libsframe1-dbg 249s rm -rf debian/binutils-x86-64-linux-gnu{,-dbg} debian/binutils-arm-linux-gnueabihf{,-dbg} debian/binutils-aarch64-linux-gnu{,-dbg} debian/binutils-i686-linux-gnu{,-dbg} debian/binutils-riscv64-linux-gnu{,-dbg} debian/binutils-powerpc-linux-gnu{,-dbg} debian/binutils-powerpc64-linux-gnu{,-dbg} debian/binutils-powerpc64le-linux-gnu{,-dbg} 249s rm -rf debian/tmp debian/files* debian/substvars 249s rm -f debian/*.orig debian/*.rej 249s rm -f debian/files debian/substvars 249s for i in debian/*.in; do \ 249s case "$i" in debian/control*.in) continue; esac; \ 249s rm -f ${i%*.in}; \ 249s done 249s rm -f *-stamp 249s debian/rules binary-arch 249s test -f bfd/elf32.c -a -f debian/rules 249s test -f bfd/elf32.c -a -f debian/rules 249s env 249s SHELL=/bin/bash 249s DEB_HOST_ARCH_LIBC=gnu 249s SUDO_GID=1000 249s no_proxy=127.0.0.1,127.0.1.1,login.ubuntu.com,localhost,localdomain,novalocal,internal,archive.ubuntu.com,ports.ubuntu.com,security.ubuntu.com,ddebs.ubuntu.com,changelogs.ubuntu.com,keyserver.ubuntu.com,launchpadlibrarian.net,launchpadcontent.net,launchpad.net,10.24.0.0/24,keystone.ps5.canonical.com,objectstorage.prodstack5.canonical.com,radosgw.ps5.canonical.com 249s AUTOPKGTEST_TESTBED_ARCH=s390x 249s DEB_TARGET_GNU_SYSTEM=linux-gnu 249s DEB_HOST_MULTIARCH=s390x-linux-gnu 249s DEB_TARGET_ARCH_CPU=s390x 249s AUTOPKGTEST_TMP=/tmp/autopkgtest.NwkPOK/autopkgtest_tmp 249s SUDO_COMMAND=/var/tmp/autopkgtest-run-wrapper su -s /bin/bash ubuntu -c set -e; exec /tmp/autopkgtest.NwkPOK/wrapper.sh --debug --artifacts=/tmp/autopkgtest.NwkPOK/build-artifacts --chdir=/tmp/autopkgtest.NwkPOK/build.jqY/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=4 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest.NwkPOK/build-stderr --stdout=/tmp/autopkgtest.NwkPOK/build-stdout --tmp=/tmp/autopkgtest.NwkPOK/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1' --make-executable=/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tests/build -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tests/build 249s SUDO_USER=ubuntu 249s DEB_TARGET_ARCH_BITS=64 249s PWD=/tmp/autopkgtest.NwkPOK/build.jqY/src 249s DEB_BUILD_MULTIARCH=s390x-linux-gnu 249s SOURCE_DATE_EPOCH=1738563790 249s ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1 249s LOGNAME=ubuntu 249s DEB_HOST_GNU_SYSTEM=linux-gnu 249s DEB_RULES_REQUIRES_ROOT=no 249s DEB_BUILD_ARCH_BITS=64 249s DEB_BUILD_ARCH_OS=linux 249s DEB_BUILD_PROFILES=noudeb 249s HOME=/home/ubuntu 249s ADTTMP=/tmp/autopkgtest.NwkPOK/autopkgtest_tmp 249s LANG=C.UTF-8 249s DEB_HOST_ARCH_ABI=base 249s ELF_PACKAGE_METADATA={"type":"deb","os":"ubuntu","name":"binutils","version":"2.44-1ubuntu1","architecture":"s390x"} 249s DEB_TARGET_ARCH_LIBC=gnu 249s DEB_TARGET_GNU_TYPE=s390x-linux-gnu 249s DEB_TARGET_ARCH_ABI=base 249s https_proxy=http://squid.internal:3128 249s AUTOPKGTEST_ARTIFACTS=/tmp/autopkgtest.NwkPOK/build-artifacts 249s DEB_TARGET_ARCH=s390x 249s DEB_BUILD_ARCH=s390x 249s DEB_TARGET_ARCH_OS=linux 249s MFLAGS= 249s MAKEFLAGS= 249s TERM=linux 249s DEB_TARGET_MULTIARCH=s390x-linux-gnu 249s DEB_BUILD_ARCH_CPU=s390x 249s DEB_BUILD_ARCH_LIBC=gnu 249s USER=ubuntu 249s AUTOPKGTEST_TEST_ARCH=s390x 249s DEB_HOST_ARCH_BITS=64 249s DEB_BUILD_GNU_TYPE=s390x-linux-gnu 249s DEB_BUILD_OPTIONS=nocross nohppa nomult parallel=4 249s SHLVL=1 249s MAKELEVEL=1 249s DEB_BUILD_GNU_SYSTEM=linux-gnu 249s http_proxy=http://squid.internal:3128 249s DEB_TARGET_GNU_CPU=s390x 249s DEB_TARGET_ARCH_ENDIAN=big 249s DEB_HOST_ARCH=s390x 249s DEB_HOST_ARCH_ENDIAN=big 249s DEB_HOST_GNU_TYPE=s390x-linux-gnu 249s ADT_ARTIFACTS=/tmp/autopkgtest.NwkPOK/build-artifacts 249s PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin 249s DEB_BUILD_ARCH_ENDIAN=big 249s DEB_HOST_ARCH_CPU=s390x 249s SUDO_UID=1000 249s MAIL=/var/mail/ubuntu 249s DEB_HOST_GNU_CPU=s390x 249s DEB_HOST_ARCH_OS=linux 249s DEB_BUILD_GNU_CPU=s390x 249s DEBIAN_FRONTEND=noninteractive 249s DEB_BUILD_ARCH_ABI=base 249s OLDPWD=/home/ubuntu 249s _=/usr/bin/env 249s BEGIN stamps/configure-single 249s : # force regeneration, not needed for releases 249s rm -f ld/ldgram.c ld/ldgram.h ld/ldlex.c 249s find -name '*.[1-8]' -size 0 | xargs -r rm -f 249s rm -rf stamps/configure-single builddir-single 249s mkdir builddir-single 249s cd builddir-single && env CC="s390x-linux-gnu-gcc" CXX="s390x-linux-gnu-g++" CFLAGS="-g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain" CXXFLAGS="-g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain" LDFLAGS="" \ 249s DEB_TARGET_MULTIARCH=s390x-linux-gnu DEB_TARGET_MULTIARCH32=s390-linux-gnu \ 249s ../configure --with-sysroot=/ \ 249s --libdir=/usr/lib/s390x-linux-gnu \ 249s --disable-silent-rules --enable-obsolete --enable-plugins --enable-threads --enable-jansson --enable-default-hash-style=gnu --enable-deterministic-archives --disable-compressed-debug-sections --enable-new-dtags --disable-x86-used-note --with-gold-ldflags=-static-libstdc++ --prefix=/usr --sysconfdir=/etc --enable-shared --with-system-zlib --build=s390x-linux-gnu --host=s390x-linux-gnu --with-pkgversion="GNU Binutils for Ubuntu" --disable-werror --enable-targets=s390-linux-gnu --enable-ld=default --disable-gold --enable-pgo-build=lto 249s checking build system type... s390x-ibm-linux-gnu 249s checking host system type... s390x-ibm-linux-gnu 249s checking target system type... s390x-ibm-linux-gnu 249s checking for a BSD-compatible install... /usr/bin/install -c 249s checking whether ln works... yes 249s checking whether ln -s works... yes 249s checking for a sed that does not truncate output... /usr/bin/sed 249s checking for gawk... gawk 249s checking for s390x-linux-gnu-gcc... s390x-linux-gnu-gcc 249s checking whether the C compiler works... yes 249s checking for C compiler default output file name... a.out 249s checking for suffix of executables... 249s checking whether we are cross compiling... no 249s checking for suffix of object files... o 249s checking whether we are using the GNU C compiler... yes 249s checking whether s390x-linux-gnu-gcc accepts -g... yes 249s checking for s390x-linux-gnu-gcc option to accept ISO C89... none needed 249s checking for s390x-linux-gnu-gcc option to accept ISO C99... none needed 249s checking whether we are using the GNU C++ compiler... yes 249s checking whether s390x-linux-gnu-g++ accepts -g... yes 249s checking whether g++ accepts -static-libstdc++ -static-libgcc... yes 249s checking for s390x-linux-gnu-gnatbind... no 249s checking for gnatbind... no 249s checking for s390x-linux-gnu-gnatmake... no 249s checking for gnatmake... no 249s checking whether compiler driver understands Ada and is recent enough... no 249s checking for s390x-linux-gnu-gdc... no 249s checking for gdc... no 249s checking whether the D compiler works... no 249s checking for cargo... no 249s checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 249s checking whether the compiler supports -fprofile-generate... yes 249s checking whether the compiler supports -flto=jobserver -ffat-lto-objects... yes 249s checking for objdir... .libs 249s checking for isl 0.15 or later... no 249s required isl version is 0.15 or later 249s checking whether to enable libdiagnostics... no 249s checking for library containing dlopen... none required 249s checking for library containing pthread_create... none required 250s *** This configuration is not supported in the following subdirectories: 250s zlib 250s (Any other directories should still work fine.) 250s checking for default BUILD_CONFIG... 250s checking for --enable-vtable-verify... no 250s checking for bison... bison -y 250s checking for bison... bison 250s checking for gm4... no 250s checking for gnum4... no 250s checking for m4... m4 250s checking for flex... flex 250s checking for flex... flex 250s checking for makeinfo... makeinfo 250s checking for expect... expect 250s checking for runtest... runtest 250s checking for s390x-linux-gnu-ar... s390x-linux-gnu-ar 250s checking for s390x-linux-gnu-as... s390x-linux-gnu-as 250s checking for s390x-linux-gnu-dlltool... no 250s checking for dlltool... no 250s checking for s390x-linux-gnu-dsymutil... no 250s checking for dsymutil... no 250s checking for s390x-linux-gnu-ld... s390x-linux-gnu-ld 250s checking for s390x-linux-gnu-lipo... no 250s checking for lipo... no 250s checking for s390x-linux-gnu-nm... s390x-linux-gnu-nm 250s checking for s390x-linux-gnu-ranlib... s390x-linux-gnu-ranlib 250s checking for s390x-linux-gnu-strip... s390x-linux-gnu-strip 250s checking for s390x-linux-gnu-windres... no 250s checking for windres... no 250s checking for s390x-linux-gnu-windmc... no 250s checking for windmc... no 250s checking for s390x-linux-gnu-objcopy... s390x-linux-gnu-objcopy 250s checking for s390x-linux-gnu-objdump... s390x-linux-gnu-objdump 250s checking for s390x-linux-gnu-otool... no 250s checking for otool... no 250s checking for s390x-linux-gnu-readelf... s390x-linux-gnu-readelf 250s checking for -plugin option... checking for s390x-linux-gnu-ar... (cached) s390x-linux-gnu-ar 250s --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 250s checking for cc... cc 250s checking for c++... c++ 250s checking for gcc... gcc 250s checking for gfortran... no 250s checking for gccgo... no 250s checking for gdc... no 250s checking for gm2... no 250s checking for ar... ar 250s checking for as... as 250s checking for dlltool... no 250s checking for dsymutil... no 250s checking for ld... ld 250s checking for lipo... no 250s checking for nm... nm 250s checking for objcopy... objcopy 250s checking for objdump... objdump 250s checking for otool... no 250s checking for ranlib... ranlib 250s checking for readelf... readelf 250s checking for strip... strip 250s checking for windres... no 250s checking for windmc... no 250s checking where to find the target ar... just compiled 250s checking where to find the target as... just compiled 250s checking where to find the target cc... host tool 250s checking where to find the target c++... host tool 250s checking where to find the target c++ for libstdc++... host tool 250s checking where to find the target dlltool... just compiled 250s checking where to find the target dsymutil... host tool 250s checking where to find the target gcc... host tool 250s checking where to find the target gfortran... host tool 250s checking where to find the target gccgo... host tool 250s checking where to find the target gdc... host tool 250s checking where to find the target gm2... host tool 250s checking where to find the target ld... just compiled 250s checking where to find the target lipo... host tool 250s checking where to find the target nm... just compiled 250s checking where to find the target objcopy... just compiled 250s checking where to find the target objdump... just compiled 250s checking where to find the target otool... host tool 250s checking where to find the target ranlib... just compiled 250s checking where to find the target readelf... just compiled 250s checking where to find the target strip... just compiled 250s checking where to find the target windres... just compiled 250s checking where to find the target windmc... just compiled 250s checking whether to enable maintainer-specific portions of Makefiles... no 250s configure: creating ./config.status 250s config.status: creating Makefile 250s touch stamps/configure-single 250s test -f bfd/elf32.c -a -f debian/rules 250s BEGIN stamps/build-single 250s env BFD_SOVER_EXT="-system" CTF_SOVER_EXT="" \ 250s DEB_TARGET_MULTIARCH=s390x-linux-gnu DEB_TARGET_MULTIARCH32=s390-linux-gnu \ 250s /usr/bin/make -j 4 -C builddir-single \ 250s LDFLAGS="-Wl,-z,relro" 250s make[1]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single' 250s make[2]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single' 250s mkdir -p -- ./libiberty 250s mkdir -p -- ./libsframe 250s mkdir -p -- ./binutils 250s mkdir -p -- ./gas 250s Configuring in ./binutils 250s Configuring in ./libiberty 250s Configuring in ./libsframe 250s Configuring in ./gas 251s configure: creating cache ./config.cache 251s configure: creating cache ./config.cache 251s configure: creating cache ./config.cache 251s checking whether to enable maintainer-specific portions of Makefiles... no 251s checking for makeinfo... makeinfo --split-size=5000000 251s configure: creating cache ./config.cache 251s checking build system type... checking build system type... checking build system type... s390x-ibm-linux-gnu 251s checking host system type... s390x-ibm-linux-gnu 251s checking host system type... s390x-ibm-linux-gnu 251s checking host system type... s390x-ibm-linux-gnu 251s checking target system type... s390x-ibm-linux-gnu 251s checking target system type... s390x-ibm-linux-gnu 251s checking target system type... s390x-ibm-linux-gnu 251s checking for s390x-linux-gnu-gcc... s390x-linux-gnu-gcc 251s s390x-ibm-linux-gnu 251s checking for a BSD-compatible install... /usr/bin/install -c 251s checking whether build environment is sane... s390x-ibm-linux-gnu 251s yes 251s checking for a BSD-compatible install... /usr/bin/install -c 251s checking whether build environment is sane... yes 251s checking for a thread-safe mkdir -p... /usr/bin/mkdir -p 251s checking for a thread-safe mkdir -p... checking for gawk... gawk 251s checking whether /usr/bin/make sets $(MAKE)... /usr/bin/mkdir -p 251s checking for gawk... gawk 251s checking whether /usr/bin/make sets $(MAKE)... checking whether the C compiler works... yes 251s yes 251s checking whether /usr/bin/make supports nested variables... checking whether /usr/bin/make supports nested variables... yes 251s yes 251s checking whether /usr/bin/make supports nested variables... checking whether /usr/bin/make supports nested variables... (cached) yes 251s (cached) yes 251s checking for s390x-linux-gnu-gcc... s390x-linux-gnu-gcc 251s checking for s390x-linux-gnu-gcc... s390x-linux-gnu-gcc 251s checking for perl... perl 251s checking whether the C compiler works... checking build system type... checking whether the C compiler works... s390x-ibm-linux-gnu 251s checking host system type... s390x-ibm-linux-gnu 251s checking for s390x-linux-gnu-ar... s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 251s checking for s390x-linux-gnu-ranlib... s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 251s checking for -plugin option... checking for s390x-linux-gnu-ar... (cached) s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 251s --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 251s checking whether to install libiberty headers and static library... no 251s configure: target_header_dir = 251s checking for s390x-linux-gnu-gcc... s390x-linux-gnu-gcc 251s yes 251s checking for C compiler default output file name... a.out 251s checking for suffix of executables... yes 251s checking for C compiler default output file name... a.out 251s checking for suffix of executables... yes 251s checking for C compiler default output file name... a.out 251s checking for suffix of executables... 251s checking whether we are cross compiling... checking whether the C compiler works... 251s checking whether we are cross compiling... 251s checking whether we are cross compiling... no 251s checking for suffix of object files... yes 251s checking for C compiler default output file name... a.out 251s checking for suffix of executables... o 251s checking whether we are using the GNU C compiler... no 251s checking for suffix of object files... no 251s checking for suffix of object files... yes 251s checking whether s390x-linux-gnu-gcc accepts -g... o 251s checking whether we are using the GNU C compiler... o 251s checking whether we are using the GNU C compiler... yes 251s checking for s390x-linux-gnu-gcc option to accept ISO C89... yes 251s checking whether s390x-linux-gnu-gcc accepts -g... yes 251s checking whether s390x-linux-gnu-gcc accepts -g... 251s checking whether we are cross compiling... yes 251s checking for s390x-linux-gnu-gcc option to accept ISO C89... yes 251s checking for s390x-linux-gnu-gcc option to accept ISO C89... none needed 251s checking whether s390x-linux-gnu-gcc understands -c and -o together... yes 251s checking how to run the C preprocessor... none needed 251s checking whether s390x-linux-gnu-gcc understands -c and -o together... none needed 251s checking whether s390x-linux-gnu-gcc understands -c and -o together... s390x-linux-gnu-gcc -E 251s yes 251s checking for style of include used by /usr/bin/make... yes 251s checking for style of include used by /usr/bin/make... GNU 251s checking dependency style of s390x-linux-gnu-gcc... GNU 251s no 251s checking for suffix of object files... checking dependency style of s390x-linux-gnu-gcc... checking for grep that handles long lines and -e... /usr/bin/grep 251s checking for egrep... /usr/bin/grep -E 251s checking for ANSI C header files... o 251s checking whether we are using the GNU C compiler... gcc3 251s checking how to run the C preprocessor... gcc3 251s checking how to run the C preprocessor... yes 251s checking whether s390x-linux-gnu-gcc accepts -g... s390x-linux-gnu-gcc -E 251s s390x-linux-gnu-gcc -E 251s yes 251s checking for s390x-linux-gnu-gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep 251s checking for egrep... checking for grep that handles long lines and -e... /usr/bin/grep -E 251s checking for ANSI C header files... /usr/bin/grep 251s checking for egrep... /usr/bin/grep -E 251s checking for ANSI C header files... none needed 251s checking how to run the C preprocessor... s390x-linux-gnu-gcc -E 251s checking for grep that handles long lines and -e... /usr/bin/grep 251s checking for egrep... /usr/bin/grep -E 251s checking for ANSI C header files... yes 251s checking for sys/types.h... yes 251s checking for sys/stat.h... yes 251s checking for sys/types.h... yes 251s checking for sys/types.h... yes 251s checking for stdlib.h... yes 251s checking for sys/stat.h... yes 251s checking for sys/stat.h... yes 251s checking for string.h... yes 251s checking for stdlib.h... yes 251s checking for stdlib.h... yes 251s yes 251s checking for memory.h... checking for string.h... yes 251s checking for sys/types.h... yes 251s checking for string.h... yes 251s yes 251s checking for strings.h... checking for memory.h... yes 251s checking for sys/stat.h... yes 251s checking for memory.h... yes 251s yes 251s checking for inttypes.h... yes 251s checking for strings.h... checking for stdlib.h... yes 251s checking for strings.h... yes 251s yes 251s yes 251s checking for stdint.h... checking for inttypes.h... checking for string.h... yes 251s yes 251s yes 251s checking for inttypes.h... yes 251s checking for unistd.h... checking for stdint.h... checking for memory.h... yes 251s yes 251s yes 251s checking for stdint.h... checking for unistd.h... yes 251s checking for strings.h... checking minix/config.h usability... yes 251s yes 251s checking for unistd.h... yes 251s checking minix/config.h usability... checking for inttypes.h... no 251s checking minix/config.h presence... no 251s checking for minix/config.h... no 251s checking whether it is safe to define __EXTENSIONS__... yes 251s yes 251s checking minix/config.h usability... no 251s checking minix/config.h presence... checking for stdint.h... no 251s checking for minix/config.h... no 251s checking whether it is safe to define __EXTENSIONS__... yes 251s checking for a BSD-compatible install... yes 251s /usr/bin/install -c 251s checking whether build environment is sane... yes 251s no 251s checking minix/config.h presence... checking for unistd.h... checking for a thread-safe mkdir -p... /usr/bin/mkdir -p 251s checking for gawk... gawk 251s checking whether /usr/bin/make sets $(MAKE)... no 251s checking for minix/config.h... no 251s checking whether it is safe to define __EXTENSIONS__... yes 251s checking for style of include used by /usr/bin/make... GNU 251s checking whether /usr/bin/make supports nested variables... yes 251s checking whether byte ordering is bigendian... yes 252s checking dependency style of s390x-linux-gnu-gcc... yes 252s checking minix/config.h usability... gcc3 252s yes 252s checking whether /usr/bin/make supports nested variables... (cached) yes 252s checking whether /usr/bin/make sets $(MAKE)... checking how to print strings... (cached) yes 252s printf 252s checking for a sed that does not truncate output... checking for s390x-linux-gnu-gcc... (cached) s390x-linux-gnu-gcc 252s /usr/bin/sed 252s checking for fgrep... /usr/bin/grep -F 252s checking for ld used by s390x-linux-gnu-gcc... s390x-linux-gnu-ld 252s checking if the linker (s390x-linux-gnu-ld) is GNU ld... yes 252s checking for BSD- or MS-compatible name lister (nm)... no 252s checking minix/config.h presence... checking whether we are using the GNU C compiler... (cached) yes 252s checking whether s390x-linux-gnu-gcc accepts -g... (cached) yes 252s checking for s390x-linux-gnu-gcc option to accept ISO C89... (cached) none needed 252s checking whether s390x-linux-gnu-gcc understands -c and -o together... (cached) yes 252s checking for s390x-linux-gnu-ranlib... s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 252s checking for s390x-linux-gnu-ar... s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 252s checking the archiver (s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so) interface... no 252s checking for minix/config.h... no 252s checking whether it is safe to define __EXTENSIONS__... /usr/bin/s390x-linux-gnu-nm -B 252s checking the name lister (/usr/bin/s390x-linux-gnu-nm -B) interface... ar 252s checking how to print strings... printf 252s checking for a sed that does not truncate output... /usr/bin/sed 252s checking for fgrep... /usr/bin/grep -F 252s checking for ld used by s390x-linux-gnu-gcc... s390x-linux-gnu-ld 252s checking if the linker (s390x-linux-gnu-ld) is GNU ld... BSD nm 252s checking whether ln -s works... yes 252s checking the maximum length of command line arguments... yes 252s checking for BSD- or MS-compatible name lister (nm)... 1572864 252s checking whether the shell understands some XSI constructs... yes 252s checking whether the shell understands "+="... yes 252s checking for s390x-linux-gnu-ld option to reload object files... -r 252s checking for s390x-linux-gnu-objdump... s390x-linux-gnu-objdump 252s checking how to recognize dependent libraries... pass_all 252s checking for s390x-linux-gnu-ar... s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 252s yes 252s /usr/bin/s390x-linux-gnu-nm -B 252s checking how to print strings... checking the name lister (/usr/bin/s390x-linux-gnu-nm -B) interface... checking for s390x-linux-gnu-strip... s390x-linux-gnu-strip 252s checking for s390x-linux-gnu-ranlib... s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 252s checking command to parse /usr/bin/s390x-linux-gnu-nm -B output from s390x-linux-gnu-gcc object... printf 252s checking for a sed that does not truncate output... /usr/bin/sed 252s yes 252s checking for special C compiler options needed for large files... no 252s checking for _FILE_OFFSET_BITS value needed for large files... checking for fgrep... /usr/bin/grep -F 252s checking for ld used by s390x-linux-gnu-gcc... s390x-linux-gnu-ld 252s checking if the linker (s390x-linux-gnu-ld) is GNU ld... yes 252s checking for BSD- or MS-compatible name lister (nm)... BSD nm 252s checking whether ln -s works... yes 252s checking the maximum length of command line arguments... 1572864 252s checking whether the shell understands some XSI constructs... yes 252s checking whether the shell understands "+="... yes 252s checking for s390x-linux-gnu-ld option to reload object files... -r 252s checking for s390x-linux-gnu-objdump... s390x-linux-gnu-objdump 252s checking how to recognize dependent libraries... pass_all 252s checking for s390x-linux-gnu-ar... (cached) s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 252s /usr/bin/s390x-linux-gnu-nm -B 252s checking the name lister (/usr/bin/s390x-linux-gnu-nm -B) interface... checking for s390x-linux-gnu-strip... s390x-linux-gnu-strip 252s checking for s390x-linux-gnu-ranlib... (cached) s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 252s no 252s checking command to parse /usr/bin/s390x-linux-gnu-nm -B output from s390x-linux-gnu-gcc object... checking whether s390x-linux-gnu-gcc supports -W... BSD nm 252s checking whether ln -s works... yes 252s checking the maximum length of command line arguments... yes 252s 1572864 252s checking whether the shell understands some XSI constructs... yes 252s checking whether the shell understands "+="... yes 252s checking whether s390x-linux-gnu-gcc supports -Wall... checking for s390x-linux-gnu-ld option to reload object files... -r 252s checking for s390x-linux-gnu-objdump... s390x-linux-gnu-objdump 252s checking how to recognize dependent libraries... pass_all 252s checking for s390x-linux-gnu-ar... s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 252s checking for s390x-linux-gnu-strip... s390x-linux-gnu-strip 252s checking for s390x-linux-gnu-ranlib... s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 252s checking command to parse /usr/bin/s390x-linux-gnu-nm -B output from s390x-linux-gnu-gcc object... yes 252s checking whether s390x-linux-gnu-gcc supports -Wwrite-strings... yes 252s checking whether s390x-linux-gnu-gcc supports -Wc++-compat... ok 252s yes 252s checking whether s390x-linux-gnu-gcc supports -Wstrict-prototypes... checking for dlfcn.h... ok 252s yes 252s checking for dlfcn.h... checking whether s390x-linux-gnu-gcc supports -Wshadow=local... yes 252s checking whether s390x-linux-gnu-gcc supports -pedantic ... yes 252s checking for objdir... .libs 252s ok 252s yes 252s checking whether s390x-linux-gnu-gcc and cc understand -c and -o together... yes 252s checking for objdir... checking for dlfcn.h... .libs 252s yes 252s checking for objdir... .libs 252s checking if s390x-linux-gnu-gcc supports -fno-rtti -fno-exceptions... yes 252s checking for an ANSI C-conforming const... no 252s checking for s390x-linux-gnu-gcc option to produce PIC... -fPIC -DPIC 252s checking if s390x-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes 252s checking for inline... checking if s390x-linux-gnu-gcc supports -fno-rtti -fno-exceptions... yes 252s checking if s390x-linux-gnu-gcc static flag -static works... inline 252s checking whether byte ordering is bigendian... no 252s checking for s390x-linux-gnu-gcc option to produce PIC... -fPIC -DPIC 252s checking if s390x-linux-gnu-gcc PIC flag -fPIC -DPIC works... checking if s390x-linux-gnu-gcc supports -fno-rtti -fno-exceptions... yes 252s checking if s390x-linux-gnu-gcc static flag -static works... no 252s checking for s390x-linux-gnu-gcc option to produce PIC... -fPIC -DPIC 252s checking if s390x-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes 252s checking if s390x-linux-gnu-gcc static flag -static works... yes 252s checking for a BSD-compatible install... /usr/bin/install -c 252s checking for CET support... no 252s checking target system type... s390x-ibm-linux-gnu 252s checking for sys/file.h... yes 252s yes 252s checking if s390x-linux-gnu-gcc supports -c -o file.o... yes 252s checking if s390x-linux-gnu-gcc supports -c -o file.o... checking for sys/param.h... yes 252s yes 252s checking if s390x-linux-gnu-gcc supports -c -o file.o... yes 252s checking if s390x-linux-gnu-gcc supports -c -o file.o... (cached) yes 252s checking whether the s390x-linux-gnu-gcc linker (s390x-linux-gnu-ld -m elf64_s390) supports shared libraries... yes 252s checking if s390x-linux-gnu-gcc supports -c -o file.o... (cached) yes 252s checking whether the s390x-linux-gnu-gcc linker (s390x-linux-gnu-ld -m elf64_s390) supports shared libraries... checking for limits.h... yes 252s checking whether -lc should be explicitly linked in... yes 252s checking whether -lc should be explicitly linked in... yes 252s checking for stdlib.h... (cached) yes 252s yes 252s checking if s390x-linux-gnu-gcc supports -c -o file.o... (cached) yes 252s checking whether the s390x-linux-gnu-gcc linker (s390x-linux-gnu-ld -m elf64_s390) supports shared libraries... checking for malloc.h... yes 252s checking whether -lc should be explicitly linked in... yes 252s checking for string.h... (cached) yes 252s no 252s checking for unistd.h... checking dynamic linker characteristics... (cached) yes 252s no 252s checking dynamic linker characteristics... checking for strings.h... (cached) yes 252s checking for sys/time.h... yes 252s no 252s checking dynamic linker characteristics... checking for time.h... yes 252s checking for sys/resource.h... yes 252s checking for sys/stat.h... (cached) yes 252s checking for sys/mman.h... GNU/Linux ld.so 252s checking how to hardcode library paths into programs... immediate 252s checking whether stripping libraries is possible... yes 252s checking if libtool supports shared libraries... yes 252s checking whether to build shared libraries... yes 252s checking whether to build static libraries... yes 252s checking for dlfcn.h... (cached) yes 252s GNU/Linux ld.so 252s checking how to hardcode library paths into programs... immediate 252s checking whether stripping libraries is possible... checking for windows.h... yes 252s checking if libtool supports shared libraries... yes 252s checking whether to build shared libraries... yes 252s yes 252s checking whether to build static libraries... yes 252s checking for special C compiler options needed for large files... no 252s checking for _FILE_OFFSET_BITS value needed for large files... checking for fcntl.h... yes 252s no 252s checking for aclocal... ${SHELL} /tmp/autopkgtest.NwkPOK/build.jqY/src/missing aclocal-1.15 252s checking for autoconf... ${SHELL} /tmp/autopkgtest.NwkPOK/build.jqY/src/missing autoconf 252s checking for autoheader... ${SHELL} /tmp/autopkgtest.NwkPOK/build.jqY/src/missing autoheader 252s GNU/Linux ld.so 252s checking how to hardcode library paths into programs... immediate 252s checking whether stripping libraries is possible... yes 252s checking if libtool supports shared libraries... yes 252s checking whether to build shared libraries... yes 252s checking whether to build static libraries... yes 252s checking for dlfcn.h... (cached) yes 252s checking for alloca.h... checking whether s390x-linux-gnu-gcc supports -Wall... checking for windows.h... no 252s checking for library containing dlsym... yes 252s yes 252s checking whether s390x-linux-gnu-gcc supports -Wextra... checking for sys/pstat.h... no 252s yes 252s checking for sys/sysmp.h... checking whether s390x-linux-gnu-gcc supports -Wwrite-strings... no 252s checking for library containing dlsym... no 252s checking for sys/sysinfo.h... yes 252s checking whether s390x-linux-gnu-gcc supports -Wmissing-format-attribute... yes 252s checking for machine/hal_sysinfo.h... yes 252s none required 252s checking whether s390x-linux-gnu-gcc supports -Wstrict-prototypes... checking for special C compiler options needed for large files... no 252s checking for _FILE_OFFSET_BITS value needed for large files... no 252s checking for sys/table.h... yes 252s no 252s checking whether s390x-linux-gnu-gcc supports -Wmissing-prototypes... checking for sys/sysctl.h... no 252s checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 252s none required 252s checking for special C compiler options needed for large files... no 252s checking for _FILE_OFFSET_BITS value needed for large files... no 252s checking for sys/systemcfg.h... yes 252s checking for incompatibility between DejaGnu and GCC... 252s no 252s checking for stdint.h... (cached) yes 252s checking for stdio_ext.h... no 252s checking for s390x-linux-gnu-pkg-config... /usr/bin/s390x-linux-gnu-pkg-config 252s checking pkg-config is at least version 0.9.0... yes 252s checking whether to use debuginfod... auto 252s checking for libdebuginfod >= 0.188... yes 252s no 252s checking for process.h... checking for libdebuginfod >= 0.179... no 252s configure: WARNING: libdebuginfod is missing or some features may be unavailable. 252s configure: WARNING: libdebuginfod is missing or unusable; some features may be unavailable. 252s no 252s checking for sys/prctl.h... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 252s checking whether byte ordering is bigendian... yes 252s checking for spawn.h... yes 252s checking for sys/wait.h that is POSIX.1 compatible... yes 252s checking for makeinfo... makeinfo --split-size=5000000 252s checking if using Solaris linker... no 252s Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 252s checking for bison... bison -y 252s checking for flex... flex 252s yes 252s checking whether to enable maintainer-specific portions of Makefiles... no 252s checking whether to install libbfd... yes 252s checking for stdlib.h... (cached) yes 252s checking lex output file root... lex.yy 252s checking lex library... checking for unistd.h... (cached) yes 252s checking for sys/param.h... yes 252s checking whether time.h and sys/time.h may both be included... yes 252s yes 252s checking whether errno must be declared... yes 252s checking for getpagesize... checking for bison... bison -y 252s checking for flex... flex 252s no 252s checking size of int... checking lex output file root... lex.yy 252s checking lex library... yes 252s checking for working mmap... 4 253s checking size of long... 8 253s checking size of size_t... yes 253s checking byteswap.h usability... yes 253s checking byteswap.h presence... yes 253s checking for byteswap.h... yes 253s checking endian.h usability... yes 253s checking endian.h presence... 8 253s checking for long long... yes 253s checking for endian.h... yes 253s checking whether bswap_16 is declared... yes 253s checking whether bswap_32 is declared... yes 253s yes 253s checking size of long long... checking whether bswap_64 is declared... yes 253s configure: updating cache ./config.cache 253s checking that generated files are newer than configure... done 253s configure: creating ./config.status 253s 8 253s checking for a 64-bit type... uint64_t 253s checking for intptr_t... yes 253s checking for uintptr_t... yes 253s checking for ssize_t... yes 253s checking for pid_t... yes 253s checking for library containing strerror... config.status: creating Makefile 253s none required 253s checking for asprintf... config.status: creating config.h 253s config.status: executing depfiles commands 253s config.status: executing libtool commands 253s yes 253s checking for atexit... mkdir -p -- ./etc 253s Configuring in ./etc 253s yes 253s checking for basename... yes 253s checking for bcmp... yes 253s checking for bcopy... configure: creating cache ./config.cache 253s checking whether to enable maintainer-specific portions of Makefiles... no 253s checking for a BSD-compatible install... /usr/bin/install -c 253s checking whether build environment is sane... yes 253s checking for a thread-safe mkdir -p... /usr/bin/mkdir -p 253s checking for gawk... gawk 253s checking whether /usr/bin/make sets $(MAKE)... yes 253s checking whether /usr/bin/make supports nested variables... yes 253s checking whether /usr/bin/make supports nested variables... (cached) yes 253s configure: updating cache ./config.cache 253s yes 254s checking that generated files are newer than configure... checking for bsearch... yes 254s checking for bzero... yes 254s checking for calloc... yes 254s checking for clock... yes 254s checking for ffs... yes 254s checking for getcwd... none needed 254s checking whether yytext is a pointer... yes 254s none needed 254s checking whether yytext is a pointer... checking for getpagesize... yes 254s checking for gettimeofday... yes 254s checking for index... yes 254s checking for insque... yes 254s checking for memchr... yes 254s checking for memcmp... yes 254s checking for memcpy... yes 254s checking for memmem... yes 254s checking for memmove... yes 254s checking for mempcpy... no 254s checking whether NLS is requested... yes 254s checking for msgfmt... /usr/bin/msgfmt 254s checking for gmsgfmt... /usr/bin/msgfmt 254s done 254s configure: creating ./config.status 254s checking for xgettext... yes 254s /usr/bin/xgettext 254s checking for memset... checking for msgmerge... /usr/bin/msgmerge 254s checking for ld used by GCC... s390x-linux-gnu-ld -m elf64_s390 254s checking if the linker (s390x-linux-gnu-ld -m elf64_s390) is GNU ld... yes 254s checking for shared library run path origin... done 255s checking for CFPreferencesCopyAppValue... config.status: creating Makefile 255s no 255s checking for CFLocaleCopyPreferredLanguages... no 255s checking whether NLS is requested... yes 255s checking for msgfmt... /usr/bin/msgfmt 255s checking for gmsgfmt... no 255s checking for GNU gettext in libc... /usr/bin/msgfmt 255s checking for xgettext... yes 255s /usr/bin/xgettext 255s checking for msgmerge... checking for mkstemps... /usr/bin/msgmerge 255s mkdir -p -- ./gprof 255s Configuring in ./gprof 255s checking for ld used by GCC... s390x-linux-gnu-ld -m elf64_s390 255s checking if the linker (s390x-linux-gnu-ld -m elf64_s390) is GNU ld... yes 255s checking for shared library run path origin... done 255s checking for CFPreferencesCopyAppValue... no 255s checking for CFLocaleCopyPreferredLanguages... yes 255s checking whether to use NLS... yes 255s checking where the gettext function comes from... libc 255s checking whether NLS is requested... yes 255s checking for catalogs to be installed... no 255s checking for GNU gettext in libc... yes 255s checking for putenv... yes 255s checking whether to use NLS... yes 255s checking where the gettext function comes from... libc 255s checking whether NLS is requested... yes 255s checking for catalogs to be installed... bg ca da es fi fr hr id it ja pt ro ru rw sk sr sv tr uk vi zh_CN zh_TW 255s yes 255s checking for msgfmt... (cached) /usr/bin/msgfmt 255s checking for gmsgfmt... (cached) /usr/bin/msgfmt 255s checking for xgettext... (cached) /usr/bin/xgettext 255s checking for random... checking for msgmerge... (cached) /usr/bin/msgmerge 255s checking whether to enable maintainer-specific portions of Makefiles... no 255s checking for s390x-linux-gnu-ranlib... (cached) s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 255s checking fcntl.h usability... es fi fr id ja ro ru rw sv tr uk zh_CN 255s checking for msgfmt... (cached) /usr/bin/msgfmt 255s checking for gmsgfmt... (cached) /usr/bin/msgfmt 255s checking for xgettext... (cached) /usr/bin/xgettext 255s configure: creating cache ./config.cache 255s checking for msgmerge... (cached) /usr/bin/msgmerge 255s checking build system type... s390x-ibm-linux-gnu 255s checking host system type... yes 255s checking fcntl.h presence... checking whether to enable maintainer-specific portions of Makefiles... no 255s s390x-ibm-linux-gnu 255s checking target system type... checking for memory.h... (cached) yes 255s yes 255s checking for fcntl.h... yes 255s s390x-ibm-linux-gnu 255s checking for a BSD-compatible install... /usr/bin/install -c 255s checking whether build environment is sane... checking for sys/stat.h... (cached) yes 255s yes 255s checking for a thread-safe mkdir -p... checking for sys/types.h... (cached) yes 255s yes 255s /usr/bin/mkdir -p 255s checking for gawk... gawk 255s checking whether /usr/bin/make sets $(MAKE)... checking for inttypes.h... (cached) yes 255s checking for unistd.h... (cached) yes 255s checking for rename... yes 255s checking whether compiling a cross-assembler... no 255s checking for strsignal... checking whether /usr/bin/make supports nested variables... checking for stdint.h... (cached) yes 255s yes 255s checking whether /usr/bin/make supports nested variables... (cached) yes 255s checking for s390x-linux-gnu-gcc... s390x-linux-gnu-gcc 255s checking sys/file.h usability... checking whether the C compiler works... yes 255s checking sys/file.h presence... yes 255s checking for sys/file.h... yes 255s checking for sys/stat.h... (cached) yes 255s yes 255s checking sys/time.h usability... yes 255s checking for rindex... checking for LC_MESSAGES... yes 255s checking for C compiler default output file name... a.out 255s yes 255s checking sys/time.h presence... checking for suffix of executables... yes 255s checking for sys/time.h... yes 255s checking for sys/types.h... (cached) yes 255s checking for unistd.h... (cached) yes 255s checking for sys/wait.h that is POSIX.1 compatible... yes 255s checking for setenv... yes 255s checking for working assert macro... 255s checking whether we are cross compiling... yes 255s checking for stdlib.h... (cached) yes 255s checking for unistd.h... (cached) yes 255s checking for sys/param.h... yes 255s checking for snprintf... yes 255s yes 255s checking for a known getopt prototype in unistd.h... checking for getpagesize... no 255s checking for suffix of object files... yes 255s checking whether declaration is required for environ... o 255s checking whether we are using the GNU C compiler... yes 255s checking for sigsetmask... yes 255s checking whether s390x-linux-gnu-gcc accepts -g... yes 255s checking for working mmap... yes 255s checking for s390x-linux-gnu-gcc option to accept ISO C89... yes 255s none needed 255s checking whether s390x-linux-gnu-gcc understands -c and -o together... checking for stpcpy... no 255s checking whether declaration is required for ffs... yes 255s checking for style of include used by /usr/bin/make... GNU 255s checking dependency style of s390x-linux-gnu-gcc... gcc3 255s checking how to run the C preprocessor... yes 255s s390x-linux-gnu-gcc -E 255s checking for stpncpy... no 255s checking for grep that handles long lines and -e... /usr/bin/grep 255s checking for egrep... /usr/bin/grep -E 255s checking for ANSI C header files... checking whether mempcpy is declared... yes 255s checking for fseeko... yes 255s checking whether stpcpy is declared... yes 255s checking for strcasecmp... yes 255s checking for s390x-linux-gnu-pkg-config... /usr/bin/s390x-linux-gnu-pkg-config 255s checking pkg-config is at least version 0.9.0... yes 255s checking for libzstd >= 1.4.0... no 255s checking for struct stat.st_mtim.tv_sec in sys/stat.h... yes 255s checking for fseeko64... yes 255s checking for struct stat.st_mtim.tv_nsec in sys/stat.h... yes 255s checking for strchr... yes 255s checking for sys/types.h... yes 255s yes 255s checking for sys/stat.h... yes 255s configure: updating cache ./config.cache 255s checking that generated files are newer than configure... done 255s configure: creating ./config.status 255s checking for getc_unlocked... yes 255s checking for stdlib.h... yes 255s checking for strdup... yes 255s checking for string.h... yes 255s yes 255s checking for memory.h... checking for mkdtemp... yes 255s yes 255s checking for strings.h... checking for strncasecmp... yes 255s checking for inttypes.h... yes 255s checking for mkstemp... yes 255s checking for stdint.h... yes 256s checking for strndup... yes 256s checking for unistd.h... yes 256s checking for utimensat... yes 256s checking minix/config.h usability... yes 256s checking for strnlen... no 256s checking minix/config.h presence... no 256s checking for minix/config.h... no 256s checking whether it is safe to define __EXTENSIONS__... yes 256s checking for utimes... yes 256s checking how to print strings... printf 256s checking for a sed that does not truncate output... /usr/bin/sed 256s checking for fgrep... /usr/bin/grep -F 256s checking for ld used by s390x-linux-gnu-gcc... s390x-linux-gnu-ld 256s checking if the linker (s390x-linux-gnu-ld) is GNU ld... yes 256s checking for BSD- or MS-compatible name lister (nm)... yes 256s checking for strrchr... /usr/bin/s390x-linux-gnu-nm -B 256s checking the name lister (/usr/bin/s390x-linux-gnu-nm -B) interface... BSD nm 256s checking whether ln -s works... yes 256s checking the maximum length of command line arguments... yes 256s 1572864 256s checking whether the shell understands some XSI constructs... yes 256s checking whether the shell understands "+="... checking for mbstate_t... yes 256s checking for s390x-linux-gnu-ld option to reload object files... -r 256s checking for s390x-linux-gnu-objdump... s390x-linux-gnu-objdump 256s checking how to recognize dependent libraries... pass_all 256s checking for s390x-linux-gnu-ar... s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 256s checking for s390x-linux-gnu-strip... s390x-linux-gnu-strip 256s checking for s390x-linux-gnu-ranlib... s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 256s checking command to parse /usr/bin/s390x-linux-gnu-nm -B output from s390x-linux-gnu-gcc object... yes 256s checking for struct stat.st_atim.tv_nsec... yes 256s checking for strstr... config.status: creating .gdbinit 256s yes 256s checking whether struct stat.st_atim is of type struct timespec... config.status: creating Makefile 256s config.status: creating po/Makefile.in 256s yes 256s checking for library containing frexp... config.status: creating config.h 256s config.status: executing depfiles commands 256s ok 256s yes 256s checking for dlfcn.h... checking for strtod... none required 256s checking for LC_MESSAGES... yes 256s checking for objdir... .libs 256s yes 256s checking for strtol... yes 256s checking for a known getopt prototype in unistd.h... checking if s390x-linux-gnu-gcc supports -fno-rtti -fno-exceptions... yes 256s checking for utime.h... no 256s checking for s390x-linux-gnu-gcc option to produce PIC... -fPIC -DPIC 256s checking if s390x-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes 256s yes 256s checking whether environ is declared... checking for strtoul... yes 256s checking if s390x-linux-gnu-gcc static flag -static works... yes 256s checking whether getc_unlocked is declared... config.status: executing libtool commands 256s yes 256s config.status: executing default-1 commands 256s checking for strtoll... yes 256s checking if s390x-linux-gnu-gcc supports -c -o file.o... config.status: creating po/POTFILES 256s config.status: creating po/Makefile 256s config.status: executing default-2 commands 256s yes 256s checking whether stpcpy is declared... config.status: creating po/POTFILES 256s config.status: creating po/Makefile 256s yes 256s checking if s390x-linux-gnu-gcc supports -c -o file.o... (cached) yes 256s checking whether the s390x-linux-gnu-gcc linker (s390x-linux-gnu-ld -m elf64_s390) supports shared libraries... config.status: executing default commands 256s yes 256s checking whether -lc should be explicitly linked in... yes 256s checking whether strnlen is declared... yes 256s make[2]: Nothing to be done for 'all-target'. 256s checking for strtoull... no 256s checking dynamic linker characteristics... mkdir -p -- ./ld 256s Configuring in ./ld 256s yes 256s checking for libzstd >= 1.4.0... no 256s checking for msgpack... no 256s checking iconv.h usability... yes 256s checking for strverscmp... GNU/Linux ld.so 256s checking how to hardcode library paths into programs... immediate 256s checking whether stripping libraries is possible... yes 256s checking if libtool supports shared libraries... yes 256s checking whether to build shared libraries... yes 256s checking whether to build static libraries... yes 256s checking for dlfcn.h... (cached) yes 256s checking for windows.h... yes 256s checking iconv.h presence... yes 256s checking for iconv.h... yes 256s checking for iconv... no 256s checking for library containing dlsym... yes 256s checking for tmpnam... yes 256s checking for working iconv... none required 256s checking for special C compiler options needed for large files... no 256s checking for _FILE_OFFSET_BITS value needed for large files... configure: creating cache ./config.cache 256s checking build system type... s390x-ibm-linux-gnu 256s checking host system type... no 256s checking sys/time.h usability... s390x-ibm-linux-gnu 256s checking target system type... s390x-ibm-linux-gnu 256s checking for a BSD-compatible install... /usr/bin/install -c 256s checking whether build environment is sane... yes 256s checking for a thread-safe mkdir -p... /usr/bin/mkdir -p 256s checking for gawk... gawk 256s checking whether /usr/bin/make sets $(MAKE)... yes 256s yes 256s checking for vasprintf... checking whether /usr/bin/make supports nested variables... yes 256s yes 256s checking sys/time.h presence... yes 256s checking for sys/time.h... yes 256s checking for setitimer... checking whether /usr/bin/make supports nested variables... (cached) yes 256s checking whether to enable maintainer-specific portions of Makefiles... no 256s checking for s390x-linux-gnu-gcc... s390x-linux-gnu-gcc 256s checking whether the C compiler works... yes 256s yes 256s checking whether iconv is compatible with its POSIX signature... checking for vfprintf... yes 256s checking whether NLS is requested... yes 256s checking for msgfmt... yes 256s /usr/bin/msgfmt 256s checking for gmsgfmt... /usr/bin/msgfmt 256s yes 256s checking for C compiler default output file name... a.out 256s checking for suffix of executables... checking for xgettext... /usr/bin/xgettext 256s checking for msgmerge... /usr/bin/msgmerge 256s checking for ld used by GCC... s390x-linux-gnu-ld -m elf64_s390 256s checking if the linker (s390x-linux-gnu-ld -m elf64_s390) is GNU ld... yes 256s checking for shared library run path origin... configure: updating cache ./config.cache 256s checking that generated files are newer than configure... done 256s configure: creating ./config.status 256s done 256s checking for CFPreferencesCopyAppValue... yes 256s checking for vprintf... no 256s checking for CFLocaleCopyPreferredLanguages... 256s checking whether we are cross compiling... no 256s checking for GNU gettext in libc... yes 257s checking for vsnprintf... yes 257s checking whether to use NLS... yes 257s checking where the gettext function comes from... libc 257s checking whether NLS is requested... yes 257s checking for catalogs to be installed... no 257s checking for suffix of object files... o 257s checking whether we are using the GNU C compiler... yes 257s checking whether s390x-linux-gnu-gcc accepts -g... yes 257s yes 257s checking for s390x-linux-gnu-gcc option to accept ISO C89... checking for vsprintf... bg da de eo es fi fr ga hu id it ja ka ms nl pt_BR ro ru rw sr sv tr uk vi 257s checking for msgfmt... (cached) /usr/bin/msgfmt 257s checking for gmsgfmt... (cached) /usr/bin/msgfmt 257s checking for xgettext... (cached) /usr/bin/xgettext 257s checking for msgmerge... (cached) /usr/bin/msgmerge 257s none needed 257s checking whether s390x-linux-gnu-gcc understands -c and -o together... checking whether to enable maintainer-specific portions of Makefiles... no 257s checking sys/gmon_out.h usability... yes 257s checking for style of include used by /usr/bin/make... GNU 257s checking dependency style of s390x-linux-gnu-gcc... yes 257s checking for waitpid... yes 257s checking sys/gmon_out.h presence... yes 257s checking for sys/gmon_out.h... yes 257s checking for a known getopt prototype in unistd.h... gcc3 262s checking whether we are using the GNU C++ compiler... yes 262s checking for library containing fabs... yes 262s checking whether s390x-linux-gnu-g++ accepts -g... yes 262s checking for setproctitle... yes 262s checking dependency style of s390x-linux-gnu-g++... gcc3 262s checking for grep that handles long lines and -e... /usr/bin/grep 262s checking how to run the C preprocessor... s390x-linux-gnu-gcc -E 262s checking for egrep... /usr/bin/grep -E 262s checking for ANSI C header files... no 262s checking whether alloca needs Cray hooks... no 262s checking stack direction for C alloca... -lm 262s config.status: creating Makefile 262s config.status: creating po/Makefile.in 262s config.status: creating config.h 262s Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 262s config.status: executing depfiles commands 262s -1 262s checking for vfork.h... no 262s configure: updating cache ./config.cache 262s checking for fork... checking that generated files are newer than configure... done 262s configure: creating ./config.status 262s yes 262s checking for sys/types.h... yes 262s checking for sys/stat.h... yes 262s checking for stdlib.h... yes 262s checking for vfork... config.status: executing libtool commands 262s yes 262s config.status: executing default-1 commands 262s checking for string.h... config.status: creating po/POTFILES 262s config.status: creating po/Makefile 262s config.status: executing default-2 commands 262s config.status: creating po/POTFILES 262s yes 262s config.status: creating po/Makefile 262s checking for memory.h... yes 262s checking for working fork... yes 262s checking for strings.h... make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 262s yes 262s /usr/bin/make all-am 262s checking for inttypes.h... make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 262s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 262s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 262s restore=: && backupdir=".am$$" && \ 262s rm -rf $backupdir && mkdir $backupdir && \ 262s if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ 262s for f in doc/sframe-spec.info doc/sframe-spec.info-[0-9] doc/sframe-spec.info-[0-9][0-9] doc/sframe-spec.i[0-9] doc/sframe-spec.i[0-9][0-9]; do \ 262s if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ 262s done; \ 262s else :; fi && \ 262s if makeinfo --split-size=5000000 --split-size=5000000 --no-split -I doc -I ../../libsframe/doc \ 262s -o doc/sframe-spec.info `test -f 'doc/sframe-spec.texi' || echo '../../libsframe/'`doc/sframe-spec.texi; \ 262s then \ 262s rc=0; \ 262s else \ 262s rc=$?; \ 262s $restore $backupdir/* `echo "./doc/sframe-spec.info" | sed 's|[^/]*$||'`; \ 262s fi; \ 262s rm -rf $backupdir; exit $rc 262s yes 262s checking for stdint.h... yes 262s checking for working vfork... (cached) yes 262s checking for _doprnt... yes 262s checking for unistd.h... yes 262s checking minix/config.h usability... no 262s checking for sys_errlist... no 262s checking minix/config.h presence... no 262s checking for minix/config.h... no 262s checking whether it is safe to define __EXTENSIONS__... yes 262s checking for s390x-linux-gnu-pkg-config... /usr/bin/s390x-linux-gnu-pkg-config 262s checking pkg-config is at least version 0.9.0... yes 262s checking how to print strings... printf 262s checking for a sed that does not truncate output... /usr/bin/sed 262s checking for fgrep... no 262s checking for sys_nerr... /usr/bin/grep -F 262s checking for ld used by s390x-linux-gnu-gcc... s390x-linux-gnu-ld 262s checking if the linker (s390x-linux-gnu-ld) is GNU ld... yes 262s checking for BSD- or MS-compatible name lister (nm)... config.status: creating Makefile 262s /usr/bin/s390x-linux-gnu-nm -B 262s checking the name lister (/usr/bin/s390x-linux-gnu-nm -B) interface... config.status: creating po/Makefile.in 262s BSD nm 262s checking whether ln -s works... yes 262s checking the maximum length of command line arguments... config.status: creating gconfig.h 262s 1572864 262s checking whether the shell understands some XSI constructs... yes 262s checking whether the shell understands "+="... yes 262s checking for s390x-linux-gnu-ld option to reload object files... -r 262s checking for s390x-linux-gnu-objdump... s390x-linux-gnu-objdump 262s checking how to recognize dependent libraries... pass_all 262s config.status: executing depfiles commands 262s checking for s390x-linux-gnu-ar... s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 262s checking for s390x-linux-gnu-strip... s390x-linux-gnu-strip 262s checking for s390x-linux-gnu-ranlib... s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 262s checking command to parse /usr/bin/s390x-linux-gnu-nm -B output from s390x-linux-gnu-gcc object... no 262s checking for sys_siglist... /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libsframe_la-sframe.lo -MD -MP -MF .deps/libsframe_la-sframe.Tpo -c -o libsframe_la-sframe.lo `test -f 'sframe.c' || echo '../../libsframe/'`sframe.c 262s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libsframe_la-sframe.lo -MD -MP -MF .deps/libsframe_la-sframe.Tpo -c ../../libsframe/sframe.c -fPIC -DPIC -o .libs/libsframe_la-sframe.o 262s config.status: executing libtool commands 262s config.status: executing default-1 commands 262s config.status: creating po/POTFILES 262s config.status: creating po/Makefile 262s config.status: executing default-2 commands 262s no 262s checking for external symbol _system_configuration... config.status: creating po/POTFILES 262s config.status: creating po/Makefile 262s ok 262s no 262s checking for __fsetlocking... checking for dlfcn.h... make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/etc' 262s make[3]: Nothing to be done for 'all'. 262s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/etc' 262s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libsframe_la-sframe-dump.lo -MD -MP -MF .deps/libsframe_la-sframe-dump.Tpo -c -o libsframe_la-sframe-dump.lo `test -f 'sframe-dump.c' || echo '../../libsframe/'`sframe-dump.c 262s yes 262s checking for objdir... .libs 262s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libsframe_la-sframe-dump.lo -MD -MP -MF .deps/libsframe_la-sframe-dump.Tpo -c ../../libsframe/sframe-dump.c -fPIC -DPIC -o .libs/libsframe_la-sframe-dump.o 262s yes 262s checking for canonicalize_file_name... checking if s390x-linux-gnu-gcc supports -fno-rtti -fno-exceptions... yes 262s checking for dup3... libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libsframe_la-sframe-dump.lo -MD -MP -MF .deps/libsframe_la-sframe-dump.Tpo -c ../../libsframe/sframe-dump.c -o libsframe_la-sframe-dump.o >/dev/null 2>&1 262s no 262s checking for s390x-linux-gnu-gcc option to produce PIC... -fPIC -DPIC 262s checking if s390x-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes 262s checking if s390x-linux-gnu-gcc static flag -static works... yes 262s checking for getrlimit... yes 262s checking if s390x-linux-gnu-gcc supports -c -o file.o... mv -f .deps/libsframe_la-sframe-dump.Tpo .deps/libsframe_la-sframe-dump.Plo 262s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libsframe_la-sframe-error.lo -MD -MP -MF .deps/libsframe_la-sframe-error.Tpo -c -o libsframe_la-sframe-error.lo `test -f 'sframe-error.c' || echo '../../libsframe/'`sframe-error.c 262s yes 262s checking for getrusage... libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libsframe_la-sframe-error.lo -MD -MP -MF .deps/libsframe_la-sframe-error.Tpo -c ../../libsframe/sframe-error.c -fPIC -DPIC -o .libs/libsframe_la-sframe-error.o 262s yes 262s checking if s390x-linux-gnu-gcc supports -c -o file.o... (cached) yes 262s checking whether the s390x-linux-gnu-gcc linker (s390x-linux-gnu-ld -m elf64_s390) supports shared libraries... yes 262s checking whether -lc should be explicitly linked in... libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libsframe_la-sframe-error.lo -MD -MP -MF .deps/libsframe_la-sframe-error.Tpo -c ../../libsframe/sframe-error.c -o libsframe_la-sframe-error.o >/dev/null 2>&1 262s yes 262s mv -f .deps/libsframe_la-sframe-error.Tpo .deps/libsframe_la-sframe-error.Plo 262s no 262s checking dynamic linker characteristics... checking for getsysinfo... no 262s checking for gettimeofday... (cached) yes 262s checking for on_exit... GNU/Linux ld.so 262s checking how to hardcode library paths into programs... immediate 262s checking whether stripping libraries is possible... yes 262s checking if libtool supports shared libraries... yes 262s checking whether to build shared libraries... yes 262s checking whether to build static libraries... yes 262s checking how to run the C++ preprocessor... s390x-linux-gnu-g++ -E 262s yes 262s checking for pipe2... libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libsframe_la-sframe.lo -MD -MP -MF .deps/libsframe_la-sframe.Tpo -c ../../libsframe/sframe.c -o libsframe_la-sframe.o >/dev/null 2>&1 262s yes 262s checking for posix_spawn... checking for ld used by s390x-linux-gnu-g++... s390x-linux-gnu-ld -m elf64_s390 262s checking if the linker (s390x-linux-gnu-ld -m elf64_s390) is GNU ld... yes 262s checking whether the s390x-linux-gnu-g++ linker (s390x-linux-gnu-ld -m elf64_s390) supports shared libraries... yes 262s yes 262s checking for posix_spawnp... checking for s390x-linux-gnu-g++ option to produce PIC... -fPIC -DPIC 262s checking if s390x-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes 262s checking if s390x-linux-gnu-g++ static flag -static works... yes 262s checking for psignal... yes 262s checking if s390x-linux-gnu-g++ supports -c -o file.o... yes 262s checking for pstat_getdynamic... yes 262s checking if s390x-linux-gnu-g++ supports -c -o file.o... (cached) yes 262s checking whether the s390x-linux-gnu-g++ linker (s390x-linux-gnu-ld -m elf64_s390) supports shared libraries... yes 262s checking dynamic linker characteristics... (cached) GNU/Linux ld.so 262s checking how to hardcode library paths into programs... immediate 262s checking for dlfcn.h... (cached) yes 262s checking for windows.h... no 262s checking for library containing dlsym... no 262s checking for pstat_getstatic... none required 262s checking for special C compiler options needed for large files... no 262s checking for _FILE_OFFSET_BITS value needed for large files... no 262s checking size of void *... no 262s checking for realpath... yes 262s 8 262s checking for setrlimit... checking for jansson... yes 262s checking for spawnve... yes 262s mv -f .deps/libsframe_la-sframe.Tpo .deps/libsframe_la-sframe.Plo 262s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -version-info `grep -v '^#' ../../libsframe/libtool-version` -Wl,--version-script=../../libsframe/libsframe.ver -Wl,-z,relro -o libsframe.la -rpath /usr/lib/s390x-linux-gnu libsframe_la-sframe.lo libsframe_la-sframe-dump.lo libsframe_la-sframe-error.lo 262s Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 262s checking for LC_MESSAGES... libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libsframe_la-sframe.o .libs/libsframe_la-sframe-dump.o .libs/libsframe_la-sframe-error.o -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -Wl,--version-script=../../libsframe/libsframe.ver -Wl,-z -Wl,relro -Wl,-soname -Wl,libsframe.so.1 -o .libs/libsframe.so.1.0.0 262s no 262s checking for spawnvpe... yes 262s checking whether NLS is requested... yes 262s checking for msgfmt... /usr/bin/msgfmt 262s checking for gmsgfmt... /usr/bin/msgfmt 262s checking for xgettext... /usr/bin/xgettext 262s no 262s checking for strerror... checking for msgmerge... /usr/bin/msgmerge 262s checking for ld used by GCC... s390x-linux-gnu-ld -m elf64_s390 262s checking if the linker (s390x-linux-gnu-ld -m elf64_s390) is GNU ld... yes 262s checking for shared library run path origin... done 262s checking for CFPreferencesCopyAppValue... no 262s checking for CFLocaleCopyPreferredLanguages... no 262s checking for GNU gettext in libc... yes 262s checking for strsignal... yes 262s yes 262s checking whether to use NLS... yes 262s checking where the gettext function comes from... libc 262s checking whether NLS is requested... yes 262s checking for catalogs to be installed... checking for sysconf... yes 262s checking for sysctl... bg da de es fi fr ga id it ja ka pt_BR ro ru sr sv tr uk vi zh_CN zh_TW 262s checking for msgfmt... (cached) /usr/bin/msgfmt 262s checking for gmsgfmt... (cached) /usr/bin/msgfmt 262s checking for xgettext... (cached) /usr/bin/xgettext 262s checking for msgmerge... (cached) /usr/bin/msgmerge 262s checking for bison... bison -y 262s checking for flex... flex 262s checking lex output file root... lex.yy 262s checking lex library... no 262s checking for sysmp... no 262s checking for table... no 262s checking for times... yes 262s checking for wait3... yes 262s libtool: link: (cd ".libs" && rm -f "libsframe.so.1" && ln -s "libsframe.so.1.0.0" "libsframe.so.1") 262s libtool: link: (cd ".libs" && rm -f "libsframe.so" && ln -s "libsframe.so.1.0.0" "libsframe.so") 262s checking for wait4... libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libsframe.a libsframe_la-sframe.o libsframe_la-sframe-dump.o libsframe_la-sframe-error.o 262s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libsframe.a 262s libtool: link: ( cd ".libs" && rm -f "libsframe.la" && ln -s "../libsframe.la" "libsframe.la" ) 262s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 262s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 262s yes 262s checking for sbrk... yes 262s checking whether basename is declared... yes 262s checking whether ffs is declared... yes 262s checking whether asprintf is declared... yes 262s checking whether vasprintf is declared... yes 262s checking whether snprintf is declared... yes 262s checking whether vsnprintf is declared... yes 262s checking whether calloc is declared... yes 262s checking whether getenv is declared... yes 262s checking whether getopt is declared... yes 262s checking whether malloc is declared... yes 262s checking whether realloc is declared... yes 262s checking whether sbrk is declared... yes 262s checking whether strtol is declared... yes 262s checking whether strtoul is declared... yes 262s checking whether strtoll is declared... yes 262s checking whether strtoull is declared... yes 262s checking whether strverscmp is declared... yes 262s checking whether strnlen is declared... yes 262s checking whether canonicalize_file_name must be declared... no 262s checking for SHA1 HW acceleration support... no 262s checking for stdlib.h... (cached) yes 262s checking for unistd.h... (cached) yes 262s checking for sys/param.h... (cached) yes 262s checking for getpagesize... (cached) yes 262s checking for working mmap... yes 262s checking for working strncmp... yes 262s configure: updating cache ./config.cache 262s configure: creating ./config.status 262s config.status: creating Makefile 262s config.status: creating testsuite/Makefile 262s none needed 262s checking whether yytext is a pointer... config.status: creating config.h 262s config.status: executing default commands 262s mkdir -p -- ./bfd 262s Configuring in ./bfd 262s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty' 262s if [ x"-fPIC" != x ] && [ ! -d pic ]; then \ 262s mkdir pic; \ 262s else true; fi 262s if [ x"" != x ] && [ ! -d noasan ]; then \ 262s mkdir noasan; \ 262s else true; fi 262s touch stamp-noasandir 262s touch stamp-picdir 262s echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list 262s if [ x"-fPIC" != x ]; then \ 262s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/regex.c -o pic/regex.o; \ 262s else true; fi 262s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/testsuite' 262s make[4]: Nothing to be done for 'all'. 262s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/testsuite' 262s if [ x"-fPIC" != x ]; then \ 262s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \ 262s else true; fi 262s configure: creating cache ./config.cache 262s checking build system type... s390x-ibm-linux-gnu 262s checking host system type... s390x-ibm-linux-gnu 262s checking target system type... s390x-ibm-linux-gnu 262s checking for a BSD-compatible install... /usr/bin/install -c 262s checking whether build environment is sane... yes 262s checking for a thread-safe mkdir -p... /usr/bin/mkdir -p 262s checking for gawk... gawk 262s checking whether /usr/bin/make sets $(MAKE)... yes 262s checking whether /usr/bin/make supports nested variables... yes 262s checking whether /usr/bin/make supports nested variables... (cached) yes 262s checking for s390x-linux-gnu-ar... s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 262s checking for s390x-linux-gnu-ranlib... s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 262s checking for s390x-linux-gnu-gcc... s390x-linux-gnu-gcc 262s checking whether the C compiler works... if [ x"" != x ]; then \ 262s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/cplus-dem.c -o noasan/cplus-dem.o; \ 262s else true; fi 262s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/cplus-dem.c -o cplus-dem.o 262s yes 262s checking for C compiler default output file name... a.out 262s checking for suffix of executables... 262s checking whether we are cross compiling... if [ x"-fPIC" != x ]; then \ 262s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \ 262s else true; fi 262s no 262s checking for suffix of object files... o 262s checking whether we are using the GNU C compiler... yes 262s checking whether s390x-linux-gnu-gcc accepts -g... yes 262s checking for s390x-linux-gnu-gcc option to accept ISO C89... none needed 262s checking whether s390x-linux-gnu-gcc understands -c and -o together... yes 262s checking for style of include used by /usr/bin/make... GNU 262s checking dependency style of s390x-linux-gnu-gcc... gcc3 262s checking how to run the C preprocessor... s390x-linux-gnu-gcc -E 262s checking for grep that handles long lines and -e... /usr/bin/grep 262s checking for egrep... /usr/bin/grep -E 262s checking for ANSI C header files... no 262s checking whether to enable maintainer-specific portions of Makefiles... no 262s checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 262s checking fcntl.h usability... yes 262s checking fcntl.h presence... yes 262s checking for fcntl.h... yes 262s checking elf-hints.h usability... yes 262s checking for sys/types.h... no 262s checking elf-hints.h presence... no 262s checking for elf-hints.h... no 262s yes 262s checking limits.h usability... checking for sys/stat.h... yes 262s checking for stdlib.h... yes 262s checking limits.h presence... yes 262s checking for limits.h... yes 262s checking for inttypes.h... (cached) yes 262s yes 262s checking for string.h... checking for stdint.h... (cached) yes 262s checking sys/file.h usability... yes 262s checking for memory.h... yes 262s yes 262s checking sys/file.h presence... checking for strings.h... yes 262s checking for sys/file.h... yes 262s checking sys/mman.h usability... yes 262s checking for inttypes.h... yes 262s yes 262s checking sys/mman.h presence... yes 262s checking for sys/mman.h... yes 262s checking for stdint.h... checking sys/param.h usability... yes 262s checking for unistd.h... yes 262s checking sys/param.h presence... yes 262s checking for sys/param.h... yes 262s checking for sys/stat.h... (cached) yes 262s yes 262s checking sys/time.h usability... checking minix/config.h usability... no 262s checking minix/config.h presence... yes 262s checking sys/time.h presence... no 262s checking for minix/config.h... no 262s checking whether it is safe to define __EXTENSIONS__... yes 262s checking for sys/time.h... yes 262s checking for sys/types.h... (cached) yes 262s checking for unistd.h... (cached) yes 262s checking for close... yes 262s checking how to print strings... printf 262s checking for a sed that does not truncate output... /usr/bin/sed 262s checking for fgrep... /usr/bin/grep -F 262s checking for ld used by s390x-linux-gnu-gcc... s390x-linux-gnu-ld 262s checking if the linker (s390x-linux-gnu-ld) is GNU ld... yes 262s checking for BSD- or MS-compatible name lister (nm)... yes 262s checking for glob... /usr/bin/s390x-linux-gnu-nm -B 262s checking the name lister (/usr/bin/s390x-linux-gnu-nm -B) interface... BSD nm 262s checking whether ln -s works... yes 262s checking the maximum length of command line arguments... 1572864 262s checking whether the shell understands some XSI constructs... yes 262s checking whether the shell understands "+="... yes 262s checking for s390x-linux-gnu-ld option to reload object files... -r 262s checking for s390x-linux-gnu-objdump... s390x-linux-gnu-objdump 262s checking how to recognize dependent libraries... pass_all 262s checking for s390x-linux-gnu-ar... (cached) s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 262s checking for s390x-linux-gnu-strip... s390x-linux-gnu-strip 262s checking for s390x-linux-gnu-ranlib... (cached) s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 262s checking command to parse /usr/bin/s390x-linux-gnu-nm -B output from s390x-linux-gnu-gcc object... yes 262s checking for lseek... yes 262s ok 262s checking for mkstemp... checking for dlfcn.h... yes 262s checking for objdir... .libs 262s yes 262s checking for open... checking if s390x-linux-gnu-gcc supports -fno-rtti -fno-exceptions... yes 262s checking for realpath... no 262s checking for s390x-linux-gnu-gcc option to produce PIC... -fPIC -DPIC 262s checking if s390x-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes 262s checking if s390x-linux-gnu-gcc static flag -static works... yes 262s checking for waitpid... yes 262s checking if s390x-linux-gnu-gcc supports -c -o file.o... yes 262s checking if s390x-linux-gnu-gcc supports -c -o file.o... (cached) yes 262s checking whether the s390x-linux-gnu-gcc linker (s390x-linux-gnu-ld -m elf64_s390) supports shared libraries... yes 262s yes 262s checking whether -lc should be explicitly linked in... checking whether environ is declared... yes 262s checking whether stpcpy is declared... no 262s checking dynamic linker characteristics... yes 262s checking for stdlib.h... (cached) yes 262s checking for unistd.h... (cached) yes 262s checking for sys/param.h... (cached) yes 262s checking for getpagesize... GNU/Linux ld.so 262s checking how to hardcode library paths into programs... immediate 262s checking for shl_load... yes 262s checking for working mmap... no 262s checking for shl_load in -ldld... no 262s checking for dlopen... yes 262s checking whether a program can dlopen itself... yes 262s checking for library containing dlopen... yes 262s checking whether a statically linked program can dlopen itself... none required 262s checking for a known getopt prototype in unistd.h... yes 262s checking whether to use xxhash... no 262s checking for libzstd >= 1.4.0... no 262s no 262s checking whether stripping libraries is possible... yes 262s checking if libtool supports shared libraries... yes 262s checking whether to build shared libraries... yes 262s checking whether to build static libraries... yes 262s checking for dlfcn.h... (cached) yes 262s checking for windows.h... no 262s checking for library containing dlsym... configure: updating cache ./config.cache 262s checking that generated files are newer than configure... done 262s configure: creating ./config.status 262s none required 262s checking for special C compiler options needed for large files... no 262s checking for _FILE_OFFSET_BITS value needed for large files... no 262s checking size of void *... 8 262s Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 262s checking whether to enable maintainer-specific portions of Makefiles... no 262s checking whether to install libbfd... yes 262s checking whether byte ordering is bigendian... yes 262s checking whether NLS is requested... yes 262s checking for msgfmt... /usr/bin/msgfmt 262s checking for gmsgfmt... /usr/bin/msgfmt 262s checking for xgettext... /usr/bin/xgettext 262s checking for msgmerge... /usr/bin/msgmerge 262s checking for ld used by GCC... s390x-linux-gnu-ld -m elf64_s390 262s checking if the linker (s390x-linux-gnu-ld -m elf64_s390) is GNU ld... yes 263s checking for shared library run path origin... done 263s checking for CFPreferencesCopyAppValue... no 263s checking for CFLocaleCopyPreferredLanguages... no 263s checking for GNU gettext in libc... yes 263s checking whether to use NLS... yes 263s checking where the gettext function comes from... libc 263s checking whether NLS is requested... yes 263s checking for catalogs to be installed... config.status: creating Makefile 263s config.status: creating po/Makefile.in 263s config.status: creating config.h 263s config.status: executing depfiles commands 263s da es fi fr hr id ja ka ms pt ro ru rw sr sv tr uk vi zh_CN 263s checking for msgfmt... (cached) /usr/bin/msgfmt 263s checking for gmsgfmt... (cached) /usr/bin/msgfmt 263s checking for xgettext... (cached) /usr/bin/xgettext 263s checking for msgmerge... (cached) /usr/bin/msgmerge 263s checking size of long long... if [ x"" != x ]; then \ 263s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/regex.c -o noasan/regex.o; \ 263s else true; fi 263s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/regex.c -o regex.o 263s 8 263s checking size of void *... (cached) 8 263s checking size of long... 8 263s checking size of int... 4 263s checking fcntl.h usability... yes 263s checking fcntl.h presence... yes 263s checking for fcntl.h... yes 263s checking sys/file.h usability... config.status: executing libtool commands 263s config.status: executing default-1 commands 263s yes 263s checking sys/file.h presence... config.status: executing default-2 commands 263s yes 263s checking for sys/file.h... yes 263s checking sys/resource.h usability... config.status: executing default commands 263s yes 263s checking sys/resource.h presence... yes 263s checking for sys/resource.h... yes 263s if [ x"-fPIC" != x ]; then \ 263s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/md5.c -o pic/md5.o; \ 263s else true; fi 263s checking for sys/stat.h... (cached) yes 263s if [ x"" != x ]; then \ 263s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/cp-demangle.c -o noasan/cp-demangle.o; \ 263s else true; fi 263s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/cp-demangle.c -o cp-demangle.o 263s checking for sys/types.h... (cached) yes 263s checking for unistd.h... (cached) yes 263s checking for fcntl... yes 263s checking for fdopen... yes 263s checking for fileno... if [ x"" != x ]; then \ 263s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/md5.c -o noasan/md5.o; \ 263s else true; fi 263s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/md5.c -o md5.o 263s yes 263s checking for fls... no 263s checking for getgid... yes 263s checking for getpagesize... if [ x"-fPIC" != x ]; then \ 263s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/sha1.c -o pic/sha1.o; \ 263s else true; fi 264s yes 264s checking for getrlimit... yes 264s checking for getuid... yes 264s checking for sysconf... yes 264s checking whether basename is declared... if [ x"" != x ]; then \ 264s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/sha1.c -o noasan/sha1.o; \ 264s else true; fi 264s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/sha1.c -o sha1.o 264s yes 264s checking whether ffs is declared... yes 264s checking whether stpcpy is declared... yes 264s checking whether asprintf is declared... yes 264s checking whether vasprintf is declared... yes 264s checking whether strnlen is declared... yes 264s checking whether ___lc_codepage_func is declared... no 264s checking for thread local storage (TLS) class... _Thread_local 264s if [ x"-fPIC" != x ]; then \ 264s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/alloca.c -o pic/alloca.o; \ 264s else true; fi 264s checking for s390x-linux-gnu-pkg-config... /usr/bin/s390x-linux-gnu-pkg-config 264s checking pkg-config is at least version 0.9.0... yes 264s checking for libzstd >= 1.4.0... no 264s checking compiler support for hidden visibility... yes 264s checking linker --as-needed support... yes 264s checking for cos in -lm... if [ x"" != x ]; then \ 264s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/alloca.c -o noasan/alloca.o; \ 264s else true; fi 264s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/alloca.c -o alloca.o 264s if [ x"-fPIC" != x ]; then \ 264s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/argv.c -o pic/argv.o; \ 264s else true; fi 264s yes 264s checking for gcc version with buggy 64-bit support... no 264s checking sys/procfs.h usability... yes 264s checking sys/procfs.h presence... yes 264s checking for sys/procfs.h... yes 264s checking for prstatus_t in sys/procfs.h... yes 264s checking for prstatus32_t in sys/procfs.h... yes 264s checking for prstatus_t.pr_who in sys/procfs.h... no 264s checking for prstatus32_t.pr_who in sys/procfs.h... if [ x"" != x ]; then \ 264s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/argv.c -o noasan/argv.o; \ 264s else true; fi 264s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/argv.c -o argv.o 264s no 264s checking for pstatus_t in sys/procfs.h... no 264s checking for pxstatus_t in sys/procfs.h... no 264s checking for pstatus32_t in sys/procfs.h... no 264s checking for prpsinfo_t in sys/procfs.h... yes 264s checking for prpsinfo_t.pr_pid in sys/procfs.h... yes 264s checking for prpsinfo32_t in sys/procfs.h... yes 264s checking for prpsinfo32_t.pr_pid in sys/procfs.h... yes 264s checking for psinfo_t in sys/procfs.h... no 264s checking for psinfo_t.pr_pid in sys/procfs.h... no 264s checking for psinfo32_t in sys/procfs.h... no 264s checking for psinfo32_t.pr_pid in sys/procfs.h... if [ x"-fPIC" != x ]; then \ 264s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/bsearch_r.c -o pic/bsearch_r.o; \ 264s else true; fi 265s no 265s checking for lwpstatus_t in sys/procfs.h... no 265s checking for lwpxstatus_t in sys/procfs.h... if [ x"" != x ]; then \ 265s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/bsearch_r.c -o noasan/bsearch_r.o; \ 265s else true; fi 265s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/bsearch_r.c -o bsearch_r.o 265s no 265s checking for lwpstatus_t.pr_context in sys/procfs.h... no 265s checking for lwpstatus_t.pr_reg in sys/procfs.h... if [ x"-fPIC" != x ]; then \ 265s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/choose-temp.c -o pic/choose-temp.o; \ 265s else true; fi 265s no 265s checking for lwpstatus_t.pr_fpreg in sys/procfs.h... no 265s checking for win32_pstatus_t in sys/procfs.h... no 265s if [ x"" != x ]; then \ 265s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/choose-temp.c -o noasan/choose-temp.o; \ 265s else true; fi 265s checking for ftello... s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/choose-temp.c -o choose-temp.o 265s if [ x"-fPIC" != x ]; then \ 265s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/concat.c -o pic/concat.o; \ 265s else true; fi 265s yes 265s checking for ftello64... yes 265s checking for fseeko... if [ x"" != x ]; then \ 265s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/concat.c -o noasan/concat.o; \ 265s else true; fi 265s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/concat.c -o concat.o 265s yes 265s checking for fseeko64... if [ x"-fPIC" != x ]; then \ 265s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/cp-demint.c -o pic/cp-demint.o; \ 265s else true; fi 265s yes 265s if [ x"" != x ]; then \ 265s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/cp-demint.c -o noasan/cp-demint.o; \ 265s else true; fi 265s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/cp-demint.c -o cp-demint.o 265s checking for fopen64... yes 265s checking whether ftello is declared... if [ x"-fPIC" != x ]; then \ 265s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/crc32.c -o pic/crc32.o; \ 265s else true; fi 265s yes 265s if [ x"" != x ]; then \ 265s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/crc32.c -o noasan/crc32.o; \ 265s else true; fi 265s checking whether ftello64 is declared... s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/crc32.c -o crc32.o 265s if [ x"-fPIC" != x ]; then \ 265s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/d-demangle.c -o pic/d-demangle.o; \ 265s else true; fi 265s yes 265s checking whether fseeko is declared... yes 265s checking whether fseeko64 is declared... yes 265s checking whether fopen64 is declared... yes 265s checking size of off_t... 8 265s checking file_ptr type... int64_t 265s checking for stdlib.h... (cached) yes 265s checking for unistd.h... (cached) yes 265s checking for sys/param.h... if [ x"-fPIC" != x ]; then \ 265s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/dwarfnames.c -o pic/dwarfnames.o; \ 265s else true; fi 265s yes 265s checking for getpagesize... (cached) yes 266s checking for working mmap... yes 266s checking for madvise... if [ x"-fPIC" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/dyn-string.c -o pic/dyn-string.o; \ 266s else true; fi 266s if [ x"" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/dwarfnames.c -o noasan/dwarfnames.o; \ 266s else true; fi 266s yes 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/dwarfnames.c -o dwarfnames.o 266s checking for mprotect... if [ x"" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/d-demangle.c -o noasan/d-demangle.o; \ 266s else true; fi 266s yes 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/d-demangle.c -o d-demangle.o 266s configure: updating cache ./config.cache 266s checking that generated files are newer than configure... done 266s configure: creating ./config.status 266s if [ x"" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/dyn-string.c -o noasan/dyn-string.o; \ 266s else true; fi 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/dyn-string.c -o dyn-string.o 266s if [ x"-fPIC" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fdmatch.c -o pic/fdmatch.o; \ 266s else true; fi 266s if [ x"-fPIC" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fibheap.c -o pic/fibheap.o; \ 266s else true; fi 266s if [ x"" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fdmatch.c -o noasan/fdmatch.o; \ 266s else true; fi 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/fdmatch.c -o fdmatch.o 266s if [ x"-fPIC" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/filedescriptor.c -o pic/filedescriptor.o; \ 266s else true; fi 266s if [ x"" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/filedescriptor.c -o noasan/filedescriptor.o; \ 266s else true; fi 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/filedescriptor.c -o filedescriptor.o 266s config.status: creating Makefile 266s if [ x"-fPIC" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \ 266s else true; fi 266s config.status: creating bfd-in3.h 266s config.status: creating po/Makefile.in 266s config.status: creating config.h 266s config.status: executing depfiles commands 266s if [ x"" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/filename_cmp.c -o noasan/filename_cmp.o; \ 266s else true; fi 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/filename_cmp.c -o filename_cmp.o 266s if [ x"" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fibheap.c -o noasan/fibheap.o; \ 266s else true; fi 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/fibheap.c -o fibheap.o 266s if [ x"-fPIC" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/floatformat.c -o pic/floatformat.o; \ 266s else true; fi 266s if [ x"-fPIC" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fnmatch.c -o pic/fnmatch.o; \ 266s else true; fi 266s if [ x"" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fnmatch.c -o noasan/fnmatch.o; \ 266s else true; fi 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/fnmatch.c -o fnmatch.o 266s if [ x"-fPIC" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ 266s else true; fi 266s if [ x"-fPIC" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getopt.c -o pic/getopt.o; \ 266s else true; fi 266s if [ x"" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getopt.c -o noasan/getopt.o; \ 266s else true; fi 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/getopt.c -o getopt.o 266s if [ x"-fPIC" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getopt1.c -o pic/getopt1.o; \ 266s else true; fi 266s if [ x"" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/floatformat.c -o noasan/floatformat.o; \ 266s else true; fi 266s if [ x"" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \ 266s else true; fi 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/floatformat.c -o floatformat.o 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/fopen_unlocked.c -o fopen_unlocked.o 266s if [ x"" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getopt1.c -o noasan/getopt1.o; \ 266s else true; fi 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/getopt1.c -o getopt1.o 266s if [ x"-fPIC" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getpwd.c -o pic/getpwd.o; \ 266s else true; fi 266s if [ x"-fPIC" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getruntime.c -o pic/getruntime.o; \ 266s else true; fi 266s config.status: executing libtool commands 266s if [ x"" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getpwd.c -o noasan/getpwd.o; \ 266s else true; fi 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/getpwd.c -o getpwd.o 266s config.status: executing default-1 commands 266s config.status: executing default-2 commands 266s if [ x"" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getruntime.c -o noasan/getruntime.o; \ 266s else true; fi 266s config.status: executing default commands 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/getruntime.c -o getruntime.o 266s if [ x"-fPIC" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/hashtab.c -o pic/hashtab.o; \ 266s else true; fi 266s if [ x"-fPIC" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/hex.c -o pic/hex.o; \ 266s else true; fi 266s if [ x"-fPIC" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/lbasename.c -o pic/lbasename.o; \ 266s else true; fi 266s if [ x"" != x ]; then \ 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/hex.c -o noasan/hex.o; \ 266s else true; fi 266s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/hex.c -o hex.o 267s if [ x"-fPIC" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/lrealpath.c -o pic/lrealpath.o; \ 267s else true; fi 267s if [ x"" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/lbasename.c -o noasan/lbasename.o; \ 267s else true; fi 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/lbasename.c -o lbasename.o 267s if [ x"-fPIC" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ 267s else true; fi 267s if [ x"" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/lrealpath.c -o noasan/lrealpath.o; \ 267s else true; fi 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/lrealpath.c -o lrealpath.o 267s if [ x"-fPIC" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \ 267s else true; fi 267s mkdir -p -- ./opcodes 267s Configuring in ./opcodes 267s if [ x"" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/make-temp-file.c -o noasan/make-temp-file.o; \ 267s else true; fi 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/make-temp-file.c -o make-temp-file.o 267s if [ x"" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \ 267s else true; fi 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/make-relative-prefix.c -o make-relative-prefix.o 267s configure: creating cache ./config.cache 267s checking build system type... s390x-ibm-linux-gnu 267s checking host system type... s390x-ibm-linux-gnu 267s checking target system type... s390x-ibm-linux-gnu 267s checking for a BSD-compatible install... /usr/bin/install -c 267s checking whether build environment is sane... yes 267s checking for a thread-safe mkdir -p... /usr/bin/mkdir -p 267s checking for gawk... gawk 267s checking whether /usr/bin/make sets $(MAKE)... yes 267s checking whether /usr/bin/make supports nested variables... yes 267s checking whether /usr/bin/make supports nested variables... (cached) yes 267s checking for s390x-linux-gnu-gcc... s390x-linux-gnu-gcc 267s if [ x"-fPIC" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/objalloc.c -o pic/objalloc.o; \ 267s else true; fi 267s checking whether the C compiler works... if [ x"" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/hashtab.c -o noasan/hashtab.o; \ 267s else true; fi 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/hashtab.c -o hashtab.o 267s yes 267s checking for C compiler default output file name... a.out 267s checking for suffix of executables... if [ x"" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/objalloc.c -o noasan/objalloc.o; \ 267s else true; fi 267s if [ x"-fPIC" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/obstack.c -o pic/obstack.o; \ 267s else true; fi 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/objalloc.c -o objalloc.o 267s 267s checking whether we are cross compiling... if [ x"-fPIC" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/partition.c -o pic/partition.o; \ 267s else true; fi 267s if [ x"" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/obstack.c -o noasan/obstack.o; \ 267s else true; fi 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/obstack.c -o obstack.o 267s no 267s checking for suffix of object files... o 267s checking whether we are using the GNU C compiler... if [ x"" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/partition.c -o noasan/partition.o; \ 267s else true; fi 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/partition.c -o partition.o 267s yes 267s checking whether s390x-linux-gnu-gcc accepts -g... yes 267s checking for s390x-linux-gnu-gcc option to accept ISO C89... if [ x"-fPIC" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pexecute.c -o pic/pexecute.o; \ 267s else true; fi 267s none needed 267s checking whether s390x-linux-gnu-gcc understands -c and -o together... yes 267s checking for style of include used by /usr/bin/make... GNU 267s checking dependency style of s390x-linux-gnu-gcc... if [ x"-fPIC" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/physmem.c -o pic/physmem.o; \ 267s else true; fi 267s if [ x"" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pexecute.c -o noasan/pexecute.o; \ 267s else true; fi 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/pexecute.c -o pexecute.o 267s gcc3 267s checking how to run the C preprocessor... s390x-linux-gnu-gcc -E 267s if [ x"-fPIC" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pex-common.c -o pic/pex-common.o; \ 267s else true; fi 267s if [ x"" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/physmem.c -o noasan/physmem.o; \ 267s else true; fi 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/physmem.c -o physmem.o 267s checking for grep that handles long lines and -e... /usr/bin/grep 267s checking for egrep... /usr/bin/grep -E 267s checking for ANSI C header files... if [ x"-fPIC" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pex-one.c -o pic/pex-one.o; \ 267s else true; fi 267s if [ x"" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pex-one.c -o noasan/pex-one.o; \ 267s else true; fi 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/pex-one.c -o pex-one.o 267s if [ x"-fPIC" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pex-unix.c -o pic/pex-unix.o; \ 267s else true; fi 267s if [ x"-fPIC" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/vprintf-support.c -o pic/vprintf-support.o; \ 267s else true; fi 267s yes 267s checking for sys/types.h... if [ x"" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/vprintf-support.c -o noasan/vprintf-support.o; \ 267s else true; fi 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/vprintf-support.c -o vprintf-support.o 267s yes 267s checking for sys/stat.h... if [ x"" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pex-unix.c -o noasan/pex-unix.o; \ 267s else true; fi 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/pex-unix.c -o pex-unix.o 267s yes 267s checking for stdlib.h... if [ x"" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pex-common.c -o noasan/pex-common.o; \ 267s else true; fi 267s yes 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/pex-common.c -o pex-common.o 267s if [ x"-fPIC" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/rust-demangle.c -o pic/rust-demangle.o; \ 267s else true; fi 267s checking for string.h... yes 267s checking for memory.h... yes 267s checking for strings.h... yes 267s if [ x"-fPIC" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \ 267s else true; fi 267s checking for inttypes.h... if [ x"" != x ]; then \ 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/safe-ctype.c -o noasan/safe-ctype.o; \ 267s else true; fi 267s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/safe-ctype.c -o safe-ctype.o 267s yes 268s if [ x"-fPIC" != x ]; then \ 268s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object.c -o pic/simple-object.o; \ 268s else true; fi 268s checking for stdint.h... yes 268s checking for unistd.h... yes 268s checking minix/config.h usability... no 268s checking minix/config.h presence... no 268s checking for minix/config.h... no 268s checking whether it is safe to define __EXTENSIONS__... yes 268s checking for s390x-linux-gnu-ar... s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 268s checking for s390x-linux-gnu-ranlib... s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 268s checking how to print strings... printf 268s checking for a sed that does not truncate output... /usr/bin/sed 268s checking for fgrep... /usr/bin/grep -F 268s checking for ld used by s390x-linux-gnu-gcc... s390x-linux-gnu-ld 268s checking if the linker (s390x-linux-gnu-ld) is GNU ld... if [ x"-fPIC" != x ]; then \ 268s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ 268s else true; fi 268s yes 268s checking for BSD- or MS-compatible name lister (nm)... /usr/bin/s390x-linux-gnu-nm -B 268s checking the name lister (/usr/bin/s390x-linux-gnu-nm -B) interface... BSD nm 268s checking whether ln -s works... yes 268s checking the maximum length of command line arguments... 1572864 268s checking whether the shell understands some XSI constructs... yes 268s checking whether the shell understands "+="... yes 268s checking for s390x-linux-gnu-ld option to reload object files... -r 268s checking for s390x-linux-gnu-objdump... s390x-linux-gnu-objdump 268s checking how to recognize dependent libraries... pass_all 268s checking for s390x-linux-gnu-ar... (cached) s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 268s checking for s390x-linux-gnu-strip... s390x-linux-gnu-strip 268s checking for s390x-linux-gnu-ranlib... (cached) s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 268s checking command to parse /usr/bin/s390x-linux-gnu-nm -B output from s390x-linux-gnu-gcc object... if [ x"" != x ]; then \ 268s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object.c -o noasan/simple-object.o; \ 268s else true; fi 268s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/simple-object.c -o simple-object.o 268s ok 268s checking for dlfcn.h... yes 268s checking for objdir... .libs 268s if [ x"" != x ]; then \ 268s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \ 268s else true; fi 268s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/simple-object-coff.c -o simple-object-coff.o 268s checking if s390x-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no 268s checking for s390x-linux-gnu-gcc option to produce PIC... -fPIC -DPIC 268s checking if s390x-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes 268s checking if s390x-linux-gnu-gcc static flag -static works... if [ x"-fPIC" != x ]; then \ 268s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ 268s else true; fi 268s yes 268s checking if s390x-linux-gnu-gcc supports -c -o file.o... yes 268s checking if s390x-linux-gnu-gcc supports -c -o file.o... (cached) yes 268s checking whether the s390x-linux-gnu-gcc linker (s390x-linux-gnu-ld -m elf64_s390) supports shared libraries... yes 268s checking whether -lc should be explicitly linked in... no 268s checking dynamic linker characteristics... if [ x"-fPIC" != x ]; then \ 268s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ 268s else true; fi 268s if [ x"" != x ]; then \ 268s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/rust-demangle.c -o noasan/rust-demangle.o; \ 268s else true; fi 268s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/rust-demangle.c -o rust-demangle.o 268s GNU/Linux ld.so 268s checking how to hardcode library paths into programs... immediate 268s checking whether stripping libraries is possible... yes 268s checking if libtool supports shared libraries... yes 268s checking whether to build shared libraries... yes 268s checking whether to build static libraries... yes 268s Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 268s checking whether to enable maintainer-specific portions of Makefiles... no 268s checking whether to install libbfd... yes 268s checking whether NLS is requested... yes 268s checking for msgfmt... /usr/bin/msgfmt 268s checking for gmsgfmt... /usr/bin/msgfmt 268s checking for xgettext... /usr/bin/xgettext 268s checking for msgmerge... /usr/bin/msgmerge 268s checking for ld used by GCC... s390x-linux-gnu-ld -m elf64_s390 268s checking if the linker (s390x-linux-gnu-ld -m elf64_s390) is GNU ld... yes 268s checking for shared library run path origin... done 268s checking for CFPreferencesCopyAppValue... no 268s checking for CFLocaleCopyPreferredLanguages... no 268s checking for GNU gettext in libc... yes 268s checking whether to use NLS... yes 268s checking where the gettext function comes from... libc 268s checking whether NLS is requested... yes 268s checking for catalogs to be installed... da de es fi fr ga id it nl pt_BR ro sr sv tr uk vi zh_CN 268s checking for msgfmt... (cached) /usr/bin/msgfmt 268s checking for gmsgfmt... (cached) /usr/bin/msgfmt 268s checking for xgettext... (cached) /usr/bin/xgettext 268s checking for msgmerge... (cached) /usr/bin/msgmerge 269s checking size of void *... if [ x"" != x ]; then \ 269s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \ 269s else true; fi 269s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/simple-object-mach-o.c -o simple-object-mach-o.o 269s 8 269s checking whether basename is declared... yes 269s checking whether stpcpy is declared... yes 269s checking for sigsetjmp... 269s checking linker --as-needed support... yes 269s checking for cos in -lm... yes 269s if [ x"" != x ]; then \ 269s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \ 269s else true; fi 269s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/simple-object-elf.c -o simple-object-elf.o 269s configure: updating cache ./config.cache 269s checking that generated files are newer than configure... done 269s configure: creating ./config.status 269s if [ x"-fPIC" != x ]; then \ 269s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ 269s else true; fi 269s if [ x"-fPIC" != x ]; then \ 269s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/sort.c -o pic/sort.o; \ 269s else true; fi 269s if [ x"" != x ]; then \ 269s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/sort.c -o noasan/sort.o; \ 269s else true; fi 269s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/sort.c -o sort.o 269s if [ x"-fPIC" != x ]; then \ 269s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/spaces.c -o pic/spaces.o; \ 269s else true; fi 269s if [ x"" != x ]; then \ 269s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/spaces.c -o noasan/spaces.o; \ 269s else true; fi 269s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/spaces.c -o spaces.o 269s config.status: creating Makefile 269s if [ x"-fPIC" != x ]; then \ 269s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/splay-tree.c -o pic/splay-tree.o; \ 269s else true; fi 269s config.status: creating po/Makefile.in 269s config.status: creating config.h 269s config.status: executing depfiles commands 269s if [ x"" != x ]; then \ 269s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \ 269s else true; fi 269s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/simple-object-xcoff.c -o simple-object-xcoff.o 269s if [ x"" != x ]; then \ 269s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/splay-tree.c -o noasan/splay-tree.o; \ 269s else true; fi 269s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/splay-tree.c -o splay-tree.o 269s config.status: executing libtool commands 269s config.status: executing default-1 commands 269s config.status: creating po/POTFILES 269s config.status: creating po/Makefile 269s config.status: executing default-2 commands 269s config.status: creating po/POTFILES 269s config.status: creating po/Makefile 269s if [ x"-fPIC" != x ]; then \ 269s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/stack-limit.c -o pic/stack-limit.o; \ 269s else true; fi 269s if [ x"" != x ]; then \ 269s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/stack-limit.c -o noasan/stack-limit.o; \ 269s else true; fi 269s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/stack-limit.c -o stack-limit.o 269s if [ x"-fPIC" != x ]; then \ 269s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/strerror.c -o pic/strerror.o; \ 269s else true; fi 270s if [ x"-fPIC" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/strsignal.c -o pic/strsignal.o; \ 270s else true; fi 270s if [ x"-fPIC" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/timeval-utils.c -o pic/timeval-utils.o; \ 270s else true; fi 270s if [ x"" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/strerror.c -o noasan/strerror.o; \ 270s else true; fi 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/strerror.c -o strerror.o 270s if [ x"" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/timeval-utils.c -o noasan/timeval-utils.o; \ 270s else true; fi 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/timeval-utils.c -o timeval-utils.o 270s if [ x"-fPIC" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ 270s else true; fi 270s if [ x"-fPIC" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xasprintf.c -o pic/xasprintf.o; \ 270s else true; fi 270s if [ x"" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \ 270s else true; fi 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o 270s if [ x"" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xasprintf.c -o noasan/xasprintf.o; \ 270s else true; fi 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xasprintf.c -o xasprintf.o 270s if [ x"" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/strsignal.c -o noasan/strsignal.o; \ 270s else true; fi 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/strsignal.c -o strsignal.o 270s if [ x"-fPIC" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xatexit.c -o pic/xatexit.o; \ 270s else true; fi 270s if [ x"-fPIC" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xexit.c -o pic/xexit.o; \ 270s else true; fi 270s if [ x"-fPIC" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xmalloc.c -o pic/xmalloc.o; \ 270s else true; fi 270s if [ x"" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xexit.c -o noasan/xexit.o; \ 270s else true; fi 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xexit.c -o xexit.o 270s if [ x"" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xatexit.c -o noasan/xatexit.o; \ 270s else true; fi 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xatexit.c -o xatexit.o 270s if [ x"-fPIC" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xmemdup.c -o pic/xmemdup.o; \ 270s else true; fi 270s if [ x"-fPIC" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xstrdup.c -o pic/xstrdup.o; \ 270s else true; fi 270s if [ x"" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xmalloc.c -o noasan/xmalloc.o; \ 270s else true; fi 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xmalloc.c -o xmalloc.o 270s if [ x"-fPIC" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xstrerror.c -o pic/xstrerror.o; \ 270s else true; fi 270s if [ x"" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xmemdup.c -o noasan/xmemdup.o; \ 270s else true; fi 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xmemdup.c -o xmemdup.o 270s if [ x"" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xstrdup.c -o noasan/xstrdup.o; \ 270s else true; fi 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xstrdup.c -o xstrdup.o 270s if [ x"" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xstrerror.c -o noasan/xstrerror.o; \ 270s else true; fi 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xstrerror.c -o xstrerror.o 270s if [ x"-fPIC" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xstrndup.c -o pic/xstrndup.o; \ 270s else true; fi 270s if [ x"-fPIC" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xvasprintf.c -o pic/xvasprintf.o; \ 270s else true; fi 270s if [ x"-fPIC" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/setproctitle.c -o pic/setproctitle.o; \ 270s else true; fi 270s if [ x"" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/setproctitle.c -o noasan/setproctitle.o; \ 270s else true; fi 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/setproctitle.c -o setproctitle.o 270s if [ x"" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xstrndup.c -o noasan/xstrndup.o; \ 270s else true; fi 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xstrndup.c -o xstrndup.o 270s if [ x"" != x ]; then \ 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xvasprintf.c -o noasan/xvasprintf.o; \ 270s else true; fi 270s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xvasprintf.c -o xvasprintf.o 270s rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a 270s s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc ./libiberty.a \ 270s ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o 270s s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so ./libiberty.a 270s if [ x"-fPIC" != x ]; then \ 270s cd pic; \ 270s s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc ./libiberty.a \ 270s ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \ 270s s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so ./libiberty.a; \ 270s cd ..; \ 270s else true; fi; \ 270s if [ x"" != x ]; then \ 270s cd noasan; \ 270s s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc ./libiberty.a \ 270s ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \ 270s s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so ./libiberty.a; \ 270s cd ..; \ 270s else true; fi 270s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty' 270s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 270s \ 270s bfd_version=`echo "2.44" | /usr/bin/sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$/\1\2\3\4\5/'` ;\ 270s bfd_version_string="\"2.44\"" ;\ 270s bfd_soversion="2.44-system" ;\ 270s bfd_version_package="\"(GNU Binutils for Ubuntu) \"" ;\ 270s report_bugs_to="\"\"" ;\ 270s . ../../bfd/development.sh ;\ 270s if test "$development" = true ; then \ 270s bfd_version_date=`/usr/bin/sed -n -e 's/.*DATE //p' < ../../bfd/version.h` ;\ 270s bfd_version_string="\"2.44.${bfd_version_date}\"" ;\ 270s bfd_soversion="2.44-system.${bfd_version_date}" ;\ 270s fi ;\ 270s /usr/bin/sed -e "s,@bfd_version@,$bfd_version," \ 270s -e "s,@bfd_version_string@,$bfd_version_string," \ 270s -e "s,@bfd_version_package@,$bfd_version_package," \ 270s -e "s,@report_bugs_to@,$report_bugs_to," \ 270s < ../../bfd/version.h > bfdver.h; \ 270s echo "${bfd_soversion}" > libtool-soversion 270s /usr/bin/sed -e s/NN/32/g < ../../bfd/elfxx-target.h > elf32-target.h 270s /usr/bin/sed -e s/NN/64/g < ../../bfd/elfxx-target.h > elf64-target.h 270s rm -f targmatch.new 270s /usr/bin/sed -f ../../bfd/targmatch.sed < ../../bfd/config.bfd > targmatch.new 270s Making info in po 270s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/po' 270s ( if test 'x../../../bfd/po' != 'x.'; then \ 270s posrcprefix='../../../bfd/'; \ 270s else \ 270s posrcprefix="../"; \ 270s fi; \ 270s rm -f SRC-POTFILES-t SRC-POTFILES \ 270s && (sed -e '/^#/d' \ 270s -e '/^[ ]*$/d' \ 270s -e "s@.*@ $posrcprefix& \\\\@" < ../../../bfd/po/SRC-POTFILES.in \ 270s | sed -e '$s/\\$//') > SRC-POTFILES-t \ 270s && chmod a-w SRC-POTFILES-t \ 270s && mv SRC-POTFILES-t SRC-POTFILES ) 270s ( rm -f BLD-POTFILES-t BLD-POTFILES \ 270s && (sed -e '/^#/d' \ 270s -e '/^[ ]*$/d' \ 270s -e "s@.*@ ../& \\\\@" < ../../../bfd/po/BLD-POTFILES.in \ 270s | sed -e '$s/\\$//') > BLD-POTFILES-t \ 270s && chmod a-w BLD-POTFILES-t \ 270s && mv BLD-POTFILES-t BLD-POTFILES ) 270s cd .. \ 270s && CONFIG_FILES=po/Makefile.in:po/Make-in \ 270s CONFIG_HEADERS= /bin/bash ./config.status 270s mv -f targmatch.new targmatch.h 270s config.status: creating po/Makefile.in 270s config.status: executing depfiles commands 270s config.status: executing libtool commands 270s config.status: executing default-1 commands 270s config.status: executing default-2 commands 270s config.status: executing default commands 270s make[4]: Nothing to be done for 'info'. 270s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/po' 270s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 270s \ 270s /usr/bin/mkdir -p doc; \ 270s echo "@set VERSION 2.44" > doc/bfdver.texi; \ 270s if test -n "(GNU Binutils for Ubuntu) "; then \ 270s echo "@set VERSION_PACKAGE (GNU Binutils for Ubuntu) " >> doc/bfdver.texi; \ 270s fi; \ 270s echo "@set UPDATED `date '+%B %Y'`" >> doc/bfdver.texi; \ 270s if test -n "@uref{https://sourceware.org/bugzilla/}"; then \ 270s echo "@set BUGURL @uref{https://sourceware.org/bugzilla/}" >> doc/bfdver.texi; \ 270s fi 270s s390x-linux-gnu-gcc -o doc/chw$$ -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain \ 270s -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 \ 270s -I. -I../../bfd -Idoc -I../../bfd/../include -I../../bfd/../intl -I../intl \ 270s ../../bfd/doc/chew.c && \ 270s /bin/bash ../../bfd/../move-if-change \ 270s doc/chw$$ doc/chew && \ 270s touch doc/chew.stamp 271s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/aoutx.h > doc/aoutx.stamp.tmp; texi=doc/aoutx.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/aoutx.stamp.tmp $texi; touch doc/aoutx.stamp; ) 271s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/archive.c > doc/archive.stamp.tmp; texi=doc/archive.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/archive.stamp.tmp $texi; touch doc/archive.stamp; ) 271s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/archures.c > doc/archures.stamp.tmp; texi=doc/archures.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/archures.stamp.tmp $texi; touch doc/archures.stamp; ) 271s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/bfdio.c > doc/bfdio.stamp.tmp; texi=doc/bfdio.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/bfdio.stamp.tmp $texi; touch doc/bfdio.stamp; ) 271s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/bfd.c > doc/bfdt.stamp.tmp; texi=doc/bfdt.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/bfdt.stamp.tmp $texi; touch doc/bfdt.stamp; ) 271s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/cache.c > doc/cache.stamp.tmp; texi=doc/cache.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/cache.stamp.tmp $texi; touch doc/cache.stamp; ) 271s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/coffcode.h > doc/coffcode.stamp.tmp; texi=doc/coffcode.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/coffcode.stamp.tmp $texi; touch doc/coffcode.stamp; ) 271s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/corefile.c > doc/corefile.stamp.tmp; texi=doc/corefile.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/corefile.stamp.tmp $texi; touch doc/corefile.stamp; ) 271s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/elfcode.h > doc/elfcode.stamp.tmp; texi=doc/elfcode.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/elfcode.stamp.tmp $texi; touch doc/elfcode.stamp; ) 271s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/elf.c > doc/elf.stamp.tmp; texi=doc/elf.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/elf.stamp.tmp $texi; touch doc/elf.stamp; ) 271s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/format.c > doc/format.stamp.tmp; texi=doc/format.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/format.stamp.tmp $texi; touch doc/format.stamp; ) 271s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/hash.c > doc/hash.stamp.tmp; texi=doc/hash.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/hash.stamp.tmp $texi; touch doc/hash.stamp; ) 271s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/libbfd.c > doc/libbfd.stamp.tmp; texi=doc/libbfd.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/libbfd.stamp.tmp $texi; touch doc/libbfd.stamp; ) 271s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/linker.c > doc/linker.stamp.tmp; texi=doc/linker.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/linker.stamp.tmp $texi; touch doc/linker.stamp; ) 271s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/mmo.c > doc/mmo.stamp.tmp; texi=doc/mmo.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/mmo.stamp.tmp $texi; touch doc/mmo.stamp; ) 271s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/opncls.c > doc/opncls.stamp.tmp; texi=doc/opncls.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/opncls.stamp.tmp $texi; touch doc/opncls.stamp; ) 271s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/reloc.c > doc/reloc.stamp.tmp; texi=doc/reloc.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/reloc.stamp.tmp $texi; touch doc/reloc.stamp; ) 271s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/section.c > doc/section.stamp.tmp; texi=doc/section.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/section.stamp.tmp $texi; touch doc/section.stamp; ) 271s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/syms.c > doc/syms.stamp.tmp; texi=doc/syms.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/syms.stamp.tmp $texi; touch doc/syms.stamp; ) 271s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/targets.c > doc/targets.stamp.tmp; texi=doc/targets.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/targets.stamp.tmp $texi; touch doc/targets.stamp; ) 271s restore=: && backupdir=".am$$" && \ 271s rm -rf $backupdir && mkdir $backupdir && \ 271s if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ 271s for f in doc/bfd.info doc/bfd.info-[0-9] doc/bfd.info-[0-9][0-9] doc/bfd.i[0-9] doc/bfd.i[0-9][0-9]; do \ 271s if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ 271s done; \ 271s else :; fi && \ 271s if makeinfo --split-size=5000000 --split-size=5000000 --no-split -I "../../bfd/doc" -I doc -I doc -I ../../bfd/doc \ 271s -o doc/bfd.info `test -f 'doc/bfd.texi' || echo '../../bfd/'`doc/bfd.texi; \ 271s then \ 271s rc=0; \ 271s else \ 271s rc=$?; \ 271s $restore $backupdir/* `echo "./doc/bfd.info" | sed 's|[^/]*$||'`; \ 271s fi; \ 271s rm -rf $backupdir; exit $rc 272s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 272s /usr/bin/make all-recursive 272s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 272s Making all in po 272s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/po' 272s file=`echo ../../../bfd/po/da | sed 's,.*/,,'`.gmo \ 272s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/da.po 272s file=`echo ../../../bfd/po/es | sed 's,.*/,,'`.gmo \ 272s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/es.po 272s file=`echo ../../../bfd/po/fi | sed 's,.*/,,'`.gmo \ 272s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/fi.po 272s file=`echo ../../../bfd/po/fr | sed 's,.*/,,'`.gmo \ 272s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/fr.po 272s file=`echo ../../../bfd/po/hr | sed 's,.*/,,'`.gmo \ 272s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/hr.po 272s file=`echo ../../../bfd/po/id | sed 's,.*/,,'`.gmo \ 272s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/id.po 272s file=`echo ../../../bfd/po/ja | sed 's,.*/,,'`.gmo \ 272s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/ja.po 272s file=`echo ka | sed 's,.*/,,'`.gmo \ 272s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/ka.po 272s file=`echo ms | sed 's,.*/,,'`.gmo \ 272s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/ms.po 272s file=`echo ../../../bfd/po/pt | sed 's,.*/,,'`.gmo \ 272s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/pt.po 272s file=`echo ../../../bfd/po/ro | sed 's,.*/,,'`.gmo \ 272s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/ro.po 272s file=`echo ../../../bfd/po/ru | sed 's,.*/,,'`.gmo \ 272s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/ru.po 272s file=`echo ../../../bfd/po/rw | sed 's,.*/,,'`.gmo \ 272s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/rw.po 272s file=`echo ../../../bfd/po/sr | sed 's,.*/,,'`.gmo \ 272s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/sr.po 272s file=`echo ../../../bfd/po/sv | sed 's,.*/,,'`.gmo \ 272s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/sv.po 272s file=`echo ../../../bfd/po/tr | sed 's,.*/,,'`.gmo \ 272s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/tr.po 272s file=`echo ../../../bfd/po/uk | sed 's,.*/,,'`.gmo \ 272s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/uk.po 272s file=`echo ../../../bfd/po/vi | sed 's,.*/,,'`.gmo \ 272s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/vi.po 272s file=`echo ../../../bfd/po/zh_CN | sed 's,.*/,,'`.gmo \ 272s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/zh_CN.po 272s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/po' 272s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 272s rm -f bfd-tmp.h 272s cp bfd-in3.h bfd-tmp.h 272s rm -f tofiles 272s /bin/bash ../../bfd/../move-if-change bfd-tmp.h bfd.h 272s f=""; \ 272s for i in elf64-s390.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo elf-sframe.lo dwarf1.lo dwarf2.lo elf32-s390.lo elf32.lo elf64-gen.lo elf32-gen.lo plugin.lo cpu-s390.lo trad-core.lo archive64.lo ; do \ 272s case " $f " in \ 272s *" $i "*) ;; \ 272s *) f="$f $i" ;; \ 272s esac ; \ 272s done ; \ 272s echo $f > tofiles 272s /bin/bash ../../bfd/../move-if-change tofiles ofiles 272s rm -f bfd-tmp.h 272s touch stamp-ofiles 272s touch stmp-bfd-h 272s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo ../../bfd/archive.c 272s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=s390_elf64_vec -DSELECT_VECS='&s390_elf64_vec,&s390_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec' -DSELECT_ARCHITECTURES='&bfd_s390_arch' ../../bfd/archures.c 272s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo ../../bfd/bfd.c 272s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo ../../bfd/bfdio.c 272s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../../bfd/archive.c -fPIC -DPIC -o .libs/archive.o 272s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=s390_elf64_vec "-DSELECT_VECS=&s390_elf64_vec,&s390_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" "-DSELECT_ARCHITECTURES=&bfd_s390_arch" ../../bfd/archures.c -fPIC -DPIC -o .libs/archures.o 272s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../../bfd/bfdio.c -fPIC -DPIC -o .libs/bfdio.o 272s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../../bfd/bfd.c -fPIC -DPIC -o .libs/bfd.o 272s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=s390_elf64_vec "-DSELECT_VECS=&s390_elf64_vec,&s390_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" "-DSELECT_ARCHITECTURES=&bfd_s390_arch" ../../bfd/archures.c -o archures.o >/dev/null 2>&1 272s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../../bfd/bfdio.c -o bfdio.o >/dev/null 2>&1 273s mv -f .deps/archures.Tpo .deps/archures.Plo 273s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo ../../bfd/cache.c 273s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c ../../bfd/cache.c -fPIC -DPIC -o .libs/cache.o 273s mv -f .deps/bfdio.Tpo .deps/bfdio.Plo 273s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c -o coff-bfd.lo ../../bfd/coff-bfd.c 273s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c ../../bfd/coff-bfd.c -fPIC -DPIC -o .libs/coff-bfd.o 273s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c ../../bfd/coff-bfd.c -o coff-bfd.o >/dev/null 2>&1 273s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../../bfd/bfd.c -o bfd.o >/dev/null 2>&1 273s mv -f .deps/coff-bfd.Tpo .deps/coff-bfd.Plo 273s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c ../../bfd/cache.c -o cache.o >/dev/null 2>&1 273s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo ../../bfd/compress.c 273s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c ../../bfd/compress.c -fPIC -DPIC -o .libs/compress.o 273s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../../bfd/archive.c -o archive.o >/dev/null 2>&1 273s mv -f .deps/cache.Tpo .deps/cache.Plo 273s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo ../../bfd/corefile.c 273s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c ../../bfd/corefile.c -fPIC -DPIC -o .libs/corefile.o 273s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c ../../bfd/corefile.c -o corefile.o >/dev/null 2>&1 273s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c ../../bfd/compress.c -o compress.o >/dev/null 2>&1 273s mv -f .deps/corefile.Tpo .deps/corefile.Plo 273s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf-properties.lo -MD -MP -MF .deps/elf-properties.Tpo -c -o elf-properties.lo ../../bfd/elf-properties.c 273s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf-properties.lo -MD -MP -MF .deps/elf-properties.Tpo -c ../../bfd/elf-properties.c -fPIC -DPIC -o .libs/elf-properties.o 273s mv -f .deps/bfd.Tpo .deps/bfd.Plo 273s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo ../../bfd/format.c 273s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT format.lo -MD -MP -MF .deps/format.Tpo -c ../../bfd/format.c -fPIC -DPIC -o .libs/format.o 274s mv -f .deps/compress.Tpo .deps/compress.Plo 274s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo ../../bfd/hash.c 274s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c ../../bfd/hash.c -fPIC -DPIC -o .libs/hash.o 274s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf-properties.lo -MD -MP -MF .deps/elf-properties.Tpo -c ../../bfd/elf-properties.c -o elf-properties.o >/dev/null 2>&1 274s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT format.lo -MD -MP -MF .deps/format.Tpo -c ../../bfd/format.c -o format.o >/dev/null 2>&1 274s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c ../../bfd/hash.c -o hash.o >/dev/null 2>&1 274s mv -f .deps/elf-properties.Tpo .deps/elf-properties.Plo 274s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo ../../bfd/libbfd.c 274s mv -f .deps/archive.Tpo .deps/archive.Plo 274s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo ../../bfd/linker.c 274s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c ../../bfd/libbfd.c -fPIC -DPIC -o .libs/libbfd.o 274s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c ../../bfd/linker.c -fPIC -DPIC -o .libs/linker.o 274s mv -f .deps/format.Tpo .deps/format.Plo 274s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo ../../bfd/merge.c 274s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c ../../bfd/merge.c -fPIC -DPIC -o .libs/merge.o 274s mv -f .deps/hash.Tpo .deps/hash.Plo 274s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo ../../bfd/opncls.c 274s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c ../../bfd/opncls.c -fPIC -DPIC -o .libs/opncls.o 275s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c ../../bfd/libbfd.c -o libbfd.o >/dev/null 2>&1 275s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c ../../bfd/merge.c -o merge.o >/dev/null 2>&1 275s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c ../../bfd/opncls.c -o opncls.o >/dev/null 2>&1 275s mv -f .deps/libbfd.Tpo .deps/libbfd.Plo 275s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo ../../bfd/reloc.c 275s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c ../../bfd/linker.c -o linker.o >/dev/null 2>&1 275s mv -f .deps/merge.Tpo .deps/merge.Plo 275s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo ../../bfd/section.c 275s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c ../../bfd/reloc.c -fPIC -DPIC -o .libs/reloc.o 275s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT section.lo -MD -MP -MF .deps/section.Tpo -c ../../bfd/section.c -fPIC -DPIC -o .libs/section.o 275s mv -f .deps/opncls.Tpo .deps/opncls.Plo 275s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo ../../bfd/simple.c 275s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c ../../bfd/simple.c -fPIC -DPIC -o .libs/simple.o 276s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c ../../bfd/simple.c -o simple.o >/dev/null 2>&1 276s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT section.lo -MD -MP -MF .deps/section.Tpo -c ../../bfd/section.c -o section.o >/dev/null 2>&1 276s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c ../../bfd/reloc.c -o reloc.o >/dev/null 2>&1 276s mv -f .deps/simple.Tpo .deps/simple.Plo 276s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo ../../bfd/stab-syms.c 276s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c ../../bfd/stab-syms.c -fPIC -DPIC -o .libs/stab-syms.o 276s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c ../../bfd/stab-syms.c -o stab-syms.o >/dev/null 2>&1 276s mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo 276s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo ../../bfd/stabs.c 276s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c ../../bfd/stabs.c -fPIC -DPIC -o .libs/stabs.o 276s mv -f .deps/section.Tpo .deps/section.Plo 276s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo ../../bfd/syms.c 276s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c ../../bfd/syms.c -fPIC -DPIC -o .libs/syms.o 276s mv -f .deps/reloc.Tpo .deps/reloc.Plo 276s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=s390_elf64_vec -DSELECT_VECS='&s390_elf64_vec,&s390_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec' -DSELECT_ARCHITECTURES='&bfd_s390_arch' ../../bfd/targets.c 276s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=s390_elf64_vec "-DSELECT_VECS=&s390_elf64_vec,&s390_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" "-DSELECT_ARCHITECTURES=&bfd_s390_arch" ../../bfd/targets.c -fPIC -DPIC -o .libs/targets.o 276s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c ../../bfd/stabs.c -o stabs.o >/dev/null 2>&1 276s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=s390_elf64_vec "-DSELECT_VECS=&s390_elf64_vec,&s390_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" "-DSELECT_ARCHITECTURES=&bfd_s390_arch" ../../bfd/targets.c -o targets.o >/dev/null 2>&1 276s mv -f .deps/linker.Tpo .deps/linker.Plo 276s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo ../../bfd/binary.c 276s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c ../../bfd/binary.c -fPIC -DPIC -o .libs/binary.o 276s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c ../../bfd/syms.c -o syms.o >/dev/null 2>&1 276s mv -f .deps/targets.Tpo .deps/targets.Plo 276s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ../../bfd/ihex.c 276s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ../../bfd/ihex.c -fPIC -DPIC -o .libs/ihex.o 277s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c ../../bfd/binary.c -o binary.o >/dev/null 2>&1 277s mv -f .deps/stabs.Tpo .deps/stabs.Plo 277s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo ../../bfd/srec.c 277s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c ../../bfd/srec.c -fPIC -DPIC -o .libs/srec.o 277s mv -f .deps/binary.Tpo .deps/binary.Plo 277s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo ../../bfd/tekhex.c 277s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c ../../bfd/tekhex.c -fPIC -DPIC -o .libs/tekhex.o 277s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ../../bfd/ihex.c -o ihex.o >/dev/null 2>&1 277s mv -f .deps/syms.Tpo .deps/syms.Plo 277s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo ../../bfd/verilog.c 277s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c ../../bfd/verilog.c -fPIC -DPIC -o .libs/verilog.o 277s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c ../../bfd/tekhex.c -o tekhex.o >/dev/null 2>&1 277s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c ../../bfd/verilog.c -o verilog.o >/dev/null 2>&1 277s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c ../../bfd/srec.c -o srec.o >/dev/null 2>&1 277s mv -f .deps/ihex.Tpo .deps/ihex.Plo 277s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf64-s390.lo -MD -MP -MF .deps/elf64-s390.Tpo -c -o elf64-s390.lo ../../bfd/elf64-s390.c 277s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf64-s390.lo -MD -MP -MF .deps/elf64-s390.Tpo -c ../../bfd/elf64-s390.c -fPIC -DPIC -o .libs/elf64-s390.o 277s mv -f .deps/verilog.Tpo .deps/verilog.Plo 277s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c -o elf64.lo ../../bfd/elf64.c 277s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c ../../bfd/elf64.c -fPIC -DPIC -o .libs/elf64.o 277s mv -f .deps/tekhex.Tpo .deps/tekhex.Plo 277s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo ../../bfd/elf.c 277s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c ../../bfd/elf.c -fPIC -DPIC -o .libs/elf.o 278s mv -f .deps/srec.Tpo .deps/srec.Plo 278s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo ../../bfd/elflink.c 278s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c ../../bfd/elflink.c -fPIC -DPIC -o .libs/elflink.o 278s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c ../../bfd/elf64.c -o elf64.o >/dev/null 2>&1 279s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf64-s390.lo -MD -MP -MF .deps/elf64-s390.Tpo -c ../../bfd/elf64-s390.c -o elf64-s390.o >/dev/null 2>&1 279s mv -f .deps/elf64.Tpo .deps/elf64.Plo 279s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo ../../bfd/elf-attrs.c 279s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c ../../bfd/elf-attrs.c -fPIC -DPIC -o .libs/elf-attrs.o 279s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c ../../bfd/elf-attrs.c -o elf-attrs.o >/dev/null 2>&1 280s mv -f .deps/elf-attrs.Tpo .deps/elf-attrs.Plo 280s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo ../../bfd/elf-strtab.c 280s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c ../../bfd/elf-strtab.c -fPIC -DPIC -o .libs/elf-strtab.o 280s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c ../../bfd/elf-strtab.c -o elf-strtab.o >/dev/null 2>&1 280s mv -f .deps/elf-strtab.Tpo .deps/elf-strtab.Plo 280s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c -o elf-eh-frame.lo ../../bfd/elf-eh-frame.c 280s mv -f .deps/elf64-s390.Tpo .deps/elf64-s390.Plo 280s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf-sframe.lo -MD -MP -MF .deps/elf-sframe.Tpo -c -o elf-sframe.lo ../../bfd/elf-sframe.c 280s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c ../../bfd/elf-eh-frame.c -fPIC -DPIC -o .libs/elf-eh-frame.o 280s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf-sframe.lo -MD -MP -MF .deps/elf-sframe.Tpo -c ../../bfd/elf-sframe.c -fPIC -DPIC -o .libs/elf-sframe.o 281s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf-sframe.lo -MD -MP -MF .deps/elf-sframe.Tpo -c ../../bfd/elf-sframe.c -o elf-sframe.o >/dev/null 2>&1 281s mv -f .deps/elf-sframe.Tpo .deps/elf-sframe.Plo 281s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo ../../bfd/dwarf1.c 281s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../bfd/dwarf1.c -fPIC -DPIC -o .libs/dwarf1.o 281s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../bfd/dwarf1.c -o dwarf1.o >/dev/null 2>&1 281s mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo 281s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/usr/lib/s390x-linux-gnu/debug\" ../../bfd/dwarf2.c 281s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/usr/lib/s390x-linux-gnu/debug\" ../../bfd/dwarf2.c -fPIC -DPIC -o .libs/dwarf2.o 282s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c ../../bfd/elf-eh-frame.c -o elf-eh-frame.o >/dev/null 2>&1 283s mv -f .deps/elf-eh-frame.Tpo .deps/elf-eh-frame.Plo 283s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf32-s390.lo -MD -MP -MF .deps/elf32-s390.Tpo -c -o elf32-s390.lo ../../bfd/elf32-s390.c 283s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf32-s390.lo -MD -MP -MF .deps/elf32-s390.Tpo -c ../../bfd/elf32-s390.c -fPIC -DPIC -o .libs/elf32-s390.o 283s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c ../../bfd/elf.c -o elf.o >/dev/null 2>&1 284s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/usr/lib/s390x-linux-gnu/debug\" ../../bfd/dwarf2.c -o dwarf2.o >/dev/null 2>&1 284s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c ../../bfd/elflink.c -o elflink.o >/dev/null 2>&1 284s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf32-s390.lo -MD -MP -MF .deps/elf32-s390.Tpo -c ../../bfd/elf32-s390.c -o elf32-s390.o >/dev/null 2>&1 286s mv -f .deps/elf32-s390.Tpo .deps/elf32-s390.Plo 286s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c -o elf32.lo ../../bfd/elf32.c 286s mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo 286s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c -o elf64-gen.lo ../../bfd/elf64-gen.c 286s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c ../../bfd/elf32.c -fPIC -DPIC -o .libs/elf32.o 286s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c ../../bfd/elf64-gen.c -fPIC -DPIC -o .libs/elf64-gen.o 286s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c ../../bfd/elf64-gen.c -o elf64-gen.o >/dev/null 2>&1 286s mv -f .deps/elf64-gen.Tpo .deps/elf64-gen.Plo 286s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo ../../bfd/elf32-gen.c 286s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../../bfd/elf32-gen.c -fPIC -DPIC -o .libs/elf32-gen.o 286s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../../bfd/elf32-gen.c -o elf32-gen.o >/dev/null 2>&1 286s mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo 286s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo ../../bfd/plugin.c 286s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c ../../bfd/plugin.c -fPIC -DPIC -o .libs/plugin.o 287s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c ../../bfd/plugin.c -o plugin.o >/dev/null 2>&1 287s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c ../../bfd/elf32.c -o elf32.o >/dev/null 2>&1 287s mv -f .deps/plugin.Tpo .deps/plugin.Plo 287s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c -o cpu-s390.lo ../../bfd/cpu-s390.c 287s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../bfd/cpu-s390.c -fPIC -DPIC -o .libs/cpu-s390.o 287s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../bfd/cpu-s390.c -o cpu-s390.o >/dev/null 2>&1 287s mv -f .deps/cpu-s390.Tpo .deps/cpu-s390.Plo 287s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c -o trad-core.lo ../../bfd/trad-core.c 287s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c ../../bfd/trad-core.c -fPIC -DPIC -o .libs/trad-core.o 287s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c ../../bfd/trad-core.c -o trad-core.o >/dev/null 2>&1 288s mv -f .deps/trad-core.Tpo .deps/trad-core.Plo 288s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../bfd/archive64.c 288s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../bfd/archive64.c -fPIC -DPIC -o .libs/archive64.o 288s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../bfd/archive64.c -o archive64.o >/dev/null 2>&1 288s mv -f .deps/elf32.Tpo .deps/elf32.Plo 288s mv -f .deps/archive64.Tpo .deps/archive64.Plo 290s mv -f .deps/elf.Tpo .deps/elf.Plo 291s mv -f .deps/elflink.Tpo .deps/elflink.Plo 291s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -release `cat libtool-soversion` -Wl,-z,relro -o libbfd.la -rpath /usr/lib/s390x-linux-gnu archive.lo archures.lo bfd.lo bfdio.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles` -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -Wl,-lc,--as-needed,-lm,--no-as-needed -lz ../libsframe/libsframe.la 291s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/archive.o .libs/archures.o .libs/bfd.o .libs/bfdio.o .libs/cache.o .libs/coff-bfd.o .libs/compress.o .libs/corefile.o .libs/elf-properties.o .libs/format.o .libs/hash.o .libs/libbfd.o .libs/linker.o .libs/merge.o .libs/opncls.o .libs/reloc.o .libs/section.o .libs/simple.o .libs/stab-syms.o .libs/stabs.o .libs/syms.o .libs/targets.o .libs/binary.o .libs/ihex.o .libs/srec.o .libs/tekhex.o .libs/verilog.o .libs/elf64-s390.o .libs/elf64.o .libs/elf.o .libs/elflink.o .libs/elf-attrs.o .libs/elf-strtab.o .libs/elf-eh-frame.o .libs/elf-sframe.o .libs/dwarf1.o .libs/dwarf2.o .libs/elf32-s390.o .libs/elf32.o .libs/elf64-gen.o .libs/elf32-gen.o .libs/plugin.o .libs/cpu-s390.o .libs/trad-core.o .libs/archive64.o -Wl,-rpath -Wl,/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz ../libsframe/.libs/libsframe.so -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -Wl,-z -Wl,relro -Wl,-lc -Wl,--as-needed -Wl,-lm -Wl,--no-as-needed -Wl,-soname -Wl,libbfd-2.44-system.so -o .libs/libbfd-2.44-system.so 300s libtool: link: (cd ".libs" && rm -f "libbfd.so" && ln -s "libbfd-2.44-system.so" "libbfd.so") 300s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o elf64-s390.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o elf-sframe.o dwarf1.o dwarf2.o elf32-s390.o elf32.o elf64-gen.o elf32-gen.o plugin.o cpu-s390.o trad-core.o archive64.o 300s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libbfd.a 300s libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" ) 300s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 300s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 300s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 300s mkdir -p -- ./libctf 300s Configuring in ./libctf 300s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 300s /usr/bin/make all-recursive 300s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 300s Making all in . 300s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 300s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis-buf.lo ../../opcodes/dis-buf.c 300s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo -DARCH_s390 ../../opcodes/disassemble.c 300s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo ../../opcodes/dis-init.c 300s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c ../../opcodes/dis-buf.c -fPIC -DPIC -o .libs/dis-buf.o 300s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c ../../opcodes/dis-init.c -fPIC -DPIC -o .libs/dis-init.o 300s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_s390 ../../opcodes/disassemble.c -fPIC -DPIC -o .libs/disassemble.o 300s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c ../../opcodes/dis-init.c -o dis-init.o >/dev/null 2>&1 300s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c ../../opcodes/dis-buf.c -o dis-buf.o >/dev/null 2>&1 300s configure: creating cache ./config.cache 300s checking build system type... s390x-ibm-linux-gnu 300s checking host system type... s390x-ibm-linux-gnu 300s checking target system type... s390x-ibm-linux-gnu 300s checking for s390x-linux-gnu-gcc... s390x-linux-gnu-gcc 300s mv -f .deps/dis-init.Tpo .deps/dis-init.Plo 300s checking whether the C compiler works... /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT s390-dis.lo -MD -MP -MF .deps/s390-dis.Tpo -c -o s390-dis.lo ../../opcodes/s390-dis.c 300s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT s390-dis.lo -MD -MP -MF .deps/s390-dis.Tpo -c ../../opcodes/s390-dis.c -fPIC -DPIC -o .libs/s390-dis.o 300s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_s390 ../../opcodes/disassemble.c -o disassemble.o >/dev/null 2>&1 300s mv -f .deps/dis-buf.Tpo .deps/dis-buf.Plo 300s s390x-linux-gnu-gcc -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -c ../../opcodes/s390-mkopc.c 300s yes 300s checking for C compiler default output file name... a.out 300s checking for suffix of executables... mv -f .deps/disassemble.Tpo .deps/disassemble.Plo 300s 301s checking whether we are cross compiling... s390x-linux-gnu-gcc -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -o s390-mkopc s390-mkopc.o 301s ./s390-mkopc < ../../opcodes/s390-opc.txt > s390-opc.tab 301s no 301s checking for suffix of object files... /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c -o s390-opc.lo ../../opcodes/s390-opc.c 301s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c ../../opcodes/s390-opc.c -fPIC -DPIC -o .libs/s390-opc.o 301s o 301s checking whether we are using the GNU C compiler... yes 301s checking whether s390x-linux-gnu-gcc accepts -g... yes 301s checking for s390x-linux-gnu-gcc option to accept ISO C89... none needed 301s checking whether s390x-linux-gnu-gcc understands -c and -o together... yes 301s checking how to run the C preprocessor... libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT s390-dis.lo -MD -MP -MF .deps/s390-dis.Tpo -c ../../opcodes/s390-dis.c -o s390-dis.o >/dev/null 2>&1 301s s390x-linux-gnu-gcc -E 301s checking for grep that handles long lines and -e... /usr/bin/grep 301s checking for egrep... /usr/bin/grep -E 301s checking for ANSI C header files... yes 301s checking for sys/types.h... yes 301s checking for sys/stat.h... yes 301s checking for stdlib.h... yes 301s checking for string.h... yes 301s checking for memory.h... yes 301s checking for strings.h... yes 301s checking for inttypes.h... yes 301s checking for stdint.h... yes 301s checking for unistd.h... mv -f .deps/s390-dis.Tpo .deps/s390-dis.Plo 301s yes 301s checking minix/config.h usability... libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c ../../opcodes/s390-opc.c -o s390-opc.o >/dev/null 2>&1 301s no 301s checking minix/config.h presence... no 301s checking for minix/config.h... no 301s checking whether it is safe to define __EXTENSIONS__... yes 301s checking for a BSD-compatible install... /usr/bin/install -c 301s checking whether build environment is sane... yes 301s checking for a thread-safe mkdir -p... /usr/bin/mkdir -p 301s checking for gawk... gawk 301s checking whether /usr/bin/make sets $(MAKE)... yes 301s checking for style of include used by /usr/bin/make... GNU 301s checking whether /usr/bin/make supports nested variables... yes 301s checking dependency style of s390x-linux-gnu-gcc... gcc3 301s checking whether /usr/bin/make supports nested variables... (cached) yes 301s checking whether /usr/bin/make sets $(MAKE)... (cached) yes 301s checking for s390x-linux-gnu-gcc... (cached) s390x-linux-gnu-gcc 301s checking whether we are using the GNU C compiler... (cached) yes 301s checking whether s390x-linux-gnu-gcc accepts -g... (cached) yes 301s checking for s390x-linux-gnu-gcc option to accept ISO C89... (cached) none needed 301s checking whether s390x-linux-gnu-gcc understands -c and -o together... (cached) yes 301s checking for s390x-linux-gnu-ranlib... s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 301s checking for s390x-linux-gnu-ar... s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 301s checking the archiver (s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so) interface... ar 301s checking whether NLS is requested... yes 301s checking for msgfmt... /usr/bin/msgfmt 301s checking for gmsgfmt... /usr/bin/msgfmt 301s checking for xgettext... /usr/bin/xgettext 301s checking for msgmerge... /usr/bin/msgmerge 301s checking for ld used by GCC... s390x-linux-gnu-ld 301s checking if the linker (s390x-linux-gnu-ld) is GNU ld... yes 301s checking for shared library run path origin... done 301s checking for CFPreferencesCopyAppValue... no 301s checking for CFLocaleCopyPreferredLanguages... no 301s checking for GNU gettext in libc... yes 301s checking whether to use NLS... yes 301s checking where the gettext function comes from... libc 301s checking whether NLS is requested... yes 301s checking for catalogs to be installed... 301s checking how to print strings... printf 301s checking for a sed that does not truncate output... /usr/bin/sed 301s checking for fgrep... /usr/bin/grep -F 301s checking for ld used by s390x-linux-gnu-gcc... s390x-linux-gnu-ld 301s checking if the linker (s390x-linux-gnu-ld) is GNU ld... yes 301s checking for BSD- or MS-compatible name lister (nm)... /usr/bin/s390x-linux-gnu-nm -B 301s checking the name lister (/usr/bin/s390x-linux-gnu-nm -B) interface... BSD nm 301s checking whether ln -s works... yes 301s checking the maximum length of command line arguments... 1572864 301s checking whether the shell understands some XSI constructs... yes 301s checking whether the shell understands "+="... yes 301s checking for s390x-linux-gnu-ld option to reload object files... -r 301s checking for s390x-linux-gnu-objdump... s390x-linux-gnu-objdump 301s checking how to recognize dependent libraries... pass_all 301s checking for s390x-linux-gnu-ar... (cached) s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 301s checking for s390x-linux-gnu-strip... s390x-linux-gnu-strip 301s checking for s390x-linux-gnu-ranlib... (cached) s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 301s checking command to parse /usr/bin/s390x-linux-gnu-nm -B output from s390x-linux-gnu-gcc object... ok 301s checking for dlfcn.h... yes 301s checking for objdir... .libs 302s mv -f .deps/s390-opc.Tpo .deps/s390-opc.Plo 302s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -release `cat ../bfd/libtool-soversion` -Wl,-z,relro -o libopcodes.la -rpath /usr/lib/s390x-linux-gnu dis-buf.lo disassemble.lo dis-init.lo s390-dis.lo s390-opc.lo ../bfd/libbfd.la -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/../libiberty/pic -liberty -Wl,-lc,--as-needed,-lm,--no-as-needed 302s checking if s390x-linux-gnu-gcc supports -fno-rtti -fno-exceptions... libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/dis-buf.o .libs/disassemble.o .libs/dis-init.o .libs/s390-dis.o .libs/s390-opc.o -Wl,-rpath -Wl,/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs -Wl,-rpath -Wl,/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/../libiberty/pic -liberty -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -Wl,-z -Wl,relro -Wl,-lc -Wl,--as-needed -Wl,-lm -Wl,--no-as-needed -Wl,-soname -Wl,libopcodes-2.44-system.so -o .libs/libopcodes-2.44-system.so 302s no 302s checking for s390x-linux-gnu-gcc option to produce PIC... -fPIC -DPIC 302s checking if s390x-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes 302s checking if s390x-linux-gnu-gcc static flag -static works... yes 302s checking if s390x-linux-gnu-gcc supports -c -o file.o... yes 302s checking if s390x-linux-gnu-gcc supports -c -o file.o... (cached) yes 302s checking whether the s390x-linux-gnu-gcc linker (s390x-linux-gnu-ld -m elf64_s390) supports shared libraries... yes 302s checking whether -lc should be explicitly linked in... no 302s checking dynamic linker characteristics... GNU/Linux ld.so 302s checking how to hardcode library paths into programs... immediate 302s checking whether stripping libraries is possible... yes 302s checking if libtool supports shared libraries... yes 302s checking whether to build shared libraries... yes 302s checking whether to build static libraries... yes 302s checking for special C compiler options needed for large files... no 302s checking for _FILE_OFFSET_BITS value needed for large files... no 302s configure: creating ./config.lt 302s libtool: link: (cd ".libs" && rm -f "libopcodes.so" && ln -s "libopcodes-2.44-system.so" "libopcodes.so") 302s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libopcodes.a dis-buf.o disassemble.o dis-init.o s390-dis.o s390-opc.o 302s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libopcodes.a 302s config.lt: creating libtool 302s libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" ) 302s libtooldir=`/bin/bash ./libtool --config | sed -n -e 's/^objdir=//p'`; \ 302s if [ -f $libtooldir/libopcodes.a ]; then \ 302s cp $libtooldir/libopcodes.a libopcodes.tmp; \ 302s s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so libopcodes.tmp; \ 302s /bin/bash ../../opcodes/../move-if-change libopcodes.tmp libopcodes.a; \ 302s else true; fi 302s checking for aclocal... ${SHELL} /tmp/autopkgtest.NwkPOK/build.jqY/src/missing aclocal-1.15 302s checking for autoconf... ${SHELL} /tmp/autopkgtest.NwkPOK/build.jqY/src/missing autoconf 302s checking for autoheader... ${SHELL} /tmp/autopkgtest.NwkPOK/build.jqY/src/missing autoheader 302s checking whether s390x-linux-gnu-gcc supports -W... touch stamp-lib 302s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 302s Making all in po 302s yes 302s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/po' 302s file=`echo ../../../opcodes/po/da | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/da.po 302s file=`echo ../../../opcodes/po/de | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/de.po 302s file=`echo ../../../opcodes/po/es | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/es.po 302s checking whether s390x-linux-gnu-gcc supports -Wall... file=`echo ../../../opcodes/po/fi | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/fi.po 302s file=`echo ../../../opcodes/po/fr | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/fr.po 302s file=`echo ../../../opcodes/po/ga | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/ga.po 302s yes 302s file=`echo ../../../opcodes/po/id | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/id.po 302s file=`echo ../../../opcodes/po/it | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/it.po 302s file=`echo ../../../opcodes/po/nl | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/nl.po 302s checking whether s390x-linux-gnu-gcc supports -Wnarrowing... file=`echo ../../../opcodes/po/pt_BR | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/pt_BR.po 302s file=`echo ../../../opcodes/po/ro | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/ro.po 302s file=`echo ../../../opcodes/po/sr | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/sr.po 302s yes 302s checking whether s390x-linux-gnu-gcc supports -Wwrite-strings... file=`echo ../../../opcodes/po/sv | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/sv.po 302s file=`echo ../../../opcodes/po/tr | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/tr.po 302s file=`echo ../../../opcodes/po/uk | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/uk.po 302s file=`echo ../../../opcodes/po/vi | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/vi.po 302s yes 302s file=`echo ../../../opcodes/po/zh_CN | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/zh_CN.po 302s checking whether s390x-linux-gnu-gcc supports -Wmissing-format-attribute... make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/po' 302s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 302s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 302s yes 302s checking whether s390x-linux-gnu-gcc supports -Wstrict-prototypes... yes 302s checking whether s390x-linux-gnu-gcc supports -Wmissing-prototypes... make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 302s /usr/bin/make all-recursive 302s yes 302s checking whether s390x-linux-gnu-gcc supports -Wold-style-definition... make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 302s Making all in po 302s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas/po' 302s file=`echo ../../../gas/po/es | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/es.po 302s file=`echo ../../../gas/po/fi | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/fi.po 302s file=`echo ../../../gas/po/fr | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/fr.po 302s yes 302s checking whether s390x-linux-gnu-gcc supports -pedantic -Wlong-long... yes 302s checking whether to enable maintainer-specific portions of Makefiles... no 302s checking whether to install libbfd... yes 302s checking whether s390x-linux-gnu-gcc supports -Wall... (cached) yes 302s checking for stdlib.h... (cached) yes 302s file=`echo ../../../gas/po/id | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/id.po 302s file=`echo ../../../gas/po/ja | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/ja.po 302s checking for unistd.h... file=`echo ro | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/ro.po 302s (cached) yes 302s checking for sys/param.h... file=`echo ../../../gas/po/ru | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/ru.po 302s file=`echo ../../../gas/po/rw | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/rw.po 302s yes 302s checking for getpagesize... file=`echo ../../../gas/po/sv | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/sv.po 302s file=`echo ../../../gas/po/tr | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/tr.po 302s file=`echo ../../../gas/po/uk | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/uk.po 302s file=`echo ../../../gas/po/zh_CN | sed 's,.*/,,'`.gmo \ 302s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/zh_CN.po 302s yes 302s checking for working mmap... make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas/po' 302s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 302s depbase=`echo app.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 302s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT app.o -MD -MP -MF $depbase.Tpo -c -o app.o ../../gas/app.c &&\ 302s mv -f $depbase.Tpo $depbase.Po 302s depbase=`echo as.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 302s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT as.o -MD -MP -MF $depbase.Tpo -c -o as.o ../../gas/as.c &&\ 302s mv -f $depbase.Tpo $depbase.Po 302s depbase=`echo atof-generic.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 302s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT atof-generic.o -MD -MP -MF $depbase.Tpo -c -o atof-generic.o ../../gas/atof-generic.c &&\ 302s mv -f $depbase.Tpo $depbase.Po 303s yes 303s checking for library containing dlsym... none required 303s checking for ELF support in BFD... depbase=`echo codeview.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 303s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT codeview.o -MD -MP -MF $depbase.Tpo -c -o codeview.o ../../gas/codeview.c &&\ 303s mv -f $depbase.Tpo $depbase.Po 303s depbase=`echo compress-debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 303s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT compress-debug.o -MD -MP -MF $depbase.Tpo -c -o compress-debug.o ../../gas/compress-debug.c &&\ 303s mv -f $depbase.Tpo $depbase.Po 303s depbase=`echo cond.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 303s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT cond.o -MD -MP -MF $depbase.Tpo -c -o cond.o ../../gas/cond.c &&\ 303s mv -f $depbase.Tpo $depbase.Po 303s yes 303s checking whether byte ordering is bigendian... yes 303s checking byteswap.h usability... yes 303s checking byteswap.h presence... depbase=`echo depend.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 303s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT depend.o -MD -MP -MF $depbase.Tpo -c -o depend.o ../../gas/depend.c &&\ 303s mv -f $depbase.Tpo $depbase.Po 303s yes 303s checking for byteswap.h... yes 303s checking endian.h usability... yes 303s checking endian.h presence... yes 303s checking for endian.h... yes 303s depbase=`echo dwarf2dbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 303s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT dwarf2dbg.o -MD -MP -MF $depbase.Tpo -c -o dwarf2dbg.o ../../gas/dwarf2dbg.c &&\ 303s mv -f $depbase.Tpo $depbase.Po 303s checking valgrind/valgrind.h usability... no 303s checking valgrind/valgrind.h presence... no 303s checking for valgrind/valgrind.h... no 303s checking for pread... depbase=`echo dw2gencfi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 303s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT dw2gencfi.o -MD -MP -MF $depbase.Tpo -c -o dw2gencfi.o ../../gas/dw2gencfi.c &&\ 303s mv -f $depbase.Tpo $depbase.Po 303s yes 303s checking whether bswap_16 is declared... yes 303s depbase=`echo ecoff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 303s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT ecoff.o -MD -MP -MF $depbase.Tpo -c -o ecoff.o ../../gas/ecoff.c &&\ 303s mv -f $depbase.Tpo $depbase.Po 303s checking whether bswap_32 is declared... yes 303s checking whether bswap_64 is declared... yes 303s checking whether asprintf is declared... depbase=`echo ehopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 303s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT ehopt.o -MD -MP -MF $depbase.Tpo -c -o ehopt.o ../../gas/ehopt.c &&\ 303s mv -f $depbase.Tpo $depbase.Po 303s yes 303s checking whether vasprintf is declared... yes 303s checking whether stpcpy is declared... yes 303s checking for qsort_r... yes 303s checking for qsort_r signature... GNU 303s checking for O_CLOEXEC... depbase=`echo expr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 303s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT expr.o -MD -MP -MF $depbase.Tpo -c -o expr.o ../../gas/expr.c &&\ 303s mv -f $depbase.Tpo $depbase.Po 303s yes 303s checking for makeinfo... makeinfo --split-size=5000000 303s checking for expect... /usr/bin/expect 303s checking for Tcl supporting try/catch... yes 304s checking for linker versioning flags... -Wl,--version-script 304s configure: updating cache ./config.cache 304s checking that generated files are newer than configure... done 304s configure: creating ./config.status 304s depbase=`echo flonum-copy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 304s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT flonum-copy.o -MD -MP -MF $depbase.Tpo -c -o flonum-copy.o ../../gas/flonum-copy.c &&\ 304s mv -f $depbase.Tpo $depbase.Po 304s depbase=`echo flonum-konst.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 304s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT flonum-konst.o -MD -MP -MF $depbase.Tpo -c -o flonum-konst.o ../../gas/flonum-konst.c &&\ 304s mv -f $depbase.Tpo $depbase.Po 304s depbase=`echo flonum-mult.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 304s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT flonum-mult.o -MD -MP -MF $depbase.Tpo -c -o flonum-mult.o ../../gas/flonum-mult.c &&\ 304s mv -f $depbase.Tpo $depbase.Po 304s depbase=`echo frags.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 304s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT frags.o -MD -MP -MF $depbase.Tpo -c -o frags.o ../../gas/frags.c &&\ 304s mv -f $depbase.Tpo $depbase.Po 304s config.status: creating Makefile 304s config.status: creating config.h 304s config.status: executing depfiles commands 304s config.status: executing default-1 commands 304s config.status: executing libtool commands 304s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 304s /usr/bin/make all-recursive 304s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 304s depbase=`echo gen-sframe.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 304s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT gen-sframe.o -MD -MP -MF $depbase.Tpo -c -o gen-sframe.o ../../gas/gen-sframe.c &&\ 304s mv -f $depbase.Tpo $depbase.Po 304s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 304s make[6]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 304s make[6]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 304s restore=: && backupdir=".am$$" && \ 304s rm -rf $backupdir && mkdir $backupdir && \ 304s if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ 304s for f in doc/ctf-spec.info doc/ctf-spec.info-[0-9] doc/ctf-spec.info-[0-9][0-9] doc/ctf-spec.i[0-9] doc/ctf-spec.i[0-9][0-9]; do \ 304s if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ 304s done; \ 304s else :; fi && \ 304s if makeinfo --split-size=5000000 --split-size=5000000 --no-split -I doc -I ../../libctf/doc \ 304s -o doc/ctf-spec.info `test -f 'doc/ctf-spec.texi' || echo '../../libctf/'`doc/ctf-spec.texi; \ 304s then \ 304s rc=0; \ 304s else \ 304s rc=$?; \ 304s $restore $backupdir/* `echo "./doc/ctf-spec.info" | sed 's|[^/]*$||'`; \ 304s fi; \ 304s rm -rf $backupdir; exit $rc 304s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-archive.lo -MD -MP -MF .deps/libctf_la-ctf-archive.Tpo -c -o libctf_la-ctf-archive.lo `test -f 'ctf-archive.c' || echo '../../libctf/'`ctf-archive.c 304s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-archive.lo -MD -MP -MF .deps/libctf_la-ctf-archive.Tpo -c ../../libctf/ctf-archive.c -fPIC -DPIC -o .libs/libctf_la-ctf-archive.o 304s depbase=`echo ginsn.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 304s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT ginsn.o -MD -MP -MF $depbase.Tpo -c -o ginsn.o ../../gas/ginsn.c &&\ 304s mv -f $depbase.Tpo $depbase.Po 304s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-dump.lo -MD -MP -MF .deps/libctf_la-ctf-dump.Tpo -c -o libctf_la-ctf-dump.lo `test -f 'ctf-dump.c' || echo '../../libctf/'`ctf-dump.c 304s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-dump.lo -MD -MP -MF .deps/libctf_la-ctf-dump.Tpo -c ../../libctf/ctf-dump.c -fPIC -DPIC -o .libs/libctf_la-ctf-dump.o 304s depbase=`echo hash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 304s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT hash.o -MD -MP -MF $depbase.Tpo -c -o hash.o ../../gas/hash.c &&\ 304s mv -f $depbase.Tpo $depbase.Po 304s ctf-spec.texi:809: warning: @xref should not appear on @multitable line 304s depbase=`echo input-file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 304s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT input-file.o -MD -MP -MF $depbase.Tpo -c -o input-file.o ../../gas/input-file.c &&\ 304s mv -f $depbase.Tpo $depbase.Po 304s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-create.lo -MD -MP -MF .deps/libctf_la-ctf-create.Tpo -c -o libctf_la-ctf-create.lo `test -f 'ctf-create.c' || echo '../../libctf/'`ctf-create.c 304s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-create.lo -MD -MP -MF .deps/libctf_la-ctf-create.Tpo -c ../../libctf/ctf-create.c -fPIC -DPIC -o .libs/libctf_la-ctf-create.o 304s depbase=`echo input-scrub.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 304s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT input-scrub.o -MD -MP -MF $depbase.Tpo -c -o input-scrub.o ../../gas/input-scrub.c &&\ 304s mv -f $depbase.Tpo $depbase.Po 305s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-dump.lo -MD -MP -MF .deps/libctf_la-ctf-dump.Tpo -c ../../libctf/ctf-dump.c -o libctf_la-ctf-dump.o >/dev/null 2>&1 305s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-archive.lo -MD -MP -MF .deps/libctf_la-ctf-archive.Tpo -c ../../libctf/ctf-archive.c -o libctf_la-ctf-archive.o >/dev/null 2>&1 305s depbase=`echo listing.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 305s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT listing.o -MD -MP -MF $depbase.Tpo -c -o listing.o ../../gas/listing.c &&\ 305s mv -f $depbase.Tpo $depbase.Po 305s mv -f .deps/libctf_la-ctf-dump.Tpo .deps/libctf_la-ctf-dump.Plo 305s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-decl.lo -MD -MP -MF .deps/libctf_la-ctf-decl.Tpo -c -o libctf_la-ctf-decl.lo `test -f 'ctf-decl.c' || echo '../../libctf/'`ctf-decl.c 305s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-decl.lo -MD -MP -MF .deps/libctf_la-ctf-decl.Tpo -c ../../libctf/ctf-decl.c -fPIC -DPIC -o .libs/libctf_la-ctf-decl.o 305s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-decl.lo -MD -MP -MF .deps/libctf_la-ctf-decl.Tpo -c ../../libctf/ctf-decl.c -o libctf_la-ctf-decl.o >/dev/null 2>&1 305s mv -f .deps/libctf_la-ctf-archive.Tpo .deps/libctf_la-ctf-archive.Plo 305s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-error.lo -MD -MP -MF .deps/libctf_la-ctf-error.Tpo -c -o libctf_la-ctf-error.lo `test -f 'ctf-error.c' || echo '../../libctf/'`ctf-error.c 305s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-error.lo -MD -MP -MF .deps/libctf_la-ctf-error.Tpo -c ../../libctf/ctf-error.c -fPIC -DPIC -o .libs/libctf_la-ctf-error.o 305s mv -f .deps/libctf_la-ctf-decl.Tpo .deps/libctf_la-ctf-decl.Plo 305s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-hash.lo -MD -MP -MF .deps/libctf_la-ctf-hash.Tpo -c -o libctf_la-ctf-hash.lo `test -f 'ctf-hash.c' || echo '../../libctf/'`ctf-hash.c 305s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-error.lo -MD -MP -MF .deps/libctf_la-ctf-error.Tpo -c ../../libctf/ctf-error.c -o libctf_la-ctf-error.o >/dev/null 2>&1 305s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-hash.lo -MD -MP -MF .deps/libctf_la-ctf-hash.Tpo -c ../../libctf/ctf-hash.c -fPIC -DPIC -o .libs/libctf_la-ctf-hash.o 305s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-create.lo -MD -MP -MF .deps/libctf_la-ctf-create.Tpo -c ../../libctf/ctf-create.c -o libctf_la-ctf-create.o >/dev/null 2>&1 305s mv -f .deps/libctf_la-ctf-error.Tpo .deps/libctf_la-ctf-error.Plo 305s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-labels.lo -MD -MP -MF .deps/libctf_la-ctf-labels.Tpo -c -o libctf_la-ctf-labels.lo `test -f 'ctf-labels.c' || echo '../../libctf/'`ctf-labels.c 305s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-labels.lo -MD -MP -MF .deps/libctf_la-ctf-labels.Tpo -c ../../libctf/ctf-labels.c -fPIC -DPIC -o .libs/libctf_la-ctf-labels.o 305s depbase=`echo literal.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 305s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT literal.o -MD -MP -MF $depbase.Tpo -c -o literal.o ../../gas/literal.c &&\ 305s mv -f $depbase.Tpo $depbase.Po 305s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-labels.lo -MD -MP -MF .deps/libctf_la-ctf-labels.Tpo -c ../../libctf/ctf-labels.c -o libctf_la-ctf-labels.o >/dev/null 2>&1 305s depbase=`echo macro.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 305s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT macro.o -MD -MP -MF $depbase.Tpo -c -o macro.o ../../gas/macro.c &&\ 305s mv -f $depbase.Tpo $depbase.Po 306s mv -f .deps/libctf_la-ctf-labels.Tpo .deps/libctf_la-ctf-labels.Plo 306s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_la-ctf-dedup.Tpo -c -o libctf_la-ctf-dedup.lo `test -f 'ctf-dedup.c' || echo '../../libctf/'`ctf-dedup.c 306s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_la-ctf-dedup.Tpo -c ../../libctf/ctf-dedup.c -fPIC -DPIC -o .libs/libctf_la-ctf-dedup.o 306s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-hash.lo -MD -MP -MF .deps/libctf_la-ctf-hash.Tpo -c ../../libctf/ctf-hash.c -o libctf_la-ctf-hash.o >/dev/null 2>&1 306s mv -f .deps/libctf_la-ctf-hash.Tpo .deps/libctf_la-ctf-hash.Plo 306s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-link.lo -MD -MP -MF .deps/libctf_la-ctf-link.Tpo -c -o libctf_la-ctf-link.lo `test -f 'ctf-link.c' || echo '../../libctf/'`ctf-link.c 306s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-link.lo -MD -MP -MF .deps/libctf_la-ctf-link.Tpo -c ../../libctf/ctf-link.c -fPIC -DPIC -o .libs/libctf_la-ctf-link.o 306s mv -f .deps/libctf_la-ctf-create.Tpo .deps/libctf_la-ctf-create.Plo 306s depbase=`echo messages.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 306s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT messages.o -MD -MP -MF $depbase.Tpo -c -o messages.o ../../gas/messages.c &&\ 306s mv -f $depbase.Tpo $depbase.Po 306s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_la-ctf-lookup.Tpo -c -o libctf_la-ctf-lookup.lo `test -f 'ctf-lookup.c' || echo '../../libctf/'`ctf-lookup.c 306s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_la-ctf-lookup.Tpo -c ../../libctf/ctf-lookup.c -fPIC -DPIC -o .libs/libctf_la-ctf-lookup.o 306s depbase=`echo output-file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 306s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT output-file.o -MD -MP -MF $depbase.Tpo -c -o output-file.o ../../gas/output-file.c &&\ 306s mv -f $depbase.Tpo $depbase.Po 306s depbase=`echo read.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 306s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT read.o -MD -MP -MF $depbase.Tpo -c -o read.o ../../gas/read.c &&\ 306s mv -f $depbase.Tpo $depbase.Po 307s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_la-ctf-dedup.Tpo -c ../../libctf/ctf-dedup.c -o libctf_la-ctf-dedup.o >/dev/null 2>&1 307s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-link.lo -MD -MP -MF .deps/libctf_la-ctf-link.Tpo -c ../../libctf/ctf-link.c -o libctf_la-ctf-link.o >/dev/null 2>&1 307s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_la-ctf-lookup.Tpo -c ../../libctf/ctf-lookup.c -o libctf_la-ctf-lookup.o >/dev/null 2>&1 307s mv -f .deps/libctf_la-ctf-lookup.Tpo .deps/libctf_la-ctf-lookup.Plo 307s depbase=`echo remap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 307s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT remap.o -MD -MP -MF $depbase.Tpo -c -o remap.o ../../gas/remap.c &&\ 307s mv -f $depbase.Tpo $depbase.Po 307s mv -f .deps/libctf_la-ctf-link.Tpo .deps/libctf_la-ctf-link.Plo 307s depbase=`echo sb.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 307s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT sb.o -MD -MP -MF $depbase.Tpo -c -o sb.o ../../gas/sb.c &&\ 307s mv -f $depbase.Tpo $depbase.Po 307s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-open.lo -MD -MP -MF .deps/libctf_la-ctf-open.Tpo -c -o libctf_la-ctf-open.lo `test -f 'ctf-open.c' || echo '../../libctf/'`ctf-open.c 307s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-open.lo -MD -MP -MF .deps/libctf_la-ctf-open.Tpo -c ../../libctf/ctf-open.c -fPIC -DPIC -o .libs/libctf_la-ctf-open.o 308s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_la-ctf-serialize.Tpo -c -o libctf_la-ctf-serialize.lo `test -f 'ctf-serialize.c' || echo '../../libctf/'`ctf-serialize.c 308s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_la-ctf-serialize.Tpo -c ../../libctf/ctf-serialize.c -fPIC -DPIC -o .libs/libctf_la-ctf-serialize.o 308s mv -f .deps/libctf_la-ctf-dedup.Tpo .deps/libctf_la-ctf-dedup.Plo 308s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_la-ctf-sha1.Tpo -c -o libctf_la-ctf-sha1.lo `test -f 'ctf-sha1.c' || echo '../../libctf/'`ctf-sha1.c 308s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_la-ctf-sha1.Tpo -c ../../libctf/ctf-sha1.c -fPIC -DPIC -o .libs/libctf_la-ctf-sha1.o 308s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_la-ctf-sha1.Tpo -c ../../libctf/ctf-sha1.c -o libctf_la-ctf-sha1.o >/dev/null 2>&1 308s mv -f .deps/libctf_la-ctf-sha1.Tpo .deps/libctf_la-ctf-sha1.Plo 308s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-string.lo -MD -MP -MF .deps/libctf_la-ctf-string.Tpo -c -o libctf_la-ctf-string.lo `test -f 'ctf-string.c' || echo '../../libctf/'`ctf-string.c 308s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-string.lo -MD -MP -MF .deps/libctf_la-ctf-string.Tpo -c ../../libctf/ctf-string.c -fPIC -DPIC -o .libs/libctf_la-ctf-string.o 308s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-string.lo -MD -MP -MF .deps/libctf_la-ctf-string.Tpo -c ../../libctf/ctf-string.c -o libctf_la-ctf-string.o >/dev/null 2>&1 308s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_la-ctf-serialize.Tpo -c ../../libctf/ctf-serialize.c -o libctf_la-ctf-serialize.o >/dev/null 2>&1 308s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-open.lo -MD -MP -MF .deps/libctf_la-ctf-open.Tpo -c ../../libctf/ctf-open.c -o libctf_la-ctf-open.o >/dev/null 2>&1 308s mv -f .deps/libctf_la-ctf-string.Tpo .deps/libctf_la-ctf-string.Plo 308s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-subr.lo -MD -MP -MF .deps/libctf_la-ctf-subr.Tpo -c -o libctf_la-ctf-subr.lo `test -f 'ctf-subr.c' || echo '../../libctf/'`ctf-subr.c 308s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-subr.lo -MD -MP -MF .deps/libctf_la-ctf-subr.Tpo -c ../../libctf/ctf-subr.c -fPIC -DPIC -o .libs/libctf_la-ctf-subr.o 309s depbase=`echo scfidw2gen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 309s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT scfidw2gen.o -MD -MP -MF $depbase.Tpo -c -o scfidw2gen.o ../../gas/scfidw2gen.c &&\ 309s mv -f $depbase.Tpo $depbase.Po 309s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-subr.lo -MD -MP -MF .deps/libctf_la-ctf-subr.Tpo -c ../../libctf/ctf-subr.c -o libctf_la-ctf-subr.o >/dev/null 2>&1 309s depbase=`echo scfi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 309s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT scfi.o -MD -MP -MF $depbase.Tpo -c -o scfi.o ../../gas/scfi.c &&\ 309s mv -f $depbase.Tpo $depbase.Po 309s mv -f .deps/libctf_la-ctf-serialize.Tpo .deps/libctf_la-ctf-serialize.Plo 309s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-types.lo -MD -MP -MF .deps/libctf_la-ctf-types.Tpo -c -o libctf_la-ctf-types.lo `test -f 'ctf-types.c' || echo '../../libctf/'`ctf-types.c 309s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-types.lo -MD -MP -MF .deps/libctf_la-ctf-types.Tpo -c ../../libctf/ctf-types.c -fPIC -DPIC -o .libs/libctf_la-ctf-types.o 309s depbase=`echo sframe-opt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 309s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT sframe-opt.o -MD -MP -MF $depbase.Tpo -c -o sframe-opt.o ../../gas/sframe-opt.c &&\ 309s mv -f $depbase.Tpo $depbase.Po 309s mv -f .deps/libctf_la-ctf-subr.Tpo .deps/libctf_la-ctf-subr.Plo 309s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-util.lo -MD -MP -MF .deps/libctf_la-ctf-util.Tpo -c -o libctf_la-ctf-util.lo `test -f 'ctf-util.c' || echo '../../libctf/'`ctf-util.c 309s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-util.lo -MD -MP -MF .deps/libctf_la-ctf-util.Tpo -c ../../libctf/ctf-util.c -fPIC -DPIC -o .libs/libctf_la-ctf-util.o 309s depbase=`echo stabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 309s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT stabs.o -MD -MP -MF $depbase.Tpo -c -o stabs.o ../../gas/stabs.c &&\ 309s mv -f $depbase.Tpo $depbase.Po 309s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-util.lo -MD -MP -MF .deps/libctf_la-ctf-util.Tpo -c ../../libctf/ctf-util.c -o libctf_la-ctf-util.o >/dev/null 2>&1 309s depbase=`echo subsegs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 309s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT subsegs.o -MD -MP -MF $depbase.Tpo -c -o subsegs.o ../../gas/subsegs.c &&\ 309s mv -f $depbase.Tpo $depbase.Po 309s mv -f .deps/libctf_la-ctf-open.Tpo .deps/libctf_la-ctf-open.Plo 309s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-open-bfd.lo -MD -MP -MF .deps/libctf_la-ctf-open-bfd.Tpo -c -o libctf_la-ctf-open-bfd.lo `test -f 'ctf-open-bfd.c' || echo '../../libctf/'`ctf-open-bfd.c 309s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-open-bfd.lo -MD -MP -MF .deps/libctf_la-ctf-open-bfd.Tpo -c ../../libctf/ctf-open-bfd.c -fPIC -DPIC -o .libs/libctf_la-ctf-open-bfd.o 309s mv -f .deps/libctf_la-ctf-util.Tpo .deps/libctf_la-ctf-util.Plo 309s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-archive.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-archive.Tpo -c -o libctf_nobfd_la-ctf-archive.lo `test -f 'ctf-archive.c' || echo '../../libctf/'`ctf-archive.c 309s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-archive.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-archive.Tpo -c ../../libctf/ctf-archive.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-archive.o 309s depbase=`echo symbols.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 309s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT symbols.o -MD -MP -MF $depbase.Tpo -c -o symbols.o ../../gas/symbols.c &&\ 309s mv -f $depbase.Tpo $depbase.Po 309s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-open-bfd.lo -MD -MP -MF .deps/libctf_la-ctf-open-bfd.Tpo -c ../../libctf/ctf-open-bfd.c -o libctf_la-ctf-open-bfd.o >/dev/null 2>&1 309s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-types.lo -MD -MP -MF .deps/libctf_la-ctf-types.Tpo -c ../../libctf/ctf-types.c -o libctf_la-ctf-types.o >/dev/null 2>&1 309s mv -f .deps/libctf_la-ctf-open-bfd.Tpo .deps/libctf_la-ctf-open-bfd.Plo 309s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-dump.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dump.Tpo -c -o libctf_nobfd_la-ctf-dump.lo `test -f 'ctf-dump.c' || echo '../../libctf/'`ctf-dump.c 309s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-dump.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dump.Tpo -c ../../libctf/ctf-dump.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-dump.o 310s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-archive.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-archive.Tpo -c ../../libctf/ctf-archive.c -o libctf_nobfd_la-ctf-archive.o >/dev/null 2>&1 310s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-dump.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dump.Tpo -c ../../libctf/ctf-dump.c -o libctf_nobfd_la-ctf-dump.o >/dev/null 2>&1 310s mv -f .deps/libctf_nobfd_la-ctf-archive.Tpo .deps/libctf_nobfd_la-ctf-archive.Plo 310s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-create.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-create.Tpo -c -o libctf_nobfd_la-ctf-create.lo `test -f 'ctf-create.c' || echo '../../libctf/'`ctf-create.c 310s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-create.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-create.Tpo -c ../../libctf/ctf-create.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-create.o 310s mv -f .deps/libctf_la-ctf-types.Tpo .deps/libctf_la-ctf-types.Plo 310s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-decl.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-decl.Tpo -c -o libctf_nobfd_la-ctf-decl.lo `test -f 'ctf-decl.c' || echo '../../libctf/'`ctf-decl.c 310s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-decl.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-decl.Tpo -c ../../libctf/ctf-decl.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-decl.o 310s mv -f .deps/libctf_nobfd_la-ctf-dump.Tpo .deps/libctf_nobfd_la-ctf-dump.Plo 310s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-error.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-error.Tpo -c -o libctf_nobfd_la-ctf-error.lo `test -f 'ctf-error.c' || echo '../../libctf/'`ctf-error.c 310s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-error.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-error.Tpo -c ../../libctf/ctf-error.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-error.o 310s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-decl.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-decl.Tpo -c ../../libctf/ctf-decl.c -o libctf_nobfd_la-ctf-decl.o >/dev/null 2>&1 310s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-error.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-error.Tpo -c ../../libctf/ctf-error.c -o libctf_nobfd_la-ctf-error.o >/dev/null 2>&1 310s mv -f .deps/libctf_nobfd_la-ctf-error.Tpo .deps/libctf_nobfd_la-ctf-error.Plo 310s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-hash.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-hash.Tpo -c -o libctf_nobfd_la-ctf-hash.lo `test -f 'ctf-hash.c' || echo '../../libctf/'`ctf-hash.c 310s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-hash.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-hash.Tpo -c ../../libctf/ctf-hash.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-hash.o 310s mv -f .deps/libctf_nobfd_la-ctf-decl.Tpo .deps/libctf_nobfd_la-ctf-decl.Plo 310s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-labels.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-labels.Tpo -c -o libctf_nobfd_la-ctf-labels.lo `test -f 'ctf-labels.c' || echo '../../libctf/'`ctf-labels.c 310s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-labels.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-labels.Tpo -c ../../libctf/ctf-labels.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-labels.o 311s depbase=`echo write.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 311s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT write.o -MD -MP -MF $depbase.Tpo -c -o write.o ../../gas/write.c &&\ 311s mv -f $depbase.Tpo $depbase.Po 311s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-labels.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-labels.Tpo -c ../../libctf/ctf-labels.c -o libctf_nobfd_la-ctf-labels.o >/dev/null 2>&1 311s mv -f .deps/libctf_nobfd_la-ctf-labels.Tpo .deps/libctf_nobfd_la-ctf-labels.Plo 311s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dedup.Tpo -c -o libctf_nobfd_la-ctf-dedup.lo `test -f 'ctf-dedup.c' || echo '../../libctf/'`ctf-dedup.c 311s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dedup.Tpo -c ../../libctf/ctf-dedup.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-dedup.o 311s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-hash.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-hash.Tpo -c ../../libctf/ctf-hash.c -o libctf_nobfd_la-ctf-hash.o >/dev/null 2>&1 311s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-create.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-create.Tpo -c ../../libctf/ctf-create.c -o libctf_nobfd_la-ctf-create.o >/dev/null 2>&1 311s mv -f .deps/libctf_nobfd_la-ctf-hash.Tpo .deps/libctf_nobfd_la-ctf-hash.Plo 311s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-link.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-link.Tpo -c -o libctf_nobfd_la-ctf-link.lo `test -f 'ctf-link.c' || echo '../../libctf/'`ctf-link.c 311s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-link.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-link.Tpo -c ../../libctf/ctf-link.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-link.o 312s rm -f doc/asconfig.texi 312s cp ../../gas/doc/all.texi doc/asconfig.texi && touch -m -r ../../gas/doc/all.texi doc/asconfig.texi 312s chmod u+w doc/asconfig.texi 312s depbase=`echo config/tc-s390.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 312s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT config/tc-s390.o -MD -MP -MF $depbase.Tpo -c -o config/tc-s390.o ../../gas/config/tc-s390.c &&\ 312s mv -f $depbase.Tpo $depbase.Po 312s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dedup.Tpo -c ../../libctf/ctf-dedup.c -o libctf_nobfd_la-ctf-dedup.o >/dev/null 2>&1 312s mv -f .deps/libctf_nobfd_la-ctf-create.Tpo .deps/libctf_nobfd_la-ctf-create.Plo 312s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-lookup.Tpo -c -o libctf_nobfd_la-ctf-lookup.lo `test -f 'ctf-lookup.c' || echo '../../libctf/'`ctf-lookup.c 312s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-lookup.Tpo -c ../../libctf/ctf-lookup.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-lookup.o 312s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-link.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-link.Tpo -c ../../libctf/ctf-link.c -o libctf_nobfd_la-ctf-link.o >/dev/null 2>&1 312s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-lookup.Tpo -c ../../libctf/ctf-lookup.c -o libctf_nobfd_la-ctf-lookup.o >/dev/null 2>&1 313s mv -f .deps/libctf_nobfd_la-ctf-link.Tpo .deps/libctf_nobfd_la-ctf-link.Plo 313s depbase=`echo config/obj-elf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 313s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT config/obj-elf.o -MD -MP -MF $depbase.Tpo -c -o config/obj-elf.o ../../gas/config/obj-elf.c &&\ 313s mv -f $depbase.Tpo $depbase.Po 313s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-open.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-open.Tpo -c -o libctf_nobfd_la-ctf-open.lo `test -f 'ctf-open.c' || echo '../../libctf/'`ctf-open.c 313s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-open.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-open.Tpo -c ../../libctf/ctf-open.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-open.o 313s mv -f .deps/libctf_nobfd_la-ctf-dedup.Tpo .deps/libctf_nobfd_la-ctf-dedup.Plo 313s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-serialize.Tpo -c -o libctf_nobfd_la-ctf-serialize.lo `test -f 'ctf-serialize.c' || echo '../../libctf/'`ctf-serialize.c 313s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-serialize.Tpo -c ../../libctf/ctf-serialize.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-serialize.o 313s mv -f .deps/libctf_nobfd_la-ctf-lookup.Tpo .deps/libctf_nobfd_la-ctf-lookup.Plo 313s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-sha1.Tpo -c -o libctf_nobfd_la-ctf-sha1.lo `test -f 'ctf-sha1.c' || echo '../../libctf/'`ctf-sha1.c 313s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-sha1.Tpo -c ../../libctf/ctf-sha1.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-sha1.o 313s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-sha1.Tpo -c ../../libctf/ctf-sha1.c -o libctf_nobfd_la-ctf-sha1.o >/dev/null 2>&1 313s mv -f .deps/libctf_nobfd_la-ctf-sha1.Tpo .deps/libctf_nobfd_la-ctf-sha1.Plo 313s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-string.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-string.Tpo -c -o libctf_nobfd_la-ctf-string.lo `test -f 'ctf-string.c' || echo '../../libctf/'`ctf-string.c 313s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-string.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-string.Tpo -c ../../libctf/ctf-string.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-string.o 313s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-serialize.Tpo -c ../../libctf/ctf-serialize.c -o libctf_nobfd_la-ctf-serialize.o >/dev/null 2>&1 313s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-string.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-string.Tpo -c ../../libctf/ctf-string.c -o libctf_nobfd_la-ctf-string.o >/dev/null 2>&1 313s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-open.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-open.Tpo -c ../../libctf/ctf-open.c -o libctf_nobfd_la-ctf-open.o >/dev/null 2>&1 314s mv -f .deps/libctf_nobfd_la-ctf-string.Tpo .deps/libctf_nobfd_la-ctf-string.Plo 314s depbase=`echo config/atof-ieee.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 314s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT config/atof-ieee.o -MD -MP -MF $depbase.Tpo -c -o config/atof-ieee.o ../../gas/config/atof-ieee.c &&\ 314s mv -f $depbase.Tpo $depbase.Po 314s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-subr.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-subr.Tpo -c -o libctf_nobfd_la-ctf-subr.lo `test -f 'ctf-subr.c' || echo '../../libctf/'`ctf-subr.c 314s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-subr.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-subr.Tpo -c ../../libctf/ctf-subr.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-subr.o 314s mv -f .deps/libctf_nobfd_la-ctf-serialize.Tpo .deps/libctf_nobfd_la-ctf-serialize.Plo 314s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-types.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-types.Tpo -c -o libctf_nobfd_la-ctf-types.lo `test -f 'ctf-types.c' || echo '../../libctf/'`ctf-types.c 314s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-types.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-types.Tpo -c ../../libctf/ctf-types.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-types.o 314s touch doc/as.1 314s perl ../../gas/../etc/texi2pod.pl -I "../../gas/doc" -I doc -I "../../gas/../libiberty" -I "../../gas/../bfd/doc" -I ../bfd/doc --no-split -Dman < ../../gas/doc/as.texi > doc/as.pod 314s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 doc/as.pod | \ 314s sed -e '/^.if n .na/d' > doc/as.1.T$$ && \ 314s mv -f doc/as.1.T$$ doc/as.1) || \ 314s (rm -f doc/as.1.T$$ && exit 1) 314s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-subr.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-subr.Tpo -c ../../libctf/ctf-subr.c -o libctf_nobfd_la-ctf-subr.o >/dev/null 2>&1 314s rm -f doc/as.pod 314s restore=: && backupdir=".am$$" && \ 314s rm -rf $backupdir && mkdir $backupdir && \ 314s if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ 314s for f in doc/as.info doc/as.info-[0-9] doc/as.info-[0-9][0-9] doc/as.i[0-9] doc/as.i[0-9][0-9]; do \ 314s if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ 314s done; \ 314s else :; fi && \ 314s if makeinfo --split-size=5000000 --split-size=5000000 -I "../../gas/doc" -I doc -I "../../gas/../libiberty" -I "../../gas/../bfd/doc" -I ../bfd/doc --no-split -I doc -I ../../gas/doc \ 314s -o doc/as.info `test -f 'doc/as.texi' || echo '../../gas/'`doc/as.texi; \ 314s then \ 314s rc=0; \ 314s else \ 314s rc=$?; \ 314s $restore $backupdir/* `echo "./doc/as.info" | sed 's|[^/]*$||'`; \ 314s fi; \ 314s rm -rf $backupdir; exit $rc 314s mv -f .deps/libctf_nobfd_la-ctf-subr.Tpo .deps/libctf_nobfd_la-ctf-subr.Plo 314s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o as-new app.o as.o atof-generic.o codeview.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o gen-sframe.o ginsn.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o scfidw2gen.o scfi.o sframe-opt.o stabs.o subsegs.o symbols.o write.o config/tc-s390.o config/obj-elf.o config/atof-ieee.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a -lz 314s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/as-new app.o as.o atof-generic.o codeview.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o gen-sframe.o ginsn.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o scfidw2gen.o scfi.o sframe-opt.o stabs.o subsegs.o symbols.o write.o config/tc-s390.o config/obj-elf.o config/atof-ieee.o ../opcodes/.libs/libopcodes.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/../libiberty/pic /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/libbfd.so ../bfd/.libs/libbfd.so -liberty /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a -lz 314s mv -f .deps/libctf_nobfd_la-ctf-open.Tpo .deps/libctf_nobfd_la-ctf-open.Plo 314s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-util.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-util.Tpo -c -o libctf_nobfd_la-ctf-util.lo `test -f 'ctf-util.c' || echo '../../libctf/'`ctf-util.c 314s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-util.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-util.Tpo -c ../../libctf/ctf-util.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-util.o 314s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-util.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-util.Tpo -c ../../libctf/ctf-util.c -o libctf_nobfd_la-ctf-util.o >/dev/null 2>&1 315s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-types.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-types.Tpo -c ../../libctf/ctf-types.c -o libctf_nobfd_la-ctf-types.o >/dev/null 2>&1 315s mv -f .deps/libctf_nobfd_la-ctf-util.Tpo .deps/libctf_nobfd_la-ctf-util.Plo 315s mv -f .deps/libctf_nobfd_la-ctf-types.Tpo .deps/libctf_nobfd_la-ctf-types.Plo 315s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -version-info 0:0:0 -Wl,--version-script='../../libctf/libctf.ver' -Wl,-z,relro -o libctf.la -rpath /usr/lib/s390x-linux-gnu libctf_la-ctf-archive.lo libctf_la-ctf-dump.lo libctf_la-ctf-create.lo libctf_la-ctf-decl.lo libctf_la-ctf-error.lo libctf_la-ctf-hash.lo libctf_la-ctf-labels.lo libctf_la-ctf-dedup.lo libctf_la-ctf-link.lo libctf_la-ctf-lookup.lo libctf_la-ctf-open.lo libctf_la-ctf-serialize.lo libctf_la-ctf-sha1.lo libctf_la-ctf-string.lo libctf_la-ctf-subr.lo libctf_la-ctf-types.lo libctf_la-ctf-util.lo libctf_la-ctf-open-bfd.lo -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/../libiberty/pic -liberty ../bfd/libbfd.la -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/../libiberty/pic -liberty -lz 315s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libctf_la-ctf-archive.o .libs/libctf_la-ctf-dump.o .libs/libctf_la-ctf-create.o .libs/libctf_la-ctf-decl.o .libs/libctf_la-ctf-error.o .libs/libctf_la-ctf-hash.o .libs/libctf_la-ctf-labels.o .libs/libctf_la-ctf-dedup.o .libs/libctf_la-ctf-link.o .libs/libctf_la-ctf-lookup.o .libs/libctf_la-ctf-open.o .libs/libctf_la-ctf-serialize.o .libs/libctf_la-ctf-sha1.o .libs/libctf_la-ctf-string.o .libs/libctf_la-ctf-subr.o .libs/libctf_la-ctf-types.o .libs/libctf_la-ctf-util.o .libs/libctf_la-ctf-open-bfd.o -Wl,-rpath -Wl,/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs -Wl,-rpath -Wl,/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/../libiberty/pic ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so -liberty -lz -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -Wl,--version-script=../../libctf/libctf.ver -Wl,-z -Wl,relro -Wl,-soname -Wl,libctf.so.0 -o .libs/libctf.so.0.0.0 316s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -version-info 0:0:0 -Wl,--version-script='libctf-nobfd.ver' -Wl,-z,relro -o libctf-nobfd.la -rpath /usr/lib/s390x-linux-gnu libctf_nobfd_la-ctf-archive.lo libctf_nobfd_la-ctf-dump.lo libctf_nobfd_la-ctf-create.lo libctf_nobfd_la-ctf-decl.lo libctf_nobfd_la-ctf-error.lo libctf_nobfd_la-ctf-hash.lo libctf_nobfd_la-ctf-labels.lo libctf_nobfd_la-ctf-dedup.lo libctf_nobfd_la-ctf-link.lo libctf_nobfd_la-ctf-lookup.lo libctf_nobfd_la-ctf-open.lo libctf_nobfd_la-ctf-serialize.lo libctf_nobfd_la-ctf-sha1.lo libctf_nobfd_la-ctf-string.lo libctf_nobfd_la-ctf-subr.lo libctf_nobfd_la-ctf-types.lo libctf_nobfd_la-ctf-util.lo -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/../libiberty/pic -liberty -lz 316s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libctf_nobfd_la-ctf-archive.o .libs/libctf_nobfd_la-ctf-dump.o .libs/libctf_nobfd_la-ctf-create.o .libs/libctf_nobfd_la-ctf-decl.o .libs/libctf_nobfd_la-ctf-error.o .libs/libctf_nobfd_la-ctf-hash.o .libs/libctf_nobfd_la-ctf-labels.o .libs/libctf_nobfd_la-ctf-dedup.o .libs/libctf_nobfd_la-ctf-link.o .libs/libctf_nobfd_la-ctf-lookup.o .libs/libctf_nobfd_la-ctf-open.o .libs/libctf_nobfd_la-ctf-serialize.o .libs/libctf_nobfd_la-ctf-sha1.o .libs/libctf_nobfd_la-ctf-string.o .libs/libctf_nobfd_la-ctf-subr.o .libs/libctf_nobfd_la-ctf-types.o .libs/libctf_nobfd_la-ctf-util.o -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/../libiberty/pic -liberty -lz -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -Wl,--version-script=libctf-nobfd.ver -Wl,-z -Wl,relro -Wl,-soname -Wl,libctf-nobfd.so.0 -o .libs/libctf-nobfd.so.0.0.0 320s libtool: link: (cd ".libs" && rm -f "libctf-nobfd.so.0" && ln -s "libctf-nobfd.so.0.0.0" "libctf-nobfd.so.0") 320s libtool: link: (cd ".libs" && rm -f "libctf-nobfd.so" && ln -s "libctf-nobfd.so.0.0.0" "libctf-nobfd.so") 320s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libctf-nobfd.a libctf_nobfd_la-ctf-archive.o libctf_nobfd_la-ctf-dump.o libctf_nobfd_la-ctf-create.o libctf_nobfd_la-ctf-decl.o libctf_nobfd_la-ctf-error.o libctf_nobfd_la-ctf-hash.o libctf_nobfd_la-ctf-labels.o libctf_nobfd_la-ctf-dedup.o libctf_nobfd_la-ctf-link.o libctf_nobfd_la-ctf-lookup.o libctf_nobfd_la-ctf-open.o libctf_nobfd_la-ctf-serialize.o libctf_nobfd_la-ctf-sha1.o libctf_nobfd_la-ctf-string.o libctf_nobfd_la-ctf-subr.o libctf_nobfd_la-ctf-types.o libctf_nobfd_la-ctf-util.o 320s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libctf-nobfd.a 320s libtool: link: ( cd ".libs" && rm -f "libctf-nobfd.la" && ln -s "../libctf-nobfd.la" "libctf-nobfd.la" ) 320s libtool: link: (cd ".libs" && rm -f "libctf.so.0" && ln -s "libctf.so.0.0.0" "libctf.so.0") 320s libtool: link: (cd ".libs" && rm -f "libctf.so" && ln -s "libctf.so.0.0.0" "libctf.so") 320s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libctf.a libctf_la-ctf-archive.o libctf_la-ctf-dump.o libctf_la-ctf-create.o libctf_la-ctf-decl.o libctf_la-ctf-error.o libctf_la-ctf-hash.o libctf_la-ctf-labels.o libctf_la-ctf-dedup.o libctf_la-ctf-link.o libctf_la-ctf-lookup.o libctf_la-ctf-open.o libctf_la-ctf-serialize.o libctf_la-ctf-sha1.o libctf_la-ctf-string.o libctf_la-ctf-subr.o libctf_la-ctf-types.o libctf_la-ctf-util.o libctf_la-ctf-open-bfd.o 320s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libctf.a 320s libtool: link: ( cd ".libs" && rm -f "libctf.la" && ln -s "../libctf.la" "libctf.la" ) 320s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 320s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 320s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 321s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 321s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 321s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 321s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 321s /usr/bin/make all-recursive 321s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 321s if [ -r sysinfo.c ]; then \ 321s s390x-linux-gnu-gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain sysinfo.c ; \ 321s else \ 321s s390x-linux-gnu-gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain ../../binutils/sysinfo.c ; \ 321s fi 321s s390x-linux-gnu-gcc -c -I. -I../../binutils -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain ../../binutils/syslex_wrap.c 321s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 321s Making all in po 321s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/po' 321s file=`echo ../../../gprof/po/bg | sed 's,.*/,,'`.gmo \ 321s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/bg.po 321s Making info in po 321s file=`echo ../../../gprof/po/da | sed 's,.*/,,'`.gmo \ 321s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/da.po 321s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/po' 321s make[4]: Nothing to be done for 'info'. 321s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/po' 321s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 321s file=`echo ../../../gprof/po/de | sed 's,.*/,,'`.gmo \ 321s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/de.po 321s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 321s file=`echo ../../../gprof/po/eo | sed 's,.*/,,'`.gmo \ 321s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/eo.po 321s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 321s restore=: && backupdir=".am$$" && \ 321s rm -rf $backupdir && mkdir $backupdir && \ 321s if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ 321s for f in doc/binutils.info doc/binutils.info-[0-9] doc/binutils.info-[0-9][0-9] doc/binutils.i[0-9] doc/binutils.i[0-9][0-9]; do \ 321s if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ 321s done; \ 321s else :; fi && \ 321s if makeinfo --split-size=5000000 --split-size=5000000 -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -I doc -I ../../binutils/doc \ 321s -o doc/binutils.info `test -f 'doc/binutils.texi' || echo '../../binutils/'`doc/binutils.texi; \ 321s then \ 321s rc=0; \ 321s else \ 321s rc=$?; \ 321s $restore $backupdir/* `echo "./doc/binutils.info" | sed 's|[^/]*$||'`; \ 321s fi; \ 321s rm -rf $backupdir; exit $rc 321s file=`echo ../../../gprof/po/es | sed 's,.*/,,'`.gmo \ 321s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/es.po 321s file=`echo ../../../gprof/po/fi | sed 's,.*/,,'`.gmo \ 321s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/fi.po 321s file=`echo ../../../gprof/po/fr | sed 's,.*/,,'`.gmo \ 321s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/fr.po 321s file=`echo ../../../gprof/po/ga | sed 's,.*/,,'`.gmo \ 321s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/ga.po 321s file=`echo ../../../gprof/po/hu | sed 's,.*/,,'`.gmo \ 321s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/hu.po 321s file=`echo ../../../gprof/po/id | sed 's,.*/,,'`.gmo \ 321s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/id.po 321s file=`echo ../../../gprof/po/it | sed 's,.*/,,'`.gmo \ 321s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/it.po 321s file=`echo ../../../gprof/po/ja | sed 's,.*/,,'`.gmo \ 321s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/ja.po 321s file=`echo ka | sed 's,.*/,,'`.gmo \ 321s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/ka.po 321s file=`echo ../../../gprof/po/ms | sed 's,.*/,,'`.gmo \ 321s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/ms.po 321s file=`echo ../../../gprof/po/nl | sed 's,.*/,,'`.gmo \ 321s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/nl.po 321s file=`echo ../../../gprof/po/pt_BR | sed 's,.*/,,'`.gmo \ 321s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/pt_BR.po 321s file=`echo ../../../gprof/po/ro | sed 's,.*/,,'`.gmo \ 321s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/ro.po 321s file=`echo ../../../gprof/po/ru | sed 's,.*/,,'`.gmo \ 321s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/ru.po 321s file=`echo ../../../gprof/po/rw | sed 's,.*/,,'`.gmo \ 321s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/rw.po 321s file=`echo ../../../gprof/po/sr | sed 's,.*/,,'`.gmo \ 321s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/sr.po 321s file=`echo ../../../gprof/po/sv | sed 's,.*/,,'`.gmo \ 321s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/sv.po 322s file=`echo ../../../gprof/po/tr | sed 's,.*/,,'`.gmo \ 322s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/tr.po 322s file=`echo ../../../gprof/po/uk | sed 's,.*/,,'`.gmo \ 322s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/uk.po 322s touch doc/addr2line.1 322s file=`echo ../../../gprof/po/vi | sed 's,.*/,,'`.gmo \ 322s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/vi.po 322s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Daddr2line < ../../binutils/doc/binutils.texi > addr2line.pod 322s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/po' 322s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 addr2line.pod | sed -e '/^.if n .na/d' > doc/addr2line.1.T$$ && \ 322s mv -f doc/addr2line.1.T$$ doc/addr2line.1) || (rm -f doc/addr2line.1.T$$ && exit 1) 322s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 322s restore=: && backupdir=".am$$" && \ 322s rm -rf $backupdir && mkdir $backupdir && \ 322s if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ 322s for f in gprof.info gprof.info-[0-9] gprof.info-[0-9][0-9] gprof.i[0-9] gprof.i[0-9][0-9]; do \ 322s if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ 322s done; \ 322s else :; fi && \ 322s if makeinfo --split-size=5000000 --split-size=5000000 -I "../../gprof" -I "../../gprof/../bfd/doc" -I ../bfd/doc --no-split -I ../../gprof \ 322s -o gprof.info `test -f 'gprof.texi' || echo '../../gprof/'`gprof.texi; \ 322s then \ 322s rc=0; \ 322s else \ 322s rc=$?; \ 322s $restore $backupdir/* `echo "./gprof.info" | sed 's|[^/]*$||'`; \ 322s fi; \ 322s rm -rf $backupdir; exit $rc 322s rm -f addr2line.pod 322s touch doc/ar.1 322s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dar < ../../binutils/doc/binutils.texi > ar.pod 322s touch doc/dlltool.1 322s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Ddlltool < ../../binutils/doc/binutils.texi > dlltool.pod 322s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 ar.pod | sed -e '/^.if n .na/d' > doc/ar.1.T$$ && \ 322s mv -f doc/ar.1.T$$ doc/ar.1) || (rm -f doc/ar.1.T$$ && exit 1) 322s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 dlltool.pod | sed -e '/^.if n .na/d' > doc/dlltool.1.T$$ && \ 322s mv -f doc/dlltool.1.T$$ doc/dlltool.1) || (rm -f doc/dlltool.1.T$$ && exit 1) 322s rm -f ar.pod 322s touch doc/nm.1 322s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dnm < ../../binutils/doc/binutils.texi > nm.pod 322s rm -f dlltool.pod 322s touch doc/objcopy.1 322s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dobjcopy < ../../binutils/doc/binutils.texi > objcopy.pod 322s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 nm.pod | sed -e '/^.if n .na/d' > doc/nm.1.T$$ && \ 322s mv -f doc/nm.1.T$$ doc/nm.1) || (rm -f doc/nm.1.T$$ && exit 1) 322s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 objcopy.pod | sed -e '/^.if n .na/d' > doc/objcopy.1.T$$ && \ 322s mv -f doc/objcopy.1.T$$ doc/objcopy.1) || (rm -f doc/objcopy.1.T$$ && exit 1) 322s gprof.texi:1809: warning: unexpected argument on @ignore line: - it does this now 322s rm -f nm.pod 322s touch doc/objdump.1 322s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dobjdump < ../../binutils/doc/binutils.texi > objdump.pod 322s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT basic_blocks.o -MD -MP -MF .deps/basic_blocks.Tpo -c -o basic_blocks.o ../../gprof/basic_blocks.c 322s touch doc/ranlib.1 322s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dranlib < ../../binutils/doc/binutils.texi > ranlib.pod 322s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 objdump.pod | sed -e '/^.if n .na/d' > doc/objdump.1.T$$ && \ 322s mv -f doc/objdump.1.T$$ doc/objdump.1) || (rm -f doc/objdump.1.T$$ && exit 1) 322s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 ranlib.pod | sed -e '/^.if n .na/d' > doc/ranlib.1.T$$ && \ 322s mv -f doc/ranlib.1.T$$ doc/ranlib.1) || (rm -f doc/ranlib.1.T$$ && exit 1) 322s rm -f objcopy.pod 322s touch doc/readelf.1 322s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dreadelf < ../../binutils/doc/binutils.texi > readelf.pod 322s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 readelf.pod | sed -e '/^.if n .na/d' > doc/readelf.1.T$$ && \ 322s mv -f doc/readelf.1.T$$ doc/readelf.1) || (rm -f doc/readelf.1.T$$ && exit 1) 322s rm -f ranlib.pod 322s touch doc/size.1 322s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dsize < ../../binutils/doc/binutils.texi > size.pod 322s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 size.pod | sed -e '/^.if n .na/d' > doc/size.1.T$$ && \ 322s mv -f doc/size.1.T$$ doc/size.1) || (rm -f doc/size.1.T$$ && exit 1) 322s rm -f objdump.pod 322s s390x-linux-gnu-gcc -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -o sysinfo sysinfo.o syslex_wrap.o 322s ./sysinfo -d <../../binutils/sysroff.info >sysroff.h 322s rm -f readelf.pod 322s touch doc/strings.1 322s touch doc/strip.1 322s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dstrings < ../../binutils/doc/binutils.texi > strings.pod 322s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dstrip < ../../binutils/doc/binutils.texi > strip.pod 322s rm -f size.pod 322s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT call_graph.o -MD -MP -MF .deps/call_graph.Tpo -c -o call_graph.o ../../gprof/call_graph.c 322s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 strings.pod | sed -e '/^.if n .na/d' > doc/strings.1.T$$ && \ 322s mv -f doc/strings.1.T$$ doc/strings.1) || (rm -f doc/strings.1.T$$ && exit 1) 322s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 strip.pod | sed -e '/^.if n .na/d' > doc/strip.1.T$$ && \ 322s mv -f doc/strip.1.T$$ doc/strip.1) || (rm -f doc/strip.1.T$$ && exit 1) 322s rm -f strings.pod 322s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT cg_arcs.o -MD -MP -MF .deps/cg_arcs.Tpo -c -o cg_arcs.o ../../gprof/cg_arcs.c 322s rm -f strip.pod 322s touch doc/elfedit.1 322s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Delfedit < ../../binutils/doc/binutils.texi > elfedit.pod 322s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 elfedit.pod | sed -e '/^.if n .na/d' > doc/elfedit.1.T$$ && \ 322s mv -f doc/elfedit.1.T$$ doc/elfedit.1) || (rm -f doc/elfedit.1.T$$ && exit 1) 322s mv -f .deps/call_graph.Tpo .deps/call_graph.Po 322s touch doc/windres.1 322s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dwindres < ../../binutils/doc/binutils.texi > windres.pod 322s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 windres.pod | sed -e '/^.if n .na/d' > doc/windres.1.T$$ && \ 322s mv -f doc/windres.1.T$$ doc/windres.1) || (rm -f doc/windres.1.T$$ && exit 1) 322s rm -f elfedit.pod 322s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT cg_dfn.o -MD -MP -MF .deps/cg_dfn.Tpo -c -o cg_dfn.o ../../gprof/cg_dfn.c 322s rm -f windres.pod 322s mv -f .deps/basic_blocks.Tpo .deps/basic_blocks.Po 322s touch doc/windmc.1 322s touch doc/cxxfilt.man 322s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dwindmc < ../../binutils/doc/binutils.texi > windmc.pod 322s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dcxxfilt < ../../binutils/doc/binutils.texi > c++filt.pod 322s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 windmc.pod | sed -e '/^.if n .na/d' > doc/windmc.1.T$$ && \ 322s mv -f doc/windmc.1.T$$ doc/windmc.1) || (rm -f doc/windmc.1.T$$ && exit 1) 322s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 c++filt.pod | sed -e '/^.if n .na/d' > doc/cxxfilt.man.T$$ && \ 322s mv -f doc/cxxfilt.man.T$$ doc/cxxfilt.man) || (rm -f doc/cxxfilt.man.T$$ && exit 1) 322s rm -f windmc.pod 322s rm -f c++filt.pod 322s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT cg_print.o -MD -MP -MF .deps/cg_print.Tpo -c -o cg_print.o ../../gprof/cg_print.c 322s if test -f doc/cxxfilt.man; then \ 322s man=doc/cxxfilt.man; \ 322s else \ 322s man=../../binutils/doc/cxxfilt.man; \ 322s fi; \ 322s sed -e 's/cxxfilt/c++filt/' < $man \ 322s > doc/c++filt.1 322s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 322s /usr/bin/make all-recursive 322s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 322s Making all in po 322s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/po' 322s file=`echo ../../../binutils/po/bg | sed 's,.*/,,'`.gmo \ 322s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/bg.po 322s mv -f .deps/cg_dfn.Tpo .deps/cg_dfn.Po 322s file=`echo ../../../binutils/po/ca | sed 's,.*/,,'`.gmo \ 322s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/ca.po 322s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT corefile.o -MD -MP -MF .deps/corefile.Tpo -c -o corefile.o ../../gprof/corefile.c 322s file=`echo ../../../binutils/po/da | sed 's,.*/,,'`.gmo \ 322s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/da.po 322s file=`echo ../../../binutils/po/es | sed 's,.*/,,'`.gmo \ 322s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/es.po 322s file=`echo ../../../binutils/po/fi | sed 's,.*/,,'`.gmo \ 322s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/fi.po 322s file=`echo ../../../binutils/po/fr | sed 's,.*/,,'`.gmo \ 322s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/fr.po 322s mv -f .deps/cg_arcs.Tpo .deps/cg_arcs.Po 322s file=`echo ../../../binutils/po/hr | sed 's,.*/,,'`.gmo \ 322s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/hr.po 322s file=`echo ../../../binutils/po/id | sed 's,.*/,,'`.gmo \ 322s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/id.po 322s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT gmon_io.o -MD -MP -MF .deps/gmon_io.Tpo -c -o gmon_io.o ../../gprof/gmon_io.c 322s file=`echo ../../../binutils/po/it | sed 's,.*/,,'`.gmo \ 322s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/it.po 322s file=`echo ../../../binutils/po/ja | sed 's,.*/,,'`.gmo \ 322s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/ja.po 322s file=`echo ../../../binutils/po/pt | sed 's,.*/,,'`.gmo \ 322s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/pt.po 322s file=`echo ../../../binutils/po/ro | sed 's,.*/,,'`.gmo \ 322s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/ro.po 322s file=`echo ../../../binutils/po/ru | sed 's,.*/,,'`.gmo \ 322s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/ru.po 322s file=`echo ../../../binutils/po/rw | sed 's,.*/,,'`.gmo \ 322s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/rw.po 322s file=`echo ../../../binutils/po/sk | sed 's,.*/,,'`.gmo \ 322s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/sk.po 322s file=`echo ../../../binutils/po/sr | sed 's,.*/,,'`.gmo \ 322s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/sr.po 323s file=`echo ../../../binutils/po/sv | sed 's,.*/,,'`.gmo \ 323s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/sv.po 323s file=`echo ../../../binutils/po/tr | sed 's,.*/,,'`.gmo \ 323s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/tr.po 323s file=`echo ../../../binutils/po/uk | sed 's,.*/,,'`.gmo \ 323s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/uk.po 323s mv -f .deps/corefile.Tpo .deps/corefile.Po 323s file=`echo ../../../binutils/po/vi | sed 's,.*/,,'`.gmo \ 323s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/vi.po 323s file=`echo ../../../binutils/po/zh_CN | sed 's,.*/,,'`.gmo \ 323s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/zh_CN.po 323s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT gprof.o -MD -MP -MF .deps/gprof.Tpo -c -o gprof.o ../../gprof/gprof.c 323s file=`echo ../../../binutils/po/zh_TW | sed 's,.*/,,'`.gmo \ 323s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/zh_TW.po 323s mv -f .deps/gmon_io.Tpo .deps/gmon_io.Po 323s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT hertz.o -MD -MP -MF .deps/hertz.Tpo -c -o hertz.o ../../gprof/hertz.c 323s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/po' 323s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 323s depbase=`echo size.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 323s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT size.o -MD -MP -MF $depbase.Tpo -c -o size.o ../../binutils/size.c &&\ 323s mv -f $depbase.Tpo $depbase.Po 323s mv -f .deps/hertz.Tpo .deps/hertz.Po 323s depbase=`echo bucomm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 323s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT bucomm.o -MD -MP -MF $depbase.Tpo -c -o bucomm.o ../../binutils/bucomm.c &&\ 323s mv -f $depbase.Tpo $depbase.Po 323s mv -f .deps/cg_print.Tpo .deps/cg_print.Po 323s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT hist.o -MD -MP -MF .deps/hist.Tpo -c -o hist.o ../../gprof/hist.c 323s mv -f .deps/gprof.Tpo .deps/gprof.Po 323s depbase=`echo version.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 323s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT version.o -MD -MP -MF $depbase.Tpo -c -o version.o ../../binutils/version.c &&\ 323s mv -f $depbase.Tpo $depbase.Po 323s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../../gprof/source.c 323s depbase=`echo filemode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 323s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT filemode.o -MD -MP -MF $depbase.Tpo -c -o filemode.o ../../binutils/filemode.c &&\ 323s mv -f $depbase.Tpo $depbase.Po 323s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT search_list.o -MD -MP -MF .deps/search_list.Tpo -c -o search_list.o ../../gprof/search_list.c 323s mv -f .deps/source.Tpo .deps/source.Po 323s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT objdump.o -MD -MP -MF .deps/objdump.Tpo -c -o objdump.o -DOBJDUMP_PRIVATE_VECTORS="" ../../binutils/objdump.c 323s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT symtab.o -MD -MP -MF .deps/symtab.Tpo -c -o symtab.o ../../gprof/symtab.c 323s mv -f .deps/search_list.Tpo .deps/search_list.Po 323s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT sym_ids.o -MD -MP -MF .deps/sym_ids.Tpo -c -o sym_ids.o ../../gprof/sym_ids.c 323s mv -f .deps/hist.Tpo .deps/hist.Po 323s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT dwarf.o -MD -MP -MF .deps/dwarf.Tpo -c -o dwarf.o ../../binutils/dwarf.c 323s mv -f .deps/symtab.Tpo .deps/symtab.Po 323s depbase=`echo prdbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 323s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT prdbg.o -MD -MP -MF $depbase.Tpo -c -o prdbg.o ../../binutils/prdbg.c &&\ 323s mv -f $depbase.Tpo $depbase.Po 323s mv -f .deps/sym_ids.Tpo .deps/sym_ids.Po 323s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o ../../gprof/utils.c 323s mv -f .deps/utils.Tpo .deps/utils.Po 323s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT i386.o -MD -MP -MF .deps/i386.Tpo -c -o i386.o ../../gprof/i386.c 323s mv -f .deps/i386.Tpo .deps/i386.Po 323s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT alpha.o -MD -MP -MF .deps/alpha.Tpo -c -o alpha.o ../../gprof/alpha.c 324s mv -f .deps/alpha.Tpo .deps/alpha.Po 324s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT vax.o -MD -MP -MF .deps/vax.Tpo -c -o vax.o ../../gprof/vax.c 324s mv -f .deps/vax.Tpo .deps/vax.Po 324s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT sparc.o -MD -MP -MF .deps/sparc.Tpo -c -o sparc.o ../../gprof/sparc.c 324s mv -f .deps/sparc.Tpo .deps/sparc.Po 324s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT mips.o -MD -MP -MF .deps/mips.Tpo -c -o mips.o ../../gprof/mips.c 324s mv -f .deps/mips.Tpo .deps/mips.Po 324s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT aarch64.o -MD -MP -MF .deps/aarch64.Tpo -c -o aarch64.o ../../gprof/aarch64.c 324s mv -f .deps/aarch64.Tpo .deps/aarch64.Po 324s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT flat_bl.o -MD -MP -MF .deps/flat_bl.Tpo -c -o flat_bl.o ../../gprof/flat_bl.c 324s mv -f .deps/flat_bl.Tpo .deps/flat_bl.Po 324s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT bsd_callg_bl.o -MD -MP -MF .deps/bsd_callg_bl.Tpo -c -o bsd_callg_bl.o ../../gprof/bsd_callg_bl.c 324s mv -f .deps/bsd_callg_bl.Tpo .deps/bsd_callg_bl.Po 324s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT fsf_callg_bl.o -MD -MP -MF .deps/fsf_callg_bl.Tpo -c -o fsf_callg_bl.o ../../gprof/fsf_callg_bl.c 324s mv -f .deps/fsf_callg_bl.Tpo .deps/fsf_callg_bl.Po 324s touch gprof.1 324s perl ../../gprof/../etc/texi2pod.pl -I "../../gprof" -I "../../gprof/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dgprof < ../../gprof/gprof.texi > gprof.pod 324s (pod2man --center="GNU" --release="binutils-2.44" --section=1 gprof.pod | \ 324s sed -e '/^.if n .na/d' > gprof.1.T$$ && \ 324s mv -f gprof.1.T$$ gprof.1) || \ 324s (rm -f gprof.1.T$$ && exit 1) 324s depbase=`echo demanguse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 324s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT demanguse.o -MD -MP -MF $depbase.Tpo -c -o demanguse.o ../../binutils/demanguse.c &&\ 324s mv -f $depbase.Tpo $depbase.Po 324s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o sparc.o mips.o aarch64.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/libbfd.la ../libiberty/libiberty.a -lm 324s rm -f gprof.pod 324s depbase=`echo rddbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 324s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT rddbg.o -MD -MP -MF $depbase.Tpo -c -o rddbg.o ../../binutils/rddbg.c &&\ 324s mv -f $depbase.Tpo $depbase.Po 324s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o sparc.o mips.o aarch64.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a -lm 325s depbase=`echo debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 325s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT debug.o -MD -MP -MF $depbase.Tpo -c -o debug.o ../../binutils/debug.c &&\ 325s mv -f $depbase.Tpo $depbase.Po 326s depbase=`echo stabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 326s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT stabs.o -MD -MP -MF $depbase.Tpo -c -o stabs.o ../../binutils/stabs.c &&\ 326s mv -f $depbase.Tpo $depbase.Po 326s mv -f .deps/objdump.Tpo .deps/objdump.Po 326s depbase=`echo rdcoff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 326s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT rdcoff.o -MD -MP -MF $depbase.Tpo -c -o rdcoff.o ../../binutils/rdcoff.c &&\ 326s mv -f $depbase.Tpo $depbase.Po 326s depbase=`echo elfcomm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 326s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elfcomm.o -MD -MP -MF $depbase.Tpo -c -o elfcomm.o ../../binutils/elfcomm.c &&\ 326s mv -f $depbase.Tpo $depbase.Po 327s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT arparse.o -MD -MP -MF .deps/arparse.Tpo -c -o arparse.o `test -f arparse.c || echo ../../binutils/`arparse.c 327s mv -f .deps/arparse.Tpo .deps/arparse.Po 327s /bin/bash ../../binutils/../ylwrap ../../binutils/arlex.l lex.yy.c arlex.c -- flex 327s depbase=`echo ar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 327s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT ar.o -MD -MP -MF $depbase.Tpo -c -o ar.o ../../binutils/ar.c &&\ 327s mv -f $depbase.Tpo $depbase.Po 327s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 327s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 327s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 327s depbase=`echo not-ranlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 327s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT not-ranlib.o -MD -MP -MF $depbase.Tpo -c -o not-ranlib.o ../../binutils/not-ranlib.c &&\ 327s mv -f $depbase.Tpo $depbase.Po 327s depbase=`echo arsup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 327s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT arsup.o -MD -MP -MF $depbase.Tpo -c -o arsup.o ../../binutils/arsup.c &&\ 327s mv -f $depbase.Tpo $depbase.Po 327s depbase=`echo rename.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 327s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT rename.o -MD -MP -MF $depbase.Tpo -c -o rename.o ../../binutils/rename.c &&\ 327s mv -f $depbase.Tpo $depbase.Po 327s depbase=`echo binemul.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 327s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT binemul.o -MD -MP -MF $depbase.Tpo -c -o binemul.o ../../binutils/binemul.c &&\ 327s mv -f $depbase.Tpo $depbase.Po 327s depbase=`echo emul_vanilla.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 327s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT emul_vanilla.o -MD -MP -MF $depbase.Tpo -c -o emul_vanilla.o ../../binutils/emul_vanilla.c &&\ 327s mv -f $depbase.Tpo $depbase.Po 327s depbase=`echo strings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 327s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT strings.o -MD -MP -MF $depbase.Tpo -c -o strings.o ../../binutils/strings.c &&\ 327s mv -f $depbase.Tpo $depbase.Po 327s depbase=`echo is-ranlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 327s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT is-ranlib.o -MD -MP -MF $depbase.Tpo -c -o is-ranlib.o ../../binutils/is-ranlib.c &&\ 327s mv -f $depbase.Tpo $depbase.Po 327s depbase=`echo objcopy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 327s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT objcopy.o -MD -MP -MF $depbase.Tpo -c -o objcopy.o ../../binutils/objcopy.c &&\ 327s mv -f $depbase.Tpo $depbase.Po 327s depbase=`echo not-strip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 327s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT not-strip.o -MD -MP -MF $depbase.Tpo -c -o not-strip.o ../../binutils/not-strip.c &&\ 327s mv -f $depbase.Tpo $depbase.Po 328s depbase=`echo wrstabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 328s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT wrstabs.o -MD -MP -MF $depbase.Tpo -c -o wrstabs.o ../../binutils/wrstabs.c &&\ 328s mv -f $depbase.Tpo $depbase.Po 328s depbase=`echo addr2line.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 328s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT addr2line.o -MD -MP -MF $depbase.Tpo -c -o addr2line.o ../../binutils/addr2line.c &&\ 328s mv -f $depbase.Tpo $depbase.Po 328s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT readelf.o -MD -MP -MF .deps/readelf.Tpo -c -o readelf.o ../../binutils/readelf.c 328s depbase=`echo unwind-ia64.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 328s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT unwind-ia64.o -MD -MP -MF $depbase.Tpo -c -o unwind-ia64.o ../../binutils/unwind-ia64.c &&\ 328s mv -f $depbase.Tpo $depbase.Po 329s depbase=`echo elfedit.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 329s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT elfedit.o -MD -MP -MF $depbase.Tpo -c -o elfedit.o ../../binutils/elfedit.c &&\ 335s mv -f $depbase.Tpo $depbase.Po 335s depbase=`echo nm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 335s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT nm.o -MD -MP -MF $depbase.Tpo -c -o nm.o ../../binutils/nm.c &&\ 335s mv -f $depbase.Tpo $depbase.Po 335s depbase=`echo is-strip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 335s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT is-strip.o -MD -MP -MF $depbase.Tpo -c -o is-strip.o ../../binutils/is-strip.c &&\ 335s mv -f $depbase.Tpo $depbase.Po 335s depbase=`echo cxxfilt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 335s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT cxxfilt.o -MD -MP -MF $depbase.Tpo -c -o cxxfilt.o ../../binutils/cxxfilt.c &&\ 335s mv -f $depbase.Tpo $depbase.Po 335s depbase=`echo bfdtest1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 335s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT bfdtest1.o -MD -MP -MF $depbase.Tpo -c -o bfdtest1.o ../../binutils/bfdtest1.c &&\ 335s mv -f $depbase.Tpo $depbase.Po 335s depbase=`echo bfdtest2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 335s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT bfdtest2.o -MD -MP -MF $depbase.Tpo -c -o bfdtest2.o ../../binutils/bfdtest2.c &&\ 335s mv -f $depbase.Tpo $depbase.Po 335s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o size size.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 335s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT arlex.o -MD -MP -MF .deps/arlex.Tpo -c -o arlex.o `test -f arlex.c || echo ../../binutils/`arlex.c 335s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/size size.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 335s mv -f .deps/arlex.Tpo .deps/arlex.Po 335s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o strings strings.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 335s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/strings strings.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 335s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 335s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 335s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 335s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 335s mv -f .deps/dwarf.Tpo .deps/dwarf.Po 335s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 335s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 335s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o elfedit elfedit.o version.o elfcomm.o ../libiberty/libiberty.a 335s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o elfedit elfedit.o version.o elfcomm.o ../libiberty/libiberty.a 335s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o nm-new nm.o demanguse.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 335s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/nm-new nm.o demanguse.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 335s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 335s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 335s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 335s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 336s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o bfdtest1 bfdtest1.o ../bfd/libbfd.la ../libiberty/libiberty.a 336s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/bfdtest1 bfdtest1.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 336s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o bfdtest2 bfdtest2.o ../bfd/libbfd.la ../libiberty/libiberty.a 336s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/bfdtest2 bfdtest2.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 336s depbase=`echo testsuite/gentestdlls.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 336s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT testsuite/gentestdlls.o -MD -MP -MF $depbase.Tpo -c -o testsuite/gentestdlls.o ../../binutils/testsuite/gentestdlls.c &&\ 336s mv -f $depbase.Tpo $depbase.Po 336s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o objdump objdump.o dwarf.o prdbg.o demanguse.o rddbg.o debug.o stabs.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o ../opcodes/libopcodes.la ../libctf/libctf.la ../bfd/libbfd.la ../libiberty/libiberty.a ../libsframe/libsframe.la 337s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 337s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/objdump objdump.o dwarf.o prdbg.o demanguse.o rddbg.o debug.o stabs.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o ../opcodes/.libs/libopcodes.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/../libiberty/pic ../libctf/.libs/libctf.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/../libiberty/pic /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/libbfd.so ../bfd/.libs/libbfd.so -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a ../libsframe/.libs/libsframe.so 337s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 341s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o testsuite/gentestdlls testsuite/gentestdlls.o ../bfd/libbfd.la ../libiberty/libiberty.a 341s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o testsuite/.libs/gentestdlls testsuite/gentestdlls.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 341s mv -f .deps/readelf.Tpo .deps/readelf.Po 341s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o readelf readelf.o version.o unwind-ia64.o dwarf.o demanguse.o elfcomm.o ../libctf/libctf-nobfd.la ../libiberty/libiberty.a -lz ../libsframe/libsframe.la 341s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/readelf readelf.o version.o unwind-ia64.o dwarf.o demanguse.o elfcomm.o ../libctf/.libs/libctf-nobfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/../libiberty/pic -liberty ../libiberty/libiberty.a -lz ../libsframe/.libs/libsframe.so 342s ../libiberty/../../libiberty/cp-demangle.c: In function 'cplus_demangle_print_callback': 342s ../libiberty/../../libiberty/cp-demangle.c:4642:1: warning: stack usage might be unbounded [-Wstack-usage=] 342s 4642 | cplus_demangle_print_callback (int options, 342s | ^ 346s ../libiberty/../../libiberty/cp-demangle.c: In function 'd_demangle': 346s ../libiberty/../../libiberty/cp-demangle.c:6911:1: warning: stack usage might be unbounded [-Wstack-usage=] 346s 6911 | d_demangle (const char *mangled, int options, size_t *palc) 346s | ^ 348s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 348s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 348s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 348s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 348s /bin/bash ../../ld/../ylwrap ../../ld/ldgram.y y.tab.c ldgram.c y.tab.h `echo ldgram.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output ldgram.output -- bison -y -d 348s (echo "/* This file is automatically generated. DO NOT EDIT! */";\ 348s for f in `echo " " eelf64_s390.o eelf_s390.o "" \ 348s | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ 348s echo "extern ld_emulation_xfer_type ld_${f}_emulation;"; \ 348s done;\ 348s echo "";\ 348s echo "#define EMULATION_LIST \\";\ 348s for f in `echo " " eelf64_s390.o eelf_s390.o "" \ 348s | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ 348s echo " &ld_${f}_emulation, \\"; \ 348s done;\ 348s echo " 0") >ldemul-tmp.h 348s mv ldemul-tmp.h ldemul-list.h 349s updating ldgram.h 349s /usr/bin/make all-recursive 349s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 349s Making all in po 349s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld/po' 349s ( if test 'x../../../ld/po' != 'x.'; then \ 349s posrcprefix='../../../ld/'; \ 349s else \ 349s posrcprefix="../"; \ 349s fi; \ 349s rm -f SRC-POTFILES-t SRC-POTFILES \ 349s && (sed -e '/^#/d' -e '/^[ ]*$/d' \ 349s -e "s@.*@ $posrcprefix& \\\\@" < ../../../ld/po/SRC-POTFILES.in \ 349s | sed -e '$s/\\$//') > SRC-POTFILES-t \ 349s && chmod a-w SRC-POTFILES-t \ 349s && mv SRC-POTFILES-t SRC-POTFILES ) 349s rm -f BLD-POTFILES-t BLD-POTFILES \ 349s && sed -e '/^#/d' -e '/^[ ]*$/d' \ 349s -e "s@.*@ ../& \\\\@" < ../../../ld/po/BLD-POTFILES.in \ 349s | sed -e '$s/\\$//' > BLD-POTFILES-t \ 349s && chmod a-w BLD-POTFILES-t \ 349s && mv BLD-POTFILES-t BLD-POTFILES 349s cd .. \ 349s && CONFIG_FILES=po/Makefile.in:po/Make-in \ 349s CONFIG_HEADERS= /bin/bash ./config.status 349s config.status: creating po/Makefile.in 349s config.status: executing depfiles commands 349s config.status: executing libtool commands 349s config.status: executing default-1 commands 349s config.status: executing default-2 commands 349s config.status: executing default commands 349s file=`echo ../../../ld/po/bg | sed 's,.*/,,'`.gmo \ 349s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/bg.po 349s file=`echo ../../../ld/po/da | sed 's,.*/,,'`.gmo \ 349s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/da.po 349s file=`echo ../../../ld/po/de | sed 's,.*/,,'`.gmo \ 349s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/de.po 349s file=`echo ../../../ld/po/es | sed 's,.*/,,'`.gmo \ 349s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/es.po 349s file=`echo ../../../ld/po/fi | sed 's,.*/,,'`.gmo \ 349s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/fi.po 349s file=`echo ../../../ld/po/fr | sed 's,.*/,,'`.gmo \ 349s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/fr.po 349s file=`echo ../../../ld/po/ga | sed 's,.*/,,'`.gmo \ 349s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/ga.po 349s file=`echo ../../../ld/po/id | sed 's,.*/,,'`.gmo \ 349s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/id.po 349s file=`echo ../../../ld/po/it | sed 's,.*/,,'`.gmo \ 349s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/it.po 349s file=`echo ../../../ld/po/ja | sed 's,.*/,,'`.gmo \ 349s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/ja.po 349s file=`echo ka | sed 's,.*/,,'`.gmo \ 349s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/ka.po 349s file=`echo ../../../ld/po/pt_BR | sed 's,.*/,,'`.gmo \ 349s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/pt_BR.po 349s file=`echo ro | sed 's,.*/,,'`.gmo \ 349s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/ro.po 349s file=`echo ../../../ld/po/ru | sed 's,.*/,,'`.gmo \ 349s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/ru.po 349s file=`echo ../../../ld/po/sr | sed 's,.*/,,'`.gmo \ 349s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/sr.po 349s file=`echo ../../../ld/po/sv | sed 's,.*/,,'`.gmo \ 349s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/sv.po 349s file=`echo ../../../ld/po/tr | sed 's,.*/,,'`.gmo \ 349s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/tr.po 349s file=`echo ../../../ld/po/uk | sed 's,.*/,,'`.gmo \ 349s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/uk.po 349s file=`echo ../../../ld/po/vi | sed 's,.*/,,'`.gmo \ 349s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/vi.po 349s file=`echo ../../../ld/po/zh_CN | sed 's,.*/,,'`.gmo \ 349s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/zh_CN.po 349s file=`echo ../../../ld/po/zh_TW | sed 's,.*/,,'`.gmo \ 349s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/zh_TW.po 349s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld/po' 349s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 349s restore=: && backupdir=".am$$" && \ 349s rm -rf $backupdir && mkdir $backupdir && \ 349s if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ 349s for f in ld.info ld.info-[0-9] ld.info-[0-9][0-9] ld.i[0-9] ld.i[0-9][0-9]; do \ 349s if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ 349s done; \ 349s else :; fi && \ 349s if makeinfo --split-size=5000000 --split-size=5000000 -I ../../ld -I ../../ld/../bfd/doc -I ../bfd/doc -I ../../ld/../libiberty --no-split -I ../../ld \ 349s -o ld.info `test -f 'ld.texi' || echo '../../ld/'`ld.texi; \ 349s then \ 349s rc=0; \ 349s else \ 349s rc=$?; \ 349s $restore $backupdir/* `echo "./ld.info" | sed 's|[^/]*$||'`; \ 349s fi; \ 349s rm -rf $backupdir; exit $rc 349s restore=: && backupdir=".am$$" && \ 349s rm -rf $backupdir && mkdir $backupdir && \ 349s if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ 349s for f in ldint.info ldint.info-[0-9] ldint.info-[0-9][0-9] ldint.i[0-9] ldint.i[0-9][0-9]; do \ 349s if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ 349s done; \ 349s else :; fi && \ 349s if makeinfo --split-size=5000000 --split-size=5000000 -I ../../ld -I ../../ld/../bfd/doc -I ../bfd/doc -I ../../ld/../libiberty --no-split -I ../../ld \ 349s -o ldint.info `test -f 'ldint.texi' || echo '../../ld/'`ldint.texi; \ 349s then \ 349s rc=0; \ 349s else \ 349s rc=$?; \ 349s $restore $backupdir/* `echo "./ldint.info" | sed 's|[^/]*$||'`; \ 349s fi; \ 349s rm -rf $backupdir; exit $rc 349s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libdep_plugin.lo -MD -MP -MF .deps/libdep_plugin.Tpo -c -o libdep_plugin.lo ../../ld/libdep_plugin.c 349s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c -o libldtestplug_la-testplug.lo `test -f 'testplug.c' || echo '../../ld/'`testplug.c 349s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libdep_plugin.lo -MD -MP -MF .deps/libdep_plugin.Tpo -c ../../ld/libdep_plugin.c -fPIC -DPIC -o .libs/libdep_plugin.o 349s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c ../../ld/testplug.c -fPIC -DPIC -o .libs/libldtestplug_la-testplug.o 349s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libldtestplug2_la-testplug2.lo -MD -MP -MF .deps/libldtestplug2_la-testplug2.Tpo -c -o libldtestplug2_la-testplug2.lo `test -f 'testplug2.c' || echo '../../ld/'`testplug2.c 349s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libldtestplug2_la-testplug2.lo -MD -MP -MF .deps/libldtestplug2_la-testplug2.Tpo -c ../../ld/testplug2.c -fPIC -DPIC -o .libs/libldtestplug2_la-testplug2.o 349s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libdep_plugin.lo -MD -MP -MF .deps/libdep_plugin.Tpo -c ../../ld/libdep_plugin.c -o libdep_plugin.o >/dev/null 2>&1 349s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c ../../ld/testplug.c -o libldtestplug_la-testplug.o >/dev/null 2>&1 349s mv -f .deps/libdep_plugin.Tpo .deps/libdep_plugin.Plo 349s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libldtestplug3_la-testplug3.lo -MD -MP -MF .deps/libldtestplug3_la-testplug3.Tpo -c -o libldtestplug3_la-testplug3.lo `test -f 'testplug3.c' || echo '../../ld/'`testplug3.c 363s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libldtestplug3_la-testplug3.lo -MD -MP -MF .deps/libldtestplug3_la-testplug3.Tpo -c ../../ld/testplug3.c -fPIC -DPIC -o .libs/libldtestplug3_la-testplug3.o 363s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libldtestplug4_la-testplug4.lo -MD -MP -MF .deps/libldtestplug4_la-testplug4.Tpo -c -o libldtestplug4_la-testplug4.lo `test -f 'testplug4.c' || echo '../../ld/'`testplug4.c 363s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libldtestplug2_la-testplug2.lo -MD -MP -MF .deps/libldtestplug2_la-testplug2.Tpo -c ../../ld/testplug2.c -o libldtestplug2_la-testplug2.o >/dev/null 2>&1 363s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libldtestplug4_la-testplug4.lo -MD -MP -MF .deps/libldtestplug4_la-testplug4.Tpo -c ../../ld/testplug4.c -fPIC -DPIC -o .libs/libldtestplug4_la-testplug4.o 363s mv -f .deps/libldtestplug_la-testplug.Tpo .deps/libldtestplug_la-testplug.Plo 363s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT ldgram.o -MD -MP -MF .deps/ldgram.Tpo -c -o ldgram.o `test -f ldgram.c || echo ../../ld/`ldgram.c 363s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libldtestplug3_la-testplug3.lo -MD -MP -MF .deps/libldtestplug3_la-testplug3.Tpo -c ../../ld/testplug3.c -o libldtestplug3_la-testplug3.o >/dev/null 2>&1 363s mv -f .deps/libldtestplug2_la-testplug2.Tpo .deps/libldtestplug2_la-testplug2.Plo 363s /bin/bash ../../ld/../ylwrap ../../ld/ldlex.l lex.yy.c ldlex.c -- flex 363s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT libldtestplug4_la-testplug4.lo -MD -MP -MF .deps/libldtestplug4_la-testplug4.Tpo -c ../../ld/testplug4.c -o libldtestplug4_la-testplug4.o >/dev/null 2>&1 363s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT lexsup.o -MD -MP -MF .deps/lexsup.Tpo -c -o lexsup.o ../../ld/lexsup.c 363s mv -f .deps/libldtestplug3_la-testplug3.Tpo .deps/libldtestplug3_la-testplug3.Plo 363s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT ldlang.o -MD -MP -MF .deps/ldlang.Tpo -c -o ldlang.o ../../ld/ldlang.c 363s mv -f .deps/libldtestplug4_la-testplug4.Tpo .deps/libldtestplug4_la-testplug4.Plo 363s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT mri.o -MD -MP -MF .deps/mri.Tpo -c -o mri.o ../../ld/mri.c 363s mv -f .deps/mri.Tpo .deps/mri.Po 363s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT ldctor.o -MD -MP -MF .deps/ldctor.Tpo -c -o ldctor.o ../../ld/ldctor.c 363s mv -f .deps/ldgram.Tpo .deps/ldgram.Po 363s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT ldmain.o -MD -MP -MF .deps/ldmain.Tpo -c -o ldmain.o \ 363s -DDEFAULT_EMULATION='"elf64_s390"' \ 363s -DBINDIR='"/usr/bin"' -DTOOLBINDIR='"/usr/s390x-linux-gnu/bin"' \ 363s -DTARGET='"s390x-ibm-linux-gnu"' -DTARGET_SYSTEM_ROOT=\"/\" \ 363s ../../ld/ldmain.c 363s mv -f .deps/ldctor.Tpo .deps/ldctor.Po 363s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT ldwrite.o -MD -MP -MF .deps/ldwrite.Tpo -c -o ldwrite.o ../../ld/ldwrite.c 363s mv -f .deps/lexsup.Tpo .deps/lexsup.Po 363s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT ldexp.o -MD -MP -MF .deps/ldexp.Tpo -c -o ldexp.o ../../ld/ldexp.c 363s mv -f .deps/ldwrite.Tpo .deps/ldwrite.Po 363s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT ldemul.o -MD -MP -MF .deps/ldemul.Tpo -c -o ldemul.o ../../ld/ldemul.c 363s mv -f .deps/ldmain.Tpo .deps/ldmain.Po 363s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT ldver.o -MD -MP -MF .deps/ldver.Tpo -c -o ldver.o ../../ld/ldver.c 363s mv -f .deps/ldemul.Tpo .deps/ldemul.Po 363s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT ldmisc.o -MD -MP -MF .deps/ldmisc.Tpo -c -o ldmisc.o ../../ld/ldmisc.c 363s mv -f .deps/ldver.Tpo .deps/ldver.Po 363s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT ldfile.o -MD -MP -MF .deps/ldfile.Tpo -c -o ldfile.o \ 363s -DSCRIPTDIR='"/usr/lib/s390x-linux-gnu"' -DBINDIR='"/usr/bin"' -DTOOLBINDIR='"/usr/s390x-linux-gnu/bin"' \ 363s ../../ld/ldfile.c 363s mv -f .deps/ldexp.Tpo .deps/ldexp.Po 363s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT ldcref.o -MD -MP -MF .deps/ldcref.Tpo -c -o ldcref.o ../../ld/ldcref.c 363s mv -f .deps/ldmisc.Tpo .deps/ldmisc.Po 363s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o ../../ld/plugin.c 363s mv -f .deps/ldfile.Tpo .deps/ldfile.Po 363s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT ldbuildid.o -MD -MP -MF .deps/ldbuildid.Tpo -c -o ldbuildid.o ../../ld/ldbuildid.c 363s mv -f .deps/ldbuildid.Tpo .deps/ldbuildid.Po 363s test -d ldscripts || mkdir ldscripts; touch ldscripts/stamp 363s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT ldelf.o -MD -MP -MF .deps/ldelf.Tpo -c -o ldelf.o ../../ld/ldelf.c 363s mv -f .deps/ldcref.Tpo .deps/ldcref.Po 363s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT ldelfgen.o -MD -MP -MF .deps/ldelfgen.Tpo -c -o ldelfgen.o ../../ld/ldelfgen.c 363s mv -f .deps/plugin.Tpo .deps/plugin.Po 363s touch ld.1 363s perl ../../ld/../etc/texi2pod.pl -I ../../ld -I ../../ld/../bfd/doc -I ../bfd/doc -I ../../ld/../libiberty --no-split -Dman < ../../ld/ld.texi > ld.pod 363s mv -f .deps/ldelfgen.Tpo .deps/ldelfgen.Po 363s /bin/bash ./libtool --tag=CC --tag=disable-static --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -no-undefined -rpath /nowhere -module -avoid-version -Wl,-z,relro -o libdep.la -rpath /usr/lib/s390x-linux-gnu/bfd-plugins libdep_plugin.lo 363s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 ld.pod | \ 363s sed -e '/^.if n .na/d' > ld.1.T$$ && \ 363s mv -f ld.1.T$$ ld.1) || \ 363s (rm -f ld.1.T$$ && exit 1) 363s libtool: link: warning: ignoring multiple `-rpath's for a libtool library 363s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libdep_plugin.o -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -Wl,-z -Wl,relro -Wl,-soname -Wl,libdep.so -o .libs/libdep.so 363s rm -f ld.pod 363s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -no-undefined -rpath /nowhere -Wl,-z,relro -o libldtestplug.la libldtestplug_la-testplug.lo 363s libtool: link: ( cd ".libs" && rm -f "libdep.la" && ln -s "../libdep.la" "libdep.la" ) 363s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -no-undefined -rpath /nowhere -Wl,-z,relro -o libldtestplug2.la libldtestplug2_la-testplug2.lo 363s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libldtestplug_la-testplug.o -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -Wl,-z -Wl,relro -Wl,-soname -Wl,libldtestplug.so.0 -o .libs/libldtestplug.so.0.0.0 363s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libldtestplug2_la-testplug2.o -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -Wl,-z -Wl,relro -Wl,-soname -Wl,libldtestplug2.so.0 -o .libs/libldtestplug2.so.0.0.0 363s libtool: link: (cd ".libs" && rm -f "libldtestplug.so.0" && ln -s "libldtestplug.so.0.0.0" "libldtestplug.so.0") 363s libtool: link: (cd ".libs" && rm -f "libldtestplug.so" && ln -s "libldtestplug.so.0.0.0" "libldtestplug.so") 363s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libldtestplug.a libldtestplug_la-testplug.o 363s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libldtestplug.a 363s libtool: link: ( cd ".libs" && rm -f "libldtestplug.la" && ln -s "../libldtestplug.la" "libldtestplug.la" ) 363s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -no-undefined -rpath /nowhere -Wl,-z,relro -o libldtestplug3.la libldtestplug3_la-testplug3.lo 363s libtool: link: (cd ".libs" && rm -f "libldtestplug2.so.0" && ln -s "libldtestplug2.so.0.0.0" "libldtestplug2.so.0") 363s libtool: link: (cd ".libs" && rm -f "libldtestplug2.so" && ln -s "libldtestplug2.so.0.0.0" "libldtestplug2.so") 363s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libldtestplug3_la-testplug3.o -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -Wl,-z -Wl,relro -Wl,-soname -Wl,libldtestplug3.so.0 -o .libs/libldtestplug3.so.0.0.0 363s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libldtestplug2.a libldtestplug2_la-testplug2.o 363s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libldtestplug2.a 363s libtool: link: ( cd ".libs" && rm -f "libldtestplug2.la" && ln -s "../libldtestplug2.la" "libldtestplug2.la" ) 363s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -no-undefined -rpath /nowhere -Wl,-z,relro -o libldtestplug4.la libldtestplug4_la-testplug4.lo 363s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libldtestplug4_la-testplug4.o -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -Wl,-z -Wl,relro -Wl,-soname -Wl,libldtestplug4.so.0 -o .libs/libldtestplug4.so.0.0.0 363s mv -f .deps/ldelf.Tpo .deps/ldelf.Po 363s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT ldlex-wrapper.o -MD -MP -MF .deps/ldlex-wrapper.Tpo -c -o ldlex-wrapper.o ../../ld/ldlex-wrapper.c 363s libtool: link: (cd ".libs" && rm -f "libldtestplug3.so.0" && ln -s "libldtestplug3.so.0.0.0" "libldtestplug3.so.0") 363s libtool: link: (cd ".libs" && rm -f "libldtestplug3.so" && ln -s "libldtestplug3.so.0.0.0" "libldtestplug3.so") 363s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libldtestplug3.a libldtestplug3_la-testplug3.o 363s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libldtestplug3.a 363s libtool: link: ( cd ".libs" && rm -f "libldtestplug3.la" && ln -s "../libldtestplug3.la" "libldtestplug3.la" ) 363s /bin/bash ../../ld/genscripts.sh "../../ld" "/usr/lib/s390x-linux-gnu" "/usr" "/usr" s390x-ibm-linux-gnu s390x-ibm-linux-gnu s390x-linux-gnu ".deps" "" "elf64_s390 elf_s390" "/usr/local/lib /lib /usr/lib" yes yes elf64_s390 "s390x-linux-gnu" 363s libtool: link: (cd ".libs" && rm -f "libldtestplug4.so.0" && ln -s "libldtestplug4.so.0.0.0" "libldtestplug4.so.0") 363s libtool: link: (cd ".libs" && rm -f "libldtestplug4.so" && ln -s "libldtestplug4.so.0.0.0" "libldtestplug4.so") 363s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libldtestplug4.a libldtestplug4_la-testplug4.o 363s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libldtestplug4.a 363s libtool: link: ( cd ".libs" && rm -f "libldtestplug4.la" && ln -s "../libldtestplug4.la" "libldtestplug4.la" ) 363s /bin/bash ../../ld/genscripts.sh "../../ld" "/usr/lib/s390x-linux-gnu" "/usr" "/usr" s390x-ibm-linux-gnu s390x-ibm-linux-gnu s390x-linux-gnu ".deps" "" "elf64_s390 elf_s390" "/usr/local/lib /lib /usr/lib" yes yes elf_s390 "s390-linux-gnu" 363s mv -f .deps/ldlex-wrapper.Tpo .deps/ldlex-wrapper.Po 363s mv -f .deps/ldlang.Tpo .deps/ldlang.Po 363s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT eelf_s390.o -MD -MP -MF .deps/eelf_s390.Tpo -c -o eelf_s390.o eelf_s390.c 363s mv -f .deps/eelf_s390.Tpo .deps/eelf_s390.Po 363s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -MT eelf64_s390.o -MD -MP -MF .deps/eelf64_s390.Tpo -c -o eelf64_s390.o eelf64_s390.c 363s mv -f .deps/eelf64_s390.Tpo .deps/eelf64_s390.Po 363s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o ldbuildid.o eelf64_s390.o eelf_s390.o ldelf.o ldelfgen.o ../bfd/libbfd.la ../libctf/libctf.la ../libiberty/libiberty.a -lz -ljansson 363s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-generate -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o ldbuildid.o eelf64_s390.o eelf_s390.o ldelf.o ldelfgen.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic ../libctf/.libs/libctf.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/../libiberty/pic /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/libbfd.so /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so -liberty ../libiberty/libiberty.a -lz -ljansson 363s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 363s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 363s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 363s make[2]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single' 363s make[2]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single' 363s make[2]: Nothing to be done for 'maybe-check-gdb'. 363s make[2]: Nothing to be done for 'maybe-check-sim'. 363s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 363s /usr/bin/make check-recursive 363s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 363s Making check in po 363s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas/po' 363s make[4]: Nothing to be done for 'check'. 363s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas/po' 363s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 363s /usr/bin/make check-recursive 363s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 363s Making check in po 363s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/po' 363s make[5]: Nothing to be done for 'check'. 363s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/po' 363s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 363s rm -f doc/asconfig.texi 363s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 363s Making check in po 363s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld/po' 363s make[5]: Nothing to be done for 'check'. 363s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld/po' 363s cp ../../gas/doc/all.texi doc/asconfig.texi && touch -m -r ../../gas/doc/all.texi doc/asconfig.texi 363s chmod u+w doc/asconfig.texi 363s /usr/bin/make check-DEJAGNU 363s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 363s /usr/bin/make check-DEJAGNU 363s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 363s make[6]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 363s /usr/bin/grep -E "(development|experimental)=" ../../binutils/../bfd/development.sh \ 363s | gawk -F= '{ print "set " $1 " " $2 }' > development.exp 363s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 363s /usr/bin/grep -E "(development|experimental)=" ../../gas/../bfd/development.sh \ 363s | gawk -F= '{ print "set " $1 " " $2 }' > development.exp 363s Making a new site.exp file ... 363s Making a new site.exp file ... 363s /usr/bin/make check-DEJAGNU 363s srcdir=`cd ../../binutils && pwd`; export srcdir; \ 363s r=`pwd`; export r; \ 363s LC_ALL=C; export LC_ALL; \ 363s EXPECT=expect; export EXPECT; \ 363s runtest=runtest; \ 363s if /bin/bash -c "$runtest --version" > /dev/null 2>&1; then \ 363s $runtest --tool binutils --srcdir ${srcdir}/testsuite \ 363s CC="s390x-linux-gnu-gcc" CFLAGS="-g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain " \ 363s CC_FOR_BUILD="s390x-linux-gnu-gcc" \ 363s CC_FOR_TARGET="s390x-linux-gnu-gcc" \ 363s CFLAGS_FOR_TARGET="-g -O2 -mbackchain -O0" \ 363s ; \ 363s else echo "WARNING: could not find \`runtest'" 1>&2; :;\ 363s fi 363s if [ -d testsuite ]; then \ 363s true; \ 363s else \ 363s mkdir testsuite; \ 363s fi 363s rm -f testsuite/site.exp 363s cp site.exp testsuite/site.exp 363s rootme=`pwd`; export rootme; \ 363s srcdir=`cd ../../gas; pwd` ; export srcdir ; \ 363s LC_ALL=C; export LC_ALL; \ 363s EXPECT=expect ; export EXPECT ; \ 363s runtest=runtest; \ 363s cd testsuite; \ 363s if /bin/bash -c "$runtest --version" > /dev/null 2>&1; then \ 363s $runtest --tool gas --srcdir ${srcdir}/testsuite \ 363s ; \ 363s else echo "WARNING: could not find \`runtest'" 1>&2; :;\ 363s fi 363s make[6]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 363s /usr/bin/grep -E "(development|experimental)=" ../../ld/../bfd/development.sh \ 363s | gawk -F= '{ print "set " $1 " " $2 }' > development.exp 363s echo "set enable_libctf yes" >> enablings.exp 363s Making a new site.exp file ... 363s WARNING: Couldn't find tool init file 363s Test run by ubuntu on Sat Feb 15 21:40:23 2025 363s Native configuration is s390x-ibm-linux-gnu 363s 363s === binutils tests === 363s 363s Schedule of variations: 363s unix 363s 363s Running target unix 363s Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. 363s Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. 363s Using /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/config/default.exp as tool-and-target-specific interface file. 363s WARNING: Couldn't find tool init file 363s Test run by ubuntu on Sat Feb 15 21:40:23 2025 363s Native configuration is s390x-ibm-linux-gnu 363s 363s === gas tests === 363s 363s Schedule of variations: 363s unix 363s 363s Running target unix 363s Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. 363s Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. 363s Using /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/config/default.exp as tool-and-target-specific interface file. 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/aarch64/aarch64.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/addr2line.exp ... 363s (cd .libs; test -e ldscripts || test ! -e ld-new || ln -s ../ldscripts .) 363s srcroot=`cd ../../ld && pwd`; export srcroot; \ 363s r=`pwd`; export r; \ 363s LC_ALL=C; export LC_ALL; \ 363s EXPECT=expect; export EXPECT; \ 363s runtest=runtest; \ 363s if /bin/bash -c "$runtest --version" > /dev/null 2>&1; then \ 363s $runtest --tool ld --srcdir ${srcroot}/testsuite \ 363s CC="s390x-linux-gnu-gcc" CFLAGS="-g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain " \ 363s CXX="s390x-linux-gnu-g++" CXXFLAGS="-g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain " \ 363s CC_FOR_TARGET="s390x-linux-gnu-gcc" \ 363s CFLAGS_FOR_TARGET="-g -O2 -mbackchain" \ 363s CXX_FOR_TARGET="s390x-linux-gnu-g++" \ 363s CXXFLAGS_FOR_TARGET="-g -O2 -mbackchain" \ 363s OFILES="ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o plugin.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o eelf64_s390.o eelf_s390.o ldelf.o ldelfgen.o ldbuildid.o" BFDLIB="../bfd/.libs/libbfd.a" CTFLIB="../libctf/.libs/libctf.a -lz" \ 363s SFRAMELIB="../libsframe/.libs/libsframe.a" \ 363s JANSSON_LIBS="-ljansson " ZSTD_LIBS="" \ 363s LIBIBERTY="../libiberty/libiberty.a " LIBS="" \ 363s DO_COMPARE="`echo 'cmp --ignore-initial=16 $f1 $f2' | sed -e 's,\\$,,g'`" \ 363s ; \ 363s else echo "WARNING: could not find \`runtest'" 1>&2; :;\ 363s fi 363s WARNING: Couldn't find tool init file 363s Test run by ubuntu on Sat Feb 15 21:40:23 2025 363s Native configuration is s390x-ibm-linux-gnu 363s 363s === ld tests === 363s 363s Schedule of variations: 363s unix 363s 363s Running target unix 363s Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. 363s Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. 363s Using /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/config/default.exp as tool-and-target-specific interface file. 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/aarch64/aarch64.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/aarch64/codeview.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/aarch64/sysreg/aarch64-sysreg.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/all/gas.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/ar.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-aarch64/aarch64-elf.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-aarch64/aarch64-nto.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-aarch64/protections/aarch64-protections.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-alpha/alpha.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-arc/arc.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-arm/arm-elf.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-arm/export-class.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-auto-import/auto-import.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-avr/avr.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-bootstrap/bootstrap.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-bpf/bpf.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-cdtest/cdtest.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-checks/checks.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-cris/cris.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-crx/crx.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-csky/csky.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-ctf/ctf.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/alpha/alpha.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/arc/arc.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/arc/warn.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/arm/arm.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/avr/avr.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/bfin/bfin.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/bfin/error.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/bpf/bpf.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/cfi-sframe/cfi-sframe.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/cfi/cfi.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/cr16/cr16.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/cr16/pic.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/cris/cris.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/crx/allinsn.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/csky/csky.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/d10v/d10v.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/d30v/d30.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/dlx/alltests.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/elf/elf.exp ... 363s FAIL: replacing non-deterministic member (wrong size, expected: 920) 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-cygwin/exe-export.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-d10v/d10v.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-discard/discard.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-dynamic/export-dynamic-symbol.exp ... 363s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/audit.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/epiphany/allinsn.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/fr30/allinsn.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/fr30/fr30.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/frv/allinsn.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/ft32/ft32.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/h8300-elf.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/h8300.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t01_mov.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t02_mova.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t03_add.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t04_sub.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t05_cmp.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t06_ari2.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t07_ari3.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t08_or.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t09_xor.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t10_and.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t11_logs.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t12_bit.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t13_otr.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/hppa/basic/basic.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/hppa/parse/parse.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/hppa/reloc/reloc.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/hppa/unsorted/unsorted.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/i386/codeview.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/i386/i386.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/i386/ilp32/cfi/ilp32.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/i386/ilp32/elf/ilp32.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/i386/ilp32/ilp32.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/i386/ilp32/lns/ilp32.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/i386/solaris/solaris.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/i386/x86-64.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/ia64/ia64.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/ieee-fp/x930509a.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/ip2k/ip2k-allinsn.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/iq2000/allinsn.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/iq2000/load-hazards.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/iq2000/odd-ldw.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/iq2000/odd-sdw.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/iq2000/yield.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/kvx/kvx.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/lm32/all.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/lns/lns.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/loongarch/loongarch.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/m32r/allinsn.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/m32r/error.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/m32r/m32r.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/m32r/m32r2.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/m32r/m32rx.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/m32r/pic.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/m32r/rel32.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/m68hc11/m68hc11.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/m68k/all.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mach-o/mach-o.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/macros/macros.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/binutils.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/arc/objdump.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/arm/objdump.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/bfin/objdump.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/compress.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mcore/allinsn.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mep/allinsn.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mep/complex-relocs.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/metag/metag.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/microblaze/allinsn.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/microblaze/endian.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/microblaze/relax_size.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/microblaze/reloc_sym.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/microblaze/special_reg.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mips/mips.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mmix/mmix-err.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mmix/mmix-list.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mmix/mmix.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mn10200/basic.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mn10300/basic.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mri/mri.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/msp430/msp430.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mt/errors.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mt/mt.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mt/relocs.exp ... 364s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/nds32/nds32.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/or1k/or1k.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/pdp11/pdp11.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/pe/pe.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/pj/pj.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/ppc/aix.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/ppc/ppc.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/pru/pru.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/riscv/riscv.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/rl78/rl78.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/rx/rx.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/s12z/s12z.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/s390/s390.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/cxxfilt.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/debuginfod.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/dlltool.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/elfedit.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/hppa/objdump.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/i386/i386.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/kvx/kvx.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/loongarch64/loongarch64.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/m68k/objdump.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/mips/mips.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/nfp/objdump.exp ... 365s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/nm.exp ... 365s Version /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/nm-new 2.44 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/objcopy.exp ... 366s Version /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/objcopy 2.44 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/scfi/aarch64/scfi-aarch64.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/scfi/x86_64/scfi-x86-64.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/score/relax.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/score/relax_32.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/sh/arch/arch.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/sh/basic.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/sh/err.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/sparc-solaris/addend.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/sparc-solaris/gas.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/sparc/mismatch.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/sparc/sparc.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/symver/symver.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/tic4x/tic4x.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/tic54x/tic54x.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/tic6x/tic6x.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/tilegx/tilegx.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/tilepro/tilepro.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/v850/basic.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/vax/vax.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/visium/error.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/visium/visium.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/wasm32/wasm32.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/xgate/xgate.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/xstormy16/allinsn.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/xtensa/all.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/xtensa/xtensa-err.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/z80/z80.exp ... 366s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/z8k/z8k.exp ... 366s 366s === gas Summary === 366s 366s # of expected passes 365 366s # of unsupported tests 5 366s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas/as-new 2.44 366s 366s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 366s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 366s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 368s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/build-id.exp ... 368s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/comm-data.exp ... 368s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/compress.exp ... 370s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/dt-relr.exp ... 370s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/dwarf.exp ... 370s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/eh-group.exp ... 370s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/elf.exp ... 371s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/objdump.exp ... 371s Version /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/objdump 2.44 372s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/readelf.exp ... 372s Version /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/readelf 2.44 373s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/riscv/riscv.exp ... 373s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/size.exp ... 373s Version /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/size 2.44 373s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/strings.exp ... 373s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/update-section.exp ... 373s Version /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/objcopy 2.44 373s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/vax/objdump.exp ... 373s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/wasm32/wasm32.exp ... 373s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/windres/windres.exp ... 373s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/x86-64/objects.exp ... 373s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/x86-64/x86-64.exp ... 373s 373s === binutils Summary === 373s 373s # of expected passes 260 373s # of unexpected failures 1 373s # of unsupported tests 7 373s make[6]: [Makefile:1838: check-DEJAGNU] Error 1 (ignored) 373s make[6]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 373s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 373s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 373s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 387s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/exclude.exp ... 387s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/export-class.exp ... 387s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/frame.exp ... 387s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/indirect.exp ... 390s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/linux-x86.exp ... 390s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/no-section-header.exp ... 393s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/notes.exp ... 393s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/package-note.exp ... 393s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/provide-hidden.exp ... 393s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/readelf.exp ... 393s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/sec-to-seg.exp ... 393s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/sec64k.exp ... 400s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/shared.exp ... 413s FAIL: pr26580-3 418s FAIL: Run pr21964-4 419s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/tls.exp ... 419s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/tls_common.exp ... 419s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/wrap.exp ... 419s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elfcomm/elfcomm.exp ... 420s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elfvers/vers.exp ... 425s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elfweak/elfweak.exp ... 425s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-fastcall/fastcall.exp ... 425s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-frv/fdpic.exp ... 425s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-frv/frv-elf.exp ... 425s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-frv/tls.exp ... 425s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-gc/gc.exp ... 426s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-h8300/h8300.exp ... 426s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-i386/export-class.exp ... 426s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-i386/i386.exp ... 426s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-i386/no-plt.exp ... 426s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-i386/tls.exp ... 426s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-ia64/ia64.exp ... 426s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-ia64/line.exp ... 426s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-ifunc/binutils.exp ... 426s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-ifunc/ifunc.exp ... 430s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-kvx/kvx-elf.exp ... 430s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-libs/libs.exp ... 430s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-linkonce/linkonce.exp ... 430s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-loongarch-elf/cmodel.exp ... 430s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-loongarch-elf/ifunc.exp ... 430s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-loongarch-elf/ld-loongarch-elf.exp ... 430s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-loongarch-elf/pic.exp ... 430s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-loongarch-elf/relax.exp ... 430s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-m68hc11/m68hc11.exp ... 430s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-m68k/m68k-got.exp ... 430s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-m68k/m68k.exp ... 430s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-mep/mep.exp ... 430s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-metag/metag.exp ... 430s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-mips-elf/comm-data.exp ... 430s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-mips-elf/export-class.exp ... 430s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-mips-elf/mips-elf-flags.exp ... 430s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-mips-elf/mips-elf.exp ... 430s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-misc/defsym.exp ... 430s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-misc/input-remap.exp ... 431s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-misc/just-symbols.exp ... 431s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-mmix/mmix.exp ... 431s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-mn10300/mn10300.exp ... 431s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-msp430-elf/msp430-elf.exp ... 431s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-nds32/nds32.exp ... 431s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-or1k/or1k.exp ... 431s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-pdp11/pdp11.exp ... 431s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-pe/pdb.exp ... 431s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-pe/pe-compile.exp ... 431s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-pe/pe-run.exp ... 431s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-pe/pe-run2-def.exp ... 431s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-pe/pe-run2.exp ... 431s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-pe/pe.exp ... 431s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-pie/pie.exp ... 431s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-plugin/lto.exp ... 450s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-plugin/plugin.exp ... 451s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-powerpc/aix52.exp ... 451s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-powerpc/export-class.exp ... 451s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-powerpc/powerpc.exp ... 451s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-pru/pru.exp ... 451s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp ... 451s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-s12z/s12z.exp ... 451s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-s390/s390.exp ... 451s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/align.exp ... 452s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/alignof.exp ... 452s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/assert.exp ... 452s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/crossref.exp ... 452s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/data.exp ... 452s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/default-script.exp ... 453s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/defined.exp ... 453s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/dynamic-sections.exp ... 453s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/empty-address.exp ... 453s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/empty-aligned.exp ... 453s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/empty-orphan.exp ... 453s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/exclude-file.exp ... 454s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/expr.exp ... 454s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/extern.exp ... 454s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/include.exp ... 454s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/log2.exp ... 454s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/map-address.exp ... 454s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/overlay-size.exp ... 454s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/phdrs.exp ... 454s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/phdrs2.exp ... 455s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/phdrs3.exp ... 455s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/print-memory-usage.exp ... 455s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/provide.exp ... 455s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/rgn-at.exp ... 455s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/rgn-over.exp ... 455s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/script.exp ... 456s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/section-flags.exp ... 456s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/section-match.exp ... 456s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/section-order.exp ... 456s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/sizeof.exp ... 456s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/sort.exp ... 458s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/sysroot-prefix.exp ... 458s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/weak.exp ... 458s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-selective/sel-dump.exp ... 458s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-selective/selective.exp ... 458s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-sframe/sframe.exp ... 458s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-sh/arch/arch.exp ... 458s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-sh/rd-sh.exp ... 458s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-sh/sh-vxworks.exp ... 458s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-sh/sh.exp ... 458s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-shared/shared.exp ... 460s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-size/size.exp ... 460s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-sparc/sparc.exp ... 460s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-spu/spu.exp ... 460s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-srec/srec.exp ... 460s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-tic6x/tic6x.exp ... 460s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-tilegx/tilegx.exp ... 460s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-tilepro/tilepro.exp ... 460s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-undefined/entry.exp ... 460s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-undefined/require-defined.exp ... 460s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-undefined/undefined.exp ... 460s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-undefined/weak-undef.exp ... 460s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-unique/unique.exp ... 461s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-v850/v850.exp ... 461s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-vax-elf/export-class.exp ... 461s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-vax-elf/vax-elf.exp ... 461s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-visium/visium.exp ... 461s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-vsb/vsb.exp ... 469s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-vxworks/vxworks.exp ... 469s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-x86-64/dwarfreloc.exp ... 469s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-x86-64/export-class.exp ... 469s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-x86-64/line.exp ... 469s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-x86-64/no-plt.exp ... 469s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-x86-64/pe-x86-64.exp ... 469s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-x86-64/tls.exp ... 469s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-x86-64/x86-64.exp ... 469s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-xstormy16/xstormy16.exp ... 469s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-xtensa/xtensa-linux.exp ... 469s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-xtensa/xtensa.exp ... 469s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-z80/z80.exp ... 469s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-z8k/z8k.exp ... 469s 469s === ld Summary === 469s 469s # of expected passes 1717 469s # of unexpected failures 2 469s # of expected failures 27 469s # of unsupported tests 156 469s ./ld-new 2.44 469s 469s make[6]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 469s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 469s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 469s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 469s make[2]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single' 469s make[2]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single' 469s rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E *.log 469s make[6]: [Makefile:2387: check-DEJAGNU] Error 1 (ignored) 469s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single' 469s Doing clean in binutils 469s Doing clean in opcodes 469s Doing clean in bfd 469s Doing clean in etc 469s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/etc' 469s make[4]: Nothing to be done for 'clean'. 469s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/etc' 469s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 469s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 469s Making clean in po 469s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/po' 469s rm -f core core.* *.pox binutils.po *.old.po cat-id-tbl.tmp 469s Making clean in . 469s rm -fr *.o 469s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/po' 469s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 469s Making clean in po 469s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/po' 469s rm -f core core.* *.pox bfd.po *.old.po cat-id-tbl.tmp 469s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 469s test -z "doc/binutils.dvi doc/binutils.pdf doc/binutils.ps doc/binutils.html" \ 469s || rm -rf doc/binutils.dvi doc/binutils.pdf doc/binutils.ps doc/binutils.html 469s rm -fr *.o 469s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 469s test -z "libopcodes.la" || rm -f libopcodes.la 469s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/po' 469s rm -f size objdump ar strings ranlib objcopy addr2line readelf elfedit 469s rm -rf .libs _libs 469s rm -f ./so_locations 469s test -z "stamp-epiphany stamp-fr30 stamp-frv stamp-ip2k stamp-iq2000 stamp-lm32 stamp-m32c stamp-m32r stamp-mep stamp-mt stamp-or1k stamp-xstormy16 libopcodes.a stamp-lib" || rm -f stamp-epiphany stamp-fr30 stamp-frv stamp-ip2k stamp-iq2000 stamp-lm32 stamp-m32c stamp-m32r stamp-mep stamp-mt stamp-or1k stamp-xstormy16 libopcodes.a stamp-lib 469s Doing clean in gas 469s rm -rf testsuite/.libs testsuite/_libs 469s rm -rf .libs _libs 469s rm -f nm-new strip-new cxxfilt bfdtest1 bfdtest2 testsuite/gentestdlls 469s test -z "libopcodes.a" || rm -f libopcodes.a 469s rm -rf doc/binutils.t2d doc/binutils.t2p 469s test -z "" || rm -f 469s rm -f *.o 469s rm -f *.o 469s rm -f testsuite/*.o 469s test -z "aarch64-gen i386-gen ia64-gen s390-mkopc s390-opc.tab z8kgen opc2c" || rm -f aarch64-gen i386-gen ia64-gen s390-mkopc s390-opc.tab z8kgen opc2c 469s test -z "sysinfo bin2c binutils.log binutils.sum abcdefgh*" || rm -f sysinfo bin2c binutils.log binutils.sum abcdefgh* 469s rm -f *.lo 469s rm -f *.lo 469s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 469s Making clean in po 469s rm -rf tmpdir 469s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/po' 469s rm -f core core.* *.pox opcodes.po *.old.po cat-id-tbl.tmp 469s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 469s test -z "doc/bfd.dvi doc/bfd.pdf doc/bfd.ps doc/bfd.html" \ 469s || rm -rf doc/bfd.dvi doc/bfd.pdf doc/bfd.ps doc/bfd.html 469s rm -fr *.o 469s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 469s test -z "libbfd.la" || rm -f libbfd.la 469s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 469s test -z "bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h" || rm -f bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h 469s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/po' 469s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 469s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 469s rm -f ./so_locations 469s rm -rf .libs _libs 469s Making clean in po 469s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas/po' 469s rm -f core core.* *.pox gas.po *.old.po cat-id-tbl.tmp 469s rm -fr *.o 469s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas/po' 469s test -z "" || rm -f 469s rm -rf doc/bfd.t2d doc/bfd.t2p 469s rm -f *.o 469s test -z "ofiles stamp-ofiles doc/chew doc/*.o doc/*.stamp" || rm -f ofiles stamp-ofiles doc/chew doc/*.o doc/*.stamp 469s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 469s test -z "doc/as.dvi doc/as.pdf doc/as.ps doc/as.html" \ 469s || rm -rf doc/as.dvi doc/as.pdf doc/as.ps doc/as.html 469s rm -f *.lo 469s rm -rf .libs _libs 469s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 469s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 469s rm -rf doc/as.t2d doc/as.t2p 469s rm -f as-new 469s rm -f *.o 469s test -z "*.o as-new core testsuite/*.o testsuite/*.out testsuite/gas.log testsuite/gas.sum testsuite/site.exp site.bak site.exp development.exp stage stage1 stage2" || rm -f *.o as-new core testsuite/*.o testsuite/*.out testsuite/gas.log testsuite/gas.sum testsuite/site.exp site.bak site.exp development.exp stage stage1 stage2 469s rm -f config/*.o 469s Doing clean in ld 469s rm -f *.lo 469s Doing clean in gprof 469s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 469s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 469s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 469s Making clean in po 469s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/po' 469s rm -f core core.* *.pox gprof.po *.old.po cat-id-tbl.tmp 469s rm -fr *.o 469s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/po' 469s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 469s test -z "gprof.dvi gprof.pdf gprof.ps gprof.html" \ 469s || rm -rf gprof.dvi gprof.pdf gprof.ps gprof.html 469s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 469s rm -f gprof 469s rm -rf .libs _libs 469s Making clean in po 469s rm -rf gprof.t2d gprof.t2p 469s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld/po' 469s rm -f core core.* *.pox ld.po *.old.po cat-id-tbl.tmp 469s rm -f *.o 469s rm -fr *.o 469s rm -f *.lo 469s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld/po' 469s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 469s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 469s Doing clean in libiberty 469s make[3]: Nothing to be done for 'clean-target'. 469s Doing clean in libctf 469s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty' 469s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/testsuite' 469s rm -f test-demangle 469s rm -f test-pexecute 469s rm -f test-expandargv 469s rm -f test-strtol 469s rm -f demangler-fuzzer 469s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 469s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 469s test -z "ld.dvi ld.pdf ld.ps ld.html ldint.dvi ldint.pdf ldint.ps ldint.html" \ 469s || rm -rf ld.dvi ld.pdf ld.ps ld.html ldint.dvi ldint.pdf ldint.ps ldint.html 469s test -z "libdep.la" || rm -f libdep.la 469s rm -f core 469s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/testsuite' 469s /usr/bin/make SUBDIRS="" mostlyclean 469s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty' 469s rm -f ./so_locations 469s rm -f ld-new 469s test -z "dep.sed DEP DEPA DEP1 DEP2 spu_ovl.s spu_ovl.o spu_icache.s spu_icache.o" || rm -f dep.sed DEP DEPA DEP1 DEP2 spu_ovl.s spu_ovl.o spu_icache.s spu_icache.o 469s rm -rf *.o pic noasan core errs \#* *.E a.out 469s rm -rf .libs _libs 469s test -z "libldtestplug.la libldtestplug2.la libldtestplug3.la libldtestplug4.la" || rm -f libldtestplug.la libldtestplug2.la libldtestplug3.la libldtestplug4.la 469s rm -f errors dummy config.h stamp-* 469s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 469s test -z "doc/ctf-spec.dvi doc/ctf-spec.pdf doc/ctf-spec.ps doc/ctf-spec.html" \ 469s || rm -rf doc/ctf-spec.dvi doc/ctf-spec.pdf doc/ctf-spec.ps doc/ctf-spec.html 469s rm -f ./so_locations 469s rm -rf ld.t2d ld.t2p ldint.t2d ldint.t2p 469s rm -f stamp-picdir stamp-noasandir 469s test -z "libctf.la libctf-nobfd.la" || rm -f libctf.la libctf-nobfd.la 469s Doing clean in libsframe 469s rm -f *.o 469s rm -f libiberty.aux libiberty.cp libiberty.cps libiberty.fn libiberty.ky 469s rm -f libiberty.log libiberty.tmp libiberty.tps libiberty.pg 469s rm -f ./so_locations 469s rm -rf .libs _libs 469s rm -f libiberty.pgs libiberty.toc libiberty.tp libiberty.tpl libiberty.vr 469s test -z "*.o ldscripts/* e*.c ld1 ld2 ld3 ldemul-list.h crtbegin.o crtend.o ld.log ld.sum" || rm -f *.o ldscripts/* e*.c ld1 ld2 ld3 ldemul-list.h crtbegin.o crtend.o ld.log ld.sum 469s rm -f libtexi.stamp 469s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 469s test -z "doc/sframe-spec.dvi doc/sframe-spec.pdf doc/sframe-spec.ps \ 469s doc/sframe-spec.html" \ 469s || rm -rf doc/sframe-spec.dvi doc/sframe-spec.pdf doc/sframe-spec.ps \ 469s doc/sframe-spec.html 469s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty' 469s rm -f *.a required-list tmpmulti.out 469s rm -f *.lo 469s rm -f testsuite/libsframe.decode/be-flipping testsuite/libsframe.decode/frecnt-1 testsuite/libsframe.decode/frecnt-2 testsuite/libsframe.encode/encode-1 testsuite/libsframe.find/findfre-1 testsuite/libsframe.find/findfunc-1 testsuite/libsframe.find/plt-findfre-1 469s rm -f libiberty.dvi libiberty.pdf libiberty.info* libiberty.html 469s rm -rf tmpdir 469s test -z "" || rm -f 469s test -z "libsframe.la" || rm -f libsframe.la 469s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty' 469s rm -rf doc/ctf-spec.t2d doc/ctf-spec.t2p 469s rm -rf .libs _libs 469s rm -f ./so_locations 469s test -z "" || rm -f 469s rm -rf testsuite/libsframe.decode/.libs testsuite/libsframe.decode/_libs 469s rm -f *.o 469s rm -rf testsuite/libsframe.encode/.libs testsuite/libsframe.encode/_libs 469s rm -rf testsuite/libsframe.find/.libs testsuite/libsframe.find/_libs 469s rm -rf doc/sframe-spec.t2d doc/sframe-spec.t2p 469s rm -f *.lo 469s rm -f *.o 469s rm -f *.lo 469s rm -f testsuite/libsframe.decode/*.o 469s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 469s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 469s rm -f testsuite/libsframe.encode/*.o 469s rm -f testsuite/libsframe.find/*.o 469s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 469s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 469s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 469s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single' 469s make[2]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single' 469s make[2]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single' 469s make[2]: Nothing to be done for 'all-target'. 469s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty' 469s if [ x"-fPIC" != x ] && [ ! -d pic ]; then \ 469s mkdir pic; \ 469s else true; fi 469s if [ x"" != x ] && [ ! -d noasan ]; then \ 469s mkdir noasan; \ 469s else true; fi 469s touch stamp-noasandir 469s touch stamp-picdir 469s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/etc' 469s make[3]: Nothing to be done for 'all'. 469s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/etc' 469s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 469s CONFIG_FILES= CONFIG_HEADERS=config.h:../../libiberty/config.in /bin/bash ./config.status 469s /usr/bin/make all-am 469s echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list 469s if [ x"-fPIC" != x ]; then \ 469s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/dwarfnames.c -o pic/dwarfnames.o; \ 469s else true; fi 469s if [ x"-fPIC" != x ]; then \ 469s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \ 469s else true; fi 469s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 469s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libsframe_la-sframe-dump.lo -MD -MP -MF .deps/libsframe_la-sframe-dump.Tpo -c -o libsframe_la-sframe-dump.lo `test -f 'sframe-dump.c' || echo '../../libsframe/'`sframe-dump.c 469s if [ x"" != x ]; then \ 469s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/safe-ctype.c -o noasan/safe-ctype.o; \ 469s else true; fi 469s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/safe-ctype.c -o safe-ctype.o 469s ../../libiberty/dwarfnames.c: In function ‘get_DW_UT_name’: 469s ../../libiberty/dwarfnames.c:89: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/dwarfnames.gcda’ profile count data file not found [-Wmissing-profile] 469s 89 | 469s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libsframe_la-sframe-dump.lo -MD -MP -MF .deps/libsframe_la-sframe-dump.Tpo -c ../../libsframe/sframe-dump.c -fPIC -DPIC -o .libs/libsframe_la-sframe-dump.o 470s config.status: creating config.h 470s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libsframe_la-sframe-error.lo -MD -MP -MF .deps/libsframe_la-sframe-error.Tpo -c -o libsframe_la-sframe-error.lo `test -f 'sframe-error.c' || echo '../../libsframe/'`sframe-error.c 470s config.status: executing default commands 470s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libsframe_la-sframe.lo -MD -MP -MF .deps/libsframe_la-sframe.Tpo -c -o libsframe_la-sframe.lo `test -f 'sframe.c' || echo '../../libsframe/'`sframe.c 470s ../../libsframe/sframe-dump.c: In function ‘dump_sframe’: 470s ../../libsframe/sframe-dump.c:234:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe_la-sframe-dump.gcda’ profile count data file not found [-Wmissing-profile] 470s 234 | } 470s | ^ 470s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libsframe_la-sframe-error.lo -MD -MP -MF .deps/libsframe_la-sframe-error.Tpo -c ../../libsframe/sframe-error.c -fPIC -DPIC -o .libs/libsframe_la-sframe-error.o 470s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libsframe_la-sframe.lo -MD -MP -MF .deps/libsframe_la-sframe.Tpo -c ../../libsframe/sframe.c -fPIC -DPIC -o .libs/libsframe_la-sframe.o 470s ../../libsframe/sframe-error.c: In function ‘sframe_errmsg’: 470s ../../libsframe/sframe-error.c:49:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe_la-sframe-error.gcda’ profile count data file not found [-Wmissing-profile] 470s 49 | } 470s | ^ 470s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libsframe_la-sframe-error.lo -MD -MP -MF .deps/libsframe_la-sframe-error.Tpo -c ../../libsframe/sframe-error.c -o libsframe_la-sframe-error.o >/dev/null 2>&1 470s mv -f .deps/libsframe_la-sframe-error.Tpo .deps/libsframe_la-sframe-error.Plo 470s if [ x"-fPIC" != x ]; then \ 470s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/regex.c -o pic/regex.o; \ 470s else true; fi 470s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libsframe_la-sframe-dump.lo -MD -MP -MF .deps/libsframe_la-sframe-dump.Tpo -c ../../libsframe/sframe-dump.c -o libsframe_la-sframe-dump.o >/dev/null 2>&1 470s if [ x"" != x ]; then \ 470s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/dwarfnames.c -o noasan/dwarfnames.o; \ 470s else true; fi 470s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/dwarfnames.c -o dwarfnames.o 470s ../../libsframe/sframe.c: In function ‘sframe_encoder_write’: 470s ../../libsframe/sframe.c:1898:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe_la-sframe.gcda’ profile count data file not found [-Wmissing-profile] 470s 1898 | } 470s | ^ 470s ../../libiberty/dwarfnames.c: In function ‘get_DW_UT_name’: 470s ../../libiberty/dwarfnames.c:89: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/dwarfnames.gcda’ profile count data file not found [-Wmissing-profile] 470s 89 | 470s mv -f .deps/libsframe_la-sframe-dump.Tpo .deps/libsframe_la-sframe-dump.Plo 470s if [ x"-fPIC" != x ]; then \ 470s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \ 470s else true; fi 470s ../../libiberty/cplus-dem.c: In function ‘ada_demangle’: 470s ../../libiberty/cplus-dem.c:462:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/cplus-dem.gcda’ profile count data file not found [-Wmissing-profile] 470s 462 | } 470s | ^ 470s if [ x"-fPIC" != x ]; then \ 470s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \ 470s else true; fi 470s if [ x"" != x ]; then \ 470s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/cplus-dem.c -o noasan/cplus-dem.o; \ 470s else true; fi 470s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/cplus-dem.c -o cplus-dem.o 470s ../../libiberty/cplus-dem.c: In function ‘ada_demangle’: 470s ../../libiberty/cplus-dem.c:462:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/cplus-dem.gcda’ profile count data file not found [-Wmissing-profile] 470s 462 | } 470s | ^ 470s ../../libiberty/regex.c: In function ‘xregfree’: 470s ../../libiberty/regex.c:8135:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/regex.gcda’ profile count data file not found [-Wmissing-profile] 470s 8135 | } 470s | ^ 470s ../../libiberty/cp-demangle.c: In function ‘is_gnu_v3_mangled_dtor’: 470s ../../libiberty/cp-demangle.c:7213:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/cp-demangle.gcda’ profile count data file not found [-Wmissing-profile] 470s 7213 | } 470s | ^ 470s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libsframe_la-sframe.lo -MD -MP -MF .deps/libsframe_la-sframe.Tpo -c ../../libsframe/sframe.c -o libsframe_la-sframe.o >/dev/null 2>&1 470s if [ x"-fPIC" != x ]; then \ 470s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/md5.c -o pic/md5.o; \ 470s else true; fi 470s ../../libiberty/md5.c: In function ‘md5_process_block’: 470s ../../libiberty/md5.c:440:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/md5.gcda’ profile count data file not found [-Wmissing-profile] 470s 440 | } 470s | ^ 470s if [ x"" != x ]; then \ 470s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/md5.c -o noasan/md5.o; \ 470s else true; fi 470s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/md5.c -o md5.o 470s ../../libiberty/md5.c: In function ‘md5_process_block’: 470s ../../libiberty/md5.c:440:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/md5.gcda’ profile count data file not found [-Wmissing-profile] 470s 440 | } 470s | ^ 470s if [ x"-fPIC" != x ]; then \ 470s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/sha1.c -o pic/sha1.o; \ 470s else true; fi 470s mv -f .deps/libsframe_la-sframe.Tpo .deps/libsframe_la-sframe.Plo 470s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -version-info `grep -v '^#' ../../libsframe/libtool-version` -Wl,--version-script=../../libsframe/libsframe.ver -Wl,-z,relro -o libsframe.la -rpath /usr/lib/s390x-linux-gnu libsframe_la-sframe.lo libsframe_la-sframe-dump.lo libsframe_la-sframe-error.lo 470s ../../libiberty/sha1.c: In function ‘sha1_choose_process_bytes’: 470s ../../libiberty/sha1.c:719:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/sha1.gcda’ profile count data file not found [-Wmissing-profile] 470s 719 | } 470s | ^ 470s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libsframe_la-sframe.o .libs/libsframe_la-sframe-dump.o .libs/libsframe_la-sframe-error.o -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -Wl,--version-script=../../libsframe/libsframe.ver -Wl,-z -Wl,relro -Wl,-soname -Wl,libsframe.so.1 -o .libs/libsframe.so.1.0.0 471s if [ x"" != x ]; then \ 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/sha1.c -o noasan/sha1.o; \ 471s else true; fi 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/sha1.c -o sha1.o 471s ../../libiberty/sha1.c: In function ‘sha1_choose_process_bytes’: 471s ../../libiberty/sha1.c:719:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/sha1.gcda’ profile count data file not found [-Wmissing-profile] 471s 719 | } 471s | ^ 471s libtool: link: (cd ".libs" && rm -f "libsframe.so.1" && ln -s "libsframe.so.1.0.0" "libsframe.so.1") 471s libtool: link: (cd ".libs" && rm -f "libsframe.so" && ln -s "libsframe.so.1.0.0" "libsframe.so") 471s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libsframe.a libsframe_la-sframe.o libsframe_la-sframe-dump.o libsframe_la-sframe-error.o 471s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libsframe.a 471s libtool: link: ( cd ".libs" && rm -f "libsframe.la" && ln -s "../libsframe.la" "libsframe.la" ) 471s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 471s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 471s if [ x"-fPIC" != x ]; then \ 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/alloca.c -o pic/alloca.o; \ 471s else true; fi 471s ../../libiberty/alloca.c: In function ‘C_alloca’: 471s ../../libiberty/alloca.c:215:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/alloca.gcda’ profile count data file not found [-Wmissing-profile] 471s 215 | } 471s | ^ 471s if [ x"-fPIC" != x ]; then \ 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/argv.c -o pic/argv.o; \ 471s else true; fi 471s if [ x"" != x ]; then \ 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/alloca.c -o noasan/alloca.o; \ 471s else true; fi 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/alloca.c -o alloca.o 471s ../../libiberty/alloca.c: In function ‘C_alloca’: 471s ../../libiberty/alloca.c:215:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/alloca.gcda’ profile count data file not found [-Wmissing-profile] 471s 215 | } 471s | ^ 471s ../../libiberty/argv.c: In function ‘countargv’: 471s ../../libiberty/argv.c:493:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/argv.gcda’ profile count data file not found [-Wmissing-profile] 471s 493 | } 471s | ^ 471s if [ x"-fPIC" != x ]; then \ 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/bsearch_r.c -o pic/bsearch_r.o; \ 471s else true; fi 471s ../../libiberty/bsearch_r.c: In function ‘bsearch_r’: 471s ../../libiberty/bsearch_r.c:93:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/bsearch_r.gcda’ profile count data file not found [-Wmissing-profile] 471s 93 | } 471s | ^ 471s if [ x"" != x ]; then \ 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/bsearch_r.c -o noasan/bsearch_r.o; \ 471s else true; fi 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/bsearch_r.c -o bsearch_r.o 471s ../../libiberty/bsearch_r.c: In function ‘bsearch_r’: 471s ../../libiberty/bsearch_r.c:93:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/bsearch_r.gcda’ profile count data file not found [-Wmissing-profile] 471s 93 | } 471s | ^ 471s if [ x"-fPIC" != x ]; then \ 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/choose-temp.c -o pic/choose-temp.o; \ 471s else true; fi 471s ../../libiberty/choose-temp.c: In function ‘choose_temp_base’: 471s ../../libiberty/choose-temp.c:74:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/choose-temp.gcda’ profile count data file not found [-Wmissing-profile] 471s 74 | } 471s | ^ 471s if [ x"" != x ]; then \ 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/argv.c -o noasan/argv.o; \ 471s else true; fi 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/argv.c -o argv.o 471s if [ x"" != x ]; then \ 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/choose-temp.c -o noasan/choose-temp.o; \ 471s else true; fi 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/choose-temp.c -o choose-temp.o 471s ../../libiberty/choose-temp.c: In function ‘choose_temp_base’: 471s ../../libiberty/choose-temp.c:74:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/choose-temp.gcda’ profile count data file not found [-Wmissing-profile] 471s 74 | } 471s | ^ 471s if [ x"-fPIC" != x ]; then \ 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/concat.c -o pic/concat.o; \ 471s else true; fi 471s if [ x"-fPIC" != x ]; then \ 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/cp-demint.c -o pic/cp-demint.o; \ 471s else true; fi 471s ../../libiberty/concat.c: In function ‘reconcat’: 471s ../../libiberty/concat.c:195:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/concat.gcda’ profile count data file not found [-Wmissing-profile] 471s 195 | } 471s | ^ 471s ../../libiberty/cp-demint.c: In function ‘cplus_demangle_v3_components’: 471s ../../libiberty/cp-demint.c:240:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/cp-demint.gcda’ profile count data file not found [-Wmissing-profile] 471s 240 | } 471s | ^ 471s if [ x"" != x ]; then \ 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/cp-demint.c -o noasan/cp-demint.o; \ 471s else true; fi 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/cp-demint.c -o cp-demint.o 471s ../../libiberty/cp-demint.c: In function ‘cplus_demangle_v3_components’: 471s ../../libiberty/cp-demint.c:240:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/cp-demint.gcda’ profile count data file not found [-Wmissing-profile] 471s 240 | } 471s | ^ 471s if [ x"" != x ]; then \ 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/concat.c -o noasan/concat.o; \ 471s else true; fi 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/concat.c -o concat.o 471s if [ x"-fPIC" != x ]; then \ 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/crc32.c -o pic/crc32.o; \ 471s else true; fi 471s ../../libiberty/crc32.c: In function ‘xcrc32’: 471s ../../libiberty/crc32.c:179:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/crc32.gcda’ profile count data file not found [-Wmissing-profile] 471s 179 | } 471s | ^ 471s if [ x"" != x ]; then \ 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/crc32.c -o noasan/crc32.o; \ 471s else true; fi 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/crc32.c -o crc32.o 471s ../../libiberty/crc32.c: In function ‘xcrc32’: 471s ../../libiberty/crc32.c:179:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/crc32.gcda’ profile count data file not found [-Wmissing-profile] 471s 179 | } 471s | ^ 471s if [ x"-fPIC" != x ]; then \ 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/d-demangle.c -o pic/d-demangle.o; \ 471s else true; fi 471s if [ x"-fPIC" != x ]; then \ 471s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/dyn-string.c -o pic/dyn-string.o; \ 471s else true; fi 471s ../../libiberty/d-demangle.c: In function ‘dlang_demangle’: 471s ../../libiberty/d-demangle.c:1981:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/d-demangle.gcda’ profile count data file not found [-Wmissing-profile] 471s 1981 | } 471s | ^ 471s ../../libiberty/dyn-string.c: In function ‘dyn_string_eq’: 471s ../../libiberty/dyn-string.c:397:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/dyn-string.gcda’ profile count data file not found [-Wmissing-profile] 471s 397 | } 471s | ^ 472s if [ x"" != x ]; then \ 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/dyn-string.c -o noasan/dyn-string.o; \ 472s else true; fi 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/dyn-string.c -o dyn-string.o 472s ../../libiberty/dyn-string.c: In function ‘dyn_string_eq’: 472s ../../libiberty/dyn-string.c:397:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/dyn-string.gcda’ profile count data file not found [-Wmissing-profile] 472s 397 | } 472s | ^ 472s if [ x"-fPIC" != x ]; then \ 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fdmatch.c -o pic/fdmatch.o; \ 472s else true; fi 472s ../../libiberty/fdmatch.c: In function ‘fdmatch’: 472s ../../libiberty/fdmatch.c:68:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/fdmatch.gcda’ profile count data file not found [-Wmissing-profile] 472s 68 | } 472s | ^ 472s if [ x"" != x ]; then \ 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fdmatch.c -o noasan/fdmatch.o; \ 472s else true; fi 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/fdmatch.c -o fdmatch.o 472s ../../libiberty/fdmatch.c: In function ‘fdmatch’: 472s ../../libiberty/fdmatch.c:68:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/fdmatch.gcda’ profile count data file not found [-Wmissing-profile] 472s 68 | } 472s | ^ 472s if [ x"-fPIC" != x ]; then \ 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fibheap.c -o pic/fibheap.o; \ 472s else true; fi 472s if [ x"" != x ]; then \ 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/regex.c -o noasan/regex.o; \ 472s else true; fi 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/regex.c -o regex.o 472s if [ x"" != x ]; then \ 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/d-demangle.c -o noasan/d-demangle.o; \ 472s else true; fi 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/d-demangle.c -o d-demangle.o 472s ../../libiberty/fibheap.c: In function ‘fibnode_remove’: 472s ../../libiberty/fibheap.c:486:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/fibheap.gcda’ profile count data file not found [-Wmissing-profile] 472s 486 | } 472s | ^ 472s ../../libiberty/d-demangle.c: In function ‘dlang_demangle’: 472s ../../libiberty/d-demangle.c:1981:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/d-demangle.gcda’ profile count data file not found [-Wmissing-profile] 472s 1981 | } 472s | ^ 472s if [ x"" != x ]; then \ 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fibheap.c -o noasan/fibheap.o; \ 472s else true; fi 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/fibheap.c -o fibheap.o 472s ../../libiberty/fibheap.c: In function ‘fibnode_remove’: 472s ../../libiberty/fibheap.c:486:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/fibheap.gcda’ profile count data file not found [-Wmissing-profile] 472s 486 | } 472s | ^ 472s if [ x"-fPIC" != x ]; then \ 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/filedescriptor.c -o pic/filedescriptor.o; \ 472s else true; fi 472s ../../libiberty/filedescriptor.c: In function ‘is_valid_fd’: 472s ../../libiberty/filedescriptor.c:47:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/filedescriptor.gcda’ profile count data file not found [-Wmissing-profile] 472s 47 | } 472s | ^ 472s if [ x"" != x ]; then \ 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/filedescriptor.c -o noasan/filedescriptor.o; \ 472s else true; fi 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/filedescriptor.c -o filedescriptor.o 472s ../../libiberty/filedescriptor.c: In function ‘is_valid_fd’: 472s ../../libiberty/filedescriptor.c:47:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/filedescriptor.gcda’ profile count data file not found [-Wmissing-profile] 472s 47 | } 472s | ^ 472s if [ x"-fPIC" != x ]; then \ 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \ 472s else true; fi 472s ../../libiberty/regex.c: In function ‘xregfree’: 472s ../../libiberty/regex.c:8135:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/regex.gcda’ profile count data file not found [-Wmissing-profile] 472s 8135 | } 472s | ^ 472s ../../libiberty/filename_cmp.c: In function ‘canonical_filename_eq’: 472s ../../libiberty/filename_cmp.c:221:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/filename_cmp.gcda’ profile count data file not found [-Wmissing-profile] 472s 221 | } 472s | ^ 472s if [ x"" != x ]; then \ 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/filename_cmp.c -o noasan/filename_cmp.o; \ 472s else true; fi 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/filename_cmp.c -o filename_cmp.o 472s ../../libiberty/filename_cmp.c: In function ‘canonical_filename_eq’: 472s ../../libiberty/filename_cmp.c:221:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/filename_cmp.gcda’ profile count data file not found [-Wmissing-profile] 472s 221 | } 472s | ^ 472s if [ x"-fPIC" != x ]; then \ 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/floatformat.c -o pic/floatformat.o; \ 472s else true; fi 472s ../../libiberty/floatformat.c: In function ‘floatformat_is_valid’: 472s ../../libiberty/floatformat.c:723:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/floatformat.gcda’ profile count data file not found [-Wmissing-profile] 472s 723 | } 472s | ^ 472s if [ x"-fPIC" != x ]; then \ 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fnmatch.c -o pic/fnmatch.o; \ 472s else true; fi 472s if [ x"" != x ]; then \ 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fnmatch.c -o noasan/fnmatch.o; \ 472s else true; fi 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/fnmatch.c -o fnmatch.o 472s if [ x"-fPIC" != x ]; then \ 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ 472s else true; fi 472s ../../libiberty/fopen_unlocked.c: In function ‘freopen_unlocked’: 472s ../../libiberty/fopen_unlocked.c:129:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/fopen_unlocked.gcda’ profile count data file not found [-Wmissing-profile] 472s 129 | } 472s | ^ 472s if [ x"" != x ]; then \ 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/floatformat.c -o noasan/floatformat.o; \ 472s else true; fi 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/floatformat.c -o floatformat.o 472s if [ x"" != x ]; then \ 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \ 472s else true; fi 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/fopen_unlocked.c -o fopen_unlocked.o 472s ../../libiberty/fopen_unlocked.c: In function ‘freopen_unlocked’: 472s ../../libiberty/fopen_unlocked.c:129:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/fopen_unlocked.gcda’ profile count data file not found [-Wmissing-profile] 472s 129 | } 472s | ^ 472s if [ x"-fPIC" != x ]; then \ 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getopt.c -o pic/getopt.o; \ 472s else true; fi 472s ../../libiberty/floatformat.c: In function ‘floatformat_is_valid’: 472s ../../libiberty/floatformat.c:723:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/floatformat.gcda’ profile count data file not found [-Wmissing-profile] 472s 723 | } 472s | ^ 472s if [ x"" != x ]; then \ 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getopt.c -o noasan/getopt.o; \ 472s else true; fi 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/getopt.c -o getopt.o 472s if [ x"-fPIC" != x ]; then \ 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getopt1.c -o pic/getopt1.o; \ 472s else true; fi 472s if [ x"" != x ]; then \ 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getopt1.c -o noasan/getopt1.o; \ 472s else true; fi 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/getopt1.c -o getopt1.o 472s if [ x"-fPIC" != x ]; then \ 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getpwd.c -o pic/getpwd.o; \ 472s else true; fi 472s ../../libiberty/getpwd.c: In function ‘getpwd’: 472s ../../libiberty/getpwd.c:106:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/getpwd.gcda’ profile count data file not found [-Wmissing-profile] 472s 106 | } 472s | ^ 472s if [ x"" != x ]; then \ 472s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getpwd.c -o noasan/getpwd.o; \ 472s else true; fi 473s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/getpwd.c -o getpwd.o 473s if [ x"-fPIC" != x ]; then \ 473s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getruntime.c -o pic/getruntime.o; \ 473s else true; fi 473s ../../libiberty/getpwd.c: In function ‘getpwd’: 473s ../../libiberty/getpwd.c:106:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/getpwd.gcda’ profile count data file not found [-Wmissing-profile] 473s 106 | } 473s | ^ 473s if [ x"-fPIC" != x ]; then \ 473s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/hashtab.c -o pic/hashtab.o; \ 473s else true; fi 473s ../../libiberty/getruntime.c: In function ‘get_run_time’: 473s ../../libiberty/getruntime.c:120:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/getruntime.gcda’ profile count data file not found [-Wmissing-profile] 473s 120 | } 473s | ^ 473s if [ x"" != x ]; then \ 473s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getruntime.c -o noasan/getruntime.o; \ 473s else true; fi 473s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/getruntime.c -o getruntime.o 473s ../../libiberty/getruntime.c: In function ‘get_run_time’: 473s ../../libiberty/getruntime.c:120:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/getruntime.gcda’ profile count data file not found [-Wmissing-profile] 473s 120 | } 473s | ^ 473s ../../libiberty/hashtab.c: In function ‘hash_pointer’: 473s ../../libiberty/hashtab.c:1001:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/hashtab.gcda’ profile count data file not found [-Wmissing-profile] 473s 1001 | } 473s | ^ 473s if [ x"-fPIC" != x ]; then \ 473s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/hex.c -o pic/hex.o; \ 473s else true; fi 473s ../../libiberty/hex.c: In function ‘hex_init’: 473s ../../libiberty/hex.c:192:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/hex.gcda’ profile count data file not found [-Wmissing-profile] 473s 192 | } 473s | ^ 473s if [ x"" != x ]; then \ 473s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/hex.c -o noasan/hex.o; \ 473s else true; fi 473s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/hex.c -o hex.o 473s ../../libiberty/hex.c: In function ‘hex_init’: 473s ../../libiberty/hex.c:192:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/hex.gcda’ profile count data file not found [-Wmissing-profile] 473s 192 | } 473s | ^ 473s if [ x"-fPIC" != x ]; then \ 473s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/lbasename.c -o pic/lbasename.o; \ 473s else true; fi 473s ../../libiberty/lbasename.c: In function ‘lbasename’: 473s ../../libiberty/lbasename.c:84:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/lbasename.gcda’ profile count data file not found [-Wmissing-profile] 473s 84 | } 473s | ^ 473s if [ x"" != x ]; then \ 473s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/lbasename.c -o noasan/lbasename.o; \ 473s else true; fi 473s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/lbasename.c -o lbasename.o 473s if [ x"-fPIC" != x ]; then \ 473s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/lrealpath.c -o pic/lrealpath.o; \ 473s else true; fi 473s ../../libiberty/lrealpath.c: In function ‘lrealpath’: 473s ../../libiberty/lrealpath.c:306:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/lrealpath.gcda’ profile count data file not found [-Wmissing-profile] 473s 306 | } 473s | ^ 473s if [ x"" != x ]; then \ 473s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/lrealpath.c -o noasan/lrealpath.o; \ 473s else true; fi 473s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/lrealpath.c -o lrealpath.o 473s if [ x"" != x ]; then \ 473s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/hashtab.c -o noasan/hashtab.o; \ 473s else true; fi 473s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/hashtab.c -o hashtab.o 473s ../../libiberty/lrealpath.c: In function ‘lrealpath’: 473s ../../libiberty/lrealpath.c:306:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/lrealpath.gcda’ profile count data file not found [-Wmissing-profile] 473s 306 | } 473s | ^ 473s if [ x"-fPIC" != x ]; then \ 473s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ 473s else true; fi 473s ../../libiberty/hashtab.c: In function ‘hash_pointer’: 473s ../../libiberty/hashtab.c:1001:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/hashtab.gcda’ profile count data file not found [-Wmissing-profile] 473s 1001 | } 473s | ^ 473s ../../libiberty/make-relative-prefix.c: In function ‘make_relative_prefix_ignore_links’: 473s ../../libiberty/make-relative-prefix.c:433:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/make-relative-prefix.gcda’ profile count data file not found [-Wmissing-profile] 473s 433 | } 473s | ^ 475s if [ x"" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \ 475s else true; fi 475s ../../libiberty/make-relative-prefix.c: In function ‘make_relative_prefix_ignore_links’: 475s ../../libiberty/make-relative-prefix.c:433:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/make-relative-prefix.gcda’ profile count data file not found [-Wmissing-profile] 475s 433 | } 475s | ^ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/make-relative-prefix.c -o make-relative-prefix.o 475s if [ x"-fPIC" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \ 475s else true; fi 475s if [ x"" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/make-temp-file.c -o noasan/make-temp-file.o; \ 475s else true; fi 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/make-temp-file.c -o make-temp-file.o 475s if [ x"-fPIC" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/objalloc.c -o pic/objalloc.o; \ 475s else true; fi 475s if [ x"" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/objalloc.c -o noasan/objalloc.o; \ 475s else true; fi 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/objalloc.c -o objalloc.o 475s if [ x"-fPIC" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/obstack.c -o pic/obstack.o; \ 475s else true; fi 475s if [ x"-fPIC" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/partition.c -o pic/partition.o; \ 475s else true; fi 475s if [ x"" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/obstack.c -o noasan/obstack.o; \ 475s else true; fi 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/obstack.c -o obstack.o 475s if [ x"" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/partition.c -o noasan/partition.o; \ 475s else true; fi 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/partition.c -o partition.o 475s if [ x"-fPIC" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pexecute.c -o pic/pexecute.o; \ 475s else true; fi 475s if [ x"-fPIC" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/physmem.c -o pic/physmem.o; \ 475s else true; fi 475s if [ x"" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pexecute.c -o noasan/pexecute.o; \ 475s else true; fi 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/pexecute.c -o pexecute.o 475s if [ x"" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/physmem.c -o noasan/physmem.o; \ 475s else true; fi 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/physmem.c -o physmem.o 475s if [ x"-fPIC" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pex-common.c -o pic/pex-common.o; \ 475s else true; fi 475s if [ x"-fPIC" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pex-one.c -o pic/pex-one.o; \ 475s else true; fi 475s if [ x"" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pex-one.c -o noasan/pex-one.o; \ 475s else true; fi 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/pex-one.c -o pex-one.o 475s if [ x"-fPIC" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pex-unix.c -o pic/pex-unix.o; \ 475s else true; fi 475s if [ x"" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pex-common.c -o noasan/pex-common.o; \ 475s else true; fi 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/pex-common.c -o pex-common.o 475s if [ x"" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pex-unix.c -o noasan/pex-unix.o; \ 475s else true; fi 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/pex-unix.c -o pex-unix.o 475s if [ x"-fPIC" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/vprintf-support.c -o pic/vprintf-support.o; \ 475s else true; fi 475s if [ x"-fPIC" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/rust-demangle.c -o pic/rust-demangle.o; \ 475s else true; fi 475s if [ x"" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/vprintf-support.c -o noasan/vprintf-support.o; \ 475s else true; fi 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/vprintf-support.c -o vprintf-support.o 475s if [ x"-fPIC" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object.c -o pic/simple-object.o; \ 475s else true; fi 475s if [ x"-fPIC" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ 475s else true; fi 475s if [ x"" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object.c -o noasan/simple-object.o; \ 475s else true; fi 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/simple-object.c -o simple-object.o 475s if [ x"" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/cp-demangle.c -o noasan/cp-demangle.o; \ 475s else true; fi 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/cp-demangle.c -o cp-demangle.o 475s if [ x"" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \ 475s else true; fi 475s if [ x"-fPIC" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ 475s else true; fi 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/simple-object-coff.c -o simple-object-coff.o 475s ../../libiberty/make-temp-file.c: In function ‘make_temp_file’: 475s ../../libiberty/make-temp-file.c:240:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/make-temp-file.gcda’ profile count data file not found [-Wmissing-profile] 475s 240 | } 475s | ^ 475s ../../libiberty/objalloc.c: In function ‘objalloc_free_block’: 475s ../../libiberty/objalloc.c:298:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/objalloc.gcda’ profile count data file not found [-Wmissing-profile] 475s 298 | } 475s | ^ 475s ../../libiberty/make-temp-file.c: In function ‘make_temp_file’: 475s ../../libiberty/make-temp-file.c:240:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/make-temp-file.gcda’ profile count data file not found [-Wmissing-profile] 475s 240 | } 475s | ^ 475s ../../libiberty/objalloc.c: In function ‘objalloc_free_block’: 475s ../../libiberty/objalloc.c:298:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/objalloc.gcda’ profile count data file not found [-Wmissing-profile] 475s 298 | } 475s | ^ 475s ../../libiberty/obstack.c: In function ‘print_and_abort’: 475s ../../libiberty/obstack.c:374:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/obstack.gcda’ profile count data file not found [-Wmissing-profile] 475s 374 | void (*obstack_alloc_failed_handler) (void) = print_and_abort; 475s | ^~~~ 475s ../../libiberty/partition.c: In function ‘partition_print’: 475s ../../libiberty/partition.c:182:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/partition.gcda’ profile count data file not found [-Wmissing-profile] 475s 182 | } 475s | ^ 475s ../../libiberty/obstack.c: In function ‘print_and_abort’: 475s ../../libiberty/obstack.c:374:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/obstack.gcda’ profile count data file not found [-Wmissing-profile] 475s 374 | void (*obstack_alloc_failed_handler) (void) = print_and_abort; 475s | ^~~~ 475s ../../libiberty/partition.c: In function ‘partition_print’: 475s ../../libiberty/partition.c:182:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/partition.gcda’ profile count data file not found [-Wmissing-profile] 475s 182 | } 475s | ^ 475s ../../libiberty/pexecute.c: In function ‘pwait’: 475s ../../libiberty/pexecute.c:124:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/pexecute.gcda’ profile count data file not found [-Wmissing-profile] 475s 124 | } 475s | ^ 475s ../../libiberty/physmem.c: In function ‘physmem_available’: 475s ../../libiberty/physmem.c:284:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/physmem.gcda’ profile count data file not found [-Wmissing-profile] 475s 284 | } 475s | ^ 475s ../../libiberty/pexecute.c: In function ‘pwait’: 475s ../../libiberty/pexecute.c:124:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pexecute.gcda’ profile count data file not found [-Wmissing-profile] 475s 124 | } 475s | ^ 475s ../../libiberty/physmem.c: In function ‘physmem_available’: 475s ../../libiberty/physmem.c:284:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/physmem.gcda’ profile count data file not found [-Wmissing-profile] 475s 284 | } 475s | ^ 475s ../../libiberty/pex-one.c: In function ‘pex_one’: 475s ../../libiberty/pex-one.c:43:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/pex-one.gcda’ profile count data file not found [-Wmissing-profile] 475s 43 | } 475s | ^ 475s ../../libiberty/pex-common.c: In function ‘pex_free’: 475s ../../libiberty/pex-common.c:648:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/pex-common.gcda’ profile count data file not found [-Wmissing-profile] 475s 648 | } 475s | ^ 475s ../../libiberty/pex-one.c: In function ‘pex_one’: 475s ../../libiberty/pex-one.c:43:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pex-one.gcda’ profile count data file not found [-Wmissing-profile] 475s 43 | } 475s | ^ 475s ../../libiberty/pex-unix.c: In function ‘pex_unix_cleanup’: 475s ../../libiberty/pex-unix.c:1001:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/pex-unix.gcda’ profile count data file not found [-Wmissing-profile] 475s 1001 | } 475s | ^ 475s ../../libiberty/pex-common.c: In function ‘pex_free’: 475s ../../libiberty/pex-common.c:648:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pex-common.gcda’ profile count data file not found [-Wmissing-profile] 475s 648 | } 475s | ^ 475s ../../libiberty/pex-unix.c: In function ‘pex_unix_cleanup’: 475s ../../libiberty/pex-unix.c:1001:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pex-unix.gcda’ profile count data file not found [-Wmissing-profile] 475s 1001 | } 475s | ^ 475s ../../libiberty/vprintf-support.c: In function ‘libiberty_vprintf_buffer_size’: 475s ../../libiberty/vprintf-support.c:172:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/vprintf-support.gcda’ profile count data file not found [-Wmissing-profile] 475s 172 | } 475s | ^ 475s ../../libiberty/vprintf-support.c: In function ‘libiberty_vprintf_buffer_size’: 475s ../../libiberty/vprintf-support.c:172:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/vprintf-support.gcda’ profile count data file not found [-Wmissing-profile] 475s 172 | } 475s | ^ 475s ../../libiberty/rust-demangle.c: In function ‘rust_demangle’: 475s ../../libiberty/rust-demangle.c:1604:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/rust-demangle.gcda’ profile count data file not found [-Wmissing-profile] 475s 1604 | } 475s | ^ 475s ../../libiberty/simple-object.c: In function ‘simple_object_release_write’: 475s ../../libiberty/simple-object.c:577:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/simple-object.gcda’ profile count data file not found [-Wmissing-profile] 475s 577 | } 475s | ^ 475s ../../libiberty/simple-object-coff.c: In function ‘simple_object_coff_release_write’: 475s ../../libiberty/simple-object-coff.c:807:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/simple-object-coff.gcda’ profile count data file not found [-Wmissing-profile] 475s 807 | }; 475s | ^ 475s ../../libiberty/simple-object.c: In function ‘simple_object_release_write’: 475s ../../libiberty/simple-object.c:577:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/simple-object.gcda’ profile count data file not found [-Wmissing-profile] 475s 577 | } 475s | ^ 475s ../../libiberty/simple-object-coff.c: In function ‘simple_object_coff_release_write’: 475s ../../libiberty/simple-object-coff.c:807:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/simple-object-coff.gcda’ profile count data file not found [-Wmissing-profile] 475s 807 | }; 475s | ^ 475s ../../libiberty/simple-object-elf.c: In function ‘simple_object_elf_copy_lto_debug_sections’: 475s ../../libiberty/simple-object-elf.c:1684:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/simple-object-elf.gcda’ profile count data file not found [-Wmissing-profile] 475s 1684 | }; 475s | ^ 475s ../../libiberty/cp-demangle.c: In function ‘is_gnu_v3_mangled_dtor’: 475s ../../libiberty/cp-demangle.c:7213:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/cp-demangle.gcda’ profile count data file not found [-Wmissing-profile] 475s 7213 | } 475s | ^ 475s if [ x"-fPIC" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ 475s else true; fi 475s if [ x"" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/rust-demangle.c -o noasan/rust-demangle.o; \ 475s else true; fi 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/rust-demangle.c -o rust-demangle.o 475s ../../libiberty/simple-object-mach-o.c: In function ‘simple_object_mach_o_release_write’: 475s ../../libiberty/simple-object-mach-o.c:1384:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/simple-object-mach-o.gcda’ profile count data file not found [-Wmissing-profile] 475s 1384 | }; 475s | ^ 475s ../../libiberty/rust-demangle.c: In function ‘rust_demangle’: 475s ../../libiberty/rust-demangle.c:1604:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/rust-demangle.gcda’ profile count data file not found [-Wmissing-profile] 475s 1604 | } 475s | ^ 475s if [ x"" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \ 475s else true; fi 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/simple-object-mach-o.c -o simple-object-mach-o.o 475s if [ x"" != x ]; then \ 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \ 475s else true; fi 475s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/simple-object-elf.c -o simple-object-elf.o 475s ../../libiberty/simple-object-mach-o.c: In function ‘simple_object_mach_o_release_write’: 475s ../../libiberty/simple-object-mach-o.c:1384:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/simple-object-mach-o.gcda’ profile count data file not found [-Wmissing-profile] 475s 1384 | }; 475s | ^ 475s ../../libiberty/simple-object-elf.c: In function ‘simple_object_elf_copy_lto_debug_sections’: 475s ../../libiberty/simple-object-elf.c:1684:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/simple-object-elf.gcda’ profile count data file not found [-Wmissing-profile] 475s 1684 | }; 475s | ^ 476s if [ x"-fPIC" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ 476s else true; fi 476s if [ x"-fPIC" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/sort.c -o pic/sort.o; \ 476s else true; fi 476s ../../libiberty/sort.c: In function ‘sort_pointers’: 476s ../../libiberty/sort.c:131:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/sort.gcda’ profile count data file not found [-Wmissing-profile] 476s 131 | } 476s | ^ 476s ../../libiberty/simple-object-xcoff.c: In function ‘simple_object_xcoff_release_write’: 476s ../../libiberty/simple-object-xcoff.c:1062:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/simple-object-xcoff.gcda’ profile count data file not found [-Wmissing-profile] 476s 1062 | }; 476s | ^ 476s if [ x"" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/sort.c -o noasan/sort.o; \ 476s else true; fi 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/sort.c -o sort.o 476s ../../libiberty/sort.c: In function ‘sort_pointers’: 476s ../../libiberty/sort.c:131:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/sort.gcda’ profile count data file not found [-Wmissing-profile] 476s 131 | } 476s | ^ 476s if [ x"-fPIC" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/spaces.c -o pic/spaces.o; \ 476s else true; fi 476s ../../libiberty/spaces.c: In function ‘spaces’: 476s ../../libiberty/spaces.c:68:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/spaces.gcda’ profile count data file not found [-Wmissing-profile] 476s 68 | } 476s | ^ 476s if [ x"" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/spaces.c -o noasan/spaces.o; \ 476s else true; fi 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/spaces.c -o spaces.o 476s ../../libiberty/spaces.c: In function ‘spaces’: 476s ../../libiberty/spaces.c:68:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/spaces.gcda’ profile count data file not found [-Wmissing-profile] 476s 68 | } 476s | ^ 476s if [ x"-fPIC" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/splay-tree.c -o pic/splay-tree.o; \ 476s else true; fi 476s if [ x"" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \ 476s else true; fi 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/simple-object-xcoff.c -o simple-object-xcoff.o 476s ../../libiberty/splay-tree.c: In function ‘splay_tree_delete_pointers’: 476s ../../libiberty/splay-tree.c:620:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/splay-tree.gcda’ profile count data file not found [-Wmissing-profile] 476s 620 | } 476s | ^ 476s ../../libiberty/simple-object-xcoff.c: In function ‘simple_object_xcoff_release_write’: 476s ../../libiberty/simple-object-xcoff.c:1062:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/simple-object-xcoff.gcda’ profile count data file not found [-Wmissing-profile] 476s 1062 | }; 476s | ^ 476s if [ x"-fPIC" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/stack-limit.c -o pic/stack-limit.o; \ 476s else true; fi 476s ../../libiberty/stack-limit.c: In function ‘stack_limit_increase’: 476s ../../libiberty/stack-limit.c:63:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/stack-limit.gcda’ profile count data file not found [-Wmissing-profile] 476s 63 | } 476s | ^ 476s if [ x"" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/splay-tree.c -o noasan/splay-tree.o; \ 476s else true; fi 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/splay-tree.c -o splay-tree.o 476s if [ x"" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/stack-limit.c -o noasan/stack-limit.o; \ 476s else true; fi 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/stack-limit.c -o stack-limit.o 476s ../../libiberty/stack-limit.c: In function ‘stack_limit_increase’: 476s ../../libiberty/stack-limit.c:63:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/stack-limit.gcda’ profile count data file not found [-Wmissing-profile] 476s 63 | } 476s | ^ 476s if [ x"-fPIC" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/strerror.c -o pic/strerror.o; \ 476s else true; fi 476s ../../libiberty/splay-tree.c: In function ‘splay_tree_delete_pointers’: 476s ../../libiberty/splay-tree.c:620:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/splay-tree.gcda’ profile count data file not found [-Wmissing-profile] 476s 620 | } 476s | ^ 476s ../../libiberty/strerror.c: In function ‘strtoerrno’: 476s ../../libiberty/strerror.c:773:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/strerror.gcda’ profile count data file not found [-Wmissing-profile] 476s 773 | } 476s | ^ 476s if [ x"" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/strerror.c -o noasan/strerror.o; \ 476s else true; fi 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/strerror.c -o strerror.o 476s ../../libiberty/strerror.c: In function ‘strtoerrno’: 476s ../../libiberty/strerror.c:773:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/strerror.gcda’ profile count data file not found [-Wmissing-profile] 476s 773 | } 476s | ^ 476s if [ x"-fPIC" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/strsignal.c -o pic/strsignal.o; \ 476s else true; fi 476s if [ x"-fPIC" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/timeval-utils.c -o pic/timeval-utils.o; \ 476s else true; fi 476s if [ x"-fPIC" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ 476s else true; fi 476s ../../libiberty/timeval-utils.c: In function ‘timeval_sub’: 476s ../../libiberty/strsignal.c: In function ‘strtosigno’: 476s ../../libiberty/strsignal.c:536:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/strsignal.gcda’ profile count data file not found [-Wmissing-profile] 476s 536 | } 476s | ^ 476s ../../libiberty/timeval-utils.c:87:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/timeval-utils.gcda’ profile count data file not found [-Wmissing-profile] 476s 87 | } 476s | ^ 476s if [ x"" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/timeval-utils.c -o noasan/timeval-utils.o; \ 476s else true; fi 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/timeval-utils.c -o timeval-utils.o 476s ../../libiberty/unlink-if-ordinary.c: In function ‘unlink_if_ordinary’: 476s ../../libiberty/unlink-if-ordinary.c:72:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/unlink-if-ordinary.gcda’ profile count data file not found [-Wmissing-profile] 476s 72 | } 476s | ^ 476s ../../libiberty/timeval-utils.c: In function ‘timeval_sub’: 476s ../../libiberty/timeval-utils.c:87:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/timeval-utils.gcda’ profile count data file not found [-Wmissing-profile] 476s 87 | } 476s | ^ 476s if [ x"-fPIC" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xasprintf.c -o pic/xasprintf.o; \ 476s else true; fi 476s if [ x"" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \ 476s else true; fi 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o 476s if [ x"" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/strsignal.c -o noasan/strsignal.o; \ 476s else true; fi 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/strsignal.c -o strsignal.o 476s ../../libiberty/xasprintf.c: In function ‘xasprintf’: 476s ../../libiberty/xasprintf.c:50:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/xasprintf.gcda’ profile count data file not found [-Wmissing-profile] 476s 50 | } 476s | ^ 476s if [ x"" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xasprintf.c -o noasan/xasprintf.o; \ 476s else true; fi 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xasprintf.c -o xasprintf.o 476s ../../libiberty/unlink-if-ordinary.c: In function ‘unlink_if_ordinary’: 476s ../../libiberty/unlink-if-ordinary.c:72:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/unlink-if-ordinary.gcda’ profile count data file not found [-Wmissing-profile] 476s 72 | } 476s | ^ 476s if [ x"-fPIC" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xatexit.c -o pic/xatexit.o; \ 476s else true; fi 476s ../../libiberty/strsignal.c: In function ‘strtosigno’: 476s ../../libiberty/strsignal.c:536:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/strsignal.gcda’ profile count data file not found [-Wmissing-profile] 476s 536 | } 476s | ^ 476s ../../libiberty/xasprintf.c: In function ‘xasprintf’: 476s ../../libiberty/xasprintf.c:50:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/xasprintf.gcda’ profile count data file not found [-Wmissing-profile] 476s 50 | } 476s | ^ 476s if [ x"-fPIC" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xexit.c -o pic/xexit.o; \ 476s else true; fi 476s ../../libiberty/xatexit.c: In function ‘xatexit_cleanup’: 476s ../../libiberty/xatexit.c:99:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/xatexit.gcda’ profile count data file not found [-Wmissing-profile] 476s 99 | } 476s | ^ 476s ../../libiberty/xexit.c: In function ‘xexit’: 476s ../../libiberty/xexit.c:52:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/xexit.gcda’ profile count data file not found [-Wmissing-profile] 476s 52 | } 476s | ^ 476s if [ x"-fPIC" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xmalloc.c -o pic/xmalloc.o; \ 476s else true; fi 476s if [ x"" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xatexit.c -o noasan/xatexit.o; \ 476s else true; fi 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xatexit.c -o xatexit.o 476s if [ x"" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xexit.c -o noasan/xexit.o; \ 476s else true; fi 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xexit.c -o xexit.o 476s ../../libiberty/xatexit.c: In function ‘xatexit_cleanup’: 476s ../../libiberty/xatexit.c:99:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/xatexit.gcda’ profile count data file not found [-Wmissing-profile] 476s 99 | } 476s | ^ 476s ../../libiberty/xmalloc.c: In function ‘xrealloc’: 476s ../../libiberty/xmalloc.c:186:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/xmalloc.gcda’ profile count data file not found [-Wmissing-profile] 476s 186 | } 476s | ^ 476s if [ x"-fPIC" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xmemdup.c -o pic/xmemdup.o; \ 476s else true; fi 476s if [ x"-fPIC" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xstrdup.c -o pic/xstrdup.o; \ 476s else true; fi 476s if [ x"" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xmalloc.c -o noasan/xmalloc.o; \ 476s else true; fi 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xmalloc.c -o xmalloc.o 476s ../../libiberty/xmemdup.c: In function ‘xmemdup’: 476s ../../libiberty/xmemdup.c:41:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/xmemdup.gcda’ profile count data file not found [-Wmissing-profile] 476s 41 | } 476s | ^ 476s ../../libiberty/xstrdup.c: In function ‘xstrdup’: 476s ../../libiberty/xstrdup.c:36:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/xstrdup.gcda’ profile count data file not found [-Wmissing-profile] 476s 36 | } 476s | ^ 476s if [ x"" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xmemdup.c -o noasan/xmemdup.o; \ 476s else true; fi 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xmemdup.c -o xmemdup.o 476s if [ x"" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xstrdup.c -o noasan/xstrdup.o; \ 476s else true; fi 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xstrdup.c -o xstrdup.o 476s ../../libiberty/xmemdup.c: In function ‘xmemdup’: 476s ../../libiberty/xmemdup.c:41:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/xmemdup.gcda’ profile count data file not found [-Wmissing-profile] 476s 41 | } 476s | ^ 476s if [ x"-fPIC" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xstrerror.c -o pic/xstrerror.o; \ 476s else true; fi 476s if [ x"-fPIC" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xstrndup.c -o pic/xstrndup.o; \ 476s else true; fi 476s ../../libiberty/xstrerror.c: In function ‘xstrerror’: 476s ../../libiberty/xstrerror.c:79:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/xstrerror.gcda’ profile count data file not found [-Wmissing-profile] 476s 79 | } 476s | ^ 476s if [ x"-fPIC" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xvasprintf.c -o pic/xvasprintf.o; \ 476s else true; fi 476s ../../libiberty/xstrndup.c: In function ‘xstrndup’: 476s ../../libiberty/xstrndup.c:57:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/xstrndup.gcda’ profile count data file not found [-Wmissing-profile] 476s 57 | } 476s | ^ 476s if [ x"" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xstrerror.c -o noasan/xstrerror.o; \ 476s else true; fi 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xstrerror.c -o xstrerror.o 476s if [ x"" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xstrndup.c -o noasan/xstrndup.o; \ 476s else true; fi 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xstrndup.c -o xstrndup.o 476s ../../libiberty/xvasprintf.c: In function ‘xvasprintf’: 476s ../../libiberty/xvasprintf.c:61:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/xvasprintf.gcda’ profile count data file not found [-Wmissing-profile] 476s 61 | } 476s | ^ 476s if [ x"" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xvasprintf.c -o noasan/xvasprintf.o; \ 476s else true; fi 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xvasprintf.c -o xvasprintf.o 476s ../../libiberty/xstrerror.c: In function ‘xstrerror’: 476s ../../libiberty/xstrerror.c:79:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/xstrerror.gcda’ profile count data file not found [-Wmissing-profile] 476s 79 | } 476s | ^ 476s ../../libiberty/xstrndup.c: In function ‘xstrndup’: 476s ../../libiberty/xstrndup.c:57:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/xstrndup.gcda’ profile count data file not found [-Wmissing-profile] 476s 57 | } 476s | ^ 476s if [ x"-fPIC" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/setproctitle.c -o pic/setproctitle.o; \ 476s else true; fi 476s ../../libiberty/xvasprintf.c: In function ‘xvasprintf’: 476s ../../libiberty/xvasprintf.c:61:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/xvasprintf.gcda’ profile count data file not found [-Wmissing-profile] 476s 61 | } 476s | ^ 476s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/testsuite' 476s make[4]: Nothing to be done for 'all'. 476s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/testsuite' 476s ../../libiberty/setproctitle.c: In function ‘setproctitle’: 476s ../../libiberty/setproctitle.c:48:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/pic/setproctitle.gcda’ profile count data file not found [-Wmissing-profile] 476s 48 | } 476s | ^ 476s if [ x"" != x ]; then \ 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/setproctitle.c -o noasan/setproctitle.o; \ 476s else true; fi 476s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/setproctitle.c -o setproctitle.o 476s ../../libiberty/setproctitle.c: In function ‘setproctitle’: 476s ../../libiberty/setproctitle.c:48:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/setproctitle.gcda’ profile count data file not found [-Wmissing-profile] 476s 48 | } 476s | ^ 479s rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a 479s s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc ./libiberty.a \ 479s ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o 479s s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so ./libiberty.a 479s if [ x"-fPIC" != x ]; then \ 479s cd pic; \ 479s s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc ./libiberty.a \ 479s ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \ 479s s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so ./libiberty.a; \ 479s cd ..; \ 479s else true; fi; \ 479s if [ x"" != x ]; then \ 479s cd noasan; \ 479s s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc ./libiberty.a \ 479s ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \ 479s s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so ./libiberty.a; \ 479s cd ..; \ 479s else true; fi 479s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty' 479s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 479s Making info in po 479s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/po' 479s make[4]: Nothing to be done for 'info'. 479s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/po' 479s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 479s s390x-linux-gnu-gcc -o doc/chw$$ -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain \ 479s -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 \ 479s -I. -I../../bfd -Idoc -I../../bfd/../include -I../../bfd/../intl -I../intl \ 479s ../../bfd/doc/chew.c && \ 479s /bin/bash ../../bfd/../move-if-change \ 479s doc/chw$$ doc/chew && \ 479s touch doc/chew.stamp 480s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/aoutx.h > doc/aoutx.stamp.tmp; texi=doc/aoutx.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/aoutx.stamp.tmp $texi; touch doc/aoutx.stamp; ) 480s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/archive.c > doc/archive.stamp.tmp; texi=doc/archive.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/archive.stamp.tmp $texi; touch doc/archive.stamp; ) 480s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/archures.c > doc/archures.stamp.tmp; texi=doc/archures.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/archures.stamp.tmp $texi; touch doc/archures.stamp; ) 480s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/bfdio.c > doc/bfdio.stamp.tmp; texi=doc/bfdio.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/bfdio.stamp.tmp $texi; touch doc/bfdio.stamp; ) 480s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/bfd.c > doc/bfdt.stamp.tmp; texi=doc/bfdt.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/bfdt.stamp.tmp $texi; touch doc/bfdt.stamp; ) 480s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/cache.c > doc/cache.stamp.tmp; texi=doc/cache.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/cache.stamp.tmp $texi; touch doc/cache.stamp; ) 480s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/coffcode.h > doc/coffcode.stamp.tmp; texi=doc/coffcode.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/coffcode.stamp.tmp $texi; touch doc/coffcode.stamp; ) 480s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/corefile.c > doc/corefile.stamp.tmp; texi=doc/corefile.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/corefile.stamp.tmp $texi; touch doc/corefile.stamp; ) 480s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/elfcode.h > doc/elfcode.stamp.tmp; texi=doc/elfcode.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/elfcode.stamp.tmp $texi; touch doc/elfcode.stamp; ) 480s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/elf.c > doc/elf.stamp.tmp; texi=doc/elf.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/elf.stamp.tmp $texi; touch doc/elf.stamp; ) 480s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/format.c > doc/format.stamp.tmp; texi=doc/format.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/format.stamp.tmp $texi; touch doc/format.stamp; ) 480s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/hash.c > doc/hash.stamp.tmp; texi=doc/hash.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/hash.stamp.tmp $texi; touch doc/hash.stamp; ) 480s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/libbfd.c > doc/libbfd.stamp.tmp; texi=doc/libbfd.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/libbfd.stamp.tmp $texi; touch doc/libbfd.stamp; ) 480s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/linker.c > doc/linker.stamp.tmp; texi=doc/linker.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/linker.stamp.tmp $texi; touch doc/linker.stamp; ) 480s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/mmo.c > doc/mmo.stamp.tmp; texi=doc/mmo.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/mmo.stamp.tmp $texi; touch doc/mmo.stamp; ) 480s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/opncls.c > doc/opncls.stamp.tmp; texi=doc/opncls.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/opncls.stamp.tmp $texi; touch doc/opncls.stamp; ) 480s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/reloc.c > doc/reloc.stamp.tmp; texi=doc/reloc.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/reloc.stamp.tmp $texi; touch doc/reloc.stamp; ) 480s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/section.c > doc/section.stamp.tmp; texi=doc/section.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/section.stamp.tmp $texi; touch doc/section.stamp; ) 480s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/syms.c > doc/syms.stamp.tmp; texi=doc/syms.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/syms.stamp.tmp $texi; touch doc/syms.stamp; ) 480s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/targets.c > doc/targets.stamp.tmp; texi=doc/targets.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/targets.stamp.tmp $texi; touch doc/targets.stamp; ) 480s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 480s /usr/bin/make all-recursive 480s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 480s Making all in po 480s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/po' 480s make[5]: Nothing to be done for 'all'. 480s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/po' 480s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 480s rm -f bfd-tmp.h 480s cp bfd-in3.h bfd-tmp.h 480s rm -f tofiles 480s f=""; \ 480s for i in elf64-s390.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo elf-sframe.lo dwarf1.lo dwarf2.lo elf32-s390.lo elf32.lo elf64-gen.lo elf32-gen.lo plugin.lo cpu-s390.lo trad-core.lo archive64.lo ; do \ 480s case " $f " in \ 480s *" $i "*) ;; \ 480s *) f="$f $i" ;; \ 480s esac ; \ 480s done ; \ 480s echo $f > tofiles 480s /bin/bash ../../bfd/../move-if-change bfd-tmp.h bfd.h 480s /bin/bash ../../bfd/../move-if-change tofiles ofiles 480s rm -f bfd-tmp.h 480s touch stamp-ofiles 480s touch stmp-bfd-h 480s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo ../../bfd/archive.c 480s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=s390_elf64_vec -DSELECT_VECS='&s390_elf64_vec,&s390_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec' -DSELECT_ARCHITECTURES='&bfd_s390_arch' ../../bfd/archures.c 480s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo ../../bfd/bfd.c 480s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo ../../bfd/bfdio.c 480s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../../bfd/archive.c -fPIC -DPIC -o .libs/archive.o 480s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=s390_elf64_vec "-DSELECT_VECS=&s390_elf64_vec,&s390_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" "-DSELECT_ARCHITECTURES=&bfd_s390_arch" ../../bfd/archures.c -fPIC -DPIC -o .libs/archures.o 480s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../../bfd/bfdio.c -fPIC -DPIC -o .libs/bfdio.o 480s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../../bfd/bfd.c -fPIC -DPIC -o .libs/bfd.o 480s ../../bfd/archures.c: In function ‘_bfd_nowrite_set_arch_mach’: 480s ../../bfd/archures.c:1488:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/archures.gcda’ profile count data file not found [-Wmissing-profile] 480s 1488 | } 480s | ^ 480s ../../bfd/bfdio.c: In function ‘bfd_get_current_time’: 480s ../../bfd/bfdio.c:952:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/bfdio.gcda’ profile count data file not found [-Wmissing-profile] 480s 952 | } 480s | ^ 480s ../../bfd/bfd.c: In function ‘bfd_group_signature’: 480s ../../bfd/bfd.c:3078:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/bfd.gcda’ profile count data file not found [-Wmissing-profile] 480s 3078 | } 480s | ^ 480s ../../bfd/archive.c: In function ‘_bfd_archive_close_and_cleanup’: 480s ../../bfd/archive.c:2926:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/archive.gcda’ profile count data file not found [-Wmissing-profile] 480s 2926 | } 480s | ^ 480s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=s390_elf64_vec "-DSELECT_VECS=&s390_elf64_vec,&s390_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" "-DSELECT_ARCHITECTURES=&bfd_s390_arch" ../../bfd/archures.c -o archures.o >/dev/null 2>&1 480s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../../bfd/bfdio.c -o bfdio.o >/dev/null 2>&1 480s mv -f .deps/archures.Tpo .deps/archures.Plo 480s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo ../../bfd/cache.c 480s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c ../../bfd/cache.c -fPIC -DPIC -o .libs/cache.o 480s ../../bfd/cache.c: In function ‘bfd_open_file’: 480s ../../bfd/cache.c:847:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/cache.gcda’ profile count data file not found [-Wmissing-profile] 480s 847 | } 480s | ^ 480s mv -f .deps/bfdio.Tpo .deps/bfdio.Plo 480s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c -o coff-bfd.lo ../../bfd/coff-bfd.c 480s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c ../../bfd/coff-bfd.c -fPIC -DPIC -o .libs/coff-bfd.o 480s ../../bfd/coff-bfd.c: In function ‘bfd_coff_get_auxent’: 480s ../../bfd/coff-bfd.c:112:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/coff-bfd.gcda’ profile count data file not found [-Wmissing-profile] 480s 112 | } 480s | ^ 480s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../../bfd/bfd.c -o bfd.o >/dev/null 2>&1 480s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c ../../bfd/coff-bfd.c -o coff-bfd.o >/dev/null 2>&1 480s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c ../../bfd/cache.c -o cache.o >/dev/null 2>&1 481s mv -f .deps/coff-bfd.Tpo .deps/coff-bfd.Plo 481s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo ../../bfd/compress.c 481s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c ../../bfd/compress.c -fPIC -DPIC -o .libs/compress.o 481s mv -f .deps/cache.Tpo .deps/cache.Plo 481s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo ../../bfd/corefile.c 481s ../../bfd/compress.c: In function ‘bfd_compress_section’: 481s ../../bfd/compress.c:1144:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/compress.gcda’ profile count data file not found [-Wmissing-profile] 481s 1144 | } 481s | ^ 481s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c ../../bfd/corefile.c -fPIC -DPIC -o .libs/corefile.o 481s ../../bfd/corefile.c: In function ‘generic_core_file_matches_executable_p’: 481s ../../bfd/corefile.c:189:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/corefile.gcda’ profile count data file not found [-Wmissing-profile] 481s 189 | } 481s | ^ 481s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../../bfd/archive.c -o archive.o >/dev/null 2>&1 481s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c ../../bfd/corefile.c -o corefile.o >/dev/null 2>&1 481s mv -f .deps/corefile.Tpo .deps/corefile.Plo 481s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf-properties.lo -MD -MP -MF .deps/elf-properties.Tpo -c -o elf-properties.lo ../../bfd/elf-properties.c 481s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf-properties.lo -MD -MP -MF .deps/elf-properties.Tpo -c ../../bfd/elf-properties.c -fPIC -DPIC -o .libs/elf-properties.o 481s mv -f .deps/bfd.Tpo .deps/bfd.Plo 481s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo ../../bfd/format.c 481s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT format.lo -MD -MP -MF .deps/format.Tpo -c ../../bfd/format.c -fPIC -DPIC -o .libs/format.o 481s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c ../../bfd/compress.c -o compress.o >/dev/null 2>&1 481s ../../bfd/elf-properties.c: In function ‘_bfd_elf_convert_gnu_properties’: 481s ../../bfd/elf-properties.c:951:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/elf-properties.gcda’ profile count data file not found [-Wmissing-profile] 481s 951 | } 481s | ^ 481s ../../bfd/format.c: In function ‘bfd_format_string’: 481s ../../bfd/format.c:835:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/format.gcda’ profile count data file not found [-Wmissing-profile] 481s 835 | } 481s | ^ 481s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf-properties.lo -MD -MP -MF .deps/elf-properties.Tpo -c ../../bfd/elf-properties.c -o elf-properties.o >/dev/null 2>&1 481s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT format.lo -MD -MP -MF .deps/format.Tpo -c ../../bfd/format.c -o format.o >/dev/null 2>&1 481s mv -f .deps/compress.Tpo .deps/compress.Plo 481s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo ../../bfd/hash.c 481s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c ../../bfd/hash.c -fPIC -DPIC -o .libs/hash.o 481s ../../bfd/hash.c: In function ‘_bfd_stringtab_emit’: 481s ../../bfd/hash.c:1141:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/hash.gcda’ profile count data file not found [-Wmissing-profile] 481s 1141 | } 481s | ^ 481s mv -f .deps/format.Tpo .deps/format.Plo 481s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo ../../bfd/libbfd.c 481s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c ../../bfd/libbfd.c -fPIC -DPIC -o .libs/libbfd.o 482s mv -f .deps/elf-properties.Tpo .deps/elf-properties.Plo 482s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo ../../bfd/linker.c 482s ../../bfd/libbfd.c: In function ‘bfd_init_pagesize’: 482s ../../bfd/libbfd.c:1541:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/libbfd.gcda’ profile count data file not found [-Wmissing-profile] 482s 1541 | } 482s | ^ 482s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c ../../bfd/linker.c -fPIC -DPIC -o .libs/linker.o 482s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c ../../bfd/hash.c -o hash.o >/dev/null 2>&1 482s ../../bfd/linker.c: In function ‘_bfd_nolink_bfd_define_start_stop’: 482s ../../bfd/linker.c:3584:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/linker.gcda’ profile count data file not found [-Wmissing-profile] 482s 3584 | } 482s | ^ 482s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c ../../bfd/libbfd.c -o libbfd.o >/dev/null 2>&1 482s mv -f .deps/archive.Tpo .deps/archive.Plo 482s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo ../../bfd/merge.c 482s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c ../../bfd/merge.c -fPIC -DPIC -o .libs/merge.o 482s mv -f .deps/hash.Tpo .deps/hash.Plo 482s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo ../../bfd/opncls.c 482s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c ../../bfd/opncls.c -fPIC -DPIC -o .libs/opncls.o 482s ../../bfd/merge.c: In function ‘_bfd_merge_sections_free’: 482s ../../bfd/merge.c:1173:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/merge.gcda’ profile count data file not found [-Wmissing-profile] 482s 1173 | } 482s | ^ 482s ../../bfd/opncls.c: In function ‘bfd_extract_object_only_section’: 482s ../../bfd/opncls.c:2129:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/opncls.gcda’ profile count data file not found [-Wmissing-profile] 482s 2129 | } 482s | ^ 482s mv -f .deps/libbfd.Tpo .deps/libbfd.Plo 482s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo ../../bfd/reloc.c 482s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c ../../bfd/reloc.c -fPIC -DPIC -o .libs/reloc.o 482s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c ../../bfd/linker.c -o linker.o >/dev/null 2>&1 482s ../../bfd/reloc.c: In function ‘_bfd_nodynamic_canonicalize_dynamic_reloc’: 482s ../../bfd/reloc.c:8715:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/reloc.gcda’ profile count data file not found [-Wmissing-profile] 482s 8715 | } 482s | ^ 482s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c ../../bfd/merge.c -o merge.o >/dev/null 2>&1 482s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c ../../bfd/opncls.c -o opncls.o >/dev/null 2>&1 483s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c ../../bfd/reloc.c -o reloc.o >/dev/null 2>&1 483s mv -f .deps/merge.Tpo .deps/merge.Plo 483s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo ../../bfd/section.c 483s mv -f .deps/opncls.Tpo .deps/opncls.Plo 483s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo ../../bfd/simple.c 483s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT section.lo -MD -MP -MF .deps/section.Tpo -c ../../bfd/section.c -fPIC -DPIC -o .libs/section.o 483s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c ../../bfd/simple.c -fPIC -DPIC -o .libs/simple.o 483s mv -f .deps/reloc.Tpo .deps/reloc.Plo 483s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo ../../bfd/stab-syms.c 483s ../../bfd/section.c: In function ‘bfd_section_size_insane’: 483s ../../bfd/section.c:1814:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/section.gcda’ profile count data file not found [-Wmissing-profile] 483s 1814 | } 483s | ^ 483s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c ../../bfd/stab-syms.c -fPIC -DPIC -o .libs/stab-syms.o 483s ../../bfd/simple.c: In function ‘bfd_simple_get_relocated_section_contents’: 483s ../../bfd/simple.c:289:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/simple.gcda’ profile count data file not found [-Wmissing-profile] 483s 289 | } 483s | ^ 483s ../../bfd/stab-syms.c: In function ‘bfd_get_stab_name’: 483s ../../bfd/stab-syms.c:69:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/stab-syms.gcda’ profile count data file not found [-Wmissing-profile] 483s 69 | } 483s | ^ 483s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c ../../bfd/stab-syms.c -o stab-syms.o >/dev/null 2>&1 483s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c ../../bfd/simple.c -o simple.o >/dev/null 2>&1 483s mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo 483s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo ../../bfd/stabs.c 483s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT section.lo -MD -MP -MF .deps/section.Tpo -c ../../bfd/section.c -o section.o >/dev/null 2>&1 483s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c ../../bfd/stabs.c -fPIC -DPIC -o .libs/stabs.o 483s mv -f .deps/linker.Tpo .deps/linker.Plo 483s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo ../../bfd/syms.c 483s mv -f .deps/simple.Tpo .deps/simple.Plo 483s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=s390_elf64_vec -DSELECT_VECS='&s390_elf64_vec,&s390_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec' -DSELECT_ARCHITECTURES='&bfd_s390_arch' ../../bfd/targets.c 483s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c ../../bfd/syms.c -fPIC -DPIC -o .libs/syms.o 483s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=s390_elf64_vec "-DSELECT_VECS=&s390_elf64_vec,&s390_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" "-DSELECT_ARCHITECTURES=&bfd_s390_arch" ../../bfd/targets.c -fPIC -DPIC -o .libs/targets.o 483s ../../bfd/stabs.c: In function ‘_bfd_stab_section_offset’: 483s ../../bfd/stabs.c:852:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/stabs.gcda’ profile count data file not found [-Wmissing-profile] 483s 852 | } 483s | ^ 483s ../../bfd/targets.c: In function ‘bfd_flavour_name’: 483s ../../bfd/targets.c:1817:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/targets.gcda’ profile count data file not found [-Wmissing-profile] 483s 1817 | } 483s | ^ 483s ../../bfd/syms.c: In function ‘_bfd_nodynamic_get_synthetic_symtab’: 483s ../../bfd/syms.c:1619:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/syms.gcda’ profile count data file not found [-Wmissing-profile] 483s 1619 | } 483s | ^ 483s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=s390_elf64_vec "-DSELECT_VECS=&s390_elf64_vec,&s390_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" "-DSELECT_ARCHITECTURES=&bfd_s390_arch" ../../bfd/targets.c -o targets.o >/dev/null 2>&1 483s mv -f .deps/section.Tpo .deps/section.Plo 483s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo ../../bfd/binary.c 483s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c ../../bfd/binary.c -fPIC -DPIC -o .libs/binary.o 484s ../../bfd/binary.c: In function ‘binary_set_section_contents’: 484s ../../bfd/binary.c:369:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/binary.gcda’ profile count data file not found [-Wmissing-profile] 484s 369 | }; 484s | ^ 484s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c ../../bfd/stabs.c -o stabs.o >/dev/null 2>&1 484s mv -f .deps/targets.Tpo .deps/targets.Plo 484s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ../../bfd/ihex.c 484s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c ../../bfd/binary.c -o binary.o >/dev/null 2>&1 484s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ../../bfd/ihex.c -fPIC -DPIC -o .libs/ihex.o 484s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c ../../bfd/syms.c -o syms.o >/dev/null 2>&1 484s ../../bfd/ihex.c: In function ‘ihex_set_arch_mach’: 484s ../../bfd/ihex.c:999:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/ihex.gcda’ profile count data file not found [-Wmissing-profile] 484s 999 | }; 484s | ^ 484s mv -f .deps/binary.Tpo .deps/binary.Plo 484s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo ../../bfd/srec.c 484s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c ../../bfd/srec.c -fPIC -DPIC -o .libs/srec.o 484s mv -f .deps/stabs.Tpo .deps/stabs.Plo 484s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo ../../bfd/tekhex.c 484s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c ../../bfd/tekhex.c -fPIC -DPIC -o .libs/tekhex.o 484s ../../bfd/srec.c: In function ‘srec_print_symbol’: 484s ../../bfd/srec.c:1389:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/srec.gcda’ profile count data file not found [-Wmissing-profile] 484s 1389 | }; 484s | ^ 484s ../../bfd/tekhex.c: In function ‘tekhex_print_symbol’: 484s ../../bfd/tekhex.c:1039:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/tekhex.gcda’ profile count data file not found [-Wmissing-profile] 484s 1039 | }; 484s | ^ 484s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ../../bfd/ihex.c -o ihex.o >/dev/null 2>&1 484s mv -f .deps/syms.Tpo .deps/syms.Plo 484s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo ../../bfd/verilog.c 484s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c ../../bfd/verilog.c -fPIC -DPIC -o .libs/verilog.o 484s ../../bfd/verilog.c: In function ‘verilog_mkobject’: 484s ../../bfd/verilog.c:434:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/verilog.gcda’ profile count data file not found [-Wmissing-profile] 484s 434 | }; 484s | ^ 484s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c ../../bfd/verilog.c -o verilog.o >/dev/null 2>&1 484s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c ../../bfd/srec.c -o srec.o >/dev/null 2>&1 484s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c ../../bfd/tekhex.c -o tekhex.o >/dev/null 2>&1 484s mv -f .deps/ihex.Tpo .deps/ihex.Plo 484s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf64-s390.lo -MD -MP -MF .deps/elf64-s390.Tpo -c -o elf64-s390.lo ../../bfd/elf64-s390.c 484s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf64-s390.lo -MD -MP -MF .deps/elf64-s390.Tpo -c ../../bfd/elf64-s390.c -fPIC -DPIC -o .libs/elf64-s390.o 484s mv -f .deps/verilog.Tpo .deps/verilog.Plo 484s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c -o elf64.lo ../../bfd/elf64.c 484s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c ../../bfd/elf64.c -fPIC -DPIC -o .libs/elf64.o 484s ../../bfd/elf64.c: In function ‘_bfd_elf64_core_find_build_id’: 484s ../../bfd/elf64.c:24: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/elf64.gcda’ profile count data file not found [-Wmissing-profile] 484s ../../bfd/elf64-s390.c: In function ‘bfd_elf_s390_set_options’: 484s ../../bfd/elf64-s390.c:4013: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/elf64-s390.gcda’ profile count data file not found [-Wmissing-profile] 485s mv -f .deps/srec.Tpo .deps/srec.Plo 485s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo ../../bfd/elf.c 485s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c ../../bfd/elf.c -fPIC -DPIC -o .libs/elf.o 485s mv -f .deps/tekhex.Tpo .deps/tekhex.Plo 485s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo ../../bfd/elflink.c 485s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c ../../bfd/elflink.c -fPIC -DPIC -o .libs/elflink.o 485s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c ../../bfd/elf64.c -o elf64.o >/dev/null 2>&1 485s ../../bfd/elf.c: In function ‘_bfd_elf_link_munmap_section_contents’: 485s ../../bfd/elf.c:14322:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/elf.gcda’ profile count data file not found [-Wmissing-profile] 485s 14322 | } 485s | ^ 486s mv -f .deps/elf64.Tpo .deps/elf64.Plo 486s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo ../../bfd/elf-attrs.c 486s ../../bfd/elflink.c: In function ‘_bfd_elf_add_dynamic_tags’: 486s ../../bfd/elflink.c:15804:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/elflink.gcda’ profile count data file not found [-Wmissing-profile] 486s 15804 | } 486s | ^ 486s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c ../../bfd/elf-attrs.c -fPIC -DPIC -o .libs/elf-attrs.o 486s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf64-s390.lo -MD -MP -MF .deps/elf64-s390.Tpo -c ../../bfd/elf64-s390.c -o elf64-s390.o >/dev/null 2>&1 486s ../../bfd/elf-attrs.c: In function ‘_bfd_elf_merge_unknown_attribute_list’: 486s ../../bfd/elf-attrs.c:804:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/elf-attrs.gcda’ profile count data file not found [-Wmissing-profile] 486s 804 | } 486s | ^ 486s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c ../../bfd/elf-attrs.c -o elf-attrs.o >/dev/null 2>&1 486s mv -f .deps/elf-attrs.Tpo .deps/elf-attrs.Plo 486s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo ../../bfd/elf-strtab.c 486s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c ../../bfd/elf-strtab.c -fPIC -DPIC -o .libs/elf-strtab.o 486s ../../bfd/elf-strtab.c: In function ‘_bfd_elf_strtab_finalize’: 486s ../../bfd/elf-strtab.c:472:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/elf-strtab.gcda’ profile count data file not found [-Wmissing-profile] 486s 472 | } 486s | ^ 487s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c ../../bfd/elf-strtab.c -o elf-strtab.o >/dev/null 2>&1 487s mv -f .deps/elf-strtab.Tpo .deps/elf-strtab.Plo 487s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c -o elf-eh-frame.lo ../../bfd/elf-eh-frame.c 487s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c ../../bfd/elf-eh-frame.c -fPIC -DPIC -o .libs/elf-eh-frame.o 487s ../../bfd/elf-eh-frame.c: In function ‘_bfd_elf_encode_eh_address’: 487s ../../bfd/elf-eh-frame.c:2573:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/elf-eh-frame.gcda’ profile count data file not found [-Wmissing-profile] 487s 2573 | } 487s | ^ 487s mv -f .deps/elf64-s390.Tpo .deps/elf64-s390.Plo 487s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf-sframe.lo -MD -MP -MF .deps/elf-sframe.Tpo -c -o elf-sframe.lo ../../bfd/elf-sframe.c 487s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf-sframe.lo -MD -MP -MF .deps/elf-sframe.Tpo -c ../../bfd/elf-sframe.c -fPIC -DPIC -o .libs/elf-sframe.o 487s ../../bfd/elf-sframe.c: In function ‘_bfd_elf_write_section_sframe’: 487s ../../bfd/elf-sframe.c:561:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/elf-sframe.gcda’ profile count data file not found [-Wmissing-profile] 487s 561 | } 487s | ^ 487s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf-sframe.lo -MD -MP -MF .deps/elf-sframe.Tpo -c ../../bfd/elf-sframe.c -o elf-sframe.o >/dev/null 2>&1 487s mv -f .deps/elf-sframe.Tpo .deps/elf-sframe.Plo 487s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo ../../bfd/dwarf1.c 488s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../bfd/dwarf1.c -fPIC -DPIC -o .libs/dwarf1.o 488s ../../bfd/dwarf1.c: In function ‘_bfd_dwarf1_cleanup_debug_info’: 488s ../../bfd/dwarf1.c:607:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/dwarf1.gcda’ profile count data file not found [-Wmissing-profile] 488s 607 | } 488s | ^ 488s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../bfd/dwarf1.c -o dwarf1.o >/dev/null 2>&1 488s mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo 488s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c ../../bfd/elf-eh-frame.c -o elf-eh-frame.o >/dev/null 2>&1 488s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/usr/lib/s390x-linux-gnu/debug\" ../../bfd/dwarf2.c 488s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/usr/lib/s390x-linux-gnu/debug\" ../../bfd/dwarf2.c -fPIC -DPIC -o .libs/dwarf2.o 488s ../../bfd/dwarf2.c: In function ‘_bfd_elf_find_function’: 488s ../../bfd/dwarf2.c:6357:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/dwarf2.gcda’ profile count data file not found [-Wmissing-profile] 488s 6357 | } 488s | ^ 489s mv -f .deps/elf-eh-frame.Tpo .deps/elf-eh-frame.Plo 489s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf32-s390.lo -MD -MP -MF .deps/elf32-s390.Tpo -c -o elf32-s390.lo ../../bfd/elf32-s390.c 489s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf32-s390.lo -MD -MP -MF .deps/elf32-s390.Tpo -c ../../bfd/elf32-s390.c -fPIC -DPIC -o .libs/elf32-s390.o 489s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c ../../bfd/elf.c -o elf.o >/dev/null 2>&1 489s ../../bfd/elf32-s390.c: In function ‘elf32_s390_merge_private_bfd_data’: 489s ../../bfd/elf32-s390.c:3937: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/elf32-s390.gcda’ profile count data file not found [-Wmissing-profile] 490s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/usr/lib/s390x-linux-gnu/debug\" ../../bfd/dwarf2.c -o dwarf2.o >/dev/null 2>&1 490s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c ../../bfd/elflink.c -o elflink.o >/dev/null 2>&1 490s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf32-s390.lo -MD -MP -MF .deps/elf32-s390.Tpo -c ../../bfd/elf32-s390.c -o elf32-s390.o >/dev/null 2>&1 491s mv -f .deps/elf32-s390.Tpo .deps/elf32-s390.Plo 491s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c -o elf32.lo ../../bfd/elf32.c 491s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c ../../bfd/elf32.c -fPIC -DPIC -o .libs/elf32.o 491s ../../bfd/elf32.c: In function ‘_bfd_elf32_core_find_build_id’: 491s ../../bfd/elf32.c:24: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/elf32.gcda’ profile count data file not found [-Wmissing-profile] 491s mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo 491s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c -o elf64-gen.lo ../../bfd/elf64-gen.c 491s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c ../../bfd/elf64-gen.c -fPIC -DPIC -o .libs/elf64-gen.o 491s ../../bfd/elf64-gen.c: In function ‘elf64_generic_link_add_symbols’: 491s ../../bfd/elf64-gen.c:106: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/elf64-gen.gcda’ profile count data file not found [-Wmissing-profile] 491s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c ../../bfd/elf64-gen.c -o elf64-gen.o >/dev/null 2>&1 492s mv -f .deps/elf64-gen.Tpo .deps/elf64-gen.Plo 492s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo ../../bfd/elf32-gen.c 492s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../../bfd/elf32-gen.c -fPIC -DPIC -o .libs/elf32-gen.o 492s ../../bfd/elf32-gen.c: In function ‘elf32_generic_link_add_symbols’: 492s ../../bfd/elf32-gen.c:106: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/elf32-gen.gcda’ profile count data file not found [-Wmissing-profile] 492s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c ../../bfd/elf32.c -o elf32.o >/dev/null 2>&1 492s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../../bfd/elf32-gen.c -o elf32-gen.o >/dev/null 2>&1 492s mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo 492s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo ../../bfd/plugin.c 492s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c ../../bfd/plugin.c -fPIC -DPIC -o .libs/plugin.o 492s ../../bfd/plugin.c: In function ‘bfd_plugin_sizeof_headers’: 492s ../../bfd/plugin.c:1026:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/plugin.gcda’ profile count data file not found [-Wmissing-profile] 492s 1026 | }; 492s | ^ 492s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c ../../bfd/plugin.c -o plugin.o >/dev/null 2>&1 492s mv -f .deps/elf32.Tpo .deps/elf32.Plo 492s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c -o cpu-s390.lo ../../bfd/cpu-s390.c 492s mv -f .deps/plugin.Tpo .deps/plugin.Plo 492s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c -o trad-core.lo ../../bfd/trad-core.c 492s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../bfd/cpu-s390.c -fPIC -DPIC -o .libs/cpu-s390.o 492s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c ../../bfd/trad-core.c -fPIC -DPIC -o .libs/trad-core.o 492s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../bfd/cpu-s390.c -o cpu-s390.o >/dev/null 2>&1 492s ../../bfd/trad-core.c: In function ‘swap_abort’: 492s ../../bfd/trad-core.c:312:3: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/trad-core.gcda’ profile count data file not found [-Wmissing-profile] 492s 312 | }; 492s | ^ 492s mv -f .deps/cpu-s390.Tpo .deps/cpu-s390.Plo 492s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../bfd/archive64.c 492s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../bfd/archive64.c -fPIC -DPIC -o .libs/archive64.o 492s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c ../../bfd/trad-core.c -o trad-core.o >/dev/null 2>&1 492s ../../bfd/archive64.c: In function ‘_bfd_archive_64_bit_write_armap’: 492s ../../bfd/archive64.c:264:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/archive64.gcda’ profile count data file not found [-Wmissing-profile] 492s 264 | } 492s | ^ 493s mv -f .deps/trad-core.Tpo .deps/trad-core.Plo 493s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../bfd/archive64.c -o archive64.o >/dev/null 2>&1 493s mv -f .deps/archive64.Tpo .deps/archive64.Plo 493s mv -f .deps/elf.Tpo .deps/elf.Plo 495s mv -f .deps/elflink.Tpo .deps/elflink.Plo 495s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -release `cat libtool-soversion` -Wl,-z,relro -o libbfd.la -rpath /usr/lib/s390x-linux-gnu archive.lo archures.lo bfd.lo bfdio.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles` -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -Wl,-lc,--as-needed,-lm,--no-as-needed -lz ../libsframe/libsframe.la 495s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/archive.o .libs/archures.o .libs/bfd.o .libs/bfdio.o .libs/cache.o .libs/coff-bfd.o .libs/compress.o .libs/corefile.o .libs/elf-properties.o .libs/format.o .libs/hash.o .libs/libbfd.o .libs/linker.o .libs/merge.o .libs/opncls.o .libs/reloc.o .libs/section.o .libs/simple.o .libs/stab-syms.o .libs/stabs.o .libs/syms.o .libs/targets.o .libs/binary.o .libs/ihex.o .libs/srec.o .libs/tekhex.o .libs/verilog.o .libs/elf64-s390.o .libs/elf64.o .libs/elf.o .libs/elflink.o .libs/elf-attrs.o .libs/elf-strtab.o .libs/elf-eh-frame.o .libs/elf-sframe.o .libs/dwarf1.o .libs/dwarf2.o .libs/elf32-s390.o .libs/elf32.o .libs/elf64-gen.o .libs/elf32-gen.o .libs/plugin.o .libs/cpu-s390.o .libs/trad-core.o .libs/archive64.o -Wl,-rpath -Wl,/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz ../libsframe/.libs/libsframe.so -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -Wl,-z -Wl,relro -Wl,-lc -Wl,--as-needed -Wl,-lm -Wl,--no-as-needed -Wl,-soname -Wl,libbfd-2.44-system.so -o .libs/libbfd-2.44-system.so 501s libtool: link: (cd ".libs" && rm -f "libbfd.so" && ln -s "libbfd-2.44-system.so" "libbfd.so") 501s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o elf64-s390.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o elf-sframe.o dwarf1.o dwarf2.o elf32-s390.o elf32.o elf64-gen.o elf32-gen.o plugin.o cpu-s390.o trad-core.o archive64.o 501s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libbfd.a 501s libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" ) 501s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 501s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 501s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 501s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 501s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 501s /usr/bin/make all-recursive 501s /usr/bin/make all-recursive 501s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 501s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 501s Making all in . 501s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 501s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 501s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-archive.lo -MD -MP -MF .deps/libctf_la-ctf-archive.Tpo -c -o libctf_la-ctf-archive.lo `test -f 'ctf-archive.c' || echo '../../libctf/'`ctf-archive.c 501s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-dump.lo -MD -MP -MF .deps/libctf_la-ctf-dump.Tpo -c -o libctf_la-ctf-dump.lo `test -f 'ctf-dump.c' || echo '../../libctf/'`ctf-dump.c 501s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-create.lo -MD -MP -MF .deps/libctf_la-ctf-create.Tpo -c -o libctf_la-ctf-create.lo `test -f 'ctf-create.c' || echo '../../libctf/'`ctf-create.c 501s s390x-linux-gnu-gcc -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -c ../../opcodes/s390-mkopc.c 501s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-dump.lo -MD -MP -MF .deps/libctf_la-ctf-dump.Tpo -c ../../libctf/ctf-dump.c -fPIC -DPIC -o .libs/libctf_la-ctf-dump.o 501s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-archive.lo -MD -MP -MF .deps/libctf_la-ctf-archive.Tpo -c ../../libctf/ctf-archive.c -fPIC -DPIC -o .libs/libctf_la-ctf-archive.o 501s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-create.lo -MD -MP -MF .deps/libctf_la-ctf-create.Tpo -c ../../libctf/ctf-create.c -fPIC -DPIC -o .libs/libctf_la-ctf-create.o 501s ../../libctf/ctf-dump.c: In function ‘ctf_dump’: 501s ../../libctf/ctf-dump.c:831:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_la-ctf-dump.gcda’ profile count data file not found [-Wmissing-profile] 501s 831 | } 501s | ^ 501s ../../libctf/ctf-archive.c: In function ‘arc_mmap_file’: 501s ../../libctf/ctf-archive.c:1335:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_la-ctf-archive.gcda’ profile count data file not found [-Wmissing-profile] 501s 1335 | } 501s | ^ 501s ../../libctf/ctf-create.c: In function ‘ctf_add_type’: 501s ../../libctf/ctf-create.c:2082:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_la-ctf-create.gcda’ profile count data file not found [-Wmissing-profile] 501s 2082 | } 501s | ^ 501s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis-buf.lo ../../opcodes/dis-buf.c 501s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c ../../opcodes/dis-buf.c -fPIC -DPIC -o .libs/dis-buf.o 501s ../../opcodes/dis-buf.c: In function ‘generic_symbol_is_valid’: 501s ../../opcodes/dis-buf.c:101:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/.libs/dis-buf.gcda’ profile count data file not found [-Wmissing-profile] 501s 101 | } 501s | ^ 501s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c ../../opcodes/dis-buf.c -o dis-buf.o >/dev/null 2>&1 501s mv -f .deps/dis-buf.Tpo .deps/dis-buf.Plo 501s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo -DARCH_s390 ../../opcodes/disassemble.c 501s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_s390 ../../opcodes/disassemble.c -fPIC -DPIC -o .libs/disassemble.o 501s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-archive.lo -MD -MP -MF .deps/libctf_la-ctf-archive.Tpo -c ../../libctf/ctf-archive.c -o libctf_la-ctf-archive.o >/dev/null 2>&1 501s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-dump.lo -MD -MP -MF .deps/libctf_la-ctf-dump.Tpo -c ../../libctf/ctf-dump.c -o libctf_la-ctf-dump.o >/dev/null 2>&1 501s ../../opcodes/disassemble.c: In function ‘disassemble_set_printf’: 501s ../../opcodes/disassemble.c:870:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/.libs/disassemble.gcda’ profile count data file not found [-Wmissing-profile] 501s 870 | } 501s | ^ 501s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_s390 ../../opcodes/disassemble.c -o disassemble.o >/dev/null 2>&1 501s mv -f .deps/disassemble.Tpo .deps/disassemble.Plo 501s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo ../../opcodes/dis-init.c 501s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c ../../opcodes/dis-init.c -fPIC -DPIC -o .libs/dis-init.o 501s ../../opcodes/dis-init.c: In function ‘init_disassemble_info’: 501s ../../opcodes/dis-init.c:48:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/.libs/dis-init.gcda’ profile count data file not found [-Wmissing-profile] 501s 48 | } 501s | ^ 501s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-create.lo -MD -MP -MF .deps/libctf_la-ctf-create.Tpo -c ../../libctf/ctf-create.c -o libctf_la-ctf-create.o >/dev/null 2>&1 501s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c ../../opcodes/dis-init.c -o dis-init.o >/dev/null 2>&1 502s mv -f .deps/dis-init.Tpo .deps/dis-init.Plo 502s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT s390-dis.lo -MD -MP -MF .deps/s390-dis.Tpo -c -o s390-dis.lo ../../opcodes/s390-dis.c 502s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT s390-dis.lo -MD -MP -MF .deps/s390-dis.Tpo -c ../../opcodes/s390-dis.c -fPIC -DPIC -o .libs/s390-dis.o 502s mv -f .deps/libctf_la-ctf-dump.Tpo .deps/libctf_la-ctf-dump.Plo 502s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-decl.lo -MD -MP -MF .deps/libctf_la-ctf-decl.Tpo -c -o libctf_la-ctf-decl.lo `test -f 'ctf-decl.c' || echo '../../libctf/'`ctf-decl.c 502s mv -f .deps/libctf_la-ctf-archive.Tpo .deps/libctf_la-ctf-archive.Plo 502s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-error.lo -MD -MP -MF .deps/libctf_la-ctf-error.Tpo -c -o libctf_la-ctf-error.lo `test -f 'ctf-error.c' || echo '../../libctf/'`ctf-error.c 502s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-decl.lo -MD -MP -MF .deps/libctf_la-ctf-decl.Tpo -c ../../libctf/ctf-decl.c -fPIC -DPIC -o .libs/libctf_la-ctf-decl.o 502s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-error.lo -MD -MP -MF .deps/libctf_la-ctf-error.Tpo -c ../../libctf/ctf-error.c -fPIC -DPIC -o .libs/libctf_la-ctf-error.o 502s ../../opcodes/s390-dis.c: In function ‘print_s390_disassembler_options’: 502s ../../opcodes/s390-dis.c:603:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/.libs/s390-dis.gcda’ profile count data file not found [-Wmissing-profile] 502s 603 | } 502s | ^ 502s ../../libctf/ctf-error.c: In function ‘ctf_errno’: 502s ../../libctf/ctf-error.c:83:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_la-ctf-error.gcda’ profile count data file not found [-Wmissing-profile] 502s 83 | } 502s | ^ 502s ../../libctf/ctf-decl.c: In function ‘ctf_decl_buf’: 502s ../../libctf/ctf-decl.c:202:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_la-ctf-decl.gcda’ profile count data file not found [-Wmissing-profile] 502s 202 | } 502s | ^ 502s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-error.lo -MD -MP -MF .deps/libctf_la-ctf-error.Tpo -c ../../libctf/ctf-error.c -o libctf_la-ctf-error.o >/dev/null 2>&1 502s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-decl.lo -MD -MP -MF .deps/libctf_la-ctf-decl.Tpo -c ../../libctf/ctf-decl.c -o libctf_la-ctf-decl.o >/dev/null 2>&1 502s mv -f .deps/libctf_la-ctf-error.Tpo .deps/libctf_la-ctf-error.Plo 502s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-hash.lo -MD -MP -MF .deps/libctf_la-ctf-hash.Tpo -c -o libctf_la-ctf-hash.lo `test -f 'ctf-hash.c' || echo '../../libctf/'`ctf-hash.c 502s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-hash.lo -MD -MP -MF .deps/libctf_la-ctf-hash.Tpo -c ../../libctf/ctf-hash.c -fPIC -DPIC -o .libs/libctf_la-ctf-hash.o 502s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT s390-dis.lo -MD -MP -MF .deps/s390-dis.Tpo -c ../../opcodes/s390-dis.c -o s390-dis.o >/dev/null 2>&1 502s mv -f .deps/libctf_la-ctf-decl.Tpo .deps/libctf_la-ctf-decl.Plo 502s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-labels.lo -MD -MP -MF .deps/libctf_la-ctf-labels.Tpo -c -o libctf_la-ctf-labels.lo `test -f 'ctf-labels.c' || echo '../../libctf/'`ctf-labels.c 502s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-labels.lo -MD -MP -MF .deps/libctf_la-ctf-labels.Tpo -c ../../libctf/ctf-labels.c -fPIC -DPIC -o .libs/libctf_la-ctf-labels.o 502s ../../libctf/ctf-hash.c: In function ‘ctf_dynhash_lookup_type’: 502s ../../libctf/ctf-hash.c:819:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_la-ctf-hash.gcda’ profile count data file not found [-Wmissing-profile] 502s 819 | } 502s | ^ 502s ../../libctf/ctf-labels.c: In function ‘ctf_label_info’: 502s ../../libctf/ctf-labels.c:140:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_la-ctf-labels.gcda’ profile count data file not found [-Wmissing-profile] 502s 140 | } 502s | ^ 502s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-labels.lo -MD -MP -MF .deps/libctf_la-ctf-labels.Tpo -c ../../libctf/ctf-labels.c -o libctf_la-ctf-labels.o >/dev/null 2>&1 502s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-hash.lo -MD -MP -MF .deps/libctf_la-ctf-hash.Tpo -c ../../libctf/ctf-hash.c -o libctf_la-ctf-hash.o >/dev/null 2>&1 502s mv -f .deps/libctf_la-ctf-labels.Tpo .deps/libctf_la-ctf-labels.Plo 502s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_la-ctf-dedup.Tpo -c -o libctf_la-ctf-dedup.lo `test -f 'ctf-dedup.c' || echo '../../libctf/'`ctf-dedup.c 502s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_la-ctf-dedup.Tpo -c ../../libctf/ctf-dedup.c -fPIC -DPIC -o .libs/libctf_la-ctf-dedup.o 502s mv -f .deps/s390-dis.Tpo .deps/s390-dis.Plo 502s s390x-linux-gnu-gcc -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -o s390-mkopc s390-mkopc.o 502s ./s390-mkopc < ../../opcodes/s390-opc.txt > s390-opc.tab 502s mv -f .deps/libctf_la-ctf-create.Tpo .deps/libctf_la-ctf-create.Plo 502s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-link.lo -MD -MP -MF .deps/libctf_la-ctf-link.Tpo -c -o libctf_la-ctf-link.lo `test -f 'ctf-link.c' || echo '../../libctf/'`ctf-link.c 502s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c -o s390-opc.lo ../../opcodes/s390-opc.c 502s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-link.lo -MD -MP -MF .deps/libctf_la-ctf-link.Tpo -c ../../libctf/ctf-link.c -fPIC -DPIC -o .libs/libctf_la-ctf-link.o 502s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c ../../opcodes/s390-opc.c -fPIC -DPIC -o .libs/s390-opc.o 502s ../../libctf/ctf-dedup.c: In function ‘ctf_dedup_type_mapping’: 502s ../../libctf/ctf-dedup.c:3215:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_la-ctf-dedup.gcda’ profile count data file not found [-Wmissing-profile] 502s 3215 | } 502s | ^ 502s ../../libctf/ctf-link.c: In function ‘ctf_link_write’: 502s ../../libctf/ctf-link.c:2099:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_la-ctf-link.gcda’ profile count data file not found [-Wmissing-profile] 502s 2099 | } 502s | ^ 502s mv -f .deps/libctf_la-ctf-hash.Tpo .deps/libctf_la-ctf-hash.Plo 502s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_la-ctf-lookup.Tpo -c -o libctf_la-ctf-lookup.lo `test -f 'ctf-lookup.c' || echo '../../libctf/'`ctf-lookup.c 502s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_la-ctf-lookup.Tpo -c ../../libctf/ctf-lookup.c -fPIC -DPIC -o .libs/libctf_la-ctf-lookup.o 502s ../../libctf/ctf-lookup.c: In function ‘ctf_func_args’: 502s ../../libctf/ctf-lookup.c:1310:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_la-ctf-lookup.gcda’ profile count data file not found [-Wmissing-profile] 502s 1310 | } 502s | ^ 503s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c ../../opcodes/s390-opc.c -o s390-opc.o >/dev/null 2>&1 503s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-link.lo -MD -MP -MF .deps/libctf_la-ctf-link.Tpo -c ../../libctf/ctf-link.c -o libctf_la-ctf-link.o >/dev/null 2>&1 503s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_la-ctf-lookup.Tpo -c ../../libctf/ctf-lookup.c -o libctf_la-ctf-lookup.o >/dev/null 2>&1 503s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_la-ctf-dedup.Tpo -c ../../libctf/ctf-dedup.c -o libctf_la-ctf-dedup.o >/dev/null 2>&1 503s mv -f .deps/libctf_la-ctf-lookup.Tpo .deps/libctf_la-ctf-lookup.Plo 503s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-open.lo -MD -MP -MF .deps/libctf_la-ctf-open.Tpo -c -o libctf_la-ctf-open.lo `test -f 'ctf-open.c' || echo '../../libctf/'`ctf-open.c 503s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-open.lo -MD -MP -MF .deps/libctf_la-ctf-open.Tpo -c ../../libctf/ctf-open.c -fPIC -DPIC -o .libs/libctf_la-ctf-open.o 503s mv -f .deps/s390-opc.Tpo .deps/s390-opc.Plo 503s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -release `cat ../bfd/libtool-soversion` -Wl,-z,relro -o libopcodes.la -rpath /usr/lib/s390x-linux-gnu dis-buf.lo disassemble.lo dis-init.lo s390-dis.lo s390-opc.lo ../bfd/libbfd.la -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/../libiberty/pic -liberty -Wl,-lc,--as-needed,-lm,--no-as-needed 503s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/dis-buf.o .libs/disassemble.o .libs/dis-init.o .libs/s390-dis.o .libs/s390-opc.o -Wl,-rpath -Wl,/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs -Wl,-rpath -Wl,/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/../libiberty/pic -liberty -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -Wl,-z -Wl,relro -Wl,-lc -Wl,--as-needed -Wl,-lm -Wl,--no-as-needed -Wl,-soname -Wl,libopcodes-2.44-system.so -o .libs/libopcodes-2.44-system.so 503s ../../libctf/ctf-open.c: In function ‘ctf_getspecific’: 503s ../../libctf/ctf-open.c:2169:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_la-ctf-open.gcda’ profile count data file not found [-Wmissing-profile] 503s 2169 | } 503s | ^ 503s mv -f .deps/libctf_la-ctf-link.Tpo .deps/libctf_la-ctf-link.Plo 503s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_la-ctf-serialize.Tpo -c -o libctf_la-ctf-serialize.lo `test -f 'ctf-serialize.c' || echo '../../libctf/'`ctf-serialize.c 503s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_la-ctf-serialize.Tpo -c ../../libctf/ctf-serialize.c -fPIC -DPIC -o .libs/libctf_la-ctf-serialize.o 503s ../../libctf/ctf-serialize.c: In function ‘ctf_write’: 503s ../../libctf/ctf-serialize.c:1299:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_la-ctf-serialize.gcda’ profile count data file not found [-Wmissing-profile] 503s 1299 | } 503s | ^ 503s libtool: link: (cd ".libs" && rm -f "libopcodes.so" && ln -s "libopcodes-2.44-system.so" "libopcodes.so") 503s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libopcodes.a dis-buf.o disassemble.o dis-init.o s390-dis.o s390-opc.o 503s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libopcodes.a 503s libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" ) 503s libtooldir=`/bin/bash ./libtool --config | sed -n -e 's/^objdir=//p'`; \ 503s if [ -f $libtooldir/libopcodes.a ]; then \ 503s cp $libtooldir/libopcodes.a libopcodes.tmp; \ 503s s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so libopcodes.tmp; \ 503s /bin/bash ../../opcodes/../move-if-change libopcodes.tmp libopcodes.a; \ 503s else true; fi 503s touch stamp-lib 503s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 503s Making all in po 503s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/po' 503s make[5]: Nothing to be done for 'all'. 503s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/po' 503s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 503s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 503s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_la-ctf-sha1.Tpo -c -o libctf_la-ctf-sha1.lo `test -f 'ctf-sha1.c' || echo '../../libctf/'`ctf-sha1.c 503s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_la-ctf-sha1.Tpo -c ../../libctf/ctf-sha1.c -fPIC -DPIC -o .libs/libctf_la-ctf-sha1.o 503s mv -f .deps/libctf_la-ctf-dedup.Tpo .deps/libctf_la-ctf-dedup.Plo 504s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 504s /usr/bin/make all-recursive 504s ../../libctf/ctf-sha1.c: In function ‘ctf_sha1_fini’: 504s ../../libctf/ctf-sha1.c:50:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_la-ctf-sha1.gcda’ profile count data file not found [-Wmissing-profile] 504s 50 | } 504s | ^ 504s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 504s Making all in po 504s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas/po' 504s make[5]: Nothing to be done for 'all'. 504s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas/po' 504s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_la-ctf-sha1.Tpo -c ../../libctf/ctf-sha1.c -o libctf_la-ctf-sha1.o >/dev/null 2>&1 504s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 504s rm -f doc/asconfig.texi 504s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_la-ctf-serialize.Tpo -c ../../libctf/ctf-serialize.c -o libctf_la-ctf-serialize.o >/dev/null 2>&1 504s cp ../../gas/doc/all.texi doc/asconfig.texi && touch -m -r ../../gas/doc/all.texi doc/asconfig.texi 504s chmod u+w doc/asconfig.texi 504s depbase=`echo app.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 504s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT app.o -MD -MP -MF $depbase.Tpo -c -o app.o ../../gas/app.c &&\ 504s mv -f $depbase.Tpo $depbase.Po 504s mv -f .deps/libctf_la-ctf-sha1.Tpo .deps/libctf_la-ctf-sha1.Plo 504s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-string.lo -MD -MP -MF .deps/libctf_la-ctf-string.Tpo -c -o libctf_la-ctf-string.lo `test -f 'ctf-string.c' || echo '../../libctf/'`ctf-string.c 504s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-string.lo -MD -MP -MF .deps/libctf_la-ctf-string.Tpo -c ../../libctf/ctf-string.c -fPIC -DPIC -o .libs/libctf_la-ctf-string.o 504s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-open.lo -MD -MP -MF .deps/libctf_la-ctf-open.Tpo -c ../../libctf/ctf-open.c -o libctf_la-ctf-open.o >/dev/null 2>&1 504s ../../libctf/ctf-string.c: In function ‘ctf_str_write_strtab’: 504s ../../libctf/ctf-string.c:829:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_la-ctf-string.gcda’ profile count data file not found [-Wmissing-profile] 504s 829 | } 504s | ^ 504s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-string.lo -MD -MP -MF .deps/libctf_la-ctf-string.Tpo -c ../../libctf/ctf-string.c -o libctf_la-ctf-string.o >/dev/null 2>&1 504s depbase=`echo as.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 504s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT as.o -MD -MP -MF $depbase.Tpo -c -o as.o ../../gas/as.c &&\ 504s mv -f $depbase.Tpo $depbase.Po 504s mv -f .deps/libctf_la-ctf-serialize.Tpo .deps/libctf_la-ctf-serialize.Plo 504s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-subr.lo -MD -MP -MF .deps/libctf_la-ctf-subr.Tpo -c -o libctf_la-ctf-subr.lo `test -f 'ctf-subr.c' || echo '../../libctf/'`ctf-subr.c 504s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-subr.lo -MD -MP -MF .deps/libctf_la-ctf-subr.Tpo -c ../../libctf/ctf-subr.c -fPIC -DPIC -o .libs/libctf_la-ctf-subr.o 504s ../../libctf/ctf-subr.c: In function ‘ctf_assert_fail_internal’: 504s ../../libctf/ctf-subr.c:383:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_la-ctf-subr.gcda’ profile count data file not found [-Wmissing-profile] 504s 383 | } 504s | ^ 504s mv -f .deps/libctf_la-ctf-string.Tpo .deps/libctf_la-ctf-string.Plo 504s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-types.lo -MD -MP -MF .deps/libctf_la-ctf-types.Tpo -c -o libctf_la-ctf-types.lo `test -f 'ctf-types.c' || echo '../../libctf/'`ctf-types.c 504s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-types.lo -MD -MP -MF .deps/libctf_la-ctf-types.Tpo -c ../../libctf/ctf-types.c -fPIC -DPIC -o .libs/libctf_la-ctf-types.o 504s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-subr.lo -MD -MP -MF .deps/libctf_la-ctf-subr.Tpo -c ../../libctf/ctf-subr.c -o libctf_la-ctf-subr.o >/dev/null 2>&1 504s ../../libctf/ctf-types.c: In function ‘ctf_type_visit’: 504s ../../libctf/ctf-types.c:1694:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_la-ctf-types.gcda’ profile count data file not found [-Wmissing-profile] 504s 1694 | } 504s | ^ 504s depbase=`echo atof-generic.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 504s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT atof-generic.o -MD -MP -MF $depbase.Tpo -c -o atof-generic.o ../../gas/atof-generic.c &&\ 504s mv -f $depbase.Tpo $depbase.Po 504s mv -f .deps/libctf_la-ctf-subr.Tpo .deps/libctf_la-ctf-subr.Plo 504s depbase=`echo codeview.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 504s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT codeview.o -MD -MP -MF $depbase.Tpo -c -o codeview.o ../../gas/codeview.c &&\ 504s mv -f $depbase.Tpo $depbase.Po 504s depbase=`echo compress-debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 504s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT compress-debug.o -MD -MP -MF $depbase.Tpo -c -o compress-debug.o ../../gas/compress-debug.c &&\ 504s mv -f $depbase.Tpo $depbase.Po 504s mv -f .deps/libctf_la-ctf-open.Tpo .deps/libctf_la-ctf-open.Plo 504s depbase=`echo cond.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 504s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT cond.o -MD -MP -MF $depbase.Tpo -c -o cond.o ../../gas/cond.c &&\ 504s mv -f $depbase.Tpo $depbase.Po 504s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-util.lo -MD -MP -MF .deps/libctf_la-ctf-util.Tpo -c -o libctf_la-ctf-util.lo `test -f 'ctf-util.c' || echo '../../libctf/'`ctf-util.c 504s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-util.lo -MD -MP -MF .deps/libctf_la-ctf-util.Tpo -c ../../libctf/ctf-util.c -fPIC -DPIC -o .libs/libctf_la-ctf-util.o 504s depbase=`echo depend.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 504s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT depend.o -MD -MP -MF $depbase.Tpo -c -o depend.o ../../gas/depend.c &&\ 504s mv -f $depbase.Tpo $depbase.Po 505s ../../libctf/ctf-util.c: In function ‘ctf_next_copy’: 505s ../../libctf/ctf-util.c:312:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_la-ctf-util.gcda’ profile count data file not found [-Wmissing-profile] 505s 312 | } 505s | ^ 505s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-open-bfd.lo -MD -MP -MF .deps/libctf_la-ctf-open-bfd.Tpo -c -o libctf_la-ctf-open-bfd.lo `test -f 'ctf-open-bfd.c' || echo '../../libctf/'`ctf-open-bfd.c 505s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-open-bfd.lo -MD -MP -MF .deps/libctf_la-ctf-open-bfd.Tpo -c ../../libctf/ctf-open-bfd.c -fPIC -DPIC -o .libs/libctf_la-ctf-open-bfd.o 505s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-util.lo -MD -MP -MF .deps/libctf_la-ctf-util.Tpo -c ../../libctf/ctf-util.c -o libctf_la-ctf-util.o >/dev/null 2>&1 505s ../../libctf/ctf-open-bfd.c: In function ‘ctf_arc_open’: 505s ../../libctf/ctf-open-bfd.c:381:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_la-ctf-open-bfd.gcda’ profile count data file not found [-Wmissing-profile] 505s 381 | } 505s | ^ 505s depbase=`echo dwarf2dbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 505s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT dwarf2dbg.o -MD -MP -MF $depbase.Tpo -c -o dwarf2dbg.o ../../gas/dwarf2dbg.c &&\ 505s mv -f $depbase.Tpo $depbase.Po 505s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-types.lo -MD -MP -MF .deps/libctf_la-ctf-types.Tpo -c ../../libctf/ctf-types.c -o libctf_la-ctf-types.o >/dev/null 2>&1 505s mv -f .deps/libctf_la-ctf-util.Tpo .deps/libctf_la-ctf-util.Plo 505s depbase=`echo dw2gencfi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 505s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT dw2gencfi.o -MD -MP -MF $depbase.Tpo -c -o dw2gencfi.o ../../gas/dw2gencfi.c &&\ 505s mv -f $depbase.Tpo $depbase.Po 505s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_la-ctf-open-bfd.lo -MD -MP -MF .deps/libctf_la-ctf-open-bfd.Tpo -c ../../libctf/ctf-open-bfd.c -o libctf_la-ctf-open-bfd.o >/dev/null 2>&1 505s mv -f .deps/libctf_la-ctf-open-bfd.Tpo .deps/libctf_la-ctf-open-bfd.Plo 505s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-archive.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-archive.Tpo -c -o libctf_nobfd_la-ctf-archive.lo `test -f 'ctf-archive.c' || echo '../../libctf/'`ctf-archive.c 505s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-archive.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-archive.Tpo -c ../../libctf/ctf-archive.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-archive.o 505s ../../libctf/ctf-archive.c: In function ‘arc_mmap_file’: 505s ../../libctf/ctf-archive.c:1335:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_nobfd_la-ctf-archive.gcda’ profile count data file not found [-Wmissing-profile] 505s 1335 | } 505s | ^ 505s depbase=`echo ecoff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 505s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT ecoff.o -MD -MP -MF $depbase.Tpo -c -o ecoff.o ../../gas/ecoff.c &&\ 505s mv -f $depbase.Tpo $depbase.Po 505s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-dump.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dump.Tpo -c -o libctf_nobfd_la-ctf-dump.lo `test -f 'ctf-dump.c' || echo '../../libctf/'`ctf-dump.c 505s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-dump.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dump.Tpo -c ../../libctf/ctf-dump.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-dump.o 505s ../../libctf/ctf-dump.c: In function ‘ctf_dump’: 505s ../../libctf/ctf-dump.c:831:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_nobfd_la-ctf-dump.gcda’ profile count data file not found [-Wmissing-profile] 505s 831 | } 505s | ^ 505s mv -f .deps/libctf_la-ctf-types.Tpo .deps/libctf_la-ctf-types.Plo 505s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-archive.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-archive.Tpo -c ../../libctf/ctf-archive.c -o libctf_nobfd_la-ctf-archive.o >/dev/null 2>&1 505s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-create.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-create.Tpo -c -o libctf_nobfd_la-ctf-create.lo `test -f 'ctf-create.c' || echo '../../libctf/'`ctf-create.c 505s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-create.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-create.Tpo -c ../../libctf/ctf-create.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-create.o 505s ../../libctf/ctf-create.c: In function ‘ctf_add_type’: 505s ../../libctf/ctf-create.c:2082:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_nobfd_la-ctf-create.gcda’ profile count data file not found [-Wmissing-profile] 505s 2082 | } 505s | ^ 505s depbase=`echo ehopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 505s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT ehopt.o -MD -MP -MF $depbase.Tpo -c -o ehopt.o ../../gas/ehopt.c &&\ 505s mv -f $depbase.Tpo $depbase.Po 506s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-dump.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dump.Tpo -c ../../libctf/ctf-dump.c -o libctf_nobfd_la-ctf-dump.o >/dev/null 2>&1 506s mv -f .deps/libctf_nobfd_la-ctf-archive.Tpo .deps/libctf_nobfd_la-ctf-archive.Plo 506s depbase=`echo expr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 506s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT expr.o -MD -MP -MF $depbase.Tpo -c -o expr.o ../../gas/expr.c &&\ 506s mv -f $depbase.Tpo $depbase.Po 506s depbase=`echo flonum-copy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 506s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT flonum-copy.o -MD -MP -MF $depbase.Tpo -c -o flonum-copy.o ../../gas/flonum-copy.c &&\ 506s mv -f $depbase.Tpo $depbase.Po 506s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-decl.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-decl.Tpo -c -o libctf_nobfd_la-ctf-decl.lo `test -f 'ctf-decl.c' || echo '../../libctf/'`ctf-decl.c 506s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-decl.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-decl.Tpo -c ../../libctf/ctf-decl.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-decl.o 506s ../../libctf/ctf-decl.c: In function ‘ctf_decl_buf’: 506s ../../libctf/ctf-decl.c:202:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_nobfd_la-ctf-decl.gcda’ profile count data file not found [-Wmissing-profile] 506s 202 | } 506s | ^ 506s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-create.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-create.Tpo -c ../../libctf/ctf-create.c -o libctf_nobfd_la-ctf-create.o >/dev/null 2>&1 506s mv -f .deps/libctf_nobfd_la-ctf-dump.Tpo .deps/libctf_nobfd_la-ctf-dump.Plo 506s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-error.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-error.Tpo -c -o libctf_nobfd_la-ctf-error.lo `test -f 'ctf-error.c' || echo '../../libctf/'`ctf-error.c 506s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-error.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-error.Tpo -c ../../libctf/ctf-error.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-error.o 506s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-decl.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-decl.Tpo -c ../../libctf/ctf-decl.c -o libctf_nobfd_la-ctf-decl.o >/dev/null 2>&1 506s ../../libctf/ctf-error.c: In function ‘ctf_errno’: 506s ../../libctf/ctf-error.c:83:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_nobfd_la-ctf-error.gcda’ profile count data file not found [-Wmissing-profile] 506s 83 | } 506s | ^ 506s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-error.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-error.Tpo -c ../../libctf/ctf-error.c -o libctf_nobfd_la-ctf-error.o >/dev/null 2>&1 506s mv -f .deps/libctf_nobfd_la-ctf-decl.Tpo .deps/libctf_nobfd_la-ctf-decl.Plo 506s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-hash.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-hash.Tpo -c -o libctf_nobfd_la-ctf-hash.lo `test -f 'ctf-hash.c' || echo '../../libctf/'`ctf-hash.c 506s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-hash.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-hash.Tpo -c ../../libctf/ctf-hash.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-hash.o 506s mv -f .deps/libctf_nobfd_la-ctf-error.Tpo .deps/libctf_nobfd_la-ctf-error.Plo 506s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-labels.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-labels.Tpo -c -o libctf_nobfd_la-ctf-labels.lo `test -f 'ctf-labels.c' || echo '../../libctf/'`ctf-labels.c 506s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-labels.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-labels.Tpo -c ../../libctf/ctf-labels.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-labels.o 506s ../../libctf/ctf-hash.c: In function ‘ctf_dynhash_lookup_type’: 506s ../../libctf/ctf-hash.c:819:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_nobfd_la-ctf-hash.gcda’ profile count data file not found [-Wmissing-profile] 506s 819 | } 506s | ^ 506s ../../libctf/ctf-labels.c: In function ‘ctf_label_info’: 506s ../../libctf/ctf-labels.c:140:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_nobfd_la-ctf-labels.gcda’ profile count data file not found [-Wmissing-profile] 506s 140 | } 506s | ^ 506s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-labels.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-labels.Tpo -c ../../libctf/ctf-labels.c -o libctf_nobfd_la-ctf-labels.o >/dev/null 2>&1 506s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-hash.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-hash.Tpo -c ../../libctf/ctf-hash.c -o libctf_nobfd_la-ctf-hash.o >/dev/null 2>&1 506s mv -f .deps/libctf_nobfd_la-ctf-labels.Tpo .deps/libctf_nobfd_la-ctf-labels.Plo 506s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dedup.Tpo -c -o libctf_nobfd_la-ctf-dedup.lo `test -f 'ctf-dedup.c' || echo '../../libctf/'`ctf-dedup.c 506s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dedup.Tpo -c ../../libctf/ctf-dedup.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-dedup.o 506s depbase=`echo flonum-konst.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 506s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT flonum-konst.o -MD -MP -MF $depbase.Tpo -c -o flonum-konst.o ../../gas/flonum-konst.c &&\ 506s mv -f $depbase.Tpo $depbase.Po 506s depbase=`echo flonum-mult.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 506s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT flonum-mult.o -MD -MP -MF $depbase.Tpo -c -o flonum-mult.o ../../gas/flonum-mult.c &&\ 506s mv -f $depbase.Tpo $depbase.Po 506s depbase=`echo frags.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 506s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT frags.o -MD -MP -MF $depbase.Tpo -c -o frags.o ../../gas/frags.c &&\ 506s mv -f $depbase.Tpo $depbase.Po 506s ../../libctf/ctf-dedup.c: In function ‘ctf_dedup_type_mapping’: 506s ../../libctf/ctf-dedup.c:3215:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_nobfd_la-ctf-dedup.gcda’ profile count data file not found [-Wmissing-profile] 506s 3215 | } 506s | ^ 506s mv -f .deps/libctf_nobfd_la-ctf-create.Tpo .deps/libctf_nobfd_la-ctf-create.Plo 506s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-link.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-link.Tpo -c -o libctf_nobfd_la-ctf-link.lo `test -f 'ctf-link.c' || echo '../../libctf/'`ctf-link.c 506s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-link.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-link.Tpo -c ../../libctf/ctf-link.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-link.o 506s mv -f .deps/libctf_nobfd_la-ctf-hash.Tpo .deps/libctf_nobfd_la-ctf-hash.Plo 506s depbase=`echo gen-sframe.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 506s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT gen-sframe.o -MD -MP -MF $depbase.Tpo -c -o gen-sframe.o ../../gas/gen-sframe.c &&\ 506s mv -f $depbase.Tpo $depbase.Po 506s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-lookup.Tpo -c -o libctf_nobfd_la-ctf-lookup.lo `test -f 'ctf-lookup.c' || echo '../../libctf/'`ctf-lookup.c 507s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-lookup.Tpo -c ../../libctf/ctf-lookup.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-lookup.o 507s ../../libctf/ctf-link.c: In function ‘ctf_link_write’: 507s ../../libctf/ctf-link.c:2099:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_nobfd_la-ctf-link.gcda’ profile count data file not found [-Wmissing-profile] 507s 2099 | } 507s | ^ 507s depbase=`echo ginsn.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 507s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT ginsn.o -MD -MP -MF $depbase.Tpo -c -o ginsn.o ../../gas/ginsn.c &&\ 507s mv -f $depbase.Tpo $depbase.Po 507s ../../libctf/ctf-lookup.c: In function ‘ctf_func_args’: 507s ../../libctf/ctf-lookup.c:1310:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_nobfd_la-ctf-lookup.gcda’ profile count data file not found [-Wmissing-profile] 507s 1310 | } 507s | ^ 507s depbase=`echo hash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 507s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT hash.o -MD -MP -MF $depbase.Tpo -c -o hash.o ../../gas/hash.c &&\ 507s mv -f $depbase.Tpo $depbase.Po 507s depbase=`echo input-file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 507s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT input-file.o -MD -MP -MF $depbase.Tpo -c -o input-file.o ../../gas/input-file.c &&\ 507s mv -f $depbase.Tpo $depbase.Po 507s depbase=`echo input-scrub.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 507s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT input-scrub.o -MD -MP -MF $depbase.Tpo -c -o input-scrub.o ../../gas/input-scrub.c &&\ 507s mv -f $depbase.Tpo $depbase.Po 507s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-lookup.Tpo -c ../../libctf/ctf-lookup.c -o libctf_nobfd_la-ctf-lookup.o >/dev/null 2>&1 507s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dedup.Tpo -c ../../libctf/ctf-dedup.c -o libctf_nobfd_la-ctf-dedup.o >/dev/null 2>&1 507s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-link.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-link.Tpo -c ../../libctf/ctf-link.c -o libctf_nobfd_la-ctf-link.o >/dev/null 2>&1 507s depbase=`echo listing.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 507s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT listing.o -MD -MP -MF $depbase.Tpo -c -o listing.o ../../gas/listing.c &&\ 507s mv -f $depbase.Tpo $depbase.Po 507s mv -f .deps/libctf_nobfd_la-ctf-lookup.Tpo .deps/libctf_nobfd_la-ctf-lookup.Plo 507s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-open.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-open.Tpo -c -o libctf_nobfd_la-ctf-open.lo `test -f 'ctf-open.c' || echo '../../libctf/'`ctf-open.c 507s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-open.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-open.Tpo -c ../../libctf/ctf-open.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-open.o 507s ../../libctf/ctf-open.c: In function ‘ctf_getspecific’: 507s ../../libctf/ctf-open.c:2169:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_nobfd_la-ctf-open.gcda’ profile count data file not found [-Wmissing-profile] 507s 2169 | } 507s | ^ 507s depbase=`echo literal.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 507s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT literal.o -MD -MP -MF $depbase.Tpo -c -o literal.o ../../gas/literal.c &&\ 507s mv -f $depbase.Tpo $depbase.Po 507s depbase=`echo macro.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 507s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT macro.o -MD -MP -MF $depbase.Tpo -c -o macro.o ../../gas/macro.c &&\ 507s mv -f $depbase.Tpo $depbase.Po 508s mv -f .deps/libctf_nobfd_la-ctf-link.Tpo .deps/libctf_nobfd_la-ctf-link.Plo 508s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-serialize.Tpo -c -o libctf_nobfd_la-ctf-serialize.lo `test -f 'ctf-serialize.c' || echo '../../libctf/'`ctf-serialize.c 508s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-serialize.Tpo -c ../../libctf/ctf-serialize.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-serialize.o 508s ../../libctf/ctf-serialize.c: In function ‘ctf_write’: 508s ../../libctf/ctf-serialize.c:1299:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_nobfd_la-ctf-serialize.gcda’ profile count data file not found [-Wmissing-profile] 508s 1299 | } 508s | ^ 508s mv -f .deps/libctf_nobfd_la-ctf-dedup.Tpo .deps/libctf_nobfd_la-ctf-dedup.Plo 508s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-sha1.Tpo -c -o libctf_nobfd_la-ctf-sha1.lo `test -f 'ctf-sha1.c' || echo '../../libctf/'`ctf-sha1.c 508s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-sha1.Tpo -c ../../libctf/ctf-sha1.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-sha1.o 508s ../../libctf/ctf-sha1.c: In function ‘ctf_sha1_fini’: 508s ../../libctf/ctf-sha1.c:50:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_nobfd_la-ctf-sha1.gcda’ profile count data file not found [-Wmissing-profile] 508s 50 | } 508s | ^ 508s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-sha1.Tpo -c ../../libctf/ctf-sha1.c -o libctf_nobfd_la-ctf-sha1.o >/dev/null 2>&1 508s mv -f .deps/libctf_nobfd_la-ctf-sha1.Tpo .deps/libctf_nobfd_la-ctf-sha1.Plo 508s depbase=`echo messages.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 508s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT messages.o -MD -MP -MF $depbase.Tpo -c -o messages.o ../../gas/messages.c &&\ 508s mv -f $depbase.Tpo $depbase.Po 508s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-open.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-open.Tpo -c ../../libctf/ctf-open.c -o libctf_nobfd_la-ctf-open.o >/dev/null 2>&1 508s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-serialize.Tpo -c ../../libctf/ctf-serialize.c -o libctf_nobfd_la-ctf-serialize.o >/dev/null 2>&1 508s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-string.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-string.Tpo -c -o libctf_nobfd_la-ctf-string.lo `test -f 'ctf-string.c' || echo '../../libctf/'`ctf-string.c 508s depbase=`echo output-file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 508s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT output-file.o -MD -MP -MF $depbase.Tpo -c -o output-file.o ../../gas/output-file.c &&\ 508s mv -f $depbase.Tpo $depbase.Po 508s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-string.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-string.Tpo -c ../../libctf/ctf-string.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-string.o 508s ../../libctf/ctf-string.c: In function ‘ctf_str_write_strtab’: 508s ../../libctf/ctf-string.c:829:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_nobfd_la-ctf-string.gcda’ profile count data file not found [-Wmissing-profile] 508s 829 | } 508s | ^ 508s depbase=`echo read.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 508s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT read.o -MD -MP -MF $depbase.Tpo -c -o read.o ../../gas/read.c &&\ 508s mv -f $depbase.Tpo $depbase.Po 508s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-string.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-string.Tpo -c ../../libctf/ctf-string.c -o libctf_nobfd_la-ctf-string.o >/dev/null 2>&1 508s mv -f .deps/libctf_nobfd_la-ctf-serialize.Tpo .deps/libctf_nobfd_la-ctf-serialize.Plo 508s depbase=`echo remap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 508s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT remap.o -MD -MP -MF $depbase.Tpo -c -o remap.o ../../gas/remap.c &&\ 508s mv -f $depbase.Tpo $depbase.Po 508s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-subr.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-subr.Tpo -c -o libctf_nobfd_la-ctf-subr.lo `test -f 'ctf-subr.c' || echo '../../libctf/'`ctf-subr.c 508s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-subr.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-subr.Tpo -c ../../libctf/ctf-subr.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-subr.o 509s mv -f .deps/libctf_nobfd_la-ctf-string.Tpo .deps/libctf_nobfd_la-ctf-string.Plo 509s depbase=`echo sb.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 509s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT sb.o -MD -MP -MF $depbase.Tpo -c -o sb.o ../../gas/sb.c &&\ 509s mv -f $depbase.Tpo $depbase.Po 509s ../../libctf/ctf-subr.c: In function ‘ctf_assert_fail_internal’: 509s ../../libctf/ctf-subr.c:383:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_nobfd_la-ctf-subr.gcda’ profile count data file not found [-Wmissing-profile] 509s 383 | } 509s | ^ 509s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-subr.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-subr.Tpo -c ../../libctf/ctf-subr.c -o libctf_nobfd_la-ctf-subr.o >/dev/null 2>&1 509s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-types.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-types.Tpo -c -o libctf_nobfd_la-ctf-types.lo `test -f 'ctf-types.c' || echo '../../libctf/'`ctf-types.c 509s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-types.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-types.Tpo -c ../../libctf/ctf-types.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-types.o 509s mv -f .deps/libctf_nobfd_la-ctf-open.Tpo .deps/libctf_nobfd_la-ctf-open.Plo 509s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-util.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-util.Tpo -c -o libctf_nobfd_la-ctf-util.lo `test -f 'ctf-util.c' || echo '../../libctf/'`ctf-util.c 509s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-util.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-util.Tpo -c ../../libctf/ctf-util.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-util.o 509s ../../libctf/ctf-types.c: In function ‘ctf_type_visit’: 509s ../../libctf/ctf-types.c:1694:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_nobfd_la-ctf-types.gcda’ profile count data file not found [-Wmissing-profile] 509s 1694 | } 509s | ^ 509s mv -f .deps/libctf_nobfd_la-ctf-subr.Tpo .deps/libctf_nobfd_la-ctf-subr.Plo 509s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -version-info 0:0:0 -Wl,--version-script='../../libctf/libctf.ver' -Wl,-z,relro -o libctf.la -rpath /usr/lib/s390x-linux-gnu libctf_la-ctf-archive.lo libctf_la-ctf-dump.lo libctf_la-ctf-create.lo libctf_la-ctf-decl.lo libctf_la-ctf-error.lo libctf_la-ctf-hash.lo libctf_la-ctf-labels.lo libctf_la-ctf-dedup.lo libctf_la-ctf-link.lo libctf_la-ctf-lookup.lo libctf_la-ctf-open.lo libctf_la-ctf-serialize.lo libctf_la-ctf-sha1.lo libctf_la-ctf-string.lo libctf_la-ctf-subr.lo libctf_la-ctf-types.lo libctf_la-ctf-util.lo libctf_la-ctf-open-bfd.lo -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/../libiberty/pic -liberty ../bfd/libbfd.la -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/../libiberty/pic -liberty -lz 509s ../../libctf/ctf-util.c: In function ‘ctf_next_copy’: 509s ../../libctf/ctf-util.c:312:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/.libs/libctf_nobfd_la-ctf-util.gcda’ profile count data file not found [-Wmissing-profile] 509s 312 | } 509s | ^ 509s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libctf_la-ctf-archive.o .libs/libctf_la-ctf-dump.o .libs/libctf_la-ctf-create.o .libs/libctf_la-ctf-decl.o .libs/libctf_la-ctf-error.o .libs/libctf_la-ctf-hash.o .libs/libctf_la-ctf-labels.o .libs/libctf_la-ctf-dedup.o .libs/libctf_la-ctf-link.o .libs/libctf_la-ctf-lookup.o .libs/libctf_la-ctf-open.o .libs/libctf_la-ctf-serialize.o .libs/libctf_la-ctf-sha1.o .libs/libctf_la-ctf-string.o .libs/libctf_la-ctf-subr.o .libs/libctf_la-ctf-types.o .libs/libctf_la-ctf-util.o .libs/libctf_la-ctf-open-bfd.o -Wl,-rpath -Wl,/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs -Wl,-rpath -Wl,/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/../libiberty/pic ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so -liberty -lz -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -Wl,--version-script=../../libctf/libctf.ver -Wl,-z -Wl,relro -Wl,-soname -Wl,libctf.so.0 -o .libs/libctf.so.0.0.0 509s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-util.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-util.Tpo -c ../../libctf/ctf-util.c -o libctf_nobfd_la-ctf-util.o >/dev/null 2>&1 509s mv -f .deps/libctf_nobfd_la-ctf-util.Tpo .deps/libctf_nobfd_la-ctf-util.Plo 509s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libctf_nobfd_la-ctf-types.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-types.Tpo -c ../../libctf/ctf-types.c -o libctf_nobfd_la-ctf-types.o >/dev/null 2>&1 510s depbase=`echo scfidw2gen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 510s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT scfidw2gen.o -MD -MP -MF $depbase.Tpo -c -o scfidw2gen.o ../../gas/scfidw2gen.c &&\ 510s mv -f $depbase.Tpo $depbase.Po 510s depbase=`echo scfi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 510s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT scfi.o -MD -MP -MF $depbase.Tpo -c -o scfi.o ../../gas/scfi.c &&\ 510s mv -f $depbase.Tpo $depbase.Po 510s depbase=`echo sframe-opt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 510s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT sframe-opt.o -MD -MP -MF $depbase.Tpo -c -o sframe-opt.o ../../gas/sframe-opt.c &&\ 510s mv -f $depbase.Tpo $depbase.Po 510s depbase=`echo stabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 510s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT stabs.o -MD -MP -MF $depbase.Tpo -c -o stabs.o ../../gas/stabs.c &&\ 510s mv -f $depbase.Tpo $depbase.Po 510s mv -f .deps/libctf_nobfd_la-ctf-types.Tpo .deps/libctf_nobfd_la-ctf-types.Plo 510s depbase=`echo subsegs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 510s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT subsegs.o -MD -MP -MF $depbase.Tpo -c -o subsegs.o ../../gas/subsegs.c &&\ 510s mv -f $depbase.Tpo $depbase.Po 510s depbase=`echo symbols.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 510s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT symbols.o -MD -MP -MF $depbase.Tpo -c -o symbols.o ../../gas/symbols.c &&\ 510s mv -f $depbase.Tpo $depbase.Po 511s depbase=`echo write.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 511s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT write.o -MD -MP -MF $depbase.Tpo -c -o write.o ../../gas/write.c &&\ 511s mv -f $depbase.Tpo $depbase.Po 511s depbase=`echo config/tc-s390.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 511s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT config/tc-s390.o -MD -MP -MF $depbase.Tpo -c -o config/tc-s390.o ../../gas/config/tc-s390.c &&\ 511s mv -f $depbase.Tpo $depbase.Po 511s libtool: link: (cd ".libs" && rm -f "libctf.so.0" && ln -s "libctf.so.0.0.0" "libctf.so.0") 511s libtool: link: (cd ".libs" && rm -f "libctf.so" && ln -s "libctf.so.0.0.0" "libctf.so") 511s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libctf.a libctf_la-ctf-archive.o libctf_la-ctf-dump.o libctf_la-ctf-create.o libctf_la-ctf-decl.o libctf_la-ctf-error.o libctf_la-ctf-hash.o libctf_la-ctf-labels.o libctf_la-ctf-dedup.o libctf_la-ctf-link.o libctf_la-ctf-lookup.o libctf_la-ctf-open.o libctf_la-ctf-serialize.o libctf_la-ctf-sha1.o libctf_la-ctf-string.o libctf_la-ctf-subr.o libctf_la-ctf-types.o libctf_la-ctf-util.o libctf_la-ctf-open-bfd.o 511s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libctf.a 511s libtool: link: ( cd ".libs" && rm -f "libctf.la" && ln -s "../libctf.la" "libctf.la" ) 511s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -version-info 0:0:0 -Wl,--version-script='libctf-nobfd.ver' -Wl,-z,relro -o libctf-nobfd.la -rpath /usr/lib/s390x-linux-gnu libctf_nobfd_la-ctf-archive.lo libctf_nobfd_la-ctf-dump.lo libctf_nobfd_la-ctf-create.lo libctf_nobfd_la-ctf-decl.lo libctf_nobfd_la-ctf-error.lo libctf_nobfd_la-ctf-hash.lo libctf_nobfd_la-ctf-labels.lo libctf_nobfd_la-ctf-dedup.lo libctf_nobfd_la-ctf-link.lo libctf_nobfd_la-ctf-lookup.lo libctf_nobfd_la-ctf-open.lo libctf_nobfd_la-ctf-serialize.lo libctf_nobfd_la-ctf-sha1.lo libctf_nobfd_la-ctf-string.lo libctf_nobfd_la-ctf-subr.lo libctf_nobfd_la-ctf-types.lo libctf_nobfd_la-ctf-util.lo -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/../libiberty/pic -liberty -lz 511s depbase=`echo config/obj-elf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 511s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT config/obj-elf.o -MD -MP -MF $depbase.Tpo -c -o config/obj-elf.o ../../gas/config/obj-elf.c &&\ 511s mv -f $depbase.Tpo $depbase.Po 511s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libctf_nobfd_la-ctf-archive.o .libs/libctf_nobfd_la-ctf-dump.o .libs/libctf_nobfd_la-ctf-create.o .libs/libctf_nobfd_la-ctf-decl.o .libs/libctf_nobfd_la-ctf-error.o .libs/libctf_nobfd_la-ctf-hash.o .libs/libctf_nobfd_la-ctf-labels.o .libs/libctf_nobfd_la-ctf-dedup.o .libs/libctf_nobfd_la-ctf-link.o .libs/libctf_nobfd_la-ctf-lookup.o .libs/libctf_nobfd_la-ctf-open.o .libs/libctf_nobfd_la-ctf-serialize.o .libs/libctf_nobfd_la-ctf-sha1.o .libs/libctf_nobfd_la-ctf-string.o .libs/libctf_nobfd_la-ctf-subr.o .libs/libctf_nobfd_la-ctf-types.o .libs/libctf_nobfd_la-ctf-util.o -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/../libiberty/pic -liberty -lz -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -Wl,--version-script=libctf-nobfd.ver -Wl,-z -Wl,relro -Wl,-soname -Wl,libctf-nobfd.so.0 -o .libs/libctf-nobfd.so.0.0.0 511s depbase=`echo config/atof-ieee.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 511s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT config/atof-ieee.o -MD -MP -MF $depbase.Tpo -c -o config/atof-ieee.o ../../gas/config/atof-ieee.c &&\ 511s mv -f $depbase.Tpo $depbase.Po 512s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o as-new app.o as.o atof-generic.o codeview.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o gen-sframe.o ginsn.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o scfidw2gen.o scfi.o sframe-opt.o stabs.o subsegs.o symbols.o write.o config/tc-s390.o config/obj-elf.o config/atof-ieee.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a -lz 512s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/as-new app.o as.o atof-generic.o codeview.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o gen-sframe.o ginsn.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o scfidw2gen.o scfi.o sframe-opt.o stabs.o subsegs.o symbols.o write.o config/tc-s390.o config/obj-elf.o config/atof-ieee.o ../opcodes/.libs/libopcodes.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/../libiberty/pic /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/libbfd.so ../bfd/.libs/libbfd.so -liberty /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a -lz 513s libtool: link: (cd ".libs" && rm -f "libctf-nobfd.so.0" && ln -s "libctf-nobfd.so.0.0.0" "libctf-nobfd.so.0") 513s libtool: link: (cd ".libs" && rm -f "libctf-nobfd.so" && ln -s "libctf-nobfd.so.0.0.0" "libctf-nobfd.so") 513s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libctf-nobfd.a libctf_nobfd_la-ctf-archive.o libctf_nobfd_la-ctf-dump.o libctf_nobfd_la-ctf-create.o libctf_nobfd_la-ctf-decl.o libctf_nobfd_la-ctf-error.o libctf_nobfd_la-ctf-hash.o libctf_nobfd_la-ctf-labels.o libctf_nobfd_la-ctf-dedup.o libctf_nobfd_la-ctf-link.o libctf_nobfd_la-ctf-lookup.o libctf_nobfd_la-ctf-open.o libctf_nobfd_la-ctf-serialize.o libctf_nobfd_la-ctf-sha1.o libctf_nobfd_la-ctf-string.o libctf_nobfd_la-ctf-subr.o libctf_nobfd_la-ctf-types.o libctf_nobfd_la-ctf-util.o 513s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libctf-nobfd.a 513s libtool: link: ( cd ".libs" && rm -f "libctf-nobfd.la" && ln -s "../libctf-nobfd.la" "libctf-nobfd.la" ) 513s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 513s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 513s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 515s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 515s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 515s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 515s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 515s /usr/bin/make all-recursive 515s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 515s if [ -r sysinfo.c ]; then \ 515s s390x-linux-gnu-gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain sysinfo.c ; \ 515s else \ 515s s390x-linux-gnu-gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain ../../binutils/sysinfo.c ; \ 515s fi 515s s390x-linux-gnu-gcc -c -I. -I../../binutils -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain ../../binutils/syslex_wrap.c 515s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 515s Making info in po 515s Making all in po 515s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/po' 515s make[4]: Nothing to be done for 'info'. 515s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/po' 515s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/po' 515s make[5]: Nothing to be done for 'all'. 515s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/po' 515s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 515s make[4]: Nothing to be done for 'info-am'. 515s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 515s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 515s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT basic_blocks.o -MD -MP -MF .deps/basic_blocks.Tpo -c -o basic_blocks.o ../../gprof/basic_blocks.c 515s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT call_graph.o -MD -MP -MF .deps/call_graph.Tpo -c -o call_graph.o ../../gprof/call_graph.c 515s ../../gprof/call_graph.c: In function ‘cg_write_arcs’: 515s ../../gprof/call_graph.c:130:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/call_graph.gcda’ profile count data file not found [-Wmissing-profile] 515s 130 | } 515s | ^ 515s ../../gprof/basic_blocks.c: In function ‘print_annotated_source’: 515s ../../gprof/basic_blocks.c:581:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/basic_blocks.gcda’ profile count data file not found [-Wmissing-profile] 515s 581 | } 515s | ^ 515s mv -f .deps/call_graph.Tpo .deps/call_graph.Po 515s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT cg_arcs.o -MD -MP -MF .deps/cg_arcs.Tpo -c -o cg_arcs.o ../../gprof/cg_arcs.c 515s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT cg_dfn.o -MD -MP -MF .deps/cg_dfn.Tpo -c -o cg_dfn.o ../../gprof/cg_dfn.c 515s ../../gprof/cg_arcs.c: In function ‘cg_assemble’: 515s ../../gprof/cg_arcs.c:692:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/cg_arcs.gcda’ profile count data file not found [-Wmissing-profile] 515s 692 | } 515s | ^ 515s ../../gprof/cg_dfn.c: In function ‘cg_dfn’: 515s ../../gprof/cg_dfn.c:303:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/cg_dfn.gcda’ profile count data file not found [-Wmissing-profile] 515s 303 | } 515s | ^ 515s s390x-linux-gnu-gcc -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -o sysinfo sysinfo.o syslex_wrap.o 515s ./sysinfo -d <../../binutils/sysroff.info >sysroff.h 515s /usr/bin/make all-recursive 515s mv -f .deps/cg_dfn.Tpo .deps/cg_dfn.Po 515s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT cg_print.o -MD -MP -MF .deps/cg_print.Tpo -c -o cg_print.o ../../gprof/cg_print.c 515s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 515s mv -f .deps/basic_blocks.Tpo .deps/basic_blocks.Po 515s Making all in po 515s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT corefile.o -MD -MP -MF .deps/corefile.Tpo -c -o corefile.o ../../gprof/corefile.c 515s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/po' 515s make[5]: Nothing to be done for 'all'. 515s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/po' 515s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 515s depbase=`echo size.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 515s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT size.o -MD -MP -MF $depbase.Tpo -c -o size.o ../../binutils/size.c &&\ 515s mv -f $depbase.Tpo $depbase.Po 515s ../../gprof/cg_print.c: In function ‘cg_print_file_ordering’: 515s ../../gprof/cg_print.c:1290:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/cg_print.gcda’ profile count data file not found [-Wmissing-profile] 515s 1290 | } 515s | ^ 515s ../../gprof/corefile.c: In function ‘core_create_line_syms’: 515s ../../gprof/corefile.c:916:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/corefile.gcda’ profile count data file not found [-Wmissing-profile] 515s 916 | } 515s | ^ 515s mv -f .deps/cg_arcs.Tpo .deps/cg_arcs.Po 515s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT gmon_io.o -MD -MP -MF .deps/gmon_io.Tpo -c -o gmon_io.o ../../gprof/gmon_io.c 515s ../../gprof/gmon_io.c: In function ‘gmon_out_write’: 515s ../../gprof/gmon_io.c:732:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/gmon_io.gcda’ profile count data file not found [-Wmissing-profile] 515s 732 | } 515s | ^ 515s depbase=`echo bucomm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 515s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT bucomm.o -MD -MP -MF $depbase.Tpo -c -o bucomm.o ../../binutils/bucomm.c &&\ 515s mv -f $depbase.Tpo $depbase.Po 515s mv -f .deps/corefile.Tpo .deps/corefile.Po 515s depbase=`echo version.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 515s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT version.o -MD -MP -MF $depbase.Tpo -c -o version.o ../../binutils/version.c &&\ 515s mv -f $depbase.Tpo $depbase.Po 515s mv -f .deps/gmon_io.Tpo .deps/gmon_io.Po 515s depbase=`echo filemode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 515s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT filemode.o -MD -MP -MF $depbase.Tpo -c -o filemode.o ../../binutils/filemode.c &&\ 515s mv -f $depbase.Tpo $depbase.Po 515s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT gprof.o -MD -MP -MF .deps/gprof.Tpo -c -o gprof.o ../../gprof/gprof.c 515s mv -f .deps/cg_print.Tpo .deps/cg_print.Po 515s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT objdump.o -MD -MP -MF .deps/objdump.Tpo -c -o objdump.o -DOBJDUMP_PRIVATE_VECTORS="" ../../binutils/objdump.c 515s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT hertz.o -MD -MP -MF .deps/hertz.Tpo -c -o hertz.o ../../gprof/hertz.c 515s ../../gprof/gprof.c: In function ‘done’: 515s ../../gprof/gprof.c:651:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/gprof.gcda’ profile count data file not found [-Wmissing-profile] 515s 651 | } 515s | ^ 515s ../../gprof/hertz.c: In function ‘hertz’: 515s ../../gprof/hertz.c:63:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/hertz.gcda’ profile count data file not found [-Wmissing-profile] 515s 63 | } 515s | ^ 515s mv -f .deps/hertz.Tpo .deps/hertz.Po 515s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT dwarf.o -MD -MP -MF .deps/dwarf.Tpo -c -o dwarf.o ../../binutils/dwarf.c 515s depbase=`echo prdbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 515s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT prdbg.o -MD -MP -MF $depbase.Tpo -c -o prdbg.o ../../binutils/prdbg.c &&\ 515s mv -f $depbase.Tpo $depbase.Po 515s mv -f .deps/gprof.Tpo .deps/gprof.Po 515s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT hist.o -MD -MP -MF .deps/hist.Tpo -c -o hist.o ../../gprof/hist.c 516s ../../gprof/hist.c: In function ‘find_histogram_for_pc’: 516s ../../gprof/hist.c:754:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/hist.gcda’ profile count data file not found [-Wmissing-profile] 516s 754 | } 516s | ^ 516s mv -f .deps/hist.Tpo .deps/hist.Po 516s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../../gprof/source.c 516s ../../gprof/source.c: In function ‘annotate_source’: 516s ../../gprof/source.c:270:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/source.gcda’ profile count data file not found [-Wmissing-profile] 516s 270 | } 516s | ^ 516s mv -f .deps/source.Tpo .deps/source.Po 516s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT search_list.o -MD -MP -MF .deps/search_list.Tpo -c -o search_list.o ../../gprof/search_list.c 516s ../../gprof/search_list.c: In function ‘search_list_append’: 516s ../../gprof/search_list.c:60:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/search_list.gcda’ profile count data file not found [-Wmissing-profile] 516s 60 | } 516s | ^ 516s mv -f .deps/search_list.Tpo .deps/search_list.Po 516s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT symtab.o -MD -MP -MF .deps/symtab.Tpo -c -o symtab.o ../../gprof/symtab.c 516s ../../gprof/symtab.c: In function ‘sym_lookup’: 516s ../../gprof/symtab.c:274:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/symtab.gcda’ profile count data file not found [-Wmissing-profile] 516s 274 | } 516s | ^ 516s depbase=`echo demanguse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 516s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT demanguse.o -MD -MP -MF $depbase.Tpo -c -o demanguse.o ../../binutils/demanguse.c &&\ 516s mv -f $depbase.Tpo $depbase.Po 516s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT sym_ids.o -MD -MP -MF .deps/sym_ids.Tpo -c -o sym_ids.o ../../gprof/sym_ids.c 516s mv -f .deps/symtab.Tpo .deps/symtab.Po 516s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o ../../gprof/utils.c 516s ../../gprof/sym_ids.c: In function ‘sym_id_arc_is_present’: 516s ../../gprof/sym_ids.c:387:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/sym_ids.gcda’ profile count data file not found [-Wmissing-profile] 516s 387 | } 516s | ^ 516s ../../gprof/utils.c: In function ‘print_name’: 516s ../../gprof/utils.c:118:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/utils.gcda’ profile count data file not found [-Wmissing-profile] 516s 118 | } 516s | ^ 516s mv -f .deps/utils.Tpo .deps/utils.Po 516s depbase=`echo rddbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 516s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT rddbg.o -MD -MP -MF $depbase.Tpo -c -o rddbg.o ../../binutils/rddbg.c &&\ 516s mv -f $depbase.Tpo $depbase.Po 516s mv -f .deps/sym_ids.Tpo .deps/sym_ids.Po 516s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT i386.o -MD -MP -MF .deps/i386.Tpo -c -o i386.o ../../gprof/i386.c 516s ../../gprof/i386.c: In function ‘i386_find_call’: 516s ../../gprof/i386.c:103:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/i386.gcda’ profile count data file not found [-Wmissing-profile] 516s 103 | } 516s | ^ 516s mv -f .deps/i386.Tpo .deps/i386.Po 516s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT alpha.o -MD -MP -MF .deps/alpha.Tpo -c -o alpha.o ../../gprof/alpha.c 516s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT vax.o -MD -MP -MF .deps/vax.Tpo -c -o vax.o ../../gprof/vax.c 516s ../../gprof/alpha.c: In function ‘alpha_find_call’: 516s ../../gprof/alpha.c:178:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/alpha.gcda’ profile count data file not found [-Wmissing-profile] 516s 178 | } 516s | ^ 516s ../../gprof/vax.c: In function ‘vax_find_call’: 516s ../../gprof/vax.c:362:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/vax.gcda’ profile count data file not found [-Wmissing-profile] 516s 362 | } 516s | ^ 516s mv -f .deps/alpha.Tpo .deps/alpha.Po 516s depbase=`echo debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 516s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT debug.o -MD -MP -MF $depbase.Tpo -c -o debug.o ../../binutils/debug.c &&\ 516s mv -f $depbase.Tpo $depbase.Po 516s mv -f .deps/vax.Tpo .deps/vax.Po 516s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT sparc.o -MD -MP -MF .deps/sparc.Tpo -c -o sparc.o ../../gprof/sparc.c 516s ../../gprof/sparc.c: In function ‘sparc_find_call’: 516s ../../gprof/sparc.c:93:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/sparc.gcda’ profile count data file not found [-Wmissing-profile] 516s 93 | } 516s | ^ 516s mv -f .deps/sparc.Tpo .deps/sparc.Po 516s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT mips.o -MD -MP -MF .deps/mips.Tpo -c -o mips.o ../../gprof/mips.c 517s ../../gprof/mips.c: In function ‘mips_find_call’: 517s ../../gprof/mips.c:105:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/mips.gcda’ profile count data file not found [-Wmissing-profile] 517s 105 | } 517s | ^ 517s mv -f .deps/mips.Tpo .deps/mips.Po 517s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT aarch64.o -MD -MP -MF .deps/aarch64.Tpo -c -o aarch64.o ../../gprof/aarch64.c 517s ../../gprof/aarch64.c: In function ‘aarch64_find_call’: 517s ../../gprof/aarch64.c:100:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/aarch64.gcda’ profile count data file not found [-Wmissing-profile] 517s 100 | } 517s | ^ 517s mv -f .deps/aarch64.Tpo .deps/aarch64.Po 517s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT flat_bl.o -MD -MP -MF .deps/flat_bl.Tpo -c -o flat_bl.o ../../gprof/flat_bl.c 517s ../../gprof/flat_bl.c: In function ‘flat_blurb’: 517s ../../gprof/flat_bl.c:44:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/flat_bl.gcda’ profile count data file not found [-Wmissing-profile] 517s 44 | } 517s | ^ 517s mv -f .deps/flat_bl.Tpo .deps/flat_bl.Po 517s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT bsd_callg_bl.o -MD -MP -MF .deps/bsd_callg_bl.Tpo -c -o bsd_callg_bl.o ../../gprof/bsd_callg_bl.c 517s ../../gprof/bsd_callg_bl.c: In function ‘bsd_callg_blurb’: 517s ../../gprof/bsd_callg_bl.c:124:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/bsd_callg_bl.gcda’ profile count data file not found [-Wmissing-profile] 517s 124 | } 517s | ^ 517s mv -f .deps/bsd_callg_bl.Tpo .deps/bsd_callg_bl.Po 517s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT fsf_callg_bl.o -MD -MP -MF .deps/fsf_callg_bl.Tpo -c -o fsf_callg_bl.o ../../gprof/fsf_callg_bl.c 517s ../../gprof/fsf_callg_bl.c: In function ‘fsf_callg_blurb’: 517s ../../gprof/fsf_callg_bl.c:99:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/fsf_callg_bl.gcda’ profile count data file not found [-Wmissing-profile] 517s 99 | } 517s | ^ 517s mv -f .deps/fsf_callg_bl.Tpo .deps/fsf_callg_bl.Po 517s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o sparc.o mips.o aarch64.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/libbfd.la ../libiberty/libiberty.a -lm 517s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o sparc.o mips.o aarch64.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a -lm 517s depbase=`echo stabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 517s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT stabs.o -MD -MP -MF $depbase.Tpo -c -o stabs.o ../../binutils/stabs.c &&\ 517s mv -f $depbase.Tpo $depbase.Po 517s mv -f .deps/objdump.Tpo .deps/objdump.Po 517s depbase=`echo rdcoff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 517s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT rdcoff.o -MD -MP -MF $depbase.Tpo -c -o rdcoff.o ../../binutils/rdcoff.c &&\ 517s mv -f $depbase.Tpo $depbase.Po 517s depbase=`echo elfcomm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 517s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elfcomm.o -MD -MP -MF $depbase.Tpo -c -o elfcomm.o ../../binutils/elfcomm.c &&\ 517s mv -f $depbase.Tpo $depbase.Po 518s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT arparse.o -MD -MP -MF .deps/arparse.Tpo -c -o arparse.o `test -f arparse.c || echo ../../binutils/`arparse.c 518s mv -f .deps/arparse.Tpo .deps/arparse.Po 518s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT arlex.o -MD -MP -MF .deps/arlex.Tpo -c -o arlex.o `test -f arlex.c || echo ../../binutils/`arlex.c 518s depbase=`echo ar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 518s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT ar.o -MD -MP -MF $depbase.Tpo -c -o ar.o ../../binutils/ar.c &&\ 518s mv -f $depbase.Tpo $depbase.Po 518s mv -f .deps/arlex.Tpo .deps/arlex.Po 518s depbase=`echo not-ranlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 518s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT not-ranlib.o -MD -MP -MF $depbase.Tpo -c -o not-ranlib.o ../../binutils/not-ranlib.c &&\ 518s mv -f $depbase.Tpo $depbase.Po 518s depbase=`echo arsup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 518s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT arsup.o -MD -MP -MF $depbase.Tpo -c -o arsup.o ../../binutils/arsup.c &&\ 518s mv -f $depbase.Tpo $depbase.Po 518s depbase=`echo rename.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 518s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT rename.o -MD -MP -MF $depbase.Tpo -c -o rename.o ../../binutils/rename.c &&\ 518s mv -f $depbase.Tpo $depbase.Po 518s depbase=`echo binemul.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 518s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT binemul.o -MD -MP -MF $depbase.Tpo -c -o binemul.o ../../binutils/binemul.c &&\ 518s mv -f $depbase.Tpo $depbase.Po 518s depbase=`echo emul_vanilla.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 518s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT emul_vanilla.o -MD -MP -MF $depbase.Tpo -c -o emul_vanilla.o ../../binutils/emul_vanilla.c &&\ 518s mv -f $depbase.Tpo $depbase.Po 518s depbase=`echo strings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 518s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT strings.o -MD -MP -MF $depbase.Tpo -c -o strings.o ../../binutils/strings.c &&\ 518s mv -f $depbase.Tpo $depbase.Po 518s depbase=`echo is-ranlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 518s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT is-ranlib.o -MD -MP -MF $depbase.Tpo -c -o is-ranlib.o ../../binutils/is-ranlib.c &&\ 518s mv -f $depbase.Tpo $depbase.Po 518s depbase=`echo objcopy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 518s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT objcopy.o -MD -MP -MF $depbase.Tpo -c -o objcopy.o ../../binutils/objcopy.c &&\ 518s mv -f $depbase.Tpo $depbase.Po 519s depbase=`echo not-strip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 519s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT not-strip.o -MD -MP -MF $depbase.Tpo -c -o not-strip.o ../../binutils/not-strip.c &&\ 519s mv -f $depbase.Tpo $depbase.Po 519s depbase=`echo wrstabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 519s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT wrstabs.o -MD -MP -MF $depbase.Tpo -c -o wrstabs.o ../../binutils/wrstabs.c &&\ 519s mv -f $depbase.Tpo $depbase.Po 519s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 519s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 519s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 519s depbase=`echo addr2line.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 519s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT addr2line.o -MD -MP -MF $depbase.Tpo -c -o addr2line.o ../../binutils/addr2line.c &&\ 519s mv -f $depbase.Tpo $depbase.Po 519s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT readelf.o -MD -MP -MF .deps/readelf.Tpo -c -o readelf.o ../../binutils/readelf.c 519s depbase=`echo unwind-ia64.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 519s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT unwind-ia64.o -MD -MP -MF $depbase.Tpo -c -o unwind-ia64.o ../../binutils/unwind-ia64.c &&\ 519s mv -f $depbase.Tpo $depbase.Po 519s depbase=`echo elfedit.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 519s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT elfedit.o -MD -MP -MF $depbase.Tpo -c -o elfedit.o ../../binutils/elfedit.c &&\ 519s mv -f $depbase.Tpo $depbase.Po 520s depbase=`echo nm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 520s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT nm.o -MD -MP -MF $depbase.Tpo -c -o nm.o ../../binutils/nm.c &&\ 520s mv -f $depbase.Tpo $depbase.Po 520s mv -f .deps/dwarf.Tpo .deps/dwarf.Po 520s depbase=`echo is-strip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 520s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT is-strip.o -MD -MP -MF $depbase.Tpo -c -o is-strip.o ../../binutils/is-strip.c &&\ 520s mv -f $depbase.Tpo $depbase.Po 520s depbase=`echo cxxfilt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 520s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT cxxfilt.o -MD -MP -MF $depbase.Tpo -c -o cxxfilt.o ../../binutils/cxxfilt.c &&\ 520s mv -f $depbase.Tpo $depbase.Po 520s depbase=`echo bfdtest1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 520s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT bfdtest1.o -MD -MP -MF $depbase.Tpo -c -o bfdtest1.o ../../binutils/bfdtest1.c &&\ 520s mv -f $depbase.Tpo $depbase.Po 520s depbase=`echo bfdtest2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 520s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT bfdtest2.o -MD -MP -MF $depbase.Tpo -c -o bfdtest2.o ../../binutils/bfdtest2.c &&\ 520s mv -f $depbase.Tpo $depbase.Po 520s depbase=`echo testsuite/gentestdlls.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 520s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT testsuite/gentestdlls.o -MD -MP -MF $depbase.Tpo -c -o testsuite/gentestdlls.o ../../binutils/testsuite/gentestdlls.c &&\ 520s mv -f $depbase.Tpo $depbase.Po 520s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o size size.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 520s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o objdump objdump.o dwarf.o prdbg.o demanguse.o rddbg.o debug.o stabs.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o ../opcodes/libopcodes.la ../libctf/libctf.la ../bfd/libbfd.la ../libiberty/libiberty.a ../libsframe/libsframe.la 520s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/size size.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 520s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/objdump objdump.o dwarf.o prdbg.o demanguse.o rddbg.o debug.o stabs.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o ../opcodes/.libs/libopcodes.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/../libiberty/pic ../libctf/.libs/libctf.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/../libiberty/pic /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/libbfd.so ../bfd/.libs/libbfd.so -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a ../libsframe/.libs/libsframe.so 520s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 520s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 522s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o strings strings.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 522s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/strings strings.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 522s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 522s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 523s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 523s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 523s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 523s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 524s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o elfedit elfedit.o version.o elfcomm.o ../libiberty/libiberty.a 524s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o elfedit elfedit.o version.o elfcomm.o ../libiberty/libiberty.a 525s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o nm-new nm.o demanguse.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 525s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/nm-new nm.o demanguse.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 525s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 525s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 526s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 526s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 526s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o bfdtest1 bfdtest1.o ../bfd/libbfd.la ../libiberty/libiberty.a 526s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/bfdtest1 bfdtest1.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 526s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o bfdtest2 bfdtest2.o ../bfd/libbfd.la ../libiberty/libiberty.a 526s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/bfdtest2 bfdtest2.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 527s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o testsuite/gentestdlls testsuite/gentestdlls.o ../bfd/libbfd.la ../libiberty/libiberty.a 527s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o testsuite/.libs/gentestdlls testsuite/gentestdlls.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 527s mv -f .deps/readelf.Tpo .deps/readelf.Po 527s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o readelf readelf.o version.o unwind-ia64.o dwarf.o demanguse.o elfcomm.o ../libctf/libctf-nobfd.la ../libiberty/libiberty.a -lz ../libsframe/libsframe.la 527s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/readelf readelf.o version.o unwind-ia64.o dwarf.o demanguse.o elfcomm.o ../libctf/.libs/libctf-nobfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/../libiberty/pic -liberty ../libiberty/libiberty.a -lz ../libsframe/.libs/libsframe.so 530s ../libiberty/../../libiberty/cp-demangle.c: In function 'd_demangle_callback.constprop': 530s ../libiberty/../../libiberty/cp-demangle.c:6794:1: warning: stack usage might be unbounded [-Wstack-usage=] 530s 6794 | d_demangle_callback (const char *mangled, int options, 530s | ^ 531s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 531s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 531s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 531s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 531s (echo "/* This file is automatically generated. DO NOT EDIT! */";\ 531s for f in `echo " " eelf64_s390.o eelf_s390.o "" \ 531s | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ 531s echo "extern ld_emulation_xfer_type ld_${f}_emulation;"; \ 531s done;\ 531s echo "";\ 531s echo "#define EMULATION_LIST \\";\ 531s for f in `echo " " eelf64_s390.o eelf_s390.o "" \ 531s | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ 531s echo " &ld_${f}_emulation, \\"; \ 531s done;\ 531s echo " 0") >ldemul-tmp.h 531s mv ldemul-tmp.h ldemul-list.h 531s /usr/bin/make all-recursive 531s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 531s Making all in po 531s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld/po' 531s make[5]: Nothing to be done for 'all'. 531s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld/po' 531s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 531s test -d ldscripts || mkdir ldscripts; touch ldscripts/stamp 531s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libdep_plugin.lo -MD -MP -MF .deps/libdep_plugin.Tpo -c -o libdep_plugin.lo ../../ld/libdep_plugin.c 531s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c -o libldtestplug_la-testplug.lo `test -f 'testplug.c' || echo '../../ld/'`testplug.c 531s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libldtestplug2_la-testplug2.lo -MD -MP -MF .deps/libldtestplug2_la-testplug2.Tpo -c -o libldtestplug2_la-testplug2.lo `test -f 'testplug2.c' || echo '../../ld/'`testplug2.c 531s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libldtestplug3_la-testplug3.lo -MD -MP -MF .deps/libldtestplug3_la-testplug3.Tpo -c -o libldtestplug3_la-testplug3.lo `test -f 'testplug3.c' || echo '../../ld/'`testplug3.c 531s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libdep_plugin.lo -MD -MP -MF .deps/libdep_plugin.Tpo -c ../../ld/libdep_plugin.c -fPIC -DPIC -o .libs/libdep_plugin.o 531s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c ../../ld/testplug.c -fPIC -DPIC -o .libs/libldtestplug_la-testplug.o 531s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libldtestplug2_la-testplug2.lo -MD -MP -MF .deps/libldtestplug2_la-testplug2.Tpo -c ../../ld/testplug2.c -fPIC -DPIC -o .libs/libldtestplug2_la-testplug2.o 531s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libldtestplug3_la-testplug3.lo -MD -MP -MF .deps/libldtestplug3_la-testplug3.Tpo -c ../../ld/testplug3.c -fPIC -DPIC -o .libs/libldtestplug3_la-testplug3.o 531s ../../ld/libdep_plugin.c: In function ‘onload’: 531s ../../ld/libdep_plugin.c:342:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld/.libs/libdep_plugin.gcda’ profile count data file not found [-Wmissing-profile] 531s 342 | } 531s | ^ 531s ../../ld/testplug.c: In function ‘oncleanup’: 531s ../../ld/testplug.c:675:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld/.libs/libldtestplug_la-testplug.gcda’ profile count data file not found [-Wmissing-profile] 531s 675 | } 531s | ^ 531s ../../ld/testplug2.c: In function ‘oncleanup’: 531s ../../ld/testplug2.c:677:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld/.libs/libldtestplug2_la-testplug2.gcda’ profile count data file not found [-Wmissing-profile] 531s 677 | } 531s | ^ 531s ../../ld/testplug3.c: In function ‘oncleanup’: 531s ../../ld/testplug3.c:635:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld/.libs/libldtestplug3_la-testplug3.gcda’ profile count data file not found [-Wmissing-profile] 531s 635 | } 531s | ^ 531s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libdep_plugin.lo -MD -MP -MF .deps/libdep_plugin.Tpo -c ../../ld/libdep_plugin.c -o libdep_plugin.o >/dev/null 2>&1 531s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c ../../ld/testplug.c -o libldtestplug_la-testplug.o >/dev/null 2>&1 531s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libldtestplug3_la-testplug3.lo -MD -MP -MF .deps/libldtestplug3_la-testplug3.Tpo -c ../../ld/testplug3.c -o libldtestplug3_la-testplug3.o >/dev/null 2>&1 531s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libldtestplug2_la-testplug2.lo -MD -MP -MF .deps/libldtestplug2_la-testplug2.Tpo -c ../../ld/testplug2.c -o libldtestplug2_la-testplug2.o >/dev/null 2>&1 531s mv -f .deps/libdep_plugin.Tpo .deps/libdep_plugin.Plo 531s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libldtestplug4_la-testplug4.lo -MD -MP -MF .deps/libldtestplug4_la-testplug4.Tpo -c -o libldtestplug4_la-testplug4.lo `test -f 'testplug4.c' || echo '../../ld/'`testplug4.c 531s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libldtestplug4_la-testplug4.lo -MD -MP -MF .deps/libldtestplug4_la-testplug4.Tpo -c ../../ld/testplug4.c -fPIC -DPIC -o .libs/libldtestplug4_la-testplug4.o 531s ../../ld/testplug4.c: In function ‘oncleanup’: 531s ../../ld/testplug4.c:683:1: warning: ‘/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld/.libs/libldtestplug4_la-testplug4.gcda’ profile count data file not found [-Wmissing-profile] 531s 683 | } 531s | ^ 532s mv -f .deps/libldtestplug3_la-testplug3.Tpo .deps/libldtestplug3_la-testplug3.Plo 532s mv -f .deps/libldtestplug_la-testplug.Tpo .deps/libldtestplug_la-testplug.Plo 532s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT ldgram.o -MD -MP -MF .deps/ldgram.Tpo -c -o ldgram.o `test -f ldgram.c || echo ../../ld/`ldgram.c 532s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT ldlex-wrapper.o -MD -MP -MF .deps/ldlex-wrapper.Tpo -c -o ldlex-wrapper.o ../../ld/ldlex-wrapper.c 532s mv -f .deps/libldtestplug2_la-testplug2.Tpo .deps/libldtestplug2_la-testplug2.Plo 532s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT lexsup.o -MD -MP -MF .deps/lexsup.Tpo -c -o lexsup.o ../../ld/lexsup.c 532s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT libldtestplug4_la-testplug4.lo -MD -MP -MF .deps/libldtestplug4_la-testplug4.Tpo -c ../../ld/testplug4.c -o libldtestplug4_la-testplug4.o >/dev/null 2>&1 532s mv -f .deps/libldtestplug4_la-testplug4.Tpo .deps/libldtestplug4_la-testplug4.Plo 532s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT ldlang.o -MD -MP -MF .deps/ldlang.Tpo -c -o ldlang.o ../../ld/ldlang.c 532s mv -f .deps/ldlex-wrapper.Tpo .deps/ldlex-wrapper.Po 532s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT mri.o -MD -MP -MF .deps/mri.Tpo -c -o mri.o ../../ld/mri.c 532s mv -f .deps/ldgram.Tpo .deps/ldgram.Po 532s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT ldctor.o -MD -MP -MF .deps/ldctor.Tpo -c -o ldctor.o ../../ld/ldctor.c 532s mv -f .deps/mri.Tpo .deps/mri.Po 532s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT ldmain.o -MD -MP -MF .deps/ldmain.Tpo -c -o ldmain.o \ 532s -DDEFAULT_EMULATION='"elf64_s390"' \ 532s -DBINDIR='"/usr/bin"' -DTOOLBINDIR='"/usr/s390x-linux-gnu/bin"' \ 532s -DTARGET='"s390x-ibm-linux-gnu"' -DTARGET_SYSTEM_ROOT=\"/\" \ 532s ../../ld/ldmain.c 532s mv -f .deps/lexsup.Tpo .deps/lexsup.Po 532s mv -f .deps/ldctor.Tpo .deps/ldctor.Po 532s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT ldwrite.o -MD -MP -MF .deps/ldwrite.Tpo -c -o ldwrite.o ../../ld/ldwrite.c 532s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT ldexp.o -MD -MP -MF .deps/ldexp.Tpo -c -o ldexp.o ../../ld/ldexp.c 532s mv -f .deps/ldwrite.Tpo .deps/ldwrite.Po 532s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT ldemul.o -MD -MP -MF .deps/ldemul.Tpo -c -o ldemul.o ../../ld/ldemul.c 532s mv -f .deps/ldmain.Tpo .deps/ldmain.Po 532s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT ldver.o -MD -MP -MF .deps/ldver.Tpo -c -o ldver.o ../../ld/ldver.c 532s mv -f .deps/ldemul.Tpo .deps/ldemul.Po 532s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT ldmisc.o -MD -MP -MF .deps/ldmisc.Tpo -c -o ldmisc.o ../../ld/ldmisc.c 533s mv -f .deps/ldver.Tpo .deps/ldver.Po 533s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT ldfile.o -MD -MP -MF .deps/ldfile.Tpo -c -o ldfile.o \ 533s -DSCRIPTDIR='"/usr/lib/s390x-linux-gnu"' -DBINDIR='"/usr/bin"' -DTOOLBINDIR='"/usr/s390x-linux-gnu/bin"' \ 533s ../../ld/ldfile.c 533s mv -f .deps/ldexp.Tpo .deps/ldexp.Po 533s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT ldcref.o -MD -MP -MF .deps/ldcref.Tpo -c -o ldcref.o ../../ld/ldcref.c 533s mv -f .deps/ldcref.Tpo .deps/ldcref.Po 533s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o ../../ld/plugin.c 533s mv -f .deps/ldfile.Tpo .deps/ldfile.Po 533s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT ldbuildid.o -MD -MP -MF .deps/ldbuildid.Tpo -c -o ldbuildid.o ../../ld/ldbuildid.c 533s mv -f .deps/ldmisc.Tpo .deps/ldmisc.Po 533s /bin/bash ../../ld/genscripts.sh "../../ld" "/usr/lib/s390x-linux-gnu" "/usr" "/usr" s390x-ibm-linux-gnu s390x-ibm-linux-gnu s390x-linux-gnu ".deps" "" "elf64_s390 elf_s390" "/usr/local/lib /lib /usr/lib" yes yes elf64_s390 "s390x-linux-gnu" 533s mv -f .deps/ldbuildid.Tpo .deps/ldbuildid.Po 533s /bin/bash ../../ld/genscripts.sh "../../ld" "/usr/lib/s390x-linux-gnu" "/usr" "/usr" s390x-ibm-linux-gnu s390x-ibm-linux-gnu s390x-linux-gnu ".deps" "" "elf64_s390 elf_s390" "/usr/local/lib /lib /usr/lib" yes yes elf_s390 "s390-linux-gnu" 533s mv -f .deps/plugin.Tpo .deps/plugin.Po 533s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT ldelf.o -MD -MP -MF .deps/ldelf.Tpo -c -o ldelf.o ../../ld/ldelf.c 534s mv -f .deps/ldelf.Tpo .deps/ldelf.Po 534s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT ldelfgen.o -MD -MP -MF .deps/ldelfgen.Tpo -c -o ldelfgen.o ../../ld/ldelfgen.c 534s mv -f .deps/ldelfgen.Tpo .deps/ldelfgen.Po 534s /bin/bash ./libtool --tag=CC --tag=disable-static --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -no-undefined -rpath /nowhere -module -avoid-version -Wl,-z,relro -o libdep.la -rpath /usr/lib/s390x-linux-gnu/bfd-plugins libdep_plugin.lo 534s libtool: link: warning: ignoring multiple `-rpath's for a libtool library 534s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libdep_plugin.o -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -Wl,-z -Wl,relro -Wl,-soname -Wl,libdep.so -o .libs/libdep.so 534s libtool: link: ( cd ".libs" && rm -f "libdep.la" && ln -s "../libdep.la" "libdep.la" ) 534s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -no-undefined -rpath /nowhere -Wl,-z,relro -o libldtestplug.la libldtestplug_la-testplug.lo 535s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libldtestplug_la-testplug.o -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -Wl,-z -Wl,relro -Wl,-soname -Wl,libldtestplug.so.0 -o .libs/libldtestplug.so.0.0.0 535s mv -f .deps/ldlang.Tpo .deps/ldlang.Po 535s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -no-undefined -rpath /nowhere -Wl,-z,relro -o libldtestplug2.la libldtestplug2_la-testplug2.lo 535s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libldtestplug2_la-testplug2.o -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -Wl,-z -Wl,relro -Wl,-soname -Wl,libldtestplug2.so.0 -o .libs/libldtestplug2.so.0.0.0 535s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -no-undefined -rpath /nowhere -Wl,-z,relro -o libldtestplug3.la libldtestplug3_la-testplug3.lo 535s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libldtestplug3_la-testplug3.o -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -Wl,-z -Wl,relro -Wl,-soname -Wl,libldtestplug3.so.0 -o .libs/libldtestplug3.so.0.0.0 535s libtool: link: (cd ".libs" && rm -f "libldtestplug.so.0" && ln -s "libldtestplug.so.0.0.0" "libldtestplug.so.0") 535s libtool: link: (cd ".libs" && rm -f "libldtestplug.so" && ln -s "libldtestplug.so.0.0.0" "libldtestplug.so") 535s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libldtestplug.a libldtestplug_la-testplug.o 535s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libldtestplug.a 535s libtool: link: ( cd ".libs" && rm -f "libldtestplug.la" && ln -s "../libldtestplug.la" "libldtestplug.la" ) 535s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -no-undefined -rpath /nowhere -Wl,-z,relro -o libldtestplug4.la libldtestplug4_la-testplug4.lo 535s libtool: link: (cd ".libs" && rm -f "libldtestplug2.so.0" && ln -s "libldtestplug2.so.0.0.0" "libldtestplug2.so.0") 535s libtool: link: (cd ".libs" && rm -f "libldtestplug2.so" && ln -s "libldtestplug2.so.0.0.0" "libldtestplug2.so") 535s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libldtestplug2.a libldtestplug2_la-testplug2.o 535s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libldtestplug2.a 535s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libldtestplug4_la-testplug4.o -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -Wl,-z -Wl,relro -Wl,-soname -Wl,libldtestplug4.so.0 -o .libs/libldtestplug4.so.0.0.0 535s libtool: link: ( cd ".libs" && rm -f "libldtestplug2.la" && ln -s "../libldtestplug2.la" "libldtestplug2.la" ) 535s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT eelf_s390.o -MD -MP -MF .deps/eelf_s390.Tpo -c -o eelf_s390.o eelf_s390.c 535s libtool: link: (cd ".libs" && rm -f "libldtestplug3.so.0" && ln -s "libldtestplug3.so.0.0.0" "libldtestplug3.so.0") 535s libtool: link: (cd ".libs" && rm -f "libldtestplug3.so" && ln -s "libldtestplug3.so.0.0.0" "libldtestplug3.so") 535s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libldtestplug3.a libldtestplug3_la-testplug3.o 535s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libldtestplug3.a 535s libtool: link: ( cd ".libs" && rm -f "libldtestplug3.la" && ln -s "../libldtestplug3.la" "libldtestplug3.la" ) 535s libtool: link: (cd ".libs" && rm -f "libldtestplug4.so.0" && ln -s "libldtestplug4.so.0.0.0" "libldtestplug4.so.0") 535s libtool: link: (cd ".libs" && rm -f "libldtestplug4.so" && ln -s "libldtestplug4.so.0.0.0" "libldtestplug4.so") 535s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libldtestplug4.a libldtestplug4_la-testplug4.o 535s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libldtestplug4.a 535s libtool: link: ( cd ".libs" && rm -f "libldtestplug4.la" && ln -s "../libldtestplug4.la" "libldtestplug4.la" ) 535s mv -f .deps/eelf_s390.Tpo .deps/eelf_s390.Po 535s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -MT eelf64_s390.o -MD -MP -MF .deps/eelf64_s390.Tpo -c -o eelf64_s390.o eelf64_s390.c 536s mv -f .deps/eelf64_s390.Tpo .deps/eelf64_s390.Po 536s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z,relro -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o ldbuildid.o eelf64_s390.o eelf_s390.o ldelf.o ldelfgen.o ../bfd/libbfd.la ../libctf/libctf.la ../libiberty/libiberty.a -lz -ljansson 536s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -Wl,-z -Wl,relro -o .libs/ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o ldbuildid.o eelf64_s390.o eelf_s390.o ldelf.o ldelfgen.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic ../libctf/.libs/libctf.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/../libiberty/pic /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/.libs/libbfd.so /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs/libsframe.so -liberty ../libiberty/libiberty.a -lz -ljansson 538s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 538s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 538s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 538s make[2]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single' 538s make[1]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single' 538s env MAKE="/usr/bin/make VERSION=-system" \ 538s DEB_TARGET_MULTIARCH=s390x-linux-gnu DEB_TARGET_MULTIARCH32=s390-linux-gnu \ 538s /usr/bin/make -C builddir-single -k check 538s make[1]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single' 538s Unset ELF_PACKAGE_METADATA for tests 538s make[2]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single' 538s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 538s /usr/bin/make VERSION=-system check-recursive 538s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 538s Making check in po 538s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/po' 538s make[5]: Nothing to be done for 'check'. 538s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/po' 538s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 538s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 538s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 538s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 538s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 538s Making check in . 538s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 538s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 538s Making check in po 538s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/po' 538s make[4]: Nothing to be done for 'check'. 538s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/po' 538s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 538s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 538s /usr/bin/make VERSION=-system check-recursive 538s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 538s Making check in po 538s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/po' 538s make[5]: Nothing to be done for 'check'. 538s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/po' 538s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 538s /usr/bin/make VERSION=-system check-DEJAGNU 538s make[6]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 538s srcdir=`cd ../../binutils && pwd`; export srcdir; \ 538s r=`pwd`; export r; \ 538s LC_ALL=C; export LC_ALL; \ 538s EXPECT=expect; export EXPECT; \ 538s runtest=runtest; \ 538s if /bin/bash -c "$runtest --version" > /dev/null 2>&1; then \ 538s $runtest --tool binutils --srcdir ${srcdir}/testsuite \ 538s CC="s390x-linux-gnu-gcc" CFLAGS="-g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain " \ 538s CC_FOR_BUILD="s390x-linux-gnu-gcc" \ 538s CC_FOR_TARGET="s390x-linux-gnu-gcc" \ 538s CFLAGS_FOR_TARGET="-g -O2 -mbackchain -O0" \ 538s ; \ 538s else echo "WARNING: could not find \`runtest'" 1>&2; :;\ 538s fi 538s Test run by ubuntu on Sat Feb 15 21:43:23 2025 538s Native configuration is s390x-ibm-linux-gnu 538s 538s === binutils tests === 538s 538s WARNING: Couldn't find tool init file 538s Schedule of variations: 538s unix 538s 538s Running target unix 538s Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. 538s Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. 538s Using /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/config/default.exp as tool-and-target-specific interface file. 538s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/aarch64/aarch64.exp ... 538s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/addr2line.exp ... 538s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/ar.exp ... 541s FAIL: replacing non-deterministic member (wrong size, expected: 920) 543s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/arc/objdump.exp ... 543s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/arm/objdump.exp ... 543s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/bfin/objdump.exp ... 543s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/compress.exp ... 544s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/cxxfilt.exp ... 544s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/debuginfod.exp ... 544s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/dlltool.exp ... 544s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/elfedit.exp ... 544s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/hppa/objdump.exp ... 544s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/i386/i386.exp ... 544s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/kvx/kvx.exp ... 544s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/loongarch64/loongarch64.exp ... 544s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/m68k/objdump.exp ... 544s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/mips/mips.exp ... 544s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/nfp/objdump.exp ... 544s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/nm.exp ... 544s Version /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/nm-new 2.44 544s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/objcopy.exp ... 544s Version /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/objcopy 2.44 548s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/objdump.exp ... 548s Version /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/objdump 2.44 549s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/readelf.exp ... 549s Version /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/readelf 2.44 550s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/riscv/riscv.exp ... 550s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/size.exp ... 550s Version /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/size 2.44 550s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/strings.exp ... 550s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/update-section.exp ... 550s Version /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/objcopy 2.44 550s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/vax/objdump.exp ... 550s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/wasm32/wasm32.exp ... 550s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/windres/windres.exp ... 550s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/x86-64/objects.exp ... 550s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/binutils/testsuite/binutils-all/x86-64/x86-64.exp ... 550s 550s === binutils Summary === 550s 550s # of expected passes 260 550s # of unexpected failures 1 550s # of unsupported tests 7 550s make[6]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 550s make[6]: *** [Makefile:1838: check-DEJAGNU] Error 1 550s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 550s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 550s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 550s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/etc' 550s make[3]: Nothing to be done for 'check'. 550s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/etc' 550s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 550s Making check in po 550s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas/po' 550s make[4]: Nothing to be done for 'check'. 550s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas/po' 550s make[5]: *** [Makefile:1577: check-am] Error 2 550s make[4]: *** [Makefile:1446: check-recursive] Error 1 550s make[3]: *** [Makefile:1579: check] Error 2 550s make[2]: *** [Makefile:4182: check-binutils] Error 2 550s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 550s rm -f doc/asconfig.texi 550s cp ../../gas/doc/all.texi doc/asconfig.texi && touch -m -r ../../gas/doc/all.texi doc/asconfig.texi 550s chmod u+w doc/asconfig.texi 550s /usr/bin/make VERSION=-system check-DEJAGNU 550s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 550s /usr/bin/grep -E "(development|experimental)=" ../../gas/../bfd/development.sh \ 550s | gawk -F= '{ print "set " $1 " " $2 }' > development.exp 550s Making a new site.exp file ... 550s if [ -d testsuite ]; then \ 550s true; \ 550s else \ 550s mkdir testsuite; \ 550s fi 550s rm -f testsuite/site.exp 550s cp site.exp testsuite/site.exp 550s rootme=`pwd`; export rootme; \ 550s srcdir=`cd ../../gas; pwd` ; export srcdir ; \ 550s LC_ALL=C; export LC_ALL; \ 550s EXPECT=expect ; export EXPECT ; \ 550s runtest=runtest; \ 550s cd testsuite; \ 550s if /bin/bash -c "$runtest --version" > /dev/null 2>&1; then \ 550s $runtest --tool gas --srcdir ${srcdir}/testsuite \ 550s ; \ 550s else echo "WARNING: could not find \`runtest'" 1>&2; :;\ 550s fi 550s WARNING: Couldn't find tool init file 550s Test run by ubuntu on Sat Feb 15 21:43:35 2025 550s Native configuration is s390x-ibm-linux-gnu 550s 550s === gas tests === 550s 550s Schedule of variations: 550s unix 550s 550s Running target unix 550s Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. 550s Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. 550s Using /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/config/default.exp as tool-and-target-specific interface file. 550s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/aarch64/aarch64.exp ... 550s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/aarch64/codeview.exp ... 550s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/aarch64/sysreg/aarch64-sysreg.exp ... 550s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/all/gas.exp ... 552s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/alpha/alpha.exp ... 552s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/arc/arc.exp ... 552s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/arc/warn.exp ... 552s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/arm/arm.exp ... 552s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/avr/avr.exp ... 552s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/bfin/bfin.exp ... 552s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/bfin/error.exp ... 552s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/bpf/bpf.exp ... 552s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/cfi-sframe/cfi-sframe.exp ... 552s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/cfi/cfi.exp ... 552s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/cr16/cr16.exp ... 552s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/cr16/pic.exp ... 552s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/cris/cris.exp ... 552s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/crx/allinsn.exp ... 552s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/csky/csky.exp ... 552s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/d10v/d10v.exp ... 552s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/d30v/d30.exp ... 552s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/dlx/alltests.exp ... 552s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/elf/elf.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/epiphany/allinsn.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/fr30/allinsn.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/fr30/fr30.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/frv/allinsn.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/ft32/ft32.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/h8300-elf.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/h8300.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t01_mov.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t02_mova.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t03_add.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t04_sub.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t05_cmp.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t06_ari2.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t07_ari3.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t08_or.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t09_xor.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t10_and.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t11_logs.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t12_bit.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/h8300/t13_otr.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/hppa/basic/basic.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/hppa/parse/parse.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/hppa/reloc/reloc.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/hppa/unsorted/unsorted.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/i386/codeview.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/i386/i386.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/i386/ilp32/cfi/ilp32.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/i386/ilp32/elf/ilp32.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/i386/ilp32/ilp32.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/i386/ilp32/lns/ilp32.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/i386/solaris/solaris.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/i386/x86-64.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/ia64/ia64.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/ieee-fp/x930509a.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/ip2k/ip2k-allinsn.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/iq2000/allinsn.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/iq2000/load-hazards.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/iq2000/odd-ldw.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/iq2000/odd-sdw.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/iq2000/yield.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/kvx/kvx.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/lm32/all.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/lns/lns.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/loongarch/loongarch.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/m32r/allinsn.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/m32r/error.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/m32r/m32r.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/m32r/m32r2.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/m32r/m32rx.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/m32r/pic.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/m32r/rel32.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/m68hc11/m68hc11.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/m68k/all.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mach-o/mach-o.exp ... 554s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/macros/macros.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mcore/allinsn.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mep/allinsn.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mep/complex-relocs.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/metag/metag.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/microblaze/allinsn.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/microblaze/endian.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/microblaze/relax_size.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/microblaze/reloc_sym.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/microblaze/special_reg.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mips/mips.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mmix/mmix-err.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mmix/mmix-list.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mmix/mmix.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mn10200/basic.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mn10300/basic.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mri/mri.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/msp430/msp430.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mt/errors.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mt/mt.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/mt/relocs.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/nds32/nds32.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/or1k/or1k.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/pdp11/pdp11.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/pe/pe.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/pj/pj.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/ppc/aix.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/ppc/ppc.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/pru/pru.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/riscv/riscv.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/rl78/rl78.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/rx/rx.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/s12z/s12z.exp ... 555s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/s390/s390.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/scfi/aarch64/scfi-aarch64.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/scfi/x86_64/scfi-x86-64.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/score/relax.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/score/relax_32.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/sh/arch/arch.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/sh/basic.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/sh/err.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/sparc-solaris/addend.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/sparc-solaris/gas.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/sparc/mismatch.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/sparc/sparc.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/symver/symver.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/tic4x/tic4x.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/tic54x/tic54x.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/tic6x/tic6x.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/tilegx/tilegx.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/tilepro/tilepro.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/v850/basic.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/vax/vax.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/visium/error.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/visium/visium.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/wasm32/wasm32.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/xgate/xgate.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/xstormy16/allinsn.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/xtensa/all.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/xtensa/xtensa-err.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/z80/z80.exp ... 556s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/gas/testsuite/gas/z8k/z8k.exp ... 556s 556s === gas Summary === 556s 556s # of expected passes 365 556s # of unsupported tests 5 556s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas/as-new 2.44 556s 556s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 556s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 556s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 556s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 556s /usr/bin/make VERSION=-system check-recursive 556s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 556s Making check in po 556s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/po' 556s make[5]: Nothing to be done for 'check'. 556s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/po' 556s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 556s make[5]: Nothing to be done for 'check-am'. 556s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 556s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 556s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 556s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 556s /usr/bin/make VERSION=-system check-recursive 556s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 556s Making check in po 556s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld/po' 556s make[5]: Nothing to be done for 'check'. 556s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld/po' 556s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 556s /usr/bin/make VERSION=-system check-DEJAGNU 556s make[6]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 556s (cd .libs; test -e ldscripts || test ! -e ld-new || ln -s ../ldscripts .) 556s srcroot=`cd ../../ld && pwd`; export srcroot; \ 556s r=`pwd`; export r; \ 556s LC_ALL=C; export LC_ALL; \ 556s EXPECT=expect; export EXPECT; \ 556s runtest=runtest; \ 556s if /bin/bash -c "$runtest --version" > /dev/null 2>&1; then \ 556s $runtest --tool ld --srcdir ${srcroot}/testsuite \ 556s CC="s390x-linux-gnu-gcc" CFLAGS="-g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain " \ 556s CXX="s390x-linux-gnu-g++" CXXFLAGS="-g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain " \ 556s CC_FOR_TARGET="s390x-linux-gnu-gcc" \ 556s CFLAGS_FOR_TARGET="-g -O2 -mbackchain" \ 556s CXX_FOR_TARGET="s390x-linux-gnu-g++" \ 556s CXXFLAGS_FOR_TARGET="-g -O2 -mbackchain -D_GNU_SOURCE" \ 556s OFILES="ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o plugin.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o eelf64_s390.o eelf_s390.o ldelf.o ldelfgen.o ldbuildid.o" BFDLIB="../bfd/.libs/libbfd.a" CTFLIB="../libctf/.libs/libctf.a -lz" \ 556s SFRAMELIB="../libsframe/.libs/libsframe.a" \ 556s JANSSON_LIBS="-ljansson " ZSTD_LIBS="" \ 556s LIBIBERTY="../libiberty/libiberty.a " LIBS="" \ 556s DO_COMPARE="`echo 'cmp --ignore-initial=16 $f1 $f2' | sed -e 's,\\$,,g'`" \ 556s ; \ 556s else echo "WARNING: could not find \`runtest'" 1>&2; :;\ 556s fi 556s WARNING: Couldn't find tool init file 556s Test run by ubuntu on Sat Feb 15 21:43:41 2025 556s Native configuration is s390x-ibm-linux-gnu 556s 556s === ld tests === 556s 556s Schedule of variations: 556s unix 556s 556s Running target unix 556s Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. 556s Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. 556s Using /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/config/default.exp as tool-and-target-specific interface file. 557s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-aarch64/aarch64-elf.exp ... 557s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-aarch64/aarch64-nto.exp ... 557s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-aarch64/protections/aarch64-protections.exp ... 557s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-alpha/alpha.exp ... 557s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-arc/arc.exp ... 557s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-arm/arm-elf.exp ... 557s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-arm/export-class.exp ... 557s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-auto-import/auto-import.exp ... 557s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-avr/avr.exp ... 557s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-bootstrap/bootstrap.exp ... 759s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-bpf/bpf.exp ... 759s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-cdtest/cdtest.exp ... 759s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-checks/checks.exp ... 759s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-cris/cris.exp ... 759s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-crx/crx.exp ... 759s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-csky/csky.exp ... 759s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-ctf/ctf.exp ... 761s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-cygwin/exe-export.exp ... 761s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-d10v/d10v.exp ... 761s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-discard/discard.exp ... 762s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-dynamic/export-dynamic-symbol.exp ... 762s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/audit.exp ... 762s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/binutils.exp ... 765s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/build-id.exp ... 765s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/comm-data.exp ... 765s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/compress.exp ... 767s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/dt-relr.exp ... 767s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/dwarf.exp ... 767s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/eh-group.exp ... 767s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/elf.exp ... 780s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/exclude.exp ... 780s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/export-class.exp ... 780s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/frame.exp ... 780s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/indirect.exp ... 782s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/linux-x86.exp ... 782s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/no-section-header.exp ... 785s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/notes.exp ... 785s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/package-note.exp ... 785s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/provide-hidden.exp ... 785s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/readelf.exp ... 785s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/sec-to-seg.exp ... 785s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/sec64k.exp ... 791s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/shared.exp ... 801s FAIL: pr26580-3 805s FAIL: Run pr21964-4 806s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/tls.exp ... 806s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/tls_common.exp ... 806s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elf/wrap.exp ... 807s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elfcomm/elfcomm.exp ... 807s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elfvers/vers.exp ... 811s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-elfweak/elfweak.exp ... 811s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-fastcall/fastcall.exp ... 811s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-frv/fdpic.exp ... 811s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-frv/frv-elf.exp ... 811s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-frv/tls.exp ... 811s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-gc/gc.exp ... 812s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-h8300/h8300.exp ... 812s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-i386/export-class.exp ... 812s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-i386/i386.exp ... 812s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-i386/no-plt.exp ... 812s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-i386/tls.exp ... 812s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-ia64/ia64.exp ... 812s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-ia64/line.exp ... 812s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-ifunc/binutils.exp ... 812s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-ifunc/ifunc.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-kvx/kvx-elf.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-libs/libs.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-linkonce/linkonce.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-loongarch-elf/cmodel.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-loongarch-elf/ifunc.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-loongarch-elf/ld-loongarch-elf.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-loongarch-elf/pic.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-loongarch-elf/relax.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-m68hc11/m68hc11.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-m68k/m68k-got.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-m68k/m68k.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-mep/mep.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-metag/metag.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-mips-elf/comm-data.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-mips-elf/export-class.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-mips-elf/mips-elf-flags.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-mips-elf/mips-elf.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-misc/defsym.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-misc/input-remap.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-misc/just-symbols.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-mmix/mmix.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-mn10300/mn10300.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-msp430-elf/msp430-elf.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-nds32/nds32.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-or1k/or1k.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-pdp11/pdp11.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-pe/pdb.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-pe/pe-compile.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-pe/pe-run.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-pe/pe-run2-def.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-pe/pe-run2.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-pe/pe.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-pie/pie.exp ... 815s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-plugin/lto.exp ... 830s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-plugin/plugin.exp ... 831s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-powerpc/aix52.exp ... 831s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-powerpc/export-class.exp ... 831s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-powerpc/powerpc.exp ... 831s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-pru/pru.exp ... 831s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp ... 831s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-s12z/s12z.exp ... 831s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-s390/s390.exp ... 832s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/align.exp ... 832s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/alignof.exp ... 832s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/assert.exp ... 832s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/crossref.exp ... 832s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/data.exp ... 832s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/default-script.exp ... 832s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/defined.exp ... 833s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/dynamic-sections.exp ... 833s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/empty-address.exp ... 833s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/empty-aligned.exp ... 833s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/empty-orphan.exp ... 833s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/exclude-file.exp ... 833s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/expr.exp ... 833s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/extern.exp ... 833s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/include.exp ... 833s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/log2.exp ... 833s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/map-address.exp ... 833s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/overlay-size.exp ... 833s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/phdrs.exp ... 833s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/phdrs2.exp ... 833s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/phdrs3.exp ... 834s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/print-memory-usage.exp ... 834s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/provide.exp ... 834s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/rgn-at.exp ... 834s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/rgn-over.exp ... 834s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/script.exp ... 835s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/section-flags.exp ... 835s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/section-match.exp ... 835s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/section-order.exp ... 835s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/sizeof.exp ... 835s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/sort.exp ... 836s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/sysroot-prefix.exp ... 836s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-scripts/weak.exp ... 836s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-selective/sel-dump.exp ... 836s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-selective/selective.exp ... 836s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-sframe/sframe.exp ... 836s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-sh/arch/arch.exp ... 836s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-sh/rd-sh.exp ... 836s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-sh/sh-vxworks.exp ... 836s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-sh/sh.exp ... 836s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-shared/shared.exp ... 837s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-size/size.exp ... 837s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-sparc/sparc.exp ... 837s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-spu/spu.exp ... 837s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-srec/srec.exp ... 837s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-tic6x/tic6x.exp ... 837s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-tilegx/tilegx.exp ... 837s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-tilepro/tilepro.exp ... 837s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-undefined/entry.exp ... 838s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-undefined/require-defined.exp ... 838s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-undefined/undefined.exp ... 838s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-undefined/weak-undef.exp ... 838s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-unique/unique.exp ... 838s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-v850/v850.exp ... 838s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-vax-elf/export-class.exp ... 838s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-vax-elf/vax-elf.exp ... 838s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-visium/visium.exp ... 838s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-vsb/vsb.exp ... 845s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-vxworks/vxworks.exp ... 845s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-x86-64/dwarfreloc.exp ... 845s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-x86-64/export-class.exp ... 845s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-x86-64/line.exp ... 845s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-x86-64/no-plt.exp ... 845s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-x86-64/pe-x86-64.exp ... 845s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-x86-64/tls.exp ... 845s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-x86-64/x86-64.exp ... 845s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-xstormy16/xstormy16.exp ... 845s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-xtensa/xtensa-linux.exp ... 845s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-xtensa/xtensa.exp ... 845s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-z80/z80.exp ... 845s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/ld/testsuite/ld-z8k/z8k.exp ... 845s 845s === ld Summary === 845s 845s # of expected passes 1724 845s # of unexpected failures 2 845s # of expected failures 27 845s # of untested testcases 1 845s # of unsupported tests 156 845s ./ld-new 2.44 845s 845s make[6]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 845s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 845s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 845s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 845s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty' 845s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/testsuite' 845s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I.. -I../../../libiberty/testsuite/../../include -o test-demangle \ 845s ../../../libiberty/testsuite/test-demangle.c ../libiberty.a 845s make[6]: *** [Makefile:2387: check-DEJAGNU] Error 1 845s make[5]: *** [Makefile:2032: check-am] Error 2 845s make[4]: *** [Makefile:1901: check-recursive] Error 1 845s make[3]: *** [Makefile:2034: check] Error 2 845s make[2]: *** [Makefile:7788: check-ld] Error 2 849s ./test-demangle < ../../../libiberty/testsuite/demangle-expected 849s ./test-demangle: 418 tests, 0 failures 849s ./test-demangle < ../../../libiberty/testsuite/d-demangle-expected 849s ./test-demangle: 365 tests, 0 failures 849s ./test-demangle < ../../../libiberty/testsuite/rust-demangle-expected 849s ./test-demangle: 75 tests, 0 failures 849s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I.. -I../../../libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-pexecute \ 849s ../../../libiberty/testsuite/test-pexecute.c ../libiberty.a 849s ../../../libiberty/testsuite/test-pexecute.c: In function ‘main’: 849s ../../../libiberty/testsuite/test-pexecute.c:424:64: warning: ‘%s’ directive output may be truncated writing up to 999 bytes into a region of size 981 [-Wformat-truncation=] 849s 424 | snprintf (errbuf2, sizeof errbuf2, "pexecute 2 failed: %s", errbuf1); 849s | ^~ ~~~~~~~ 849s In file included from /usr/include/stdio.h:970, 849s from ../../../libiberty/testsuite/../../include/libiberty.h:49, 849s from ../../../libiberty/testsuite/test-pexecute.c:26: 849s In function ‘snprintf’, 849s inlined from ‘main’ at ../../../libiberty/testsuite/test-pexecute.c:424:2: 849s /usr/include/s390x-linux-gnu/bits/stdio2.h:68:10: note: ‘__builtin___snprintf_chk’ output between 20 and 1019 bytes into a destination of size 1000 849s 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, 849s | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 849s 69 | __glibc_objsize (__s), __fmt, 849s | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 849s 70 | __va_arg_pack ()); 849s | ~~~~~~~~~~~~~~~~~ 849s ../../../libiberty/testsuite/test-pexecute.c: In function ‘main’: 849s ../../../libiberty/testsuite/test-pexecute.c:412:64: warning: ‘%s’ directive output may be truncated writing up to 999 bytes into a region of size 981 [-Wformat-truncation=] 849s 412 | snprintf (errbuf2, sizeof errbuf2, "pexecute 1 failed: %s", errbuf1); 849s | ^~ ~~~~~~~ 849s In function ‘snprintf’, 849s inlined from ‘main’ at ../../../libiberty/testsuite/test-pexecute.c:412:2: 849s /usr/include/s390x-linux-gnu/bits/stdio2.h:68:10: note: ‘__builtin___snprintf_chk’ output between 20 and 1019 bytes into a destination of size 1000 849s 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, 849s | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 849s 69 | __glibc_objsize (__s), __fmt, 849s | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 849s 70 | __va_arg_pack ()); 849s | ~~~~~~~~~~~~~~~~~ 849s ./test-pexecute 850s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I.. -I../../../libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-expandargv \ 850s ../../../libiberty/testsuite/test-expandargv.c ../libiberty.a 850s ./test-expandargv 850s PASS: test-buildargv-0. 850s PASS: test-expandargv-0. 850s PASS: test-buildargv-1. 850s PASS: test-expandargv-1. 850s PASS: test-buildargv-2. 850s PASS: test-expandargv-2. 850s PASS: test-buildargv-3. 850s PASS: test-expandargv-3. 850s PASS: test-buildargv-4. 850s PASS: test-expandargv-4. 850s PASS: test-buildargv-5. 850s PASS: test-expandargv-5. 850s PASS: test-buildargv-6. 850s PASS: test-expandargv-6. 850s PASS: test-buildargv-7. 850s PASS: test-expandargv-7. 850s PASS: test-buildargv-8. 850s PASS: test-expandargv-8. 850s PASS: test-buildargv-9. 850s PASS: test-expandargv-9. 850s PASS: test-buildargv-10. 850s PASS: test-expandargv-10. 850s PASS: test-buildargv-11. 850s PASS: test-expandargv-11. 850s PASS: test-buildargv-12. 850s PASS: test-expandargv-12. 850s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I.. -I../../../libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-strtol \ 850s ../../../libiberty/testsuite/test-strtol.c ../libiberty.a 850s ./test-strtol 850s PASS: test-strtol-0. 850s PASS: test-strtol-1. 850s PASS: test-strtol-2. 850s PASS: test-strtol-3. 850s PASS: test-strtol-4. 850s PASS: test-strtol-5. 850s PASS: test-strtol-6. 850s PASS: test-strtol-7. 850s PASS: test-strtol-8. 850s PASS: test-strtol-9. 850s PASS: test-strtol-10. 850s PASS: test-strtol-11. 850s PASS: test-strtol-12. 850s PASS: test-strtol-13. 850s PASS: test-strtol-14. 850s PASS: test-strtol-15. 850s PASS: test-strtol-16. 850s PASS: test-strtol-17. 850s PASS: test-strtol-18. 850s PASS: test-strtol-19. 850s PASS: test-strtol-20. 850s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/testsuite' 850s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty' 850s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty' 850s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/testsuite' 850s make[4]: Nothing to be done for 'all'. 850s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/testsuite' 850s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty' 850s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 850s /usr/bin/make VERSION=-system all-am 850s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 850s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 850s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 850s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 850s Making info in po 850s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/po' 850s make[4]: Nothing to be done for 'info'. 850s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/po' 850s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 850s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 850s /usr/bin/make VERSION=-system all-recursive 850s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 850s Making all in po 850s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/po' 850s make[5]: Nothing to be done for 'all'. 850s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/po' 850s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 850s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 850s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 850s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 850s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 850s /usr/bin/make VERSION=-system all-recursive 850s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 850s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 850s make[5]: Nothing to be done for 'all-am'. 850s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 850s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 850s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 850s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 850s /usr/bin/make VERSION=-system all-recursive 850s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 850s Making all in . 850s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 850s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 850s Making all in po 850s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/po' 850s make[5]: Nothing to be done for 'all'. 850s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/po' 850s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 850s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 850s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 850s /usr/bin/make VERSION=-system all-recursive 850s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 850s Making all in po 850s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas/po' 850s make[5]: Nothing to be done for 'all'. 850s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas/po' 850s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 850s rm -f doc/asconfig.texi 850s cp ../../gas/doc/all.texi doc/asconfig.texi && touch -m -r ../../gas/doc/all.texi doc/asconfig.texi 850s chmod u+w doc/asconfig.texi 850s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 850s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 850s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 850s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 850s Making info in po 850s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/po' 850s make[4]: Nothing to be done for 'info'. 850s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/po' 850s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 850s make[4]: Nothing to be done for 'info-am'. 850s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 850s /usr/bin/make VERSION=-system all-recursive 850s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 850s Making all in po 850s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/po' 850s make[5]: Nothing to be done for 'all'. 850s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/po' 850s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 850s make[5]: Nothing to be done for 'all-am'. 850s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 850s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 850s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 850s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 850s /usr/bin/make VERSION=-system all-recursive 851s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 851s Making all in po 851s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld/po' 851s make[5]: Nothing to be done for 'all'. 851s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld/po' 851s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 851s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 851s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 851s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 851s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 851s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 851s /usr/bin/make VERSION=-system check-DEJAGNU 851s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 851s /usr/bin/grep -E "(development|experimental)=" ../../libctf/../bfd/development.sh \ 851s | gawk -F= '{ print "set " $1 " " $2 }' > development.exp 851s echo "set have_tcl_try true" >> development.exp 851s Making a new site.exp file ... 851s srcroot=`cd ../../libctf && pwd`; export srcroot; \ 851s r=`pwd`; export r; \ 851s LC_ALL=C; export LC_ALL; \ 851s EXPECT=expect; export EXPECT; \ 851s if [ "s390x-ibm-linux-gnu" = "s390x-ibm-linux-gnu" ] ; then \ 851s TEST_CROSS=no; \ 851s else \ 851s TEST_CROSS=yes; \ 851s fi; \ 851s runtest=runtest; \ 851s if /bin/bash -c "$runtest --version" > /dev/null 2>&1; then \ 851s $runtest --tool libctf --srcdir ${srcroot}/testsuite \ 851s CC="s390x-linux-gnu-gcc" CC_FOR_TARGET="s390x-linux-gnu-gcc" TEST_CROSS="${TEST_CROSS}" \ 851s CFLAGS="-g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I../../libctf/../include -I../../libctf -I. -I./../bfd " \ 851s LIBS="-L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/../libiberty/pic -liberty -lz " ; \ 851s else echo "WARNING: could not find \`runtest'" 1>&2; :;\ 851s fi 851s WARNING: Couldn't find tool init file 851s Test run by ubuntu on Sat Feb 15 21:48:36 2025 851s Native configuration is s390x-ibm-linux-gnu 851s 851s === libctf tests === 851s 851s Schedule of variations: 851s unix 851s 851s Running target unix 851s Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. 851s Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. 851s Using /tmp/autopkgtest.NwkPOK/build.jqY/src/libctf/testsuite/config/default.exp as tool-and-target-specific interface file. 851s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/libctf/testsuite/libctf-lookup/lookup.exp ... 854s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/libctf/testsuite/libctf-regression/libctf-repeat-cu.exp ... 854s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/libctf/testsuite/libctf-regression/regression.exp ... 857s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/libctf/testsuite/libctf-writable/writable.exp ... 861s 861s === libctf Summary === 861s 861s # of expected passes 36 861s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 861s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 861s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 861s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 861s /usr/bin/make VERSION=-system testsuite/libsframe.decode/be-flipping testsuite/libsframe.decode/frecnt-1 testsuite/libsframe.decode/frecnt-2 testsuite/libsframe.encode/encode-1 testsuite/libsframe.find/findfre-1 testsuite/libsframe.find/findfunc-1 testsuite/libsframe.find/plt-findfre-1 861s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 861s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe/../include -Wall -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT testsuite/libsframe.decode/testsuite_libsframe_decode_be_flipping-be-flipping.o -MD -MP -MF testsuite/libsframe.decode/.deps/testsuite_libsframe_decode_be_flipping-be-flipping.Tpo -c -o testsuite/libsframe.decode/testsuite_libsframe_decode_be_flipping-be-flipping.o `test -f 'testsuite/libsframe.decode/be-flipping.c' || echo '../../libsframe/'`testsuite/libsframe.decode/be-flipping.c 861s mv -f testsuite/libsframe.decode/.deps/testsuite_libsframe_decode_be_flipping-be-flipping.Tpo testsuite/libsframe.decode/.deps/testsuite_libsframe_decode_be_flipping-be-flipping.Po 861s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -o testsuite/libsframe.decode/be-flipping testsuite/libsframe.decode/testsuite_libsframe_decode_be_flipping-be-flipping.o ./libsframe.la 861s libtool: link: s390x-linux-gnu-gcc -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -o testsuite/libsframe.decode/.libs/be-flipping testsuite/libsframe.decode/testsuite_libsframe_decode_be_flipping-be-flipping.o ./.libs/libsframe.so 861s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe/../include -Wall -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_1-frecnt-1.o -MD -MP -MF testsuite/libsframe.decode/.deps/testsuite_libsframe_decode_frecnt_1-frecnt-1.Tpo -c -o testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_1-frecnt-1.o `test -f 'testsuite/libsframe.decode/frecnt-1.c' || echo '../../libsframe/'`testsuite/libsframe.decode/frecnt-1.c 861s mv -f testsuite/libsframe.decode/.deps/testsuite_libsframe_decode_frecnt_1-frecnt-1.Tpo testsuite/libsframe.decode/.deps/testsuite_libsframe_decode_frecnt_1-frecnt-1.Po 861s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -o testsuite/libsframe.decode/frecnt-1 testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_1-frecnt-1.o ./libsframe.la 861s libtool: link: s390x-linux-gnu-gcc -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -o testsuite/libsframe.decode/.libs/frecnt-1 testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_1-frecnt-1.o ./.libs/libsframe.so 862s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe/../include -Wall -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_2-frecnt-2.o -MD -MP -MF testsuite/libsframe.decode/.deps/testsuite_libsframe_decode_frecnt_2-frecnt-2.Tpo -c -o testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_2-frecnt-2.o `test -f 'testsuite/libsframe.decode/frecnt-2.c' || echo '../../libsframe/'`testsuite/libsframe.decode/frecnt-2.c 862s mv -f testsuite/libsframe.decode/.deps/testsuite_libsframe_decode_frecnt_2-frecnt-2.Tpo testsuite/libsframe.decode/.deps/testsuite_libsframe_decode_frecnt_2-frecnt-2.Po 862s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -o testsuite/libsframe.decode/frecnt-2 testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_2-frecnt-2.o ./libsframe.la 862s libtool: link: s390x-linux-gnu-gcc -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -o testsuite/libsframe.decode/.libs/frecnt-2 testsuite/libsframe.decode/testsuite_libsframe_decode_frecnt_2-frecnt-2.o ./.libs/libsframe.so 862s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe/../include -Wall -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT testsuite/libsframe.encode/testsuite_libsframe_encode_encode_1-encode-1.o -MD -MP -MF testsuite/libsframe.encode/.deps/testsuite_libsframe_encode_encode_1-encode-1.Tpo -c -o testsuite/libsframe.encode/testsuite_libsframe_encode_encode_1-encode-1.o `test -f 'testsuite/libsframe.encode/encode-1.c' || echo '../../libsframe/'`testsuite/libsframe.encode/encode-1.c 862s mv -f testsuite/libsframe.encode/.deps/testsuite_libsframe_encode_encode_1-encode-1.Tpo testsuite/libsframe.encode/.deps/testsuite_libsframe_encode_encode_1-encode-1.Po 862s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -o testsuite/libsframe.encode/encode-1 testsuite/libsframe.encode/testsuite_libsframe_encode_encode_1-encode-1.o ./libsframe.la 862s libtool: link: s390x-linux-gnu-gcc -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -o testsuite/libsframe.encode/.libs/encode-1 testsuite/libsframe.encode/testsuite_libsframe_encode_encode_1-encode-1.o ./.libs/libsframe.so 862s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe/../include -Wall -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.o -MD -MP -MF testsuite/libsframe.find/.deps/testsuite_libsframe_find_findfre_1-findfre-1.Tpo -c -o testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.o `test -f 'testsuite/libsframe.find/findfre-1.c' || echo '../../libsframe/'`testsuite/libsframe.find/findfre-1.c 862s mv -f testsuite/libsframe.find/.deps/testsuite_libsframe_find_findfre_1-findfre-1.Tpo testsuite/libsframe.find/.deps/testsuite_libsframe_find_findfre_1-findfre-1.Po 862s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -o testsuite/libsframe.find/findfre-1 testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.o ./libsframe.la 862s libtool: link: s390x-linux-gnu-gcc -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -o testsuite/libsframe.find/.libs/findfre-1 testsuite/libsframe.find/testsuite_libsframe_find_findfre_1-findfre-1.o ./.libs/libsframe.so 862s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe/../include -Wall -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.o -MD -MP -MF testsuite/libsframe.find/.deps/testsuite_libsframe_find_findfunc_1-findfunc-1.Tpo -c -o testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.o `test -f 'testsuite/libsframe.find/findfunc-1.c' || echo '../../libsframe/'`testsuite/libsframe.find/findfunc-1.c 862s mv -f testsuite/libsframe.find/.deps/testsuite_libsframe_find_findfunc_1-findfunc-1.Tpo testsuite/libsframe.find/.deps/testsuite_libsframe_find_findfunc_1-findfunc-1.Po 862s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -o testsuite/libsframe.find/findfunc-1 testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.o ./libsframe.la 862s libtool: link: s390x-linux-gnu-gcc -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -o testsuite/libsframe.find/.libs/findfunc-1 testsuite/libsframe.find/testsuite_libsframe_find_findfunc_1-findfunc-1.o ./.libs/libsframe.so 862s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe/../include -Wall -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.o -MD -MP -MF testsuite/libsframe.find/.deps/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.Tpo -c -o testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.o `test -f 'testsuite/libsframe.find/plt-findfre-1.c' || echo '../../libsframe/'`testsuite/libsframe.find/plt-findfre-1.c 862s mv -f testsuite/libsframe.find/.deps/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.Tpo testsuite/libsframe.find/.deps/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.Po 862s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -o testsuite/libsframe.find/plt-findfre-1 testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.o ./libsframe.la 862s libtool: link: s390x-linux-gnu-gcc -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -o testsuite/libsframe.find/.libs/plt-findfre-1 testsuite/libsframe.find/testsuite_libsframe_find_plt_findfre_1-plt-findfre-1.o ./.libs/libsframe.so 862s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 862s /usr/bin/make VERSION=-system check-DEJAGNU 862s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 862s Making a new site.exp file ... 862s srcroot=`cd ../../libsframe && pwd`; export srcroot; \ 862s r=`pwd`; export r; \ 862s LC_ALL=C; export LC_ALL; \ 862s EXPECT=expect; export EXPECT; \ 862s runtest=runtest; \ 862s if /bin/bash -c "$runtest --version" > /dev/null 2>&1; then \ 862s $runtest --tool libsframe --srcdir ${srcroot}/testsuite \ 862s CC="s390x-linux-gnu-gcc" \ 862s CROSS_COMPILE="" \ 862s COMPAT_DEJAGNU="yes" \ 862s CFLAGS="-g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I../../libsframe/../include -I../../libsframe -I." \ 862s ; \ 862s else echo "WARNING: could not find \`runtest'" 1>&2; :;\ 862s fi 862s WARNING: Couldn't find tool init file 862s Test run by ubuntu on Sat Feb 15 21:48:47 2025 862s Native configuration is s390x-ibm-linux-gnu 862s 862s === libsframe tests === 862s 862s Schedule of variations: 862s unix 862s 862s Running target unix 862s Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. 862s Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. 862s Using /tmp/autopkgtest.NwkPOK/build.jqY/src/libsframe/testsuite/config/default.exp as tool-and-target-specific interface file. 862s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/libsframe/testsuite/libsframe.decode/decode.exp ... 862s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/libsframe/testsuite/libsframe.encode/encode.exp ... 862s Running /tmp/autopkgtest.NwkPOK/build.jqY/src/libsframe/testsuite/libsframe.find/find.exp ... 862s 862s === libsframe Summary === 862s 862s # of expected passes 57 862s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 862s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 862s make[2]: Nothing to be done for 'check-target'. 862s make[2]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single' 862s make[1]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single' 862s make[2]: Target 'check-host' not remade because of errors. 862s make[1]: *** [Makefile:2570: do-check] Error 2 862s make[1]: Target 'check' not remade because of errors. 862s make: [debian/rules:543: stamps/build-single] Error 2 (ignored) 862s rm -f /tmp/autopkgtest.NwkPOK/build.jqY/src/test-summary 862s for f in \ 862s builddir-single/binutils/binutils.sum \ 862s builddir-single/gas/testsuite/gas.sum \ 862s builddir-single/ld/ld.sum \ 862s builddir-single/libctf/libctf.sum \ 862s builddir-single/gprofng/gprofng.sum \ 862s builddir-single/libsframe/libsframe.sum \ 862s ; do \ 862s [ -f $f ] || continue; \ 862s cat $f >> /tmp/autopkgtest.NwkPOK/build.jqY/src/test-summary; \ 862s done 862s set -e; \ 862s tsi=test-summary-installed; \ 862s rm -f $tsi; \ 862s if [ -f /usr/share/doc/binutils/test-summary-s390x.gz ]; then \ 862s zcat /usr/share/doc/binutils/test-summary-s390x.gz > $tsi; \ 862s elif [ -f /usr/share/doc/binutils/test-summary.gz ]; then \ 862s zcat /usr/share/doc/binutils/test-summary.gz > $tsi; \ 862s elif [ -f /usr/share/doc/binutils/test-summary ]; then \ 862s cat /usr/share/doc/binutils/test-summary > $tsi; \ 862s fi; \ 862s if [ ! -f $tsi ]; then \ 862s echo "No test results available for the installed binutils version"; \ 862s elif [ -x /usr/bin/python3 ]; then \ 862s echo "Test results, compared with installed binutils:"; \ 862s if python3 debian/test-suite-compare.py $tsi test-summary; then \ 862s : ; \ 862s elif [ -n "" ]; then \ 862s echo ""; \ 862s else \ 862s false; \ 862s fi; \ 862s else \ 862s echo "python3 not installed, not comparing test results."; \ 862s fi 862s Test results, compared with installed binutils: 862s 2607 tests: 2412 pass (92.52%), 3 fail (0.12%), 27 xfail (1.04%) 1 untested (0.04%). 862s touch stamps/build-single 862s test -f bfd/elf32.c -a -f debian/rules 862s find -name '*.[1-8]' -size 0 | xargs -r rm -f 862s rm -rf stamps/configure-pic builddir-pic 862s mkdir builddir-pic 862s cd builddir-pic && env CC="s390x-linux-gnu-gcc" CXX="s390x-linux-gnu-g++" CFLAGS="-fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain" CXXFLAGS="-fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain" LDFLAGS="" \ 862s DEB_TARGET_MULTIARCH=s390x-linux-gnu DEB_TARGET_MULTIARCH32=s390-linux-gnu \ 862s ../configure --with-sysroot=/ \ 862s --libdir=/usr/lib/s390x-linux-gnu \ 862s --disable-silent-rules --enable-obsolete --enable-plugins --enable-threads --enable-jansson --enable-default-hash-style=gnu --enable-deterministic-archives --disable-compressed-debug-sections --enable-new-dtags --disable-x86-used-note --with-gold-ldflags=-static-libstdc++ --prefix=/usr --sysconfdir=/etc --enable-shared --with-system-zlib --build=s390x-linux-gnu --host=s390x-linux-gnu --with-pkgversion="GNU Binutils for Ubuntu" --disable-werror --enable-targets=s390-linux-gnu --enable-ld=default --disable-gold --disable-gprofng 863s checking build system type... s390x-ibm-linux-gnu 863s checking host system type... s390x-ibm-linux-gnu 863s checking target system type... s390x-ibm-linux-gnu 863s checking for a BSD-compatible install... /usr/bin/install -c 863s checking whether ln works... yes 863s checking whether ln -s works... yes 863s checking for a sed that does not truncate output... /usr/bin/sed 863s checking for gawk... gawk 863s checking for s390x-linux-gnu-gcc... s390x-linux-gnu-gcc 863s checking whether the C compiler works... yes 863s checking for C compiler default output file name... a.out 863s checking for suffix of executables... 863s checking whether we are cross compiling... no 863s checking for suffix of object files... o 863s checking whether we are using the GNU C compiler... yes 863s checking whether s390x-linux-gnu-gcc accepts -g... yes 863s checking for s390x-linux-gnu-gcc option to accept ISO C89... none needed 863s checking for s390x-linux-gnu-gcc option to accept ISO C99... none needed 863s checking whether we are using the GNU C++ compiler... yes 863s checking whether s390x-linux-gnu-g++ accepts -g... yes 863s checking whether g++ accepts -static-libstdc++ -static-libgcc... yes 863s checking for s390x-linux-gnu-gnatbind... no 863s checking for gnatbind... no 863s checking for s390x-linux-gnu-gnatmake... no 863s checking for gnatmake... no 863s checking whether compiler driver understands Ada and is recent enough... no 863s checking for s390x-linux-gnu-gdc... no 863s checking for gdc... no 863s checking whether the D compiler works... no 863s checking for cargo... no 863s checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 863s checking for objdir... .libs 863s checking for isl 0.15 or later... no 863s required isl version is 0.15 or later 863s checking whether to enable libdiagnostics... no 863s checking for library containing dlopen... none required 863s checking for library containing pthread_create... none required 863s *** This configuration is not supported in the following subdirectories: 863s zlib 863s (Any other directories should still work fine.) 863s checking for default BUILD_CONFIG... 863s checking for --enable-vtable-verify... no 863s checking for bison... bison -y 863s checking for bison... bison 863s checking for gm4... no 863s checking for gnum4... no 863s checking for m4... m4 863s checking for flex... flex 863s checking for flex... flex 863s checking for makeinfo... makeinfo 863s checking for expect... expect 863s checking for runtest... runtest 863s checking for s390x-linux-gnu-ar... s390x-linux-gnu-ar 863s checking for s390x-linux-gnu-as... s390x-linux-gnu-as 863s checking for s390x-linux-gnu-dlltool... no 863s checking for dlltool... no 863s checking for s390x-linux-gnu-dsymutil... no 863s checking for dsymutil... no 863s checking for s390x-linux-gnu-ld... s390x-linux-gnu-ld 863s checking for s390x-linux-gnu-lipo... no 863s checking for lipo... no 863s checking for s390x-linux-gnu-nm... s390x-linux-gnu-nm 863s checking for s390x-linux-gnu-ranlib... s390x-linux-gnu-ranlib 863s checking for s390x-linux-gnu-strip... s390x-linux-gnu-strip 863s checking for s390x-linux-gnu-windres... no 863s checking for windres... no 863s checking for s390x-linux-gnu-windmc... no 863s checking for windmc... no 863s checking for s390x-linux-gnu-objcopy... s390x-linux-gnu-objcopy 863s checking for s390x-linux-gnu-objdump... s390x-linux-gnu-objdump 863s checking for s390x-linux-gnu-otool... no 863s checking for otool... no 863s checking for s390x-linux-gnu-readelf... s390x-linux-gnu-readelf 863s checking for -plugin option... checking for s390x-linux-gnu-ar... (cached) s390x-linux-gnu-ar 863s --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 863s checking for cc... cc 863s checking for c++... c++ 863s checking for gcc... gcc 863s checking for gfortran... no 863s checking for gccgo... no 863s checking for gdc... no 863s checking for gm2... no 863s checking for ar... ar 863s checking for as... as 863s checking for dlltool... no 863s checking for dsymutil... no 863s checking for ld... ld 863s checking for lipo... no 863s checking for nm... nm 863s checking for objcopy... objcopy 863s checking for objdump... objdump 863s checking for otool... no 863s checking for ranlib... ranlib 863s checking for readelf... readelf 863s checking for strip... strip 863s checking for windres... no 863s checking for windmc... no 863s checking where to find the target ar... just compiled 863s checking where to find the target as... just compiled 863s checking where to find the target cc... host tool 863s checking where to find the target c++... host tool 863s checking where to find the target c++ for libstdc++... host tool 863s checking where to find the target dlltool... just compiled 863s checking where to find the target dsymutil... host tool 863s checking where to find the target gcc... host tool 863s checking where to find the target gfortran... host tool 863s checking where to find the target gccgo... host tool 863s checking where to find the target gdc... host tool 863s checking where to find the target gm2... host tool 863s checking where to find the target ld... just compiled 863s checking where to find the target lipo... host tool 863s checking where to find the target nm... just compiled 863s checking where to find the target objcopy... just compiled 863s checking where to find the target objdump... just compiled 863s checking where to find the target otool... host tool 863s checking where to find the target ranlib... just compiled 863s checking where to find the target readelf... just compiled 863s checking where to find the target strip... just compiled 863s checking where to find the target windres... just compiled 863s checking where to find the target windmc... just compiled 863s checking whether to enable maintainer-specific portions of Makefiles... no 863s configure: creating ./config.status 864s config.status: creating Makefile 864s touch stamps/configure-pic 864s test -f bfd/elf32.c -a -f debian/rules 864s BEGIN stamps/build-pic 864s env BFD_SOVER_EXT="-system" CTF_SOVER_EXT="" \ 864s DEB_TARGET_MULTIARCH=s390x-linux-gnu DEB_TARGET_MULTIARCH32=s390-linux-gnu \ 864s /usr/bin/make -j 4 -C builddir-pic \ 864s LDFLAGS="-Wl,-z,relro" 864s make[1]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic' 864s make[2]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic' 864s mkdir -p -- ./libiberty 864s mkdir -p -- ./libsframe 864s mkdir -p -- ./binutils 864s mkdir -p -- ./gas 864s Configuring in ./libiberty 864s Configuring in ./binutils 864s Configuring in ./libsframe 864s Configuring in ./gas 864s configure: creating cache ./config.cache 864s configure: creating cache ./config.cache 864s configure: creating cache ./config.cache 864s checking build system type... checking build system type... configure: creating cache ./config.cache 864s checking build system type... checking whether to enable maintainer-specific portions of Makefiles... no 864s checking for makeinfo... makeinfo --split-size=5000000 864s s390x-ibm-linux-gnu 864s checking host system type... s390x-ibm-linux-gnu 864s checking host system type... s390x-ibm-linux-gnu 864s checking host system type... s390x-ibm-linux-gnu 864s checking target system type... s390x-ibm-linux-gnu 864s checking target system type... s390x-ibm-linux-gnu 864s checking target system type... s390x-ibm-linux-gnu 864s s390x-ibm-linux-gnu 864s checking for a BSD-compatible install... /usr/bin/install -c 864s checking whether build environment is sane... checking for s390x-linux-gnu-gcc... s390x-linux-gnu-gcc 864s s390x-ibm-linux-gnu 864s checking for a BSD-compatible install... /usr/bin/install -c 864s checking whether build environment is sane... yes 864s yes 864s checking for a thread-safe mkdir -p... /usr/bin/mkdir -p 864s checking for gawk... gawk 864s checking whether /usr/bin/make sets $(MAKE)... checking for a thread-safe mkdir -p... /usr/bin/mkdir -p 864s checking for gawk... gawk 864s checking whether /usr/bin/make sets $(MAKE)... yes 864s checking whether /usr/bin/make supports nested variables... checking whether the C compiler works... yes 864s yes 864s checking whether /usr/bin/make supports nested variables... checking whether /usr/bin/make supports nested variables... (cached) yes 864s checking for s390x-linux-gnu-gcc... s390x-linux-gnu-gcc 864s yes 864s checking whether /usr/bin/make supports nested variables... (cached) yes 864s checking for s390x-linux-gnu-gcc... s390x-linux-gnu-gcc 864s checking whether the C compiler works... yes 864s checking for C compiler default output file name... a.out 864s checking whether the C compiler works... checking for perl... perl 864s checking for suffix of executables... checking build system type... s390x-ibm-linux-gnu 864s checking host system type... yes 864s checking for C compiler default output file name... a.out 864s checking for suffix of executables... s390x-ibm-linux-gnu 864s checking for s390x-linux-gnu-ar... s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 864s checking for s390x-linux-gnu-ranlib... s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 864s checking for -plugin option... checking for s390x-linux-gnu-ar... (cached) s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 864s --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 864s checking whether to install libiberty headers and static library... no 864s configure: target_header_dir = 864s checking for s390x-linux-gnu-gcc... s390x-linux-gnu-gcc 864s yes 864s checking for C compiler default output file name... a.out 864s checking for suffix of executables... 864s checking whether we are cross compiling... 864s 864s checking whether we are cross compiling... checking whether we are cross compiling... no 864s checking for suffix of object files... o 864s checking whether we are using the GNU C compiler... no 864s checking for suffix of object files... no 864s checking for suffix of object files... checking whether the C compiler works... yes 864s checking whether s390x-linux-gnu-gcc accepts -g... o 864s checking whether we are using the GNU C compiler... o 864s checking whether we are using the GNU C compiler... yes 864s checking for s390x-linux-gnu-gcc option to accept ISO C89... yes 864s checking for C compiler default output file name... a.out 864s checking for suffix of executables... yes 864s checking whether s390x-linux-gnu-gcc accepts -g... yes 864s checking whether s390x-linux-gnu-gcc accepts -g... yes 864s checking for s390x-linux-gnu-gcc option to accept ISO C89... yes 864s checking for s390x-linux-gnu-gcc option to accept ISO C89... 864s checking whether we are cross compiling... none needed 864s checking whether s390x-linux-gnu-gcc understands -c and -o together... none needed 864s checking whether s390x-linux-gnu-gcc understands -c and -o together... yes 864s checking how to run the C preprocessor... no 864s checking for suffix of object files... yes 864s none needed 864s checking whether s390x-linux-gnu-gcc understands -c and -o together... checking for style of include used by /usr/bin/make... GNU 864s checking dependency style of s390x-linux-gnu-gcc... s390x-linux-gnu-gcc -E 864s o 864s checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... yes 864s gcc3 864s checking how to run the C preprocessor... checking for style of include used by /usr/bin/make... yes 864s checking whether s390x-linux-gnu-gcc accepts -g... /usr/bin/grep 864s checking for egrep... /usr/bin/grep -E 864s checking for ANSI C header files... GNU 864s checking dependency style of s390x-linux-gnu-gcc... yes 864s checking for s390x-linux-gnu-gcc option to accept ISO C89... s390x-linux-gnu-gcc -E 864s gcc3 865s checking how to run the C preprocessor... checking for grep that handles long lines and -e... s390x-linux-gnu-gcc -E 865s /usr/bin/grep 865s checking for egrep... /usr/bin/grep -E 865s checking for ANSI C header files... none needed 865s checking how to run the C preprocessor... checking for grep that handles long lines and -e... /usr/bin/grep 865s checking for egrep... /usr/bin/grep -E 865s checking for ANSI C header files... s390x-linux-gnu-gcc -E 865s yes 865s checking for sys/types.h... checking for grep that handles long lines and -e... /usr/bin/grep 865s checking for egrep... /usr/bin/grep -E 865s checking for ANSI C header files... yes 865s checking for sys/stat.h... yes 865s checking for sys/types.h... yes 865s yes 865s checking for sys/types.h... yes 865s checking for stdlib.h... checking for sys/stat.h... yes 865s yes 865s checking for sys/stat.h... yes 865s checking for stdlib.h... yes 865s checking for string.h... checking for sys/types.h... yes 865s yes 865s checking for stdlib.h... yes 865s checking for string.h... checking for memory.h... yes 865s checking for sys/stat.h... yes 865s yes 865s checking for string.h... yes 865s checking for memory.h... checking for strings.h... yes 865s checking for stdlib.h... yes 865s checking for memory.h... yes 865s yes 865s checking for inttypes.h... checking for strings.h... yes 865s checking for string.h... yes 865s yes 865s checking for strings.h... checking for stdint.h... yes 865s yes 865s checking for memory.h... checking for inttypes.h... yes 865s yes 865s checking for inttypes.h... checking for unistd.h... yes 865s yes 865s yes 865s checking for strings.h... checking for stdint.h... checking for stdint.h... yes 865s checking minix/config.h usability... yes 865s yes 865s checking for unistd.h... checking for inttypes.h... no 865s checking minix/config.h presence... yes 865s checking for unistd.h... no 865s checking for minix/config.h... no 865s checking whether it is safe to define __EXTENSIONS__... yes 865s yes 865s checking minix/config.h usability... checking for stdint.h... yes 865s checking minix/config.h usability... yes 865s checking for a BSD-compatible install... /usr/bin/install -c 865s checking whether build environment is sane... yes 865s yes 865s no 865s checking minix/config.h presence... checking for unistd.h... checking for a thread-safe mkdir -p... /usr/bin/mkdir -p 865s checking for gawk... gawk 865s checking whether /usr/bin/make sets $(MAKE)... no 865s checking for minix/config.h... no 865s checking whether it is safe to define __EXTENSIONS__... yes 865s checking for style of include used by /usr/bin/make... GNU 865s checking whether /usr/bin/make supports nested variables... no 865s checking minix/config.h presence... yes 865s checking dependency style of s390x-linux-gnu-gcc... yes 865s no 865s checking for minix/config.h... no 865s checking whether it is safe to define __EXTENSIONS__... checking minix/config.h usability... yes 865s checking how to print strings... printf 865s checking for a sed that does not truncate output... /usr/bin/sed 865s checking for fgrep... gcc3 865s /usr/bin/grep -F 865s checking for ld used by s390x-linux-gnu-gcc... s390x-linux-gnu-ld 865s checking if the linker (s390x-linux-gnu-ld) is GNU ld... checking whether /usr/bin/make supports nested variables... (cached) yes 865s checking whether /usr/bin/make sets $(MAKE)... (cached) yes 865s checking for s390x-linux-gnu-gcc... (cached) s390x-linux-gnu-gcc 865s yes 865s checking for BSD- or MS-compatible name lister (nm)... yes 865s checking whether byte ordering is bigendian... no 865s checking minix/config.h presence... /usr/bin/s390x-linux-gnu-nm -B 865s checking the name lister (/usr/bin/s390x-linux-gnu-nm -B) interface... checking whether we are using the GNU C compiler... (cached) yes 865s checking whether s390x-linux-gnu-gcc accepts -g... (cached) yes 865s checking for s390x-linux-gnu-gcc option to accept ISO C89... (cached) none needed 865s checking whether s390x-linux-gnu-gcc understands -c and -o together... (cached) yes 865s checking for s390x-linux-gnu-ranlib... s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 865s checking for s390x-linux-gnu-ar... s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 865s checking the archiver (s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so) interface... no 865s checking for minix/config.h... no 865s checking whether it is safe to define __EXTENSIONS__... BSD nm 865s checking whether ln -s works... yes 865s checking the maximum length of command line arguments... ar 865s checking how to print strings... printf 865s checking for a sed that does not truncate output... 1572864 865s checking whether the shell understands some XSI constructs... /usr/bin/sed 865s yes 865s checking whether the shell understands "+="... checking for fgrep... yes 865s /usr/bin/grep -F 865s checking for ld used by s390x-linux-gnu-gcc... checking for s390x-linux-gnu-ld option to reload object files... -r 865s checking for s390x-linux-gnu-objdump... s390x-linux-gnu-objdump 865s checking how to recognize dependent libraries... pass_all 865s s390x-linux-gnu-ld 865s checking if the linker (s390x-linux-gnu-ld) is GNU ld... checking for s390x-linux-gnu-ar... s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 865s yes 865s checking for BSD- or MS-compatible name lister (nm)... checking for s390x-linux-gnu-strip... s390x-linux-gnu-strip 865s checking for s390x-linux-gnu-ranlib... s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 865s checking command to parse /usr/bin/s390x-linux-gnu-nm -B output from s390x-linux-gnu-gcc object... yes 865s checking for special C compiler options needed for large files... no 865s checking for _FILE_OFFSET_BITS value needed for large files... /usr/bin/s390x-linux-gnu-nm -B 865s checking the name lister (/usr/bin/s390x-linux-gnu-nm -B) interface... no 865s yes 865s checking how to print strings... checking whether s390x-linux-gnu-gcc supports -W... BSD nm 865s checking whether ln -s works... yes 865s checking the maximum length of command line arguments... printf 865s checking for a sed that does not truncate output... /usr/bin/sed 865s checking for fgrep... 1572864 865s checking whether the shell understands some XSI constructs... yes 865s checking whether the shell understands "+="... /usr/bin/grep -F 865s checking for ld used by s390x-linux-gnu-gcc... yes 865s s390x-linux-gnu-ld 865s checking if the linker (s390x-linux-gnu-ld) is GNU ld... checking for s390x-linux-gnu-ld option to reload object files... -r 865s checking for s390x-linux-gnu-objdump... s390x-linux-gnu-objdump 865s checking how to recognize dependent libraries... pass_all 865s yes 865s checking for BSD- or MS-compatible name lister (nm)... checking for s390x-linux-gnu-ar... (cached) s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 865s yes 865s checking whether s390x-linux-gnu-gcc supports -Wall... checking for s390x-linux-gnu-strip... s390x-linux-gnu-strip 865s checking for s390x-linux-gnu-ranlib... (cached) s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 865s checking command to parse /usr/bin/s390x-linux-gnu-nm -B output from s390x-linux-gnu-gcc object... /usr/bin/s390x-linux-gnu-nm -B 865s checking the name lister (/usr/bin/s390x-linux-gnu-nm -B) interface... ok 865s yes 865s checking whether s390x-linux-gnu-gcc supports -Wwrite-strings... checking for dlfcn.h... BSD nm 865s checking whether ln -s works... yes 865s checking the maximum length of command line arguments... yes 865s 1572864 865s checking whether the shell understands some XSI constructs... yes 865s checking whether the shell understands "+="... yes 865s checking whether s390x-linux-gnu-gcc supports -Wc++-compat... checking for s390x-linux-gnu-ld option to reload object files... -r 865s checking for s390x-linux-gnu-objdump... s390x-linux-gnu-objdump 865s checking how to recognize dependent libraries... pass_all 865s checking for s390x-linux-gnu-ar... s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 865s checking for s390x-linux-gnu-strip... s390x-linux-gnu-strip 865s checking for s390x-linux-gnu-ranlib... s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 865s yes 865s checking command to parse /usr/bin/s390x-linux-gnu-nm -B output from s390x-linux-gnu-gcc object... checking whether s390x-linux-gnu-gcc supports -Wstrict-prototypes... ok 865s yes 865s checking for objdir... .libs 865s yes 865s checking whether s390x-linux-gnu-gcc supports -Wshadow=local... checking for dlfcn.h... yes 865s checking whether s390x-linux-gnu-gcc supports -pedantic ... yes 865s checking whether s390x-linux-gnu-gcc and cc understand -c and -o together... yes 865s checking for objdir... .libs 865s checking if s390x-linux-gnu-gcc supports -fno-rtti -fno-exceptions... ok 865s checking for dlfcn.h... no 865s checking for s390x-linux-gnu-gcc option to produce PIC... -fPIC -DPIC 865s checking if s390x-linux-gnu-gcc PIC flag -fPIC -DPIC works... checking if s390x-linux-gnu-gcc supports -fno-rtti -fno-exceptions... yes 865s yes 865s checking if s390x-linux-gnu-gcc static flag -static works... checking for objdir... .libs 865s yes 865s checking for an ANSI C-conforming const... no 865s checking for s390x-linux-gnu-gcc option to produce PIC... -fPIC -DPIC 865s checking if s390x-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes 865s checking if s390x-linux-gnu-gcc static flag -static works... yes 865s checking for inline... inline 865s checking whether byte ordering is bigendian... checking if s390x-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no 865s checking for s390x-linux-gnu-gcc option to produce PIC... -fPIC -DPIC 865s checking if s390x-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes 865s checking if s390x-linux-gnu-gcc supports -c -o file.o... yes 865s checking if s390x-linux-gnu-gcc supports -c -o file.o... yes 865s checking if s390x-linux-gnu-gcc static flag -static works... yes 865s checking if s390x-linux-gnu-gcc supports -c -o file.o... (cached) yes 865s checking whether the s390x-linux-gnu-gcc linker (s390x-linux-gnu-ld -m elf64_s390) supports shared libraries... yes 865s checking for a BSD-compatible install... /usr/bin/install -c 865s checking for CET support... no 865s checking target system type... yes 865s checking whether -lc should be explicitly linked in... yes 865s checking if s390x-linux-gnu-gcc supports -c -o file.o... (cached) yes 865s checking whether the s390x-linux-gnu-gcc linker (s390x-linux-gnu-ld -m elf64_s390) supports shared libraries... yes 865s checking if s390x-linux-gnu-gcc supports -c -o file.o... s390x-ibm-linux-gnu 865s yes 865s checking whether -lc should be explicitly linked in... checking for sys/file.h... no 865s checking dynamic linker characteristics... yes 865s checking for sys/param.h... no 865s checking dynamic linker characteristics... yes 865s checking if s390x-linux-gnu-gcc supports -c -o file.o... (cached) yes 865s checking whether the s390x-linux-gnu-gcc linker (s390x-linux-gnu-ld -m elf64_s390) supports shared libraries... yes 865s yes 865s checking whether -lc should be explicitly linked in... checking for limits.h... yes 865s no 865s checking dynamic linker characteristics... checking for stdlib.h... (cached) yes 865s GNU/Linux ld.so 865s checking how to hardcode library paths into programs... immediate 865s checking whether stripping libraries is possible... checking for malloc.h... yes 865s checking if libtool supports shared libraries... yes 865s checking whether to build shared libraries... yes 865s checking whether to build static libraries... yes 865s checking for special C compiler options needed for large files... no 865s checking for _FILE_OFFSET_BITS value needed for large files... GNU/Linux ld.so 865s checking how to hardcode library paths into programs... immediate 865s checking whether stripping libraries is possible... yes 865s checking if libtool supports shared libraries... yes 865s checking whether to build shared libraries... yes 865s yes 865s checking whether to build static libraries... yes 865s checking for dlfcn.h... (cached) yes 865s checking for windows.h... checking for string.h... (cached) yes 865s no 865s checking for aclocal... ${SHELL} /tmp/autopkgtest.NwkPOK/build.jqY/src/missing aclocal-1.15 865s checking for autoconf... ${SHELL} /tmp/autopkgtest.NwkPOK/build.jqY/src/missing autoconf 865s checking for autoheader... ${SHELL} /tmp/autopkgtest.NwkPOK/build.jqY/src/missing autoheader 865s checking for unistd.h... (cached) yes 865s checking whether s390x-linux-gnu-gcc supports -Wall... checking for strings.h... (cached) yes 865s checking for sys/time.h... yes 865s checking whether s390x-linux-gnu-gcc supports -Wextra... GNU/Linux ld.so 865s checking how to hardcode library paths into programs... immediate 865s checking whether stripping libraries is possible... yes 865s yes 865s checking if libtool supports shared libraries... yes 865s checking whether to build shared libraries... yes 865s checking whether to build static libraries... yes 865s checking for dlfcn.h... (cached) yes 865s no 865s checking for library containing dlsym... checking for windows.h... checking for time.h... yes 865s yes 865s checking whether s390x-linux-gnu-gcc supports -Wwrite-strings... checking for sys/resource.h... yes 865s yes 865s no 865s checking for library containing dlsym... none required 865s checking whether s390x-linux-gnu-gcc supports -Wmissing-format-attribute... checking for sys/stat.h... (cached) yes 865s checking for special C compiler options needed for large files... no 865s checking for _FILE_OFFSET_BITS value needed for large files... checking for sys/mman.h... yes 865s yes 865s checking whether s390x-linux-gnu-gcc supports -Wstrict-prototypes... no 865s checking how to compare bootstrapped objects... checking for fcntl.h... cmp --ignore-initial=16 $$f1 $$f2 865s yes 865s yes 865s checking for alloca.h... checking whether s390x-linux-gnu-gcc supports -Wmissing-prototypes... yes 865s none required 865s checking for special C compiler options needed for large files... no 865s checking for _FILE_OFFSET_BITS value needed for large files... yes 865s checking for incompatibility between DejaGnu and GCC... 865s checking for sys/pstat.h... no 865s checking for sys/sysmp.h... no 865s Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 865s checking whether byte ordering is bigendian... checking for s390x-linux-gnu-pkg-config... /usr/bin/s390x-linux-gnu-pkg-config 865s checking pkg-config is at least version 0.9.0... no 865s yes 865s checking whether to use debuginfod... auto 865s checking for libdebuginfod >= 0.188... checking for sys/sysinfo.h... no 865s configure: WARNING: libdebuginfod is missing or some features may be unavailable. 866s checking for libdebuginfod >= 0.179... no 866s configure: WARNING: libdebuginfod is missing or unusable; some features may be unavailable. 866s yes 866s checking for machine/hal_sysinfo.h... no 866s checking for sys/table.h... yes 866s checking for makeinfo... makeinfo --split-size=5000000 866s checking if using Solaris linker... no 866s no 866s yes 866s checking whether to enable maintainer-specific portions of Makefiles... no 866s checking whether to install libbfd... yes 866s checking for sys/sysctl.h... checking for stdlib.h... (cached) yes 866s yes 866s checking for unistd.h... (cached) yes 866s checking for sys/param.h... no 866s checking for sys/systemcfg.h... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 866s checking for bison... bison -y 866s checking for flex... flex 866s checking lex output file root... lex.yy 866s checking lex library... no 866s checking for stdint.h... (cached) yes 866s checking for bison... bison -y 866s checking for flex... flex 866s checking for stdio_ext.h... checking lex output file root... lex.yy 866s checking lex library... yes 866s checking for process.h... no 866s checking for sys/prctl.h... yes 866s yes 866s checking for getpagesize... checking for spawn.h... yes 866s checking for sys/wait.h that is POSIX.1 compatible... yes 866s checking for working mmap... yes 866s checking whether time.h and sys/time.h may both be included... yes 866s checking whether errno must be declared... no 866s checking size of int... yes 866s checking byteswap.h usability... yes 866s checking byteswap.h presence... yes 866s checking for byteswap.h... yes 866s checking endian.h usability... 4 866s checking size of long... yes 866s checking endian.h presence... yes 866s checking for endian.h... yes 866s checking whether bswap_16 is declared... yes 866s checking whether bswap_32 is declared... 8 866s checking size of size_t... yes 866s checking whether bswap_64 is declared... yes 866s configure: updating cache ./config.cache 866s checking that generated files are newer than configure... 8 866s checking for long long... done 866s configure: creating ./config.status 866s yes 866s checking size of long long... 8 866s checking for a 64-bit type... uint64_t 866s checking for intptr_t... yes 866s checking for uintptr_t... yes 866s checking for ssize_t... yes 866s checking for pid_t... config.status: creating Makefile 866s config.status: creating config.h 866s yes 866s checking for library containing strerror... config.status: executing depfiles commands 866s config.status: executing libtool commands 866s none required 866s checking for asprintf... yes 866s checking for atexit... mkdir -p -- ./etc 866s Configuring in ./etc 866s yes 866s checking for basename... none needed 866s checking whether yytext is a pointer... yes 866s checking for bcmp... yes 866s checking for bcopy... yes 866s none needed 866s checking whether yytext is a pointer... checking for bsearch... configure: creating cache ./config.cache 866s checking whether to enable maintainer-specific portions of Makefiles... no 866s checking for a BSD-compatible install... /usr/bin/install -c 866s checking whether build environment is sane... yes 866s checking for a thread-safe mkdir -p... /usr/bin/mkdir -p 866s checking for gawk... gawk 867s checking whether /usr/bin/make sets $(MAKE)... yes 867s yes 867s checking whether /usr/bin/make supports nested variables... yes 867s checking for bzero... checking whether /usr/bin/make supports nested variables... (cached) yes 867s configure: updating cache ./config.cache 867s checking that generated files are newer than configure... yes 867s checking for calloc... yes 867s checking for clock... yes 867s checking for ffs... yes 867s no 867s checking whether NLS is requested... yes 867s checking for getcwd... checking for msgfmt... /usr/bin/msgfmt 867s checking for gmsgfmt... /usr/bin/msgfmt 867s checking for xgettext... /usr/bin/xgettext 867s checking for msgmerge... /usr/bin/msgmerge 867s yes 867s checking for getpagesize... checking for ld used by GCC... s390x-linux-gnu-ld -m elf64_s390 867s checking if the linker (s390x-linux-gnu-ld -m elf64_s390) is GNU ld... yes 867s checking for shared library run path origin... done 867s checking for CFPreferencesCopyAppValue... yes 867s checking for gettimeofday... no 867s checking for CFLocaleCopyPreferredLanguages... no 867s checking for GNU gettext in libc... yes 867s no 867s checking whether NLS is requested... yes 867s checking for index... checking for msgfmt... /usr/bin/msgfmt 867s checking for gmsgfmt... /usr/bin/msgfmt 867s checking for xgettext... /usr/bin/xgettext 867s checking for msgmerge... /usr/bin/msgmerge 867s yes 867s checking whether to use NLS... yes 867s checking where the gettext function comes from... libc 867s checking whether NLS is requested... yes 867s checking for catalogs to be installed... checking for ld used by GCC... s390x-linux-gnu-ld -m elf64_s390 867s checking if the linker (s390x-linux-gnu-ld -m elf64_s390) is GNU ld... yes 867s checking for shared library run path origin... yes 867s checking for insque... done 867s checking for CFPreferencesCopyAppValue... es fi fr id ja ro ru rw sv tr uk zh_CN 867s checking for msgfmt... (cached) /usr/bin/msgfmt 867s checking for gmsgfmt... (cached) /usr/bin/msgfmt 867s checking for xgettext... (cached) no 867s /usr/bin/xgettext 867s checking for CFLocaleCopyPreferredLanguages... yes 867s checking for msgmerge... (cached) /usr/bin/msgmerge 867s checking for memchr... checking whether to enable maintainer-specific portions of Makefiles... no 867s no 867s checking for GNU gettext in libc... checking for memory.h... (cached) yes 867s checking for sys/stat.h... (cached) yes 867s checking for sys/types.h... (cached) yes 867s yes 867s checking for unistd.h... (cached) yes 867s yes 867s checking whether to use NLS... yes 867s checking where the gettext function comes from... libc 867s checking whether NLS is requested... yes 867s checking for catalogs to be installed... checking for memcmp... checking whether compiling a cross-assembler... no 867s checking for strsignal... yes 867s yes 867s checking for LC_MESSAGES... checking for memcpy... yes 867s checking for working assert macro... yes 867s bg ca da es fi fr hr id it ja pt ro ru rw sk sr sv tr uk vi zh_CN zh_TW 867s checking for memmem... checking for msgfmt... (cached) /usr/bin/msgfmt 867s checking for gmsgfmt... (cached) /usr/bin/msgfmt 867s checking for xgettext... (cached) /usr/bin/xgettext 867s checking for msgmerge... (cached) /usr/bin/msgmerge 867s checking whether to enable maintainer-specific portions of Makefiles... no 867s checking for s390x-linux-gnu-ranlib... (cached) s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 867s checking fcntl.h usability... yes 867s checking for a known getopt prototype in unistd.h... yes 867s checking for memmove... yes 867s checking whether declaration is required for environ... yes 867s checking fcntl.h presence... yes 867s checking for fcntl.h... yes 867s checking for inttypes.h... (cached) yes 867s yes 867s checking for stdint.h... (cached) yes 867s checking for mempcpy... checking sys/file.h usability... no 867s checking whether declaration is required for ffs... yes 867s checking sys/file.h presence... yes 867s checking for memset... yes 867s checking for sys/file.h... yes 867s checking for sys/stat.h... (cached) yes 867s no 867s checking sys/time.h usability... checking whether mempcpy is declared... yes 867s checking for mkstemps... yes 867s checking sys/time.h presence... yes 867s yes 867s checking for sys/time.h... yes 867s checking whether stpcpy is declared... checking for sys/types.h... (cached) yes 867s yes 867s checking for unistd.h... (cached) yes 867s checking for putenv... checking for sys/wait.h that is POSIX.1 compatible... yes 867s yes 867s yes 867s checking for s390x-linux-gnu-pkg-config... /usr/bin/s390x-linux-gnu-pkg-config 867s checking pkg-config is at least version 0.9.0... checking for stdlib.h... (cached) yes 867s yes 867s checking for libzstd >= 1.4.0... checking for random... no 867s checking for unistd.h... (cached) yes 867s checking for struct stat.st_mtim.tv_sec in sys/stat.h... checking for sys/param.h... yes 867s checking for struct stat.st_mtim.tv_nsec in sys/stat.h... yes 867s checking for rename... yes 867s checking for getpagesize... yes 867s yes 867s configure: updating cache ./config.cache 867s checking that generated files are newer than configure... checking for rindex... done 867s configure: creating ./config.status 867s yes 867s checking for working mmap... yes 867s checking for setenv... yes 867s yes 867s checking for snprintf... checking for fseeko... yes 867s checking for sigsetmask... yes 867s checking for fseeko64... yes 867s checking for stpcpy... yes 867s checking for getc_unlocked... yes 867s yes 867s checking for stpncpy... checking for mkdtemp... yes 867s checking for strcasecmp... yes 867s checking for mkstemp... yes 867s yes 867s checking for strchr... done 867s configure: creating ./config.status 868s checking for utimensat... yes 868s yes 868s checking for utimes... checking for strdup... config.status: creating Makefile 868s yes 868s checking for mbstate_t... yes 868s checking for strncasecmp... config.status: creating .gdbinit 868s yes 868s checking for struct stat.st_atim.tv_nsec... mkdir -p -- ./gprof 868s Configuring in ./gprof 868s config.status: creating Makefile 868s yes 868s yes 868s checking whether struct stat.st_atim is of type struct timespec... config.status: creating po/Makefile.in 868s checking for strndup... config.status: creating config.h 868s yes 868s checking for library containing frexp... config.status: executing depfiles commands 868s yes 868s checking for strnlen... none required 868s checking for LC_MESSAGES... yes 868s checking for strrchr... yes 868s checking for a known getopt prototype in unistd.h... yes 868s checking for utime.h... yes 868s checking for strstr... yes 868s checking whether environ is declared... configure: creating cache ./config.cache 868s yes 868s checking build system type... checking for strtod... s390x-ibm-linux-gnu 868s yes 868s checking host system type... s390x-ibm-linux-gnu 868s checking whether getc_unlocked is declared... checking target system type... s390x-ibm-linux-gnu 868s checking for a BSD-compatible install... /usr/bin/install -c 868s checking whether build environment is sane... yes 868s checking for a thread-safe mkdir -p... /usr/bin/mkdir -p 868s checking for gawk... gawk 868s checking whether /usr/bin/make sets $(MAKE)... yes 868s yes 868s checking whether /usr/bin/make supports nested variables... yes 868s checking for strtol... checking whether /usr/bin/make supports nested variables... (cached) yes 868s checking for s390x-linux-gnu-gcc... s390x-linux-gnu-gcc 868s yes 868s checking whether stpcpy is declared... config.status: executing libtool commands 868s checking whether the C compiler works... yes 868s config.status: executing default-1 commands 868s checking for strtoul... config.status: creating po/POTFILES 868s config.status: creating po/Makefile 868s config.status: executing default-2 commands 868s yes 868s yes 868s checking for C compiler default output file name... a.out 868s checking for suffix of executables... checking whether strnlen is declared... config.status: creating po/POTFILES 868s config.status: creating po/Makefile 868s config.status: executing default commands 868s yes 868s checking for strtoll... 868s checking whether we are cross compiling... yes 868s checking for libzstd >= 1.4.0... no 868s checking for msgpack... no 868s yes 868s make[2]: Nothing to be done for 'all-target'. 868s checking iconv.h usability... checking for strtoull... mkdir -p -- ./ld 868s Configuring in ./ld 868s no 868s checking for suffix of object files... o 868s checking whether we are using the GNU C compiler... yes 868s checking iconv.h presence... yes 868s checking for strverscmp... yes 868s checking for iconv.h... yes 868s checking for iconv... yes 868s checking whether s390x-linux-gnu-gcc accepts -g... yes 868s checking for s390x-linux-gnu-gcc option to accept ISO C89... yes 868s yes 868s checking for working iconv... checking for tmpnam... none needed 868s checking whether s390x-linux-gnu-gcc understands -c and -o together... yes 868s yes 868s checking for style of include used by /usr/bin/make... GNU 868s checking dependency style of s390x-linux-gnu-gcc... checking for vasprintf... yes 868s checking whether iconv is compatible with its POSIX signature... gcc3 868s checking how to run the C preprocessor... yes 868s yes 868s checking for vfprintf... s390x-linux-gnu-gcc -E 868s checking for grep that handles long lines and -e... /usr/bin/grep 868s checking for egrep... /usr/bin/grep -E 868s checking for ANSI C header files... yes 868s configure: updating cache ./config.cache 868s checking for vprintf... checking that generated files are newer than configure... done 868s configure: creating ./config.status 868s configure: creating cache ./config.cache 868s checking build system type... s390x-ibm-linux-gnu 868s checking host system type... s390x-ibm-linux-gnu 868s checking target system type... s390x-ibm-linux-gnu 868s checking for a BSD-compatible install... /usr/bin/install -c 868s checking whether build environment is sane... yes 868s yes 868s checking for vsnprintf... checking for a thread-safe mkdir -p... /usr/bin/mkdir -p 868s checking for gawk... gawk 868s checking whether /usr/bin/make sets $(MAKE)... yes 868s checking whether /usr/bin/make supports nested variables... yes 868s checking whether /usr/bin/make supports nested variables... (cached) yes 868s checking whether to enable maintainer-specific portions of Makefiles... no 868s checking for s390x-linux-gnu-gcc... s390x-linux-gnu-gcc 868s yes 868s checking whether the C compiler works... checking for vsprintf... yes 868s checking for sys/types.h... yes 868s checking for C compiler default output file name... a.out 868s checking for suffix of executables... yes 868s yes 868s checking for sys/stat.h... checking for waitpid... 868s checking whether we are cross compiling... yes 868s checking for stdlib.h... yes 868s checking for setproctitle... yes 868s no 868s checking for suffix of object files... checking for string.h... o 868s checking whether we are using the GNU C compiler... yes 868s no 868s checking whether alloca needs Cray hooks... checking for memory.h... yes 868s checking whether s390x-linux-gnu-gcc accepts -g... no 868s checking stack direction for C alloca... yes 868s checking for s390x-linux-gnu-gcc option to accept ISO C89... yes 868s checking for strings.h... -1 868s checking for vfork.h... none needed 868s checking whether s390x-linux-gnu-gcc understands -c and -o together... yes 868s checking for inttypes.h... no 868s checking for fork... yes 868s checking for style of include used by /usr/bin/make... GNU 868s checking dependency style of s390x-linux-gnu-gcc... yes 868s checking for stdint.h... yes 868s gcc3 868s checking for vfork... yes 868s checking for unistd.h... checking whether we are using the GNU C++ compiler... yes 868s checking for working fork... yes 868s checking whether s390x-linux-gnu-g++ accepts -g... yes 868s checking minix/config.h usability... yes 868s checking dependency style of s390x-linux-gnu-g++... config.status: creating Makefile 868s no 868s checking minix/config.h presence... gcc3 868s checking for grep that handles long lines and -e... /usr/bin/grep 868s checking how to run the C preprocessor... config.status: creating po/Makefile.in 868s no 868s checking for minix/config.h... no 868s checking whether it is safe to define __EXTENSIONS__... yes 868s checking for working vfork... (cached) yes 868s checking for _doprnt... config.status: creating config.h 868s s390x-linux-gnu-gcc -E 868s config.status: executing depfiles commands 868s checking for egrep... yes 868s checking how to print strings... /usr/bin/grep -E 868s checking for ANSI C header files... printf 868s checking for a sed that does not truncate output... /usr/bin/sed 868s checking for fgrep... no 868s checking for sys_errlist... /usr/bin/grep -F 868s checking for ld used by s390x-linux-gnu-gcc... s390x-linux-gnu-ld 868s checking if the linker (s390x-linux-gnu-ld) is GNU ld... yes 868s checking for BSD- or MS-compatible name lister (nm)... /usr/bin/s390x-linux-gnu-nm -B 868s checking the name lister (/usr/bin/s390x-linux-gnu-nm -B) interface... no 868s checking for sys_nerr... BSD nm 868s checking whether ln -s works... yes 868s checking the maximum length of command line arguments... 1572864 868s checking whether the shell understands some XSI constructs... yes 868s checking whether the shell understands "+="... yes 868s checking for s390x-linux-gnu-ld option to reload object files... -r 868s checking for s390x-linux-gnu-objdump... s390x-linux-gnu-objdump 868s checking how to recognize dependent libraries... pass_all 868s checking for s390x-linux-gnu-ar... s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 869s checking for s390x-linux-gnu-strip... s390x-linux-gnu-strip 869s checking for s390x-linux-gnu-ranlib... s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 869s checking command to parse /usr/bin/s390x-linux-gnu-nm -B output from s390x-linux-gnu-gcc object... no 869s checking for sys_siglist... config.status: executing libtool commands 869s yes 869s checking for sys/types.h... config.status: executing default-1 commands 869s config.status: creating po/POTFILES 869s config.status: creating po/Makefile 869s config.status: executing default-2 commands 869s ok 869s yes 869s no 869s checking for external symbol _system_configuration... config.status: creating po/POTFILES 869s config.status: creating po/Makefile 869s checking for sys/stat.h... no 869s checking for dlfcn.h... checking for __fsetlocking... yes 869s checking for stdlib.h... yes 869s yes 869s checking for objdir... .libs 869s checking for canonicalize_file_name... yes 869s checking for string.h... make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe' 869s /usr/bin/make all-am 869s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe' 869s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe' 869s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe' 869s restore=: && backupdir=".am$$" && \ 869s rm -rf $backupdir && mkdir $backupdir && \ 869s if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ 869s for f in doc/sframe-spec.info doc/sframe-spec.info-[0-9] doc/sframe-spec.info-[0-9][0-9] doc/sframe-spec.i[0-9] doc/sframe-spec.i[0-9][0-9]; do \ 869s if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ 869s done; \ 869s else :; fi && \ 869s if makeinfo --split-size=5000000 --split-size=5000000 --no-split -I doc -I ../../libsframe/doc \ 869s -o doc/sframe-spec.info `test -f 'doc/sframe-spec.texi' || echo '../../libsframe/'`doc/sframe-spec.texi; \ 869s then \ 869s rc=0; \ 869s else \ 869s rc=$?; \ 869s $restore $backupdir/* `echo "./doc/sframe-spec.info" | sed 's|[^/]*$||'`; \ 869s fi; \ 869s rm -rf $backupdir; exit $rc 869s yes 869s yes 869s checking for dup3... checking for memory.h... checking if s390x-linux-gnu-gcc supports -fno-rtti -fno-exceptions... yes 869s no 869s checking for s390x-linux-gnu-gcc option to produce PIC... -fPIC -DPIC 869s checking if s390x-linux-gnu-gcc PIC flag -fPIC -DPIC works... checking for strings.h... yes 869s yes 869s checking for getrlimit... checking if s390x-linux-gnu-gcc static flag -static works... yes 869s checking for inttypes.h... yes 869s checking for getrusage... yes 869s checking for stdint.h... yes 869s checking if s390x-linux-gnu-gcc supports -c -o file.o... yes 869s checking if s390x-linux-gnu-gcc supports -c -o file.o... (cached) yes 869s checking whether the s390x-linux-gnu-gcc linker (s390x-linux-gnu-ld -m elf64_s390) supports shared libraries... yes 869s yes 869s checking for getsysinfo... yes 869s checking whether -lc should be explicitly linked in... checking for unistd.h... no 869s checking dynamic linker characteristics... yes 869s checking minix/config.h usability... no 869s checking for gettimeofday... (cached) yes 869s checking for on_exit... no 869s checking minix/config.h presence... GNU/Linux ld.so 869s checking how to hardcode library paths into programs... immediate 869s checking whether stripping libraries is possible... yes 869s yes 869s checking if libtool supports shared libraries... yes 869s checking whether to build shared libraries... yes 869s checking whether to build static libraries... yes 869s checking for dlfcn.h... (cached) yes 869s checking for windows.h... checking for pipe2... no 869s checking for minix/config.h... no 869s checking whether it is safe to define __EXTENSIONS__... /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libsframe_la-sframe.lo -MD -MP -MF .deps/libsframe_la-sframe.Tpo -c -o libsframe_la-sframe.lo `test -f 'sframe.c' || echo '../../libsframe/'`sframe.c 869s yes 869s yes 869s checking for s390x-linux-gnu-pkg-config... /usr/bin/s390x-linux-gnu-pkg-config 869s checking pkg-config is at least version 0.9.0... yes 869s no 869s checking for library containing dlsym... checking how to print strings... libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libsframe_la-sframe.lo -MD -MP -MF .deps/libsframe_la-sframe.Tpo -c ../../libsframe/sframe.c -fPIC -DPIC -o .libs/libsframe_la-sframe.o 869s printf 869s checking for a sed that does not truncate output... checking for posix_spawn... /usr/bin/sed 869s checking for fgrep... /usr/bin/grep -F 869s checking for ld used by s390x-linux-gnu-gcc... s390x-linux-gnu-ld 869s checking if the linker (s390x-linux-gnu-ld) is GNU ld... yes 869s checking for BSD- or MS-compatible name lister (nm)... /usr/bin/s390x-linux-gnu-nm -B 869s checking the name lister (/usr/bin/s390x-linux-gnu-nm -B) interface... none required 869s checking for special C compiler options needed for large files... no 869s checking for _FILE_OFFSET_BITS value needed for large files... yes 869s checking for posix_spawnp... BSD nm 869s checking whether ln -s works... yes 869s checking the maximum length of command line arguments... no 869s checking sys/time.h usability... 1572864 869s checking whether the shell understands some XSI constructs... yes 869s checking whether the shell understands "+="... yes 869s checking for s390x-linux-gnu-ld option to reload object files... -r 869s checking for s390x-linux-gnu-objdump... s390x-linux-gnu-objdump 869s checking how to recognize dependent libraries... pass_all 869s checking for s390x-linux-gnu-ar... s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 869s checking for s390x-linux-gnu-strip... s390x-linux-gnu-strip 869s checking for s390x-linux-gnu-ranlib... s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 869s checking command to parse /usr/bin/s390x-linux-gnu-nm -B output from s390x-linux-gnu-gcc object... yes 869s checking for psignal... yes 869s checking sys/time.h presence... yes 869s checking for sys/time.h... yes 869s checking for setitimer... yes 869s checking for pstat_getdynamic... ok 869s yes 869s checking whether NLS is requested... yes 869s checking for msgfmt... /usr/bin/msgfmt 869s checking for gmsgfmt... /usr/bin/msgfmt 869s checking for xgettext... checking for dlfcn.h... /usr/bin/xgettext 869s checking for msgmerge... /usr/bin/msgmerge 869s no 869s checking for pstat_getstatic... checking for ld used by GCC... s390x-linux-gnu-ld -m elf64_s390 869s checking if the linker (s390x-linux-gnu-ld -m elf64_s390) is GNU ld... yes 869s yes 869s checking for shared library run path origin... checking for objdir... .libs 869s done 869s checking for CFPreferencesCopyAppValue... no 869s checking for realpath... no 869s checking for CFLocaleCopyPreferredLanguages... checking if s390x-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no 869s checking for GNU gettext in libc... no 869s checking for s390x-linux-gnu-gcc option to produce PIC... -fPIC -DPIC 869s checking if s390x-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes 869s yes 869s checking if s390x-linux-gnu-gcc static flag -static works... yes 869s checking whether to use NLS... yes 869s checking where the gettext function comes from... libc 869s checking whether NLS is requested... yes 869s checking for catalogs to be installed... checking for setrlimit... yes 869s checking if s390x-linux-gnu-gcc supports -c -o file.o... yes 869s checking for spawnve... yes 869s checking if s390x-linux-gnu-gcc supports -c -o file.o... (cached) yes 869s checking whether the s390x-linux-gnu-gcc linker (s390x-linux-gnu-ld -m elf64_s390) supports shared libraries... yes 869s checking whether -lc should be explicitly linked in... no 869s checking for spawnvpe... no 869s checking dynamic linker characteristics... bg da de eo es fi fr ga hu id it ja ka ms nl pt_BR ro ru rw sr sv tr uk vi 869s checking for msgfmt... (cached) /usr/bin/msgfmt 869s checking for gmsgfmt... (cached) /usr/bin/msgfmt 869s checking for xgettext... (cached) /usr/bin/xgettext 869s checking for msgmerge... (cached) /usr/bin/msgmerge 869s checking whether to enable maintainer-specific portions of Makefiles... no 869s checking sys/gmon_out.h usability... no 869s checking for strerror... libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libsframe_la-sframe.lo -MD -MP -MF .deps/libsframe_la-sframe.Tpo -c ../../libsframe/sframe.c -o libsframe_la-sframe.o >/dev/null 2>&1 869s GNU/Linux ld.so 869s checking how to hardcode library paths into programs... immediate 869s checking whether stripping libraries is possible... yes 869s checking if libtool supports shared libraries... yes 869s checking whether to build shared libraries... yes 869s checking whether to build static libraries... yes 869s checking how to run the C++ preprocessor... yes 869s checking sys/gmon_out.h presence... yes 869s checking for strsignal... yes 869s checking for sys/gmon_out.h... yes 869s checking for a known getopt prototype in unistd.h... s390x-linux-gnu-g++ -E 869s yes 869s checking for library containing fabs... yes 869s checking for sysconf... yes 869s checking for sysctl... checking for ld used by s390x-linux-gnu-g++... s390x-linux-gnu-ld -m elf64_s390 869s checking if the linker (s390x-linux-gnu-ld -m elf64_s390) is GNU ld... -lm 869s yes 869s checking whether the s390x-linux-gnu-g++ linker (s390x-linux-gnu-ld -m elf64_s390) supports shared libraries... yes 869s no 869s checking for sysmp... no 869s checking for table... checking for s390x-linux-gnu-g++ option to produce PIC... -fPIC -DPIC 869s checking if s390x-linux-gnu-g++ PIC flag -fPIC -DPIC works... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 869s yes 869s checking if s390x-linux-gnu-g++ static flag -static works... configure: updating cache ./config.cache 869s no 869s checking that generated files are newer than configure... done 869s configure: creating ./config.status 869s checking for times... yes 869s yes 869s checking if s390x-linux-gnu-g++ supports -c -o file.o... checking for wait3... yes 869s checking if s390x-linux-gnu-g++ supports -c -o file.o... (cached) yes 869s checking whether the s390x-linux-gnu-g++ linker (s390x-linux-gnu-ld -m elf64_s390) supports shared libraries... yes 869s checking dynamic linker characteristics... (cached) GNU/Linux ld.so 869s checking how to hardcode library paths into programs... immediate 869s checking for dlfcn.h... (cached) yes 869s checking for windows.h... yes 869s checking for wait4... no 869s checking for library containing dlsym... yes 869s none required 869s checking for special C compiler options needed for large files... no 870s checking for _FILE_OFFSET_BITS value needed for large files... checking for sbrk... no 870s checking size of void *... mv -f .deps/libsframe_la-sframe.Tpo .deps/libsframe_la-sframe.Plo 870s yes 870s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libsframe_la-sframe-dump.lo -MD -MP -MF .deps/libsframe_la-sframe-dump.Tpo -c -o libsframe_la-sframe-dump.lo `test -f 'sframe-dump.c' || echo '../../libsframe/'`sframe-dump.c 870s checking whether basename is declared... libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libsframe_la-sframe-dump.lo -MD -MP -MF .deps/libsframe_la-sframe-dump.Tpo -c ../../libsframe/sframe-dump.c -fPIC -DPIC -o .libs/libsframe_la-sframe-dump.o 870s 8 870s yes 870s checking for jansson... checking whether ffs is declared... yes 870s yes 870s checking whether asprintf is declared... libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libsframe_la-sframe-dump.lo -MD -MP -MF .deps/libsframe_la-sframe-dump.Tpo -c ../../libsframe/sframe-dump.c -o libsframe_la-sframe-dump.o >/dev/null 2>&1 870s yes 870s checking whether vasprintf is declared... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 870s checking for LC_MESSAGES... yes 870s checking whether snprintf is declared... mv -f .deps/libsframe_la-sframe-dump.Tpo .deps/libsframe_la-sframe-dump.Plo 870s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libsframe_la-sframe-error.lo -MD -MP -MF .deps/libsframe_la-sframe-error.Tpo -c -o libsframe_la-sframe-error.lo `test -f 'sframe-error.c' || echo '../../libsframe/'`sframe-error.c 870s yes 870s checking whether NLS is requested... yes 870s checking for msgfmt... libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libsframe_la-sframe-error.lo -MD -MP -MF .deps/libsframe_la-sframe-error.Tpo -c ../../libsframe/sframe-error.c -fPIC -DPIC -o .libs/libsframe_la-sframe-error.o 870s /usr/bin/msgfmt 870s checking for gmsgfmt... /usr/bin/msgfmt 870s checking for xgettext... /usr/bin/xgettext 870s checking for msgmerge... yes 870s /usr/bin/msgmerge 870s checking whether vsnprintf is declared... libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libsframe -I../../libsframe -I../../libsframe/../include -I../../libsframe/../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libsframe_la-sframe-error.lo -MD -MP -MF .deps/libsframe_la-sframe-error.Tpo -c ../../libsframe/sframe-error.c -o libsframe_la-sframe-error.o >/dev/null 2>&1 870s checking for ld used by GCC... s390x-linux-gnu-ld -m elf64_s390 870s checking if the linker (s390x-linux-gnu-ld -m elf64_s390) is GNU ld... yes 870s checking for shared library run path origin... mv -f .deps/libsframe_la-sframe-error.Tpo .deps/libsframe_la-sframe-error.Plo 870s config.status: creating Makefile 870s yes 870s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -version-info `grep -v '^#' ../../libsframe/libtool-version` -Wl,--version-script=../../libsframe/libsframe.ver -Wl,-z,relro -o libsframe.la -rpath /usr/lib/s390x-linux-gnu libsframe_la-sframe.lo libsframe_la-sframe-dump.lo libsframe_la-sframe-error.lo 870s done 870s checking whether calloc is declared... checking for CFPreferencesCopyAppValue... config.status: creating po/Makefile.in 870s no 870s checking for CFLocaleCopyPreferredLanguages... config.status: creating gconfig.h 870s no 870s checking for GNU gettext in libc... config.status: executing depfiles commands 870s yes 870s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libsframe_la-sframe.o .libs/libsframe_la-sframe-dump.o .libs/libsframe_la-sframe-error.o -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,--version-script=../../libsframe/libsframe.ver -Wl,-z -Wl,relro -Wl,-soname -Wl,libsframe.so.1 -o .libs/libsframe.so.1.0.0 870s checking whether getenv is declared... libtool: link: (cd ".libs" && rm -f "libsframe.so.1" && ln -s "libsframe.so.1.0.0" "libsframe.so.1") 870s libtool: link: (cd ".libs" && rm -f "libsframe.so" && ln -s "libsframe.so.1.0.0" "libsframe.so") 870s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libsframe.a libsframe_la-sframe.o libsframe_la-sframe-dump.o libsframe_la-sframe-error.o 870s yes 870s checking whether to use NLS... yes 870s checking where the gettext function comes from... libc 870s checking whether NLS is requested... yes 870s checking for catalogs to be installed... libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libsframe.a 870s libtool: link: ( cd ".libs" && rm -f "libsframe.la" && ln -s "../libsframe.la" "libsframe.la" ) 870s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe' 870s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe' 870s yes 870s checking whether getopt is declared... config.status: executing libtool commands 870s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/etc' 870s make[3]: Nothing to be done for 'all'. 870s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/etc' 870s config.status: executing default-1 commands 870s config.status: creating po/POTFILES 870s config.status: creating po/Makefile 870s config.status: executing default-2 commands 870s config.status: creating po/POTFILES 870s yes 870s config.status: creating po/Makefile 870s checking whether malloc is declared... bg da de es fi fr ga id it ja ka pt_BR ro ru sr sv tr uk vi zh_CN zh_TW 870s checking for msgfmt... (cached) /usr/bin/msgfmt 870s checking for gmsgfmt... (cached) /usr/bin/msgfmt 870s checking for xgettext... (cached) /usr/bin/xgettext 870s checking for msgmerge... (cached) /usr/bin/msgmerge 870s yes 870s checking for bison... bison -y 870s checking whether realloc is declared... checking for flex... flex 870s checking lex output file root... lex.yy 870s checking lex library... yes 870s checking whether sbrk is declared... yes 870s checking whether strtol is declared... yes 870s checking whether strtoul is declared... yes 870s checking whether strtoll is declared... yes 870s checking whether strtoull is declared... yes 870s checking whether strverscmp is declared... yes 870s checking whether strnlen is declared... yes 870s checking whether canonicalize_file_name must be declared... no 870s checking for SHA1 HW acceleration support... no 870s checking for stdlib.h... (cached) yes 870s checking for unistd.h... (cached) yes 870s checking for sys/param.h... (cached) yes 870s checking for getpagesize... (cached) yes 870s checking for working mmap... yes 870s checking for working strncmp... yes 870s configure: updating cache ./config.cache 870s configure: creating ./config.status 870s config.status: creating Makefile 870s config.status: creating testsuite/Makefile 870s config.status: creating config.h 870s config.status: executing default commands 870s mkdir -p -- ./bfd 870s Configuring in ./bfd 870s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libiberty' 870s if [ x"-fPIC" != x ] && [ ! -d pic ]; then \ 870s mkdir pic; \ 870s else true; fi 870s if [ x"" != x ] && [ ! -d noasan ]; then \ 870s mkdir noasan; \ 870s else true; fi 870s touch stamp-picdir 870s touch stamp-noasandir 870s echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list 870s if [ x"-fPIC" != x ]; then \ 870s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/regex.c -o pic/regex.o; \ 870s else true; fi 870s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libiberty/testsuite' 870s make[4]: Nothing to be done for 'all'. 870s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libiberty/testsuite' 870s if [ x"-fPIC" != x ]; then \ 870s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \ 870s else true; fi 871s configure: creating cache ./config.cache 871s checking build system type... if [ x"" != x ]; then \ 871s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/cplus-dem.c -o noasan/cplus-dem.o; \ 871s else true; fi 871s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/cplus-dem.c -o cplus-dem.o 871s s390x-ibm-linux-gnu 871s checking host system type... s390x-ibm-linux-gnu 871s checking target system type... s390x-ibm-linux-gnu 871s checking for a BSD-compatible install... /usr/bin/install -c 871s checking whether build environment is sane... yes 871s checking for a thread-safe mkdir -p... /usr/bin/mkdir -p 871s checking for gawk... gawk 871s checking whether /usr/bin/make sets $(MAKE)... yes 871s checking whether /usr/bin/make supports nested variables... yes 871s checking whether /usr/bin/make supports nested variables... (cached) yes 871s checking for s390x-linux-gnu-ar... s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 871s checking for s390x-linux-gnu-ranlib... s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 871s checking for s390x-linux-gnu-gcc... s390x-linux-gnu-gcc 871s none needed 871s checking whether yytext is a pointer... checking whether the C compiler works... yes 871s checking for C compiler default output file name... a.out 871s checking for suffix of executables... 871s checking whether we are cross compiling... if [ x"-fPIC" != x ]; then \ 871s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \ 871s else true; fi 871s no 871s checking for suffix of object files... o 871s checking whether we are using the GNU C compiler... yes 871s checking whether s390x-linux-gnu-gcc accepts -g... yes 871s checking for s390x-linux-gnu-gcc option to accept ISO C89... none needed 871s checking whether s390x-linux-gnu-gcc understands -c and -o together... yes 871s checking for style of include used by /usr/bin/make... GNU 871s checking dependency style of s390x-linux-gnu-gcc... gcc3 871s checking how to run the C preprocessor... s390x-linux-gnu-gcc -E 871s checking for grep that handles long lines and -e... /usr/bin/grep 871s checking for egrep... /usr/bin/grep -E 871s checking for ANSI C header files... no 871s checking whether to enable maintainer-specific portions of Makefiles... no 871s checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 871s checking fcntl.h usability... yes 871s checking fcntl.h presence... yes 871s yes 871s checking for fcntl.h... yes 871s checking for sys/types.h... checking elf-hints.h usability... yes 871s checking for sys/stat.h... yes 871s no 871s checking elf-hints.h presence... checking for stdlib.h... no 871s checking for elf-hints.h... no 871s checking limits.h usability... yes 871s checking for string.h... yes 871s checking limits.h presence... yes 871s yes 871s checking for limits.h... yes 871s checking for memory.h... checking for inttypes.h... (cached) yes 871s checking for stdint.h... (cached) yes 871s checking sys/file.h usability... yes 871s checking for strings.h... yes 871s yes 871s checking sys/file.h presence... checking for inttypes.h... yes 871s checking for sys/file.h... yes 871s checking sys/mman.h usability... yes 871s checking for stdint.h... yes 871s checking sys/mman.h presence... yes 871s yes 871s checking for sys/mman.h... yes 871s checking for unistd.h... checking sys/param.h usability... yes 871s checking minix/config.h usability... yes 871s checking sys/param.h presence... yes 871s checking for sys/param.h... yes 871s checking for sys/stat.h... (cached) yes 871s no 871s checking minix/config.h presence... checking sys/time.h usability... no 871s checking for minix/config.h... no 871s checking whether it is safe to define __EXTENSIONS__... yes 871s checking how to print strings... yes 871s checking sys/time.h presence... printf 871s checking for a sed that does not truncate output... /usr/bin/sed 871s checking for fgrep... /usr/bin/grep -F 871s checking for ld used by s390x-linux-gnu-gcc... s390x-linux-gnu-ld 871s checking if the linker (s390x-linux-gnu-ld) is GNU ld... yes 871s checking for BSD- or MS-compatible name lister (nm)... yes 871s checking for sys/time.h... yes 871s checking for sys/types.h... (cached) yes 871s checking for unistd.h... (cached) yes 871s /usr/bin/s390x-linux-gnu-nm -B 871s checking the name lister (/usr/bin/s390x-linux-gnu-nm -B) interface... checking for close... BSD nm 871s checking whether ln -s works... yes 871s checking the maximum length of command line arguments... 1572864 871s checking whether the shell understands some XSI constructs... yes 871s checking whether the shell understands "+="... yes 871s checking for s390x-linux-gnu-ld option to reload object files... -r 871s checking for s390x-linux-gnu-objdump... s390x-linux-gnu-objdump 871s checking how to recognize dependent libraries... pass_all 871s checking for s390x-linux-gnu-ar... (cached) s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 871s checking for s390x-linux-gnu-strip... s390x-linux-gnu-strip 871s checking for s390x-linux-gnu-ranlib... (cached) s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 871s checking command to parse /usr/bin/s390x-linux-gnu-nm -B output from s390x-linux-gnu-gcc object... yes 871s checking for glob... yes 871s checking for lseek... ok 871s checking for dlfcn.h... yes 871s checking for mkstemp... yes 871s checking for objdir... .libs 871s yes 872s checking for open... yes 872s checking for realpath... checking if s390x-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no 872s checking for s390x-linux-gnu-gcc option to produce PIC... -fPIC -DPIC 872s checking if s390x-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes 872s yes 872s checking if s390x-linux-gnu-gcc static flag -static works... checking for waitpid... yes 872s checking whether environ is declared... yes 872s checking if s390x-linux-gnu-gcc supports -c -o file.o... yes 872s checking if s390x-linux-gnu-gcc supports -c -o file.o... (cached) yes 872s checking whether the s390x-linux-gnu-gcc linker (s390x-linux-gnu-ld -m elf64_s390) supports shared libraries... yes 872s checking whether -lc should be explicitly linked in... yes 872s checking whether stpcpy is declared... no 872s checking dynamic linker characteristics... yes 872s checking for stdlib.h... (cached) yes 872s checking for unistd.h... (cached) yes 872s GNU/Linux ld.so 872s checking how to hardcode library paths into programs... immediate 872s checking for shl_load... checking for sys/param.h... (cached) yes 872s checking for getpagesize... no 872s checking for shl_load in -ldld... yes 872s checking for working mmap... no 872s checking for dlopen... yes 872s checking whether a program can dlopen itself... yes 872s checking for library containing dlopen... yes 872s checking whether a statically linked program can dlopen itself... none required 872s checking for a known getopt prototype in unistd.h... yes 872s checking whether to use xxhash... no 872s checking for libzstd >= 1.4.0... no 872s no 872s checking whether stripping libraries is possible... yes 872s checking if libtool supports shared libraries... yes 872s checking whether to build shared libraries... yes 872s checking whether to build static libraries... yes 872s checking for dlfcn.h... (cached) yes 872s checking for windows.h... no 872s checking for library containing dlsym... configure: updating cache ./config.cache 872s none required 872s checking for special C compiler options needed for large files... no 872s checking for _FILE_OFFSET_BITS value needed for large files... checking that generated files are newer than configure... done 872s configure: creating ./config.status 872s no 872s checking size of void *... 8 872s Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 872s checking whether to enable maintainer-specific portions of Makefiles... no 872s checking whether to install libbfd... yes 872s checking whether byte ordering is bigendian... yes 872s checking whether NLS is requested... yes 872s checking for msgfmt... /usr/bin/msgfmt 872s checking for gmsgfmt... /usr/bin/msgfmt 872s checking for xgettext... /usr/bin/xgettext 872s checking for msgmerge... /usr/bin/msgmerge 872s checking for ld used by GCC... s390x-linux-gnu-ld -m elf64_s390 872s checking if the linker (s390x-linux-gnu-ld -m elf64_s390) is GNU ld... yes 872s checking for shared library run path origin... if [ x"" != x ]; then \ 872s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/regex.c -o noasan/regex.o; \ 872s else true; fi 872s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/regex.c -o regex.o 872s done 872s checking for CFPreferencesCopyAppValue... no 872s checking for CFLocaleCopyPreferredLanguages... no 872s checking for GNU gettext in libc... yes 872s checking whether to use NLS... yes 872s checking where the gettext function comes from... libc 872s checking whether NLS is requested... yes 872s checking for catalogs to be installed... da es fi fr hr id ja ka ms pt ro ru rw sr sv tr uk vi zh_CN 872s checking for msgfmt... (cached) /usr/bin/msgfmt 872s checking for gmsgfmt... (cached) /usr/bin/msgfmt 872s checking for xgettext... (cached) /usr/bin/xgettext 872s checking for msgmerge... (cached) /usr/bin/msgmerge 872s checking size of long long... 8 872s checking size of void *... (cached) 8 872s checking size of long... config.status: creating Makefile 872s config.status: creating po/Makefile.in 872s config.status: creating config.h 872s 8 872s checking size of int... config.status: executing depfiles commands 872s 4 872s checking fcntl.h usability... yes 873s checking fcntl.h presence... yes 873s checking for fcntl.h... yes 873s checking sys/file.h usability... yes 873s checking sys/file.h presence... yes 873s checking for sys/file.h... yes 873s checking sys/resource.h usability... yes 873s checking sys/resource.h presence... yes 873s checking for sys/resource.h... yes 873s checking for sys/stat.h... (cached) yes 873s checking for sys/types.h... (cached) yes 873s checking for unistd.h... (cached) yes 873s checking for fcntl... if [ x"" != x ]; then \ 873s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/cp-demangle.c -o noasan/cp-demangle.o; \ 873s else true; fi 873s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/cp-demangle.c -o cp-demangle.o 873s yes 873s checking for fdopen... yes 873s checking for fileno... yes 873s checking for fls... no 873s checking for getgid... config.status: executing libtool commands 873s yes 873s config.status: executing default-1 commands 873s checking for getpagesize... config.status: executing default-2 commands 873s config.status: executing default commands 873s yes 873s checking for getrlimit... if [ x"-fPIC" != x ]; then \ 873s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/md5.c -o pic/md5.o; \ 873s else true; fi 873s yes 873s checking for getuid... yes 873s checking for sysconf... yes 873s checking whether basename is declared... yes 873s checking whether ffs is declared... if [ x"" != x ]; then \ 873s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/md5.c -o noasan/md5.o; \ 873s else true; fi 873s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/md5.c -o md5.o 873s yes 873s checking whether stpcpy is declared... yes 873s checking whether asprintf is declared... yes 873s checking whether vasprintf is declared... yes 873s checking whether strnlen is declared... yes 873s checking whether ___lc_codepage_func is declared... if [ x"-fPIC" != x ]; then \ 873s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/sha1.c -o pic/sha1.o; \ 873s else true; fi 873s no 873s checking for thread local storage (TLS) class... _Thread_local 873s checking for s390x-linux-gnu-pkg-config... /usr/bin/s390x-linux-gnu-pkg-config 873s checking pkg-config is at least version 0.9.0... yes 873s checking for libzstd >= 1.4.0... no 873s checking compiler support for hidden visibility... yes 873s checking linker --as-needed support... yes 873s checking for cos in -lm... yes 873s checking for gcc version with buggy 64-bit support... no 873s checking sys/procfs.h usability... yes 873s checking sys/procfs.h presence... yes 873s checking for sys/procfs.h... yes 873s checking for prstatus_t in sys/procfs.h... yes 873s checking for prstatus32_t in sys/procfs.h... yes 873s checking for prstatus_t.pr_who in sys/procfs.h... no 873s checking for prstatus32_t.pr_who in sys/procfs.h... no 873s checking for pstatus_t in sys/procfs.h... no 873s checking for pxstatus_t in sys/procfs.h... if [ x"" != x ]; then \ 873s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/sha1.c -o noasan/sha1.o; \ 873s else true; fi 873s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/sha1.c -o sha1.o 873s no 873s checking for pstatus32_t in sys/procfs.h... no 873s checking for prpsinfo_t in sys/procfs.h... yes 873s checking for prpsinfo_t.pr_pid in sys/procfs.h... yes 873s checking for prpsinfo32_t in sys/procfs.h... yes 873s checking for prpsinfo32_t.pr_pid in sys/procfs.h... yes 874s checking for psinfo_t in sys/procfs.h... no 874s checking for psinfo_t.pr_pid in sys/procfs.h... no 874s checking for psinfo32_t in sys/procfs.h... no 874s checking for psinfo32_t.pr_pid in sys/procfs.h... no 874s checking for lwpstatus_t in sys/procfs.h... no 874s checking for lwpxstatus_t in sys/procfs.h... no 874s checking for lwpstatus_t.pr_context in sys/procfs.h... no 874s checking for lwpstatus_t.pr_reg in sys/procfs.h... no 874s checking for lwpstatus_t.pr_fpreg in sys/procfs.h... no 874s checking for win32_pstatus_t in sys/procfs.h... no 874s checking for ftello... yes 874s checking for ftello64... if [ x"-fPIC" != x ]; then \ 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/alloca.c -o pic/alloca.o; \ 874s else true; fi 874s yes 874s checking for fseeko... if [ x"" != x ]; then \ 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/alloca.c -o noasan/alloca.o; \ 874s else true; fi 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/alloca.c -o alloca.o 874s yes 874s checking for fseeko64... if [ x"-fPIC" != x ]; then \ 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/argv.c -o pic/argv.o; \ 874s else true; fi 874s yes 874s checking for fopen64... yes 874s checking whether ftello is declared... yes 874s checking whether ftello64 is declared... if [ x"" != x ]; then \ 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/argv.c -o noasan/argv.o; \ 874s else true; fi 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/argv.c -o argv.o 874s yes 874s checking whether fseeko is declared... if [ x"-fPIC" != x ]; then \ 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/bsearch_r.c -o pic/bsearch_r.o; \ 874s else true; fi 874s yes 874s checking whether fseeko64 is declared... if [ x"" != x ]; then \ 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/bsearch_r.c -o noasan/bsearch_r.o; \ 874s else true; fi 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/bsearch_r.c -o bsearch_r.o 874s yes 874s checking whether fopen64 is declared... if [ x"-fPIC" != x ]; then \ 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/choose-temp.c -o pic/choose-temp.o; \ 874s else true; fi 874s yes 874s checking size of off_t... if [ x"-fPIC" != x ]; then \ 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/concat.c -o pic/concat.o; \ 874s else true; fi 874s if [ x"" != x ]; then \ 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/choose-temp.c -o noasan/choose-temp.o; \ 874s else true; fi 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/choose-temp.c -o choose-temp.o 874s 8 874s checking file_ptr type... int64_t 874s checking for stdlib.h... (cached) yes 874s checking for unistd.h... (cached) yes 874s if [ x"-fPIC" != x ]; then \ 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/cp-demint.c -o pic/cp-demint.o; \ 874s else true; fi 874s checking for sys/param.h... if [ x"" != x ]; then \ 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/concat.c -o noasan/concat.o; \ 874s else true; fi 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/concat.c -o concat.o 874s yes 874s checking for getpagesize... (cached) yes 874s checking for working mmap... if [ x"" != x ]; then \ 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/cp-demint.c -o noasan/cp-demint.o; \ 874s else true; fi 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/cp-demint.c -o cp-demint.o 874s if [ x"-fPIC" != x ]; then \ 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/crc32.c -o pic/crc32.o; \ 874s else true; fi 874s yes 874s checking for madvise... if [ x"-fPIC" != x ]; then \ 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/d-demangle.c -o pic/d-demangle.o; \ 874s else true; fi 874s if [ x"" != x ]; then \ 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/crc32.c -o noasan/crc32.o; \ 874s else true; fi 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/crc32.c -o crc32.o 874s yes 874s checking for mprotect... if [ x"-fPIC" != x ]; then \ 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/dwarfnames.c -o pic/dwarfnames.o; \ 874s else true; fi 874s yes 874s configure: updating cache ./config.cache 874s checking that generated files are newer than configure... done 874s configure: creating ./config.status 874s if [ x"" != x ]; then \ 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/dwarfnames.c -o noasan/dwarfnames.o; \ 874s else true; fi 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/dwarfnames.c -o dwarfnames.o 874s if [ x"-fPIC" != x ]; then \ 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/dyn-string.c -o pic/dyn-string.o; \ 874s else true; fi 874s if [ x"-fPIC" != x ]; then \ 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fdmatch.c -o pic/fdmatch.o; \ 874s else true; fi 874s if [ x"" != x ]; then \ 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fdmatch.c -o noasan/fdmatch.o; \ 874s else true; fi 874s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/fdmatch.c -o fdmatch.o 875s if [ x"-fPIC" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fibheap.c -o pic/fibheap.o; \ 875s else true; fi 875s if [ x"" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/dyn-string.c -o noasan/dyn-string.o; \ 875s else true; fi 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/dyn-string.c -o dyn-string.o 875s config.status: creating Makefile 875s config.status: creating bfd-in3.h 875s if [ x"" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/d-demangle.c -o noasan/d-demangle.o; \ 875s else true; fi 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/d-demangle.c -o d-demangle.o 875s config.status: creating po/Makefile.in 875s config.status: creating config.h 875s config.status: executing depfiles commands 875s if [ x"" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fibheap.c -o noasan/fibheap.o; \ 875s else true; fi 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/fibheap.c -o fibheap.o 875s if [ x"-fPIC" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/filedescriptor.c -o pic/filedescriptor.o; \ 875s else true; fi 875s if [ x"" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/filedescriptor.c -o noasan/filedescriptor.o; \ 875s else true; fi 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/filedescriptor.c -o filedescriptor.o 875s if [ x"-fPIC" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \ 875s else true; fi 875s if [ x"" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/filename_cmp.c -o noasan/filename_cmp.o; \ 875s else true; fi 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/filename_cmp.c -o filename_cmp.o 875s if [ x"-fPIC" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/floatformat.c -o pic/floatformat.o; \ 875s else true; fi 875s if [ x"-fPIC" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fnmatch.c -o pic/fnmatch.o; \ 875s else true; fi 875s if [ x"" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fnmatch.c -o noasan/fnmatch.o; \ 875s else true; fi 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/fnmatch.c -o fnmatch.o 875s if [ x"-fPIC" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ 875s else true; fi 875s if [ x"" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \ 875s else true; fi 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/fopen_unlocked.c -o fopen_unlocked.o 875s if [ x"-fPIC" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getopt.c -o pic/getopt.o; \ 875s else true; fi 875s if [ x"" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getopt.c -o noasan/getopt.o; \ 875s else true; fi 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/getopt.c -o getopt.o 875s if [ x"-fPIC" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getopt1.c -o pic/getopt1.o; \ 875s else true; fi 875s if [ x"" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/floatformat.c -o noasan/floatformat.o; \ 875s else true; fi 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/floatformat.c -o floatformat.o 875s if [ x"" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getopt1.c -o noasan/getopt1.o; \ 875s else true; fi 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/getopt1.c -o getopt1.o 875s if [ x"-fPIC" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getpwd.c -o pic/getpwd.o; \ 875s else true; fi 875s if [ x"" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getpwd.c -o noasan/getpwd.o; \ 875s else true; fi 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/getpwd.c -o getpwd.o 875s config.status: executing libtool commands 875s config.status: executing default-1 commands 875s config.status: executing default-2 commands 875s config.status: executing default commands 875s if [ x"-fPIC" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getruntime.c -o pic/getruntime.o; \ 875s else true; fi 875s if [ x"-fPIC" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/hashtab.c -o pic/hashtab.o; \ 875s else true; fi 875s if [ x"" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/getruntime.c -o noasan/getruntime.o; \ 875s else true; fi 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/getruntime.c -o getruntime.o 875s if [ x"-fPIC" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/hex.c -o pic/hex.o; \ 875s else true; fi 875s mkdir -p -- ./opcodes 875s Configuring in ./opcodes 875s if [ x"-fPIC" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/lbasename.c -o pic/lbasename.o; \ 875s else true; fi 875s if [ x"" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/hex.c -o noasan/hex.o; \ 875s else true; fi 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/hex.c -o hex.o 875s if [ x"-fPIC" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/lrealpath.c -o pic/lrealpath.o; \ 875s else true; fi 875s if [ x"" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/lbasename.c -o noasan/lbasename.o; \ 875s else true; fi 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/lbasename.c -o lbasename.o 875s if [ x"" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/lrealpath.c -o noasan/lrealpath.o; \ 875s else true; fi 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/lrealpath.c -o lrealpath.o 875s if [ x"-fPIC" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ 875s else true; fi 875s if [ x"-fPIC" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \ 875s else true; fi 875s configure: creating cache ./config.cache 875s checking build system type... if [ x"" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/hashtab.c -o noasan/hashtab.o; \ 875s else true; fi 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/hashtab.c -o hashtab.o 875s if [ x"" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/make-temp-file.c -o noasan/make-temp-file.o; \ 875s else true; fi 875s s390x-ibm-linux-gnu 875s checking host system type... s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/make-temp-file.c -o make-temp-file.o 875s s390x-ibm-linux-gnu 875s checking target system type... s390x-ibm-linux-gnu 875s checking for a BSD-compatible install... /usr/bin/install -c 875s checking whether build environment is sane... yes 875s checking for a thread-safe mkdir -p... /usr/bin/mkdir -p 875s checking for gawk... gawk 875s checking whether /usr/bin/make sets $(MAKE)... yes 875s if [ x"" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \ 875s else true; fi 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/make-relative-prefix.c -o make-relative-prefix.o 875s checking whether /usr/bin/make supports nested variables... yes 875s checking whether /usr/bin/make supports nested variables... (cached) yes 875s checking for s390x-linux-gnu-gcc... s390x-linux-gnu-gcc 875s checking whether the C compiler works... if [ x"-fPIC" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/objalloc.c -o pic/objalloc.o; \ 875s else true; fi 875s yes 875s checking for C compiler default output file name... a.out 875s checking for suffix of executables... 875s checking whether we are cross compiling... if [ x"" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/objalloc.c -o noasan/objalloc.o; \ 875s else true; fi 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/objalloc.c -o objalloc.o 875s no 875s checking for suffix of object files... o 875s checking whether we are using the GNU C compiler... yes 875s checking whether s390x-linux-gnu-gcc accepts -g... yes 875s checking for s390x-linux-gnu-gcc option to accept ISO C89... if [ x"-fPIC" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/obstack.c -o pic/obstack.o; \ 875s else true; fi 875s if [ x"-fPIC" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/partition.c -o pic/partition.o; \ 875s else true; fi 875s if [ x"-fPIC" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pexecute.c -o pic/pexecute.o; \ 875s else true; fi 875s none needed 875s checking whether s390x-linux-gnu-gcc understands -c and -o together... yes 875s checking for style of include used by /usr/bin/make... GNU 875s checking dependency style of s390x-linux-gnu-gcc... if [ x"" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pexecute.c -o noasan/pexecute.o; \ 875s else true; fi 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/pexecute.c -o pexecute.o 875s gcc3 875s checking how to run the C preprocessor... if [ x"" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/obstack.c -o noasan/obstack.o; \ 875s else true; fi 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/obstack.c -o obstack.o 875s if [ x"" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/partition.c -o noasan/partition.o; \ 875s else true; fi 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/partition.c -o partition.o 875s s390x-linux-gnu-gcc -E 875s if [ x"-fPIC" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/physmem.c -o pic/physmem.o; \ 875s else true; fi 875s checking for grep that handles long lines and -e... /usr/bin/grep 875s checking for egrep... /usr/bin/grep -E 875s checking for ANSI C header files... if [ x"" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/physmem.c -o noasan/physmem.o; \ 875s else true; fi 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/physmem.c -o physmem.o 875s if [ x"-fPIC" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pex-common.c -o pic/pex-common.o; \ 875s else true; fi 875s if [ x"-fPIC" != x ]; then \ 875s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pex-one.c -o pic/pex-one.o; \ 875s else true; fi 876s if [ x"-fPIC" != x ]; then \ 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pex-unix.c -o pic/pex-unix.o; \ 876s else true; fi 876s if [ x"" != x ]; then \ 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pex-one.c -o noasan/pex-one.o; \ 876s else true; fi 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/pex-one.c -o pex-one.o 876s yes 876s checking for sys/types.h... if [ x"-fPIC" != x ]; then \ 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/vprintf-support.c -o pic/vprintf-support.o; \ 876s else true; fi 876s yes 876s checking for sys/stat.h... yes 876s checking for stdlib.h... if [ x"" != x ]; then \ 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pex-unix.c -o noasan/pex-unix.o; \ 876s else true; fi 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/pex-unix.c -o pex-unix.o 876s if [ x"" != x ]; then \ 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/vprintf-support.c -o noasan/vprintf-support.o; \ 876s else true; fi 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/vprintf-support.c -o vprintf-support.o 876s yes 876s checking for string.h... yes 876s checking for memory.h... if [ x"" != x ]; then \ 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/pex-common.c -o noasan/pex-common.o; \ 876s else true; fi 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/pex-common.c -o pex-common.o 876s yes 876s if [ x"-fPIC" != x ]; then \ 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/rust-demangle.c -o pic/rust-demangle.o; \ 876s else true; fi 876s checking for strings.h... if [ x"-fPIC" != x ]; then \ 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \ 876s else true; fi 876s yes 876s checking for inttypes.h... if [ x"" != x ]; then \ 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/safe-ctype.c -o noasan/safe-ctype.o; \ 876s else true; fi 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/safe-ctype.c -o safe-ctype.o 876s yes 876s checking for stdint.h... if [ x"-fPIC" != x ]; then \ 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object.c -o pic/simple-object.o; \ 876s else true; fi 876s yes 876s checking for unistd.h... yes 876s checking minix/config.h usability... no 876s checking minix/config.h presence... no 876s checking for minix/config.h... no 876s checking whether it is safe to define __EXTENSIONS__... if [ x"-fPIC" != x ]; then \ 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ 876s else true; fi 876s yes 876s checking for s390x-linux-gnu-ar... s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 876s checking for s390x-linux-gnu-ranlib... s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 876s checking how to print strings... printf 876s checking for a sed that does not truncate output... /usr/bin/sed 876s checking for fgrep... /usr/bin/grep -F 876s checking for ld used by s390x-linux-gnu-gcc... s390x-linux-gnu-ld 876s checking if the linker (s390x-linux-gnu-ld) is GNU ld... yes 876s checking for BSD- or MS-compatible name lister (nm)... if [ x"" != x ]; then \ 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object.c -o noasan/simple-object.o; \ 876s else true; fi 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/simple-object.c -o simple-object.o 876s /usr/bin/s390x-linux-gnu-nm -B 876s checking the name lister (/usr/bin/s390x-linux-gnu-nm -B) interface... BSD nm 876s checking whether ln -s works... yes 876s checking the maximum length of command line arguments... 1572864 876s checking whether the shell understands some XSI constructs... yes 876s checking whether the shell understands "+="... yes 876s checking for s390x-linux-gnu-ld option to reload object files... -r 876s checking for s390x-linux-gnu-objdump... s390x-linux-gnu-objdump 876s checking how to recognize dependent libraries... pass_all 876s checking for s390x-linux-gnu-ar... (cached) s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 876s checking for s390x-linux-gnu-strip... s390x-linux-gnu-strip 876s checking for s390x-linux-gnu-ranlib... (cached) s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 876s checking command to parse /usr/bin/s390x-linux-gnu-nm -B output from s390x-linux-gnu-gcc object... ok 876s checking for dlfcn.h... if [ x"" != x ]; then \ 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \ 876s else true; fi 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/simple-object-coff.c -o simple-object-coff.o 876s yes 876s checking for objdir... .libs 876s if [ x"-fPIC" != x ]; then \ 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ 876s else true; fi 876s checking if s390x-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no 876s checking for s390x-linux-gnu-gcc option to produce PIC... -fPIC -DPIC 876s checking if s390x-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes 876s checking if s390x-linux-gnu-gcc static flag -static works... yes 876s checking if s390x-linux-gnu-gcc supports -c -o file.o... if [ x"-fPIC" != x ]; then \ 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ 876s else true; fi 876s yes 876s checking if s390x-linux-gnu-gcc supports -c -o file.o... (cached) yes 876s checking whether the s390x-linux-gnu-gcc linker (s390x-linux-gnu-ld -m elf64_s390) supports shared libraries... yes 876s checking whether -lc should be explicitly linked in... no 876s checking dynamic linker characteristics... if [ x"" != x ]; then \ 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/rust-demangle.c -o noasan/rust-demangle.o; \ 876s else true; fi 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/rust-demangle.c -o rust-demangle.o 876s GNU/Linux ld.so 876s checking how to hardcode library paths into programs... immediate 876s checking whether stripping libraries is possible... yes 876s checking if libtool supports shared libraries... yes 876s checking whether to build shared libraries... yes 876s checking whether to build static libraries... yes 876s Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 876s checking whether to enable maintainer-specific portions of Makefiles... no 876s checking whether to install libbfd... yes 876s checking whether NLS is requested... yes 876s checking for msgfmt... /usr/bin/msgfmt 876s checking for gmsgfmt... /usr/bin/msgfmt 876s checking for xgettext... /usr/bin/xgettext 876s checking for msgmerge... /usr/bin/msgmerge 876s checking for ld used by GCC... s390x-linux-gnu-ld -m elf64_s390 876s checking if the linker (s390x-linux-gnu-ld -m elf64_s390) is GNU ld... yes 876s checking for shared library run path origin... done 876s checking for CFPreferencesCopyAppValue... no 876s checking for CFLocaleCopyPreferredLanguages... no 876s checking for GNU gettext in libc... yes 876s checking whether to use NLS... yes 876s checking where the gettext function comes from... libc 876s checking whether NLS is requested... yes 876s checking for catalogs to be installed... if [ x"" != x ]; then \ 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \ 876s else true; fi 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/simple-object-mach-o.c -o simple-object-mach-o.o 876s da de es fi fr ga id it nl pt_BR ro sr sv tr uk vi zh_CN 876s checking for msgfmt... (cached) /usr/bin/msgfmt 876s checking for gmsgfmt... (cached) /usr/bin/msgfmt 876s checking for xgettext... (cached) /usr/bin/xgettext 876s checking for msgmerge... (cached) /usr/bin/msgmerge 876s checking size of void *... if [ x"" != x ]; then \ 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \ 876s else true; fi 876s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/simple-object-elf.c -o simple-object-elf.o 876s 8 876s checking whether basename is declared... yes 877s checking whether stpcpy is declared... yes 877s checking for sigsetjmp... 877s checking linker --as-needed support... yes 877s checking for cos in -lm... yes 877s if [ x"-fPIC" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ 877s else true; fi 877s configure: updating cache ./config.cache 877s checking that generated files are newer than configure... done 877s configure: creating ./config.status 877s if [ x"-fPIC" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/sort.c -o pic/sort.o; \ 877s else true; fi 877s if [ x"" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/sort.c -o noasan/sort.o; \ 877s else true; fi 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/sort.c -o sort.o 877s if [ x"-fPIC" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/spaces.c -o pic/spaces.o; \ 877s else true; fi 877s if [ x"" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/spaces.c -o noasan/spaces.o; \ 877s else true; fi 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/spaces.c -o spaces.o 877s if [ x"" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \ 877s else true; fi 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/simple-object-xcoff.c -o simple-object-xcoff.o 877s if [ x"-fPIC" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/splay-tree.c -o pic/splay-tree.o; \ 877s else true; fi 877s if [ x"-fPIC" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/stack-limit.c -o pic/stack-limit.o; \ 877s else true; fi 877s if [ x"" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/stack-limit.c -o noasan/stack-limit.o; \ 877s else true; fi 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/stack-limit.c -o stack-limit.o 877s if [ x"-fPIC" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/strerror.c -o pic/strerror.o; \ 877s else true; fi 877s if [ x"" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/splay-tree.c -o noasan/splay-tree.o; \ 877s else true; fi 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/splay-tree.c -o splay-tree.o 877s if [ x"" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/strerror.c -o noasan/strerror.o; \ 877s else true; fi 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/strerror.c -o strerror.o 877s if [ x"-fPIC" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/strsignal.c -o pic/strsignal.o; \ 877s else true; fi 877s if [ x"-fPIC" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/timeval-utils.c -o pic/timeval-utils.o; \ 877s else true; fi 877s config.status: creating Makefile 877s config.status: creating po/Makefile.in 877s if [ x"" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/timeval-utils.c -o noasan/timeval-utils.o; \ 877s else true; fi 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/timeval-utils.c -o timeval-utils.o 877s if [ x"-fPIC" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ 877s else true; fi 877s config.status: creating config.h 877s config.status: executing depfiles commands 877s if [ x"-fPIC" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xasprintf.c -o pic/xasprintf.o; \ 877s else true; fi 877s if [ x"" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \ 877s else true; fi 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o 877s if [ x"" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/strsignal.c -o noasan/strsignal.o; \ 877s else true; fi 877s if [ x"" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xasprintf.c -o noasan/xasprintf.o; \ 877s else true; fi 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/strsignal.c -o strsignal.o 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xasprintf.c -o xasprintf.o 877s if [ x"-fPIC" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xatexit.c -o pic/xatexit.o; \ 877s else true; fi 877s if [ x"-fPIC" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xexit.c -o pic/xexit.o; \ 877s else true; fi 877s if [ x"" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xexit.c -o noasan/xexit.o; \ 877s else true; fi 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xexit.c -o xexit.o 877s if [ x"" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xatexit.c -o noasan/xatexit.o; \ 877s else true; fi 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xatexit.c -o xatexit.o 877s if [ x"-fPIC" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xmalloc.c -o pic/xmalloc.o; \ 877s else true; fi 877s if [ x"-fPIC" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xmemdup.c -o pic/xmemdup.o; \ 877s else true; fi 877s if [ x"-fPIC" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xstrdup.c -o pic/xstrdup.o; \ 877s else true; fi 877s if [ x"" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xmemdup.c -o noasan/xmemdup.o; \ 877s else true; fi 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xmemdup.c -o xmemdup.o 877s if [ x"" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xmalloc.c -o noasan/xmalloc.o; \ 877s else true; fi 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xmalloc.c -o xmalloc.o 877s if [ x"" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xstrdup.c -o noasan/xstrdup.o; \ 877s else true; fi 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xstrdup.c -o xstrdup.o 877s if [ x"-fPIC" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xstrerror.c -o pic/xstrerror.o; \ 877s else true; fi 877s if [ x"-fPIC" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xstrndup.c -o pic/xstrndup.o; \ 877s else true; fi 877s if [ x"" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xstrerror.c -o noasan/xstrerror.o; \ 877s else true; fi 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xstrerror.c -o xstrerror.o 877s if [ x"-fPIC" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xvasprintf.c -o pic/xvasprintf.o; \ 877s else true; fi 877s if [ x"" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xstrndup.c -o noasan/xstrndup.o; \ 877s else true; fi 877s if [ x"-fPIC" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/setproctitle.c -o pic/setproctitle.o; \ 877s else true; fi 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xstrndup.c -o xstrndup.o 877s if [ x"" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/xvasprintf.c -o noasan/xvasprintf.o; \ 877s else true; fi 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xvasprintf.c -o xvasprintf.o 877s config.status: executing libtool commands 877s if [ x"" != x ]; then \ 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC ../../libiberty/setproctitle.c -o noasan/setproctitle.o; \ 877s else true; fi 877s s390x-linux-gnu-gcc -c -DHAVE_CONFIG_H -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/setproctitle.c -o setproctitle.o 877s config.status: executing default-1 commands 877s config.status: creating po/POTFILES 877s config.status: creating po/Makefile 877s rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a 877s s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc ./libiberty.a \ 877s ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o 877s config.status: executing default-2 commands 877s config.status: creating po/POTFILES 877s s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so ./libiberty.a 877s config.status: creating po/Makefile 877s if [ x"-fPIC" != x ]; then \ 877s cd pic; \ 877s s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc ./libiberty.a \ 877s ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \ 877s s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so ./libiberty.a; \ 877s cd ..; \ 877s else true; fi; \ 877s if [ x"" != x ]; then \ 877s cd noasan; \ 877s s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc ./libiberty.a \ 877s ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \ 877s s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so ./libiberty.a; \ 877s cd ..; \ 877s else true; fi 877s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libiberty' 877s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd' 877s \ 877s bfd_version=`echo "2.44" | /usr/bin/sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$/\1\2\3\4\5/'` ;\ 877s bfd_version_string="\"2.44\"" ;\ 877s bfd_soversion="2.44-system" ;\ 877s bfd_version_package="\"(GNU Binutils for Ubuntu) \"" ;\ 877s report_bugs_to="\"\"" ;\ 877s . ../../bfd/development.sh ;\ 877s if test "$development" = true ; then \ 877s bfd_version_date=`/usr/bin/sed -n -e 's/.*DATE //p' < ../../bfd/version.h` ;\ 877s bfd_version_string="\"2.44.${bfd_version_date}\"" ;\ 877s bfd_soversion="2.44-system.${bfd_version_date}" ;\ 877s fi ;\ 877s /usr/bin/sed -e "s,@bfd_version@,$bfd_version," \ 877s -e "s,@bfd_version_string@,$bfd_version_string," \ 877s -e "s,@bfd_version_package@,$bfd_version_package," \ 877s -e "s,@report_bugs_to@,$report_bugs_to," \ 877s < ../../bfd/version.h > bfdver.h; \ 877s echo "${bfd_soversion}" > libtool-soversion 877s /usr/bin/sed -e s/NN/32/g < ../../bfd/elfxx-target.h > elf32-target.h 877s /usr/bin/sed -e s/NN/64/g < ../../bfd/elfxx-target.h > elf64-target.h 877s rm -f targmatch.new 877s /usr/bin/sed -f ../../bfd/targmatch.sed < ../../bfd/config.bfd > targmatch.new 877s Making info in po 877s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/po' 877s ( if test 'x../../../bfd/po' != 'x.'; then \ 877s posrcprefix='../../../bfd/'; \ 877s else \ 877s posrcprefix="../"; \ 877s fi; \ 877s rm -f SRC-POTFILES-t SRC-POTFILES \ 877s && (sed -e '/^#/d' \ 877s -e '/^[ ]*$/d' \ 877s -e "s@.*@ $posrcprefix& \\\\@" < ../../../bfd/po/SRC-POTFILES.in \ 877s | sed -e '$s/\\$//') > SRC-POTFILES-t \ 877s && chmod a-w SRC-POTFILES-t \ 877s && mv SRC-POTFILES-t SRC-POTFILES ) 877s ( rm -f BLD-POTFILES-t BLD-POTFILES \ 877s && (sed -e '/^#/d' \ 877s -e '/^[ ]*$/d' \ 877s -e "s@.*@ ../& \\\\@" < ../../../bfd/po/BLD-POTFILES.in \ 877s | sed -e '$s/\\$//') > BLD-POTFILES-t \ 877s && chmod a-w BLD-POTFILES-t \ 877s && mv BLD-POTFILES-t BLD-POTFILES ) 877s cd .. \ 877s && CONFIG_FILES=po/Makefile.in:po/Make-in \ 877s CONFIG_HEADERS= /bin/bash ./config.status 877s mv -f targmatch.new targmatch.h 877s config.status: creating po/Makefile.in 877s config.status: executing depfiles commands 877s config.status: executing libtool commands 877s config.status: executing default-1 commands 877s config.status: executing default-2 commands 877s config.status: executing default commands 877s make[4]: Nothing to be done for 'info'. 877s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/po' 877s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd' 877s \ 877s /usr/bin/mkdir -p doc; \ 877s echo "@set VERSION 2.44" > doc/bfdver.texi; \ 877s if test -n "(GNU Binutils for Ubuntu) "; then \ 877s echo "@set VERSION_PACKAGE (GNU Binutils for Ubuntu) " >> doc/bfdver.texi; \ 877s fi; \ 877s echo "@set UPDATED `date '+%B %Y'`" >> doc/bfdver.texi; \ 877s if test -n "@uref{https://sourceware.org/bugzilla/}"; then \ 877s echo "@set BUGURL @uref{https://sourceware.org/bugzilla/}" >> doc/bfdver.texi; \ 877s fi 877s s390x-linux-gnu-gcc -o doc/chw$$ -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain \ 877s -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 \ 877s -I. -I../../bfd -Idoc -I../../bfd/../include -I../../bfd/../intl -I../intl \ 877s ../../bfd/doc/chew.c && \ 877s /bin/bash ../../bfd/../move-if-change \ 877s doc/chw$$ doc/chew && \ 877s touch doc/chew.stamp 878s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/aoutx.h > doc/aoutx.stamp.tmp; texi=doc/aoutx.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/aoutx.stamp.tmp $texi; touch doc/aoutx.stamp; ) 878s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/archive.c > doc/archive.stamp.tmp; texi=doc/archive.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/archive.stamp.tmp $texi; touch doc/archive.stamp; ) 878s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/archures.c > doc/archures.stamp.tmp; texi=doc/archures.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/archures.stamp.tmp $texi; touch doc/archures.stamp; ) 878s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/bfdio.c > doc/bfdio.stamp.tmp; texi=doc/bfdio.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/bfdio.stamp.tmp $texi; touch doc/bfdio.stamp; ) 878s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/bfd.c > doc/bfdt.stamp.tmp; texi=doc/bfdt.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/bfdt.stamp.tmp $texi; touch doc/bfdt.stamp; ) 878s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/cache.c > doc/cache.stamp.tmp; texi=doc/cache.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/cache.stamp.tmp $texi; touch doc/cache.stamp; ) 878s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/coffcode.h > doc/coffcode.stamp.tmp; texi=doc/coffcode.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/coffcode.stamp.tmp $texi; touch doc/coffcode.stamp; ) 878s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/corefile.c > doc/corefile.stamp.tmp; texi=doc/corefile.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/corefile.stamp.tmp $texi; touch doc/corefile.stamp; ) 878s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/elfcode.h > doc/elfcode.stamp.tmp; texi=doc/elfcode.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/elfcode.stamp.tmp $texi; touch doc/elfcode.stamp; ) 878s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/elf.c > doc/elf.stamp.tmp; texi=doc/elf.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/elf.stamp.tmp $texi; touch doc/elf.stamp; ) 878s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/format.c > doc/format.stamp.tmp; texi=doc/format.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/format.stamp.tmp $texi; touch doc/format.stamp; ) 878s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/hash.c > doc/hash.stamp.tmp; texi=doc/hash.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/hash.stamp.tmp $texi; touch doc/hash.stamp; ) 878s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/libbfd.c > doc/libbfd.stamp.tmp; texi=doc/libbfd.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/libbfd.stamp.tmp $texi; touch doc/libbfd.stamp; ) 878s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/linker.c > doc/linker.stamp.tmp; texi=doc/linker.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/linker.stamp.tmp $texi; touch doc/linker.stamp; ) 878s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/mmo.c > doc/mmo.stamp.tmp; texi=doc/mmo.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/mmo.stamp.tmp $texi; touch doc/mmo.stamp; ) 878s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/opncls.c > doc/opncls.stamp.tmp; texi=doc/opncls.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/opncls.stamp.tmp $texi; touch doc/opncls.stamp; ) 878s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/reloc.c > doc/reloc.stamp.tmp; texi=doc/reloc.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/reloc.stamp.tmp $texi; touch doc/reloc.stamp; ) 878s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/section.c > doc/section.stamp.tmp; texi=doc/section.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/section.stamp.tmp $texi; touch doc/section.stamp; ) 878s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/syms.c > doc/syms.stamp.tmp; texi=doc/syms.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/syms.stamp.tmp $texi; touch doc/syms.stamp; ) 878s ( set -e; doc/chew -f ../../bfd/doc/doc.str < ../../bfd/targets.c > doc/targets.stamp.tmp; texi=doc/targets.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ../../bfd/$texi || ln -s /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../../bfd/$texi $texi; /bin/bash ../../bfd/../move-if-change doc/targets.stamp.tmp $texi; touch doc/targets.stamp; ) 878s restore=: && backupdir=".am$$" && \ 878s rm -rf $backupdir && mkdir $backupdir && \ 878s if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ 878s for f in doc/bfd.info doc/bfd.info-[0-9] doc/bfd.info-[0-9][0-9] doc/bfd.i[0-9] doc/bfd.i[0-9][0-9]; do \ 878s if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ 878s done; \ 878s else :; fi && \ 878s if makeinfo --split-size=5000000 --split-size=5000000 --no-split -I "../../bfd/doc" -I doc -I doc -I ../../bfd/doc \ 878s -o doc/bfd.info `test -f 'doc/bfd.texi' || echo '../../bfd/'`doc/bfd.texi; \ 878s then \ 878s rc=0; \ 878s else \ 878s rc=$?; \ 878s $restore $backupdir/* `echo "./doc/bfd.info" | sed 's|[^/]*$||'`; \ 878s fi; \ 878s rm -rf $backupdir; exit $rc 879s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd' 879s /usr/bin/make all-recursive 879s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd' 879s Making all in po 879s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/po' 879s file=`echo ../../../bfd/po/da | sed 's,.*/,,'`.gmo \ 879s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/da.po 879s file=`echo ../../../bfd/po/es | sed 's,.*/,,'`.gmo \ 879s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/es.po 879s file=`echo ../../../bfd/po/fi | sed 's,.*/,,'`.gmo \ 879s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/fi.po 879s file=`echo ../../../bfd/po/fr | sed 's,.*/,,'`.gmo \ 879s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/fr.po 879s file=`echo ../../../bfd/po/hr | sed 's,.*/,,'`.gmo \ 879s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/hr.po 879s file=`echo ../../../bfd/po/id | sed 's,.*/,,'`.gmo \ 879s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/id.po 879s file=`echo ../../../bfd/po/ja | sed 's,.*/,,'`.gmo \ 879s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/ja.po 879s file=`echo ka | sed 's,.*/,,'`.gmo \ 879s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/ka.po 879s file=`echo ms | sed 's,.*/,,'`.gmo \ 879s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/ms.po 879s file=`echo ../../../bfd/po/pt | sed 's,.*/,,'`.gmo \ 879s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/pt.po 879s file=`echo ../../../bfd/po/ro | sed 's,.*/,,'`.gmo \ 879s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/ro.po 879s file=`echo ../../../bfd/po/ru | sed 's,.*/,,'`.gmo \ 879s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/ru.po 879s file=`echo ../../../bfd/po/rw | sed 's,.*/,,'`.gmo \ 879s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/rw.po 879s file=`echo ../../../bfd/po/sr | sed 's,.*/,,'`.gmo \ 879s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/sr.po 879s file=`echo ../../../bfd/po/sv | sed 's,.*/,,'`.gmo \ 879s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/sv.po 879s file=`echo ../../../bfd/po/tr | sed 's,.*/,,'`.gmo \ 879s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/tr.po 879s file=`echo ../../../bfd/po/uk | sed 's,.*/,,'`.gmo \ 879s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/uk.po 879s file=`echo ../../../bfd/po/vi | sed 's,.*/,,'`.gmo \ 879s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/vi.po 879s file=`echo ../../../bfd/po/zh_CN | sed 's,.*/,,'`.gmo \ 879s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../bfd/po/zh_CN.po 879s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/po' 879s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd' 879s rm -f bfd-tmp.h 879s rm -f tofiles 879s cp bfd-in3.h bfd-tmp.h 879s f=""; \ 879s for i in elf64-s390.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo elf-sframe.lo dwarf1.lo dwarf2.lo elf32-s390.lo elf32.lo elf64-gen.lo elf32-gen.lo plugin.lo cpu-s390.lo trad-core.lo archive64.lo ; do \ 879s case " $f " in \ 879s *" $i "*) ;; \ 879s *) f="$f $i" ;; \ 879s esac ; \ 879s done ; \ 879s echo $f > tofiles 879s /bin/bash ../../bfd/../move-if-change bfd-tmp.h bfd.h 879s /bin/bash ../../bfd/../move-if-change tofiles ofiles 879s rm -f bfd-tmp.h 879s touch stamp-ofiles 879s touch stmp-bfd-h 879s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo ../../bfd/archive.c 879s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=s390_elf64_vec -DSELECT_VECS='&s390_elf64_vec,&s390_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec' -DSELECT_ARCHITECTURES='&bfd_s390_arch' ../../bfd/archures.c 879s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo ../../bfd/bfd.c 879s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo ../../bfd/bfdio.c 879s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../../bfd/archive.c -fPIC -DPIC -o .libs/archive.o 879s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../../bfd/bfdio.c -fPIC -DPIC -o .libs/bfdio.o 879s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../../bfd/bfd.c -fPIC -DPIC -o .libs/bfd.o 879s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=s390_elf64_vec "-DSELECT_VECS=&s390_elf64_vec,&s390_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" "-DSELECT_ARCHITECTURES=&bfd_s390_arch" ../../bfd/archures.c -fPIC -DPIC -o .libs/archures.o 880s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=s390_elf64_vec "-DSELECT_VECS=&s390_elf64_vec,&s390_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" "-DSELECT_ARCHITECTURES=&bfd_s390_arch" ../../bfd/archures.c -o archures.o >/dev/null 2>&1 880s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../../bfd/bfdio.c -o bfdio.o >/dev/null 2>&1 880s mv -f .deps/archures.Tpo .deps/archures.Plo 880s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo ../../bfd/cache.c 880s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c ../../bfd/cache.c -fPIC -DPIC -o .libs/cache.o 880s mv -f .deps/bfdio.Tpo .deps/bfdio.Plo 880s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c -o coff-bfd.lo ../../bfd/coff-bfd.c 880s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c ../../bfd/coff-bfd.c -fPIC -DPIC -o .libs/coff-bfd.o 880s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../../bfd/bfd.c -o bfd.o >/dev/null 2>&1 880s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c ../../bfd/coff-bfd.c -o coff-bfd.o >/dev/null 2>&1 880s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c ../../bfd/cache.c -o cache.o >/dev/null 2>&1 880s mv -f .deps/coff-bfd.Tpo .deps/coff-bfd.Plo 880s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo ../../bfd/compress.c 880s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c ../../bfd/compress.c -fPIC -DPIC -o .libs/compress.o 880s mv -f .deps/cache.Tpo .deps/cache.Plo 880s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo ../../bfd/corefile.c 880s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c ../../bfd/corefile.c -fPIC -DPIC -o .libs/corefile.o 880s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../../bfd/archive.c -o archive.o >/dev/null 2>&1 880s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c ../../bfd/corefile.c -o corefile.o >/dev/null 2>&1 880s mv -f .deps/bfd.Tpo .deps/bfd.Plo 880s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf-properties.lo -MD -MP -MF .deps/elf-properties.Tpo -c -o elf-properties.lo ../../bfd/elf-properties.c 880s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c ../../bfd/compress.c -o compress.o >/dev/null 2>&1 880s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf-properties.lo -MD -MP -MF .deps/elf-properties.Tpo -c ../../bfd/elf-properties.c -fPIC -DPIC -o .libs/elf-properties.o 880s mv -f .deps/corefile.Tpo .deps/corefile.Plo 880s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo ../../bfd/format.c 880s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT format.lo -MD -MP -MF .deps/format.Tpo -c ../../bfd/format.c -fPIC -DPIC -o .libs/format.o 880s mv -f .deps/compress.Tpo .deps/compress.Plo 880s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo ../../bfd/hash.c 880s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT format.lo -MD -MP -MF .deps/format.Tpo -c ../../bfd/format.c -o format.o >/dev/null 2>&1 880s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf-properties.lo -MD -MP -MF .deps/elf-properties.Tpo -c ../../bfd/elf-properties.c -o elf-properties.o >/dev/null 2>&1 880s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c ../../bfd/hash.c -fPIC -DPIC -o .libs/hash.o 881s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c ../../bfd/hash.c -o hash.o >/dev/null 2>&1 881s mv -f .deps/format.Tpo .deps/format.Plo 881s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo ../../bfd/libbfd.c 881s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c ../../bfd/libbfd.c -fPIC -DPIC -o .libs/libbfd.o 881s mv -f .deps/elf-properties.Tpo .deps/elf-properties.Plo 881s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo ../../bfd/linker.c 881s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c ../../bfd/linker.c -fPIC -DPIC -o .libs/linker.o 881s mv -f .deps/archive.Tpo .deps/archive.Plo 881s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo ../../bfd/merge.c 881s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c ../../bfd/merge.c -fPIC -DPIC -o .libs/merge.o 881s mv -f .deps/hash.Tpo .deps/hash.Plo 881s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo ../../bfd/opncls.c 881s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c ../../bfd/opncls.c -fPIC -DPIC -o .libs/opncls.o 881s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c ../../bfd/libbfd.c -o libbfd.o >/dev/null 2>&1 881s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c ../../bfd/merge.c -o merge.o >/dev/null 2>&1 881s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c ../../bfd/opncls.c -o opncls.o >/dev/null 2>&1 881s mv -f .deps/libbfd.Tpo .deps/libbfd.Plo 881s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo ../../bfd/reloc.c 881s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c ../../bfd/reloc.c -fPIC -DPIC -o .libs/reloc.o 881s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c ../../bfd/linker.c -o linker.o >/dev/null 2>&1 881s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c ../../bfd/reloc.c -o reloc.o >/dev/null 2>&1 881s mv -f .deps/merge.Tpo .deps/merge.Plo 881s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo ../../bfd/section.c 881s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT section.lo -MD -MP -MF .deps/section.Tpo -c ../../bfd/section.c -fPIC -DPIC -o .libs/section.o 881s mv -f .deps/opncls.Tpo .deps/opncls.Plo 881s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo ../../bfd/simple.c 881s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c ../../bfd/simple.c -fPIC -DPIC -o .libs/simple.o 882s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c ../../bfd/simple.c -o simple.o >/dev/null 2>&1 882s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT section.lo -MD -MP -MF .deps/section.Tpo -c ../../bfd/section.c -o section.o >/dev/null 2>&1 882s mv -f .deps/reloc.Tpo .deps/reloc.Plo 882s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo ../../bfd/stab-syms.c 882s mv -f .deps/simple.Tpo .deps/simple.Plo 882s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo ../../bfd/stabs.c 882s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c ../../bfd/stab-syms.c -fPIC -DPIC -o .libs/stab-syms.o 882s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c ../../bfd/stabs.c -fPIC -DPIC -o .libs/stabs.o 882s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c ../../bfd/stab-syms.c -o stab-syms.o >/dev/null 2>&1 882s mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo 882s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo ../../bfd/syms.c 882s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c ../../bfd/syms.c -fPIC -DPIC -o .libs/syms.o 882s mv -f .deps/section.Tpo .deps/section.Plo 882s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=s390_elf64_vec -DSELECT_VECS='&s390_elf64_vec,&s390_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec' -DSELECT_ARCHITECTURES='&bfd_s390_arch' ../../bfd/targets.c 882s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=s390_elf64_vec "-DSELECT_VECS=&s390_elf64_vec,&s390_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" "-DSELECT_ARCHITECTURES=&bfd_s390_arch" ../../bfd/targets.c -fPIC -DPIC -o .libs/targets.o 882s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c ../../bfd/stabs.c -o stabs.o >/dev/null 2>&1 882s mv -f .deps/linker.Tpo .deps/linker.Plo 882s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo ../../bfd/binary.c 882s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c ../../bfd/binary.c -fPIC -DPIC -o .libs/binary.o 882s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=s390_elf64_vec "-DSELECT_VECS=&s390_elf64_vec,&s390_elf32_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" "-DSELECT_ARCHITECTURES=&bfd_s390_arch" ../../bfd/targets.c -o targets.o >/dev/null 2>&1 882s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c ../../bfd/binary.c -o binary.o >/dev/null 2>&1 882s mv -f .deps/targets.Tpo .deps/targets.Plo 882s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ../../bfd/ihex.c 882s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c ../../bfd/syms.c -o syms.o >/dev/null 2>&1 882s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ../../bfd/ihex.c -fPIC -DPIC -o .libs/ihex.o 882s mv -f .deps/stabs.Tpo .deps/stabs.Plo 882s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo ../../bfd/srec.c 882s mv -f .deps/binary.Tpo .deps/binary.Plo 882s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo ../../bfd/tekhex.c 882s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c ../../bfd/srec.c -fPIC -DPIC -o .libs/srec.o 882s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c ../../bfd/tekhex.c -fPIC -DPIC -o .libs/tekhex.o 882s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ../../bfd/ihex.c -o ihex.o >/dev/null 2>&1 882s mv -f .deps/syms.Tpo .deps/syms.Plo 882s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo ../../bfd/verilog.c 882s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c ../../bfd/verilog.c -fPIC -DPIC -o .libs/verilog.o 882s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c ../../bfd/tekhex.c -o tekhex.o >/dev/null 2>&1 882s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c ../../bfd/srec.c -o srec.o >/dev/null 2>&1 882s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c ../../bfd/verilog.c -o verilog.o >/dev/null 2>&1 883s mv -f .deps/ihex.Tpo .deps/ihex.Plo 883s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf64-s390.lo -MD -MP -MF .deps/elf64-s390.Tpo -c -o elf64-s390.lo ../../bfd/elf64-s390.c 883s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf64-s390.lo -MD -MP -MF .deps/elf64-s390.Tpo -c ../../bfd/elf64-s390.c -fPIC -DPIC -o .libs/elf64-s390.o 883s mv -f .deps/verilog.Tpo .deps/verilog.Plo 883s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c -o elf64.lo ../../bfd/elf64.c 883s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c ../../bfd/elf64.c -fPIC -DPIC -o .libs/elf64.o 883s mv -f .deps/tekhex.Tpo .deps/tekhex.Plo 883s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo ../../bfd/elf.c 883s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c ../../bfd/elf.c -fPIC -DPIC -o .libs/elf.o 883s mv -f .deps/srec.Tpo .deps/srec.Plo 883s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo ../../bfd/elflink.c 883s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c ../../bfd/elflink.c -fPIC -DPIC -o .libs/elflink.o 883s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c ../../bfd/elf64.c -o elf64.o >/dev/null 2>&1 884s mv -f .deps/elf64.Tpo .deps/elf64.Plo 884s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo ../../bfd/elf-attrs.c 884s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c ../../bfd/elf-attrs.c -fPIC -DPIC -o .libs/elf-attrs.o 884s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf64-s390.lo -MD -MP -MF .deps/elf64-s390.Tpo -c ../../bfd/elf64-s390.c -o elf64-s390.o >/dev/null 2>&1 884s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c ../../bfd/elf-attrs.c -o elf-attrs.o >/dev/null 2>&1 884s mv -f .deps/elf-attrs.Tpo .deps/elf-attrs.Plo 884s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo ../../bfd/elf-strtab.c 884s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c ../../bfd/elf-strtab.c -fPIC -DPIC -o .libs/elf-strtab.o 884s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c ../../bfd/elf-strtab.c -o elf-strtab.o >/dev/null 2>&1 884s mv -f .deps/elf-strtab.Tpo .deps/elf-strtab.Plo 884s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c -o elf-eh-frame.lo ../../bfd/elf-eh-frame.c 884s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c ../../bfd/elf-eh-frame.c -fPIC -DPIC -o .libs/elf-eh-frame.o 885s mv -f .deps/elf64-s390.Tpo .deps/elf64-s390.Plo 885s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf-sframe.lo -MD -MP -MF .deps/elf-sframe.Tpo -c -o elf-sframe.lo ../../bfd/elf-sframe.c 885s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf-sframe.lo -MD -MP -MF .deps/elf-sframe.Tpo -c ../../bfd/elf-sframe.c -fPIC -DPIC -o .libs/elf-sframe.o 885s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf-sframe.lo -MD -MP -MF .deps/elf-sframe.Tpo -c ../../bfd/elf-sframe.c -o elf-sframe.o >/dev/null 2>&1 885s mv -f .deps/elf-sframe.Tpo .deps/elf-sframe.Plo 885s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo ../../bfd/dwarf1.c 885s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../bfd/dwarf1.c -fPIC -DPIC -o .libs/dwarf1.o 885s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c ../../bfd/elf-eh-frame.c -o elf-eh-frame.o >/dev/null 2>&1 885s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../bfd/dwarf1.c -o dwarf1.o >/dev/null 2>&1 886s mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo 886s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/usr/lib/s390x-linux-gnu/debug\" ../../bfd/dwarf2.c 886s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/usr/lib/s390x-linux-gnu/debug\" ../../bfd/dwarf2.c -fPIC -DPIC -o .libs/dwarf2.o 886s mv -f .deps/elf-eh-frame.Tpo .deps/elf-eh-frame.Plo 886s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf32-s390.lo -MD -MP -MF .deps/elf32-s390.Tpo -c -o elf32-s390.lo ../../bfd/elf32-s390.c 886s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf32-s390.lo -MD -MP -MF .deps/elf32-s390.Tpo -c ../../bfd/elf32-s390.c -fPIC -DPIC -o .libs/elf32-s390.o 886s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c ../../bfd/elf.c -o elf.o >/dev/null 2>&1 887s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/usr/lib/s390x-linux-gnu/debug\" ../../bfd/dwarf2.c -o dwarf2.o >/dev/null 2>&1 887s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf32-s390.lo -MD -MP -MF .deps/elf32-s390.Tpo -c ../../bfd/elf32-s390.c -o elf32-s390.o >/dev/null 2>&1 887s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c ../../bfd/elflink.c -o elflink.o >/dev/null 2>&1 888s mv -f .deps/elf32-s390.Tpo .deps/elf32-s390.Plo 888s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c -o elf32.lo ../../bfd/elf32.c 888s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c ../../bfd/elf32.c -fPIC -DPIC -o .libs/elf32.o 888s mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo 888s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c -o elf64-gen.lo ../../bfd/elf64-gen.c 888s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c ../../bfd/elf64-gen.c -fPIC -DPIC -o .libs/elf64-gen.o 888s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c ../../bfd/elf64-gen.c -o elf64-gen.o >/dev/null 2>&1 888s mv -f .deps/elf64-gen.Tpo .deps/elf64-gen.Plo 888s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo ../../bfd/elf32-gen.c 889s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../../bfd/elf32-gen.c -fPIC -DPIC -o .libs/elf32-gen.o 889s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../../bfd/elf32-gen.c -o elf32-gen.o >/dev/null 2>&1 889s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c ../../bfd/elf32.c -o elf32.o >/dev/null 2>&1 889s mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo 889s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo ../../bfd/plugin.c 889s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c ../../bfd/plugin.c -fPIC -DPIC -o .libs/plugin.o 889s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c ../../bfd/plugin.c -o plugin.o >/dev/null 2>&1 889s mv -f .deps/plugin.Tpo .deps/plugin.Plo 889s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c -o cpu-s390.lo ../../bfd/cpu-s390.c 889s mv -f .deps/elf32.Tpo .deps/elf32.Plo 889s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c -o trad-core.lo ../../bfd/trad-core.c 889s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../bfd/cpu-s390.c -fPIC -DPIC -o .libs/cpu-s390.o 889s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c ../../bfd/trad-core.c -fPIC -DPIC -o .libs/trad-core.o 889s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c ../../bfd/cpu-s390.c -o cpu-s390.o >/dev/null 2>&1 889s mv -f .deps/cpu-s390.Tpo .deps/cpu-s390.Plo 889s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib/s390x-linux-gnu"' -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../bfd/archive64.c 889s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c ../../bfd/trad-core.c -o trad-core.o >/dev/null 2>&1 889s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../bfd/archive64.c -fPIC -DPIC -o .libs/archive64.o 889s mv -f .deps/trad-core.Tpo .deps/trad-core.Plo 889s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../bfd -DBINDIR=\"/usr/bin\" -DLIBDIR=\"/usr/lib/s390x-linux-gnu\" -DTRAD_CORE -I. -I../../bfd -I../../bfd/../include -DHAVE_s390_elf64_vec -DHAVE_s390_elf32_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../bfd/archive64.c -o archive64.o >/dev/null 2>&1 889s mv -f .deps/archive64.Tpo .deps/archive64.Plo 890s mv -f .deps/elf.Tpo .deps/elf.Plo 892s mv -f .deps/elflink.Tpo .deps/elflink.Plo 892s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -release `cat libtool-soversion` -Wl,-z,relro -o libbfd.la -rpath /usr/lib/s390x-linux-gnu archive.lo archures.lo bfd.lo bfdio.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles` -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../libiberty/pic -liberty -Wl,-lc,--as-needed,-lm,--no-as-needed -lz ../libsframe/libsframe.la 892s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/archive.o .libs/archures.o .libs/bfd.o .libs/bfdio.o .libs/cache.o .libs/coff-bfd.o .libs/compress.o .libs/corefile.o .libs/elf-properties.o .libs/format.o .libs/hash.o .libs/libbfd.o .libs/linker.o .libs/merge.o .libs/opncls.o .libs/reloc.o .libs/section.o .libs/simple.o .libs/stab-syms.o .libs/stabs.o .libs/syms.o .libs/targets.o .libs/binary.o .libs/ihex.o .libs/srec.o .libs/tekhex.o .libs/verilog.o .libs/elf64-s390.o .libs/elf64.o .libs/elf.o .libs/elflink.o .libs/elf-attrs.o .libs/elf-strtab.o .libs/elf-eh-frame.o .libs/elf-sframe.o .libs/dwarf1.o .libs/dwarf2.o .libs/elf32-s390.o .libs/elf32.o .libs/elf64-gen.o .libs/elf32-gen.o .libs/plugin.o .libs/cpu-s390.o .libs/trad-core.o .libs/archive64.o -Wl,-rpath -Wl,/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe/.libs -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../libiberty/pic -liberty -lz ../libsframe/.libs/libsframe.so -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -Wl,-lc -Wl,--as-needed -Wl,-lm -Wl,--no-as-needed -Wl,-soname -Wl,libbfd-2.44-system.so -o .libs/libbfd-2.44-system.so 892s libtool: link: (cd ".libs" && rm -f "libbfd.so" && ln -s "libbfd-2.44-system.so" "libbfd.so") 892s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o elf64-s390.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o elf-sframe.o dwarf1.o dwarf2.o elf32-s390.o elf32.o elf64-gen.o elf32-gen.o plugin.o cpu-s390.o trad-core.o archive64.o 892s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libbfd.a 892s libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" ) 892s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd' 892s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd' 892s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd' 892s mkdir -p -- ./libctf 892s Configuring in ./libctf 892s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/opcodes' 892s /usr/bin/make all-recursive 892s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/opcodes' 892s Making all in . 892s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/opcodes' 892s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis-buf.lo ../../opcodes/dis-buf.c 892s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo -DARCH_s390 ../../opcodes/disassemble.c 892s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo ../../opcodes/dis-init.c 892s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c ../../opcodes/dis-buf.c -fPIC -DPIC -o .libs/dis-buf.o 892s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_s390 ../../opcodes/disassemble.c -fPIC -DPIC -o .libs/disassemble.o 892s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c ../../opcodes/dis-init.c -fPIC -DPIC -o .libs/dis-init.o 892s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c ../../opcodes/dis-init.c -o dis-init.o >/dev/null 2>&1 892s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c ../../opcodes/dis-buf.c -o dis-buf.o >/dev/null 2>&1 892s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_s390 ../../opcodes/disassemble.c -o disassemble.o >/dev/null 2>&1 892s mv -f .deps/dis-init.Tpo .deps/dis-init.Plo 892s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT s390-dis.lo -MD -MP -MF .deps/s390-dis.Tpo -c -o s390-dis.lo ../../opcodes/s390-dis.c 892s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT s390-dis.lo -MD -MP -MF .deps/s390-dis.Tpo -c ../../opcodes/s390-dis.c -fPIC -DPIC -o .libs/s390-dis.o 892s configure: creating cache ./config.cache 892s checking build system type... mv -f .deps/dis-buf.Tpo .deps/dis-buf.Plo 892s s390x-linux-gnu-gcc -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -c ../../opcodes/s390-mkopc.c 892s s390x-ibm-linux-gnu 892s checking host system type... s390x-ibm-linux-gnu 892s checking target system type... s390x-ibm-linux-gnu 892s checking for s390x-linux-gnu-gcc... s390x-linux-gnu-gcc 892s checking whether the C compiler works... mv -f .deps/disassemble.Tpo .deps/disassemble.Plo 892s yes 892s checking for C compiler default output file name... a.out 892s checking for suffix of executables... 892s checking whether we are cross compiling... no 892s checking for suffix of object files... o 892s checking whether we are using the GNU C compiler... yes 892s checking whether s390x-linux-gnu-gcc accepts -g... yes 892s checking for s390x-linux-gnu-gcc option to accept ISO C89... s390x-linux-gnu-gcc -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -o s390-mkopc s390-mkopc.o 892s ./s390-mkopc < ../../opcodes/s390-opc.txt > s390-opc.tab 892s none needed 892s checking whether s390x-linux-gnu-gcc understands -c and -o together... /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c -o s390-opc.lo ../../opcodes/s390-opc.c 892s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c ../../opcodes/s390-opc.c -fPIC -DPIC -o .libs/s390-opc.o 892s yes 892s checking how to run the C preprocessor... libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT s390-dis.lo -MD -MP -MF .deps/s390-dis.Tpo -c ../../opcodes/s390-dis.c -o s390-dis.o >/dev/null 2>&1 892s s390x-linux-gnu-gcc -E 892s checking for grep that handles long lines and -e... /usr/bin/grep 892s checking for egrep... /usr/bin/grep -E 892s checking for ANSI C header files... yes 892s checking for sys/types.h... yes 892s checking for sys/stat.h... yes 893s checking for stdlib.h... yes 893s checking for string.h... yes 893s checking for memory.h... yes 893s checking for strings.h... mv -f .deps/s390-dis.Tpo .deps/s390-dis.Plo 893s yes 893s checking for inttypes.h... yes 893s checking for stdint.h... yes 893s checking for unistd.h... yes 893s checking minix/config.h usability... no 893s checking minix/config.h presence... no 893s checking for minix/config.h... no 893s checking whether it is safe to define __EXTENSIONS__... yes 893s checking for a BSD-compatible install... /usr/bin/install -c 893s checking whether build environment is sane... yes 893s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c ../../opcodes/s390-opc.c -o s390-opc.o >/dev/null 2>&1 893s checking for a thread-safe mkdir -p... /usr/bin/mkdir -p 893s checking for gawk... gawk 893s checking whether /usr/bin/make sets $(MAKE)... yes 893s checking for style of include used by /usr/bin/make... GNU 893s checking whether /usr/bin/make supports nested variables... yes 893s checking dependency style of s390x-linux-gnu-gcc... gcc3 893s checking whether /usr/bin/make supports nested variables... (cached) yes 893s checking whether /usr/bin/make sets $(MAKE)... (cached) yes 893s checking for s390x-linux-gnu-gcc... (cached) s390x-linux-gnu-gcc 893s checking whether we are using the GNU C compiler... (cached) yes 893s checking whether s390x-linux-gnu-gcc accepts -g... (cached) yes 893s checking for s390x-linux-gnu-gcc option to accept ISO C89... (cached) none needed 893s checking whether s390x-linux-gnu-gcc understands -c and -o together... (cached) yes 893s checking for s390x-linux-gnu-ranlib... s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 893s checking for s390x-linux-gnu-ar... s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 893s checking the archiver (s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so) interface... ar 893s checking whether NLS is requested... yes 893s checking for msgfmt... /usr/bin/msgfmt 893s checking for gmsgfmt... /usr/bin/msgfmt 893s checking for xgettext... /usr/bin/xgettext 893s checking for msgmerge... /usr/bin/msgmerge 893s checking for ld used by GCC... s390x-linux-gnu-ld 893s checking if the linker (s390x-linux-gnu-ld) is GNU ld... yes 893s checking for shared library run path origin... done 893s checking for CFPreferencesCopyAppValue... no 893s checking for CFLocaleCopyPreferredLanguages... no 893s checking for GNU gettext in libc... yes 893s checking whether to use NLS... yes 893s checking where the gettext function comes from... libc 893s checking whether NLS is requested... yes 893s checking for catalogs to be installed... 893s checking how to print strings... printf 893s checking for a sed that does not truncate output... /usr/bin/sed 893s checking for fgrep... /usr/bin/grep -F 893s checking for ld used by s390x-linux-gnu-gcc... s390x-linux-gnu-ld 893s checking if the linker (s390x-linux-gnu-ld) is GNU ld... yes 893s checking for BSD- or MS-compatible name lister (nm)... /usr/bin/s390x-linux-gnu-nm -B 893s checking the name lister (/usr/bin/s390x-linux-gnu-nm -B) interface... BSD nm 893s checking whether ln -s works... yes 893s checking the maximum length of command line arguments... 1572864 893s checking whether the shell understands some XSI constructs... yes 893s checking whether the shell understands "+="... yes 893s checking for s390x-linux-gnu-ld option to reload object files... -r 893s checking for s390x-linux-gnu-objdump... s390x-linux-gnu-objdump 893s checking how to recognize dependent libraries... pass_all 893s checking for s390x-linux-gnu-ar... (cached) s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 893s checking for s390x-linux-gnu-strip... s390x-linux-gnu-strip 893s checking for s390x-linux-gnu-ranlib... (cached) s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so 893s checking command to parse /usr/bin/s390x-linux-gnu-nm -B output from s390x-linux-gnu-gcc object... ok 893s checking for dlfcn.h... yes 893s checking for objdir... .libs 893s checking if s390x-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no 893s checking for s390x-linux-gnu-gcc option to produce PIC... -fPIC -DPIC 893s checking if s390x-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes 893s checking if s390x-linux-gnu-gcc static flag -static works... yes 893s checking if s390x-linux-gnu-gcc supports -c -o file.o... mv -f .deps/s390-opc.Tpo .deps/s390-opc.Plo 893s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -release `cat ../bfd/libtool-soversion` -Wl,-z,relro -o libopcodes.la -rpath /usr/lib/s390x-linux-gnu dis-buf.lo disassemble.lo dis-init.lo s390-dis.lo s390-opc.lo ../bfd/libbfd.la -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/opcodes/../libiberty/pic -liberty -Wl,-lc,--as-needed,-lm,--no-as-needed 893s yes 893s checking if s390x-linux-gnu-gcc supports -c -o file.o... (cached) yes 893s checking whether the s390x-linux-gnu-gcc linker (s390x-linux-gnu-ld -m elf64_s390) supports shared libraries... yes 893s checking whether -lc should be explicitly linked in... no 893s checking dynamic linker characteristics... libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/dis-buf.o .libs/disassemble.o .libs/dis-init.o .libs/s390-dis.o .libs/s390-opc.o -Wl,-rpath -Wl,/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/.libs -Wl,-rpath -Wl,/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe/.libs -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe/.libs ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../libiberty/pic -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe/.libs/libsframe.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/opcodes/../libiberty/pic -liberty -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -Wl,-lc -Wl,--as-needed -Wl,-lm -Wl,--no-as-needed -Wl,-soname -Wl,libopcodes-2.44-system.so -o .libs/libopcodes-2.44-system.so 893s GNU/Linux ld.so 893s checking how to hardcode library paths into programs... immediate 893s checking whether stripping libraries is possible... yes 893s checking if libtool supports shared libraries... yes 893s checking whether to build shared libraries... yes 893s checking whether to build static libraries... yes 893s checking for special C compiler options needed for large files... no 893s checking for _FILE_OFFSET_BITS value needed for large files... libtool: link: (cd ".libs" && rm -f "libopcodes.so" && ln -s "libopcodes-2.44-system.so" "libopcodes.so") 893s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libopcodes.a dis-buf.o disassemble.o dis-init.o s390-dis.o s390-opc.o 893s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libopcodes.a 893s no 893s configure: creating ./config.lt 893s libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" ) 893s libtooldir=`/bin/bash ./libtool --config | sed -n -e 's/^objdir=//p'`; \ 893s if [ -f $libtooldir/libopcodes.a ]; then \ 893s cp $libtooldir/libopcodes.a libopcodes.tmp; \ 893s s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so libopcodes.tmp; \ 893s /bin/bash ../../opcodes/../move-if-change libopcodes.tmp libopcodes.a; \ 893s else true; fi 893s touch stamp-lib 893s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/opcodes' 893s Making all in po 893s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/opcodes/po' 893s file=`echo ../../../opcodes/po/da | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/da.po 893s file=`echo ../../../opcodes/po/de | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/de.po 893s file=`echo ../../../opcodes/po/es | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/es.po 893s file=`echo ../../../opcodes/po/fi | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/fi.po 893s file=`echo ../../../opcodes/po/fr | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/fr.po 893s file=`echo ../../../opcodes/po/ga | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/ga.po 893s file=`echo ../../../opcodes/po/id | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/id.po 893s file=`echo ../../../opcodes/po/it | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/it.po 893s file=`echo ../../../opcodes/po/nl | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/nl.po 893s file=`echo ../../../opcodes/po/pt_BR | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/pt_BR.po 893s file=`echo ../../../opcodes/po/ro | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/ro.po 893s file=`echo ../../../opcodes/po/sr | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/sr.po 893s file=`echo ../../../opcodes/po/sv | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/sv.po 893s file=`echo ../../../opcodes/po/tr | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/tr.po 893s file=`echo ../../../opcodes/po/uk | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/uk.po 893s file=`echo ../../../opcodes/po/vi | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/vi.po 893s file=`echo ../../../opcodes/po/zh_CN | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../opcodes/po/zh_CN.po 893s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/opcodes/po' 893s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/opcodes' 893s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/opcodes' 893s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/gas' 893s /usr/bin/make all-recursive 893s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/gas' 893s Making all in po 893s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/gas/po' 893s file=`echo ../../../gas/po/es | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/es.po 893s file=`echo ../../../gas/po/fi | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/fi.po 893s file=`echo ../../../gas/po/fr | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/fr.po 893s file=`echo ../../../gas/po/id | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/id.po 893s file=`echo ../../../gas/po/ja | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/ja.po 893s file=`echo ro | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/ro.po 893s file=`echo ../../../gas/po/ru | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/ru.po 893s file=`echo ../../../gas/po/rw | sed 's,.*/,,'`.gmo \ 893s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/rw.po 894s file=`echo ../../../gas/po/sv | sed 's,.*/,,'`.gmo \ 894s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/sv.po 894s config.lt: creating libtool 894s file=`echo ../../../gas/po/tr | sed 's,.*/,,'`.gmo \ 894s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/tr.po 894s checking for aclocal... ${SHELL} /tmp/autopkgtest.NwkPOK/build.jqY/src/missing aclocal-1.15 894s checking for autoconf... ${SHELL} /tmp/autopkgtest.NwkPOK/build.jqY/src/missing autoconf 894s checking for autoheader... ${SHELL} /tmp/autopkgtest.NwkPOK/build.jqY/src/missing autoheader 894s checking whether s390x-linux-gnu-gcc supports -W... yes 894s checking whether s390x-linux-gnu-gcc supports -Wall... file=`echo ../../../gas/po/uk | sed 's,.*/,,'`.gmo \ 894s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/uk.po 894s file=`echo ../../../gas/po/zh_CN | sed 's,.*/,,'`.gmo \ 894s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gas/po/zh_CN.po 894s yes 894s checking whether s390x-linux-gnu-gcc supports -Wnarrowing... yes 894s checking whether s390x-linux-gnu-gcc supports -Wwrite-strings... yes 894s checking whether s390x-linux-gnu-gcc supports -Wmissing-format-attribute... yes 894s checking whether s390x-linux-gnu-gcc supports -Wstrict-prototypes... make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/gas/po' 894s yes 894s checking whether s390x-linux-gnu-gcc supports -Wmissing-prototypes... make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/gas' 894s yes 894s depbase=`echo app.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 894s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT app.o -MD -MP -MF $depbase.Tpo -c -o app.o ../../gas/app.c &&\ 894s mv -f $depbase.Tpo $depbase.Po 894s depbase=`echo as.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 894s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT as.o -MD -MP -MF $depbase.Tpo -c -o as.o ../../gas/as.c &&\ 894s mv -f $depbase.Tpo $depbase.Po 894s depbase=`echo atof-generic.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 894s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT atof-generic.o -MD -MP -MF $depbase.Tpo -c -o atof-generic.o ../../gas/atof-generic.c &&\ 894s mv -f $depbase.Tpo $depbase.Po 894s checking whether s390x-linux-gnu-gcc supports -Wold-style-definition... yes 894s checking whether s390x-linux-gnu-gcc supports -pedantic -Wlong-long... yes 894s checking whether to enable maintainer-specific portions of Makefiles... no 894s checking whether to install libbfd... yes 894s checking whether s390x-linux-gnu-gcc supports -Wall... (cached) yes 894s checking for stdlib.h... (cached) yes 894s checking for unistd.h... (cached) yes 894s checking for sys/param.h... yes 894s checking for getpagesize... yes 894s checking for working mmap... depbase=`echo codeview.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 894s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT codeview.o -MD -MP -MF $depbase.Tpo -c -o codeview.o ../../gas/codeview.c &&\ 894s mv -f $depbase.Tpo $depbase.Po 894s yes 894s checking for library containing dlsym... none required 894s checking for ELF support in BFD... depbase=`echo compress-debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 894s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT compress-debug.o -MD -MP -MF $depbase.Tpo -c -o compress-debug.o ../../gas/compress-debug.c &&\ 894s mv -f $depbase.Tpo $depbase.Po 894s depbase=`echo cond.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 894s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT cond.o -MD -MP -MF $depbase.Tpo -c -o cond.o ../../gas/cond.c &&\ 894s mv -f $depbase.Tpo $depbase.Po 894s depbase=`echo depend.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 894s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT depend.o -MD -MP -MF $depbase.Tpo -c -o depend.o ../../gas/depend.c &&\ 894s mv -f $depbase.Tpo $depbase.Po 894s yes 894s checking whether byte ordering is bigendian... depbase=`echo dwarf2dbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 894s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT dwarf2dbg.o -MD -MP -MF $depbase.Tpo -c -o dwarf2dbg.o ../../gas/dwarf2dbg.c &&\ 894s mv -f $depbase.Tpo $depbase.Po 894s yes 894s checking byteswap.h usability... depbase=`echo dw2gencfi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 894s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT dw2gencfi.o -MD -MP -MF $depbase.Tpo -c -o dw2gencfi.o ../../gas/dw2gencfi.c &&\ 894s mv -f $depbase.Tpo $depbase.Po 894s yes 894s checking byteswap.h presence... yes 894s checking for byteswap.h... yes 894s checking endian.h usability... yes 894s checking endian.h presence... yes 894s checking for endian.h... yes 894s checking valgrind/valgrind.h usability... depbase=`echo ecoff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 894s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT ecoff.o -MD -MP -MF $depbase.Tpo -c -o ecoff.o ../../gas/ecoff.c &&\ 894s mv -f $depbase.Tpo $depbase.Po 894s no 894s checking valgrind/valgrind.h presence... no 894s checking for valgrind/valgrind.h... no 894s checking for pread... yes 894s checking whether bswap_16 is declared... depbase=`echo ehopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 894s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT ehopt.o -MD -MP -MF $depbase.Tpo -c -o ehopt.o ../../gas/ehopt.c &&\ 894s mv -f $depbase.Tpo $depbase.Po 894s yes 894s checking whether bswap_32 is declared... yes 894s checking whether bswap_64 is declared... yes 894s checking whether asprintf is declared... yes 894s checking whether vasprintf is declared... yes 894s checking whether stpcpy is declared... yes 894s checking for qsort_r... depbase=`echo expr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 894s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT expr.o -MD -MP -MF $depbase.Tpo -c -o expr.o ../../gas/expr.c &&\ 894s mv -f $depbase.Tpo $depbase.Po 894s yes 894s checking for qsort_r signature... GNU 894s checking for O_CLOEXEC... yes 894s checking for makeinfo... makeinfo --split-size=5000000 894s depbase=`echo flonum-copy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 894s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT flonum-copy.o -MD -MP -MF $depbase.Tpo -c -o flonum-copy.o ../../gas/flonum-copy.c &&\ 894s mv -f $depbase.Tpo $depbase.Po 894s checking for expect... /usr/bin/expect 894s checking for Tcl supporting try/catch... yes 894s checking for linker versioning flags... depbase=`echo flonum-konst.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 894s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT flonum-konst.o -MD -MP -MF $depbase.Tpo -c -o flonum-konst.o ../../gas/flonum-konst.c &&\ 894s mv -f $depbase.Tpo $depbase.Po 895s -Wl,--version-script 895s depbase=`echo flonum-mult.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 895s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT flonum-mult.o -MD -MP -MF $depbase.Tpo -c -o flonum-mult.o ../../gas/flonum-mult.c &&\ 895s mv -f $depbase.Tpo $depbase.Po 895s configure: updating cache ./config.cache 895s checking that generated files are newer than configure... done 895s configure: creating ./config.status 895s depbase=`echo frags.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 895s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT frags.o -MD -MP -MF $depbase.Tpo -c -o frags.o ../../gas/frags.c &&\ 895s mv -f $depbase.Tpo $depbase.Po 895s depbase=`echo gen-sframe.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 895s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT gen-sframe.o -MD -MP -MF $depbase.Tpo -c -o gen-sframe.o ../../gas/gen-sframe.c &&\ 895s mv -f $depbase.Tpo $depbase.Po 895s depbase=`echo ginsn.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 895s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT ginsn.o -MD -MP -MF $depbase.Tpo -c -o ginsn.o ../../gas/ginsn.c &&\ 895s mv -f $depbase.Tpo $depbase.Po 895s depbase=`echo hash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 895s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT hash.o -MD -MP -MF $depbase.Tpo -c -o hash.o ../../gas/hash.c &&\ 895s mv -f $depbase.Tpo $depbase.Po 895s depbase=`echo input-file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 895s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT input-file.o -MD -MP -MF $depbase.Tpo -c -o input-file.o ../../gas/input-file.c &&\ 895s mv -f $depbase.Tpo $depbase.Po 895s depbase=`echo input-scrub.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 895s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT input-scrub.o -MD -MP -MF $depbase.Tpo -c -o input-scrub.o ../../gas/input-scrub.c &&\ 895s mv -f $depbase.Tpo $depbase.Po 895s config.status: creating Makefile 895s depbase=`echo listing.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 895s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT listing.o -MD -MP -MF $depbase.Tpo -c -o listing.o ../../gas/listing.c &&\ 895s mv -f $depbase.Tpo $depbase.Po 895s config.status: creating config.h 895s config.status: executing depfiles commands 895s config.status: executing default-1 commands 895s config.status: executing libtool commands 895s depbase=`echo literal.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 895s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT literal.o -MD -MP -MF $depbase.Tpo -c -o literal.o ../../gas/literal.c &&\ 895s mv -f $depbase.Tpo $depbase.Po 895s depbase=`echo macro.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 895s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT macro.o -MD -MP -MF $depbase.Tpo -c -o macro.o ../../gas/macro.c &&\ 895s mv -f $depbase.Tpo $depbase.Po 895s depbase=`echo messages.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 895s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT messages.o -MD -MP -MF $depbase.Tpo -c -o messages.o ../../gas/messages.c &&\ 895s mv -f $depbase.Tpo $depbase.Po 895s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libctf' 895s /usr/bin/make all-recursive 895s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libctf' 895s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libctf' 895s make[6]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libctf' 895s make[6]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libctf' 895s restore=: && backupdir=".am$$" && \ 895s rm -rf $backupdir && mkdir $backupdir && \ 895s if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ 895s for f in doc/ctf-spec.info doc/ctf-spec.info-[0-9] doc/ctf-spec.info-[0-9][0-9] doc/ctf-spec.i[0-9] doc/ctf-spec.i[0-9][0-9]; do \ 895s if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ 895s done; \ 895s else :; fi && \ 895s if makeinfo --split-size=5000000 --split-size=5000000 --no-split -I doc -I ../../libctf/doc \ 895s -o doc/ctf-spec.info `test -f 'doc/ctf-spec.texi' || echo '../../libctf/'`doc/ctf-spec.texi; \ 895s then \ 895s rc=0; \ 895s else \ 895s rc=$?; \ 895s $restore $backupdir/* `echo "./doc/ctf-spec.info" | sed 's|[^/]*$||'`; \ 895s fi; \ 895s rm -rf $backupdir; exit $rc 895s depbase=`echo output-file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 895s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT output-file.o -MD -MP -MF $depbase.Tpo -c -o output-file.o ../../gas/output-file.c &&\ 895s mv -f $depbase.Tpo $depbase.Po 895s ctf-spec.texi:809: warning: @xref should not appear on @multitable line 895s depbase=`echo read.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 895s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT read.o -MD -MP -MF $depbase.Tpo -c -o read.o ../../gas/read.c &&\ 895s mv -f $depbase.Tpo $depbase.Po 895s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-archive.lo -MD -MP -MF .deps/libctf_la-ctf-archive.Tpo -c -o libctf_la-ctf-archive.lo `test -f 'ctf-archive.c' || echo '../../libctf/'`ctf-archive.c 895s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-archive.lo -MD -MP -MF .deps/libctf_la-ctf-archive.Tpo -c ../../libctf/ctf-archive.c -fPIC -DPIC -o .libs/libctf_la-ctf-archive.o 895s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-dump.lo -MD -MP -MF .deps/libctf_la-ctf-dump.Tpo -c -o libctf_la-ctf-dump.lo `test -f 'ctf-dump.c' || echo '../../libctf/'`ctf-dump.c 895s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-dump.lo -MD -MP -MF .deps/libctf_la-ctf-dump.Tpo -c ../../libctf/ctf-dump.c -fPIC -DPIC -o .libs/libctf_la-ctf-dump.o 895s depbase=`echo remap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 895s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT remap.o -MD -MP -MF $depbase.Tpo -c -o remap.o ../../gas/remap.c &&\ 895s mv -f $depbase.Tpo $depbase.Po 896s depbase=`echo sb.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 896s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT sb.o -MD -MP -MF $depbase.Tpo -c -o sb.o ../../gas/sb.c &&\ 896s mv -f $depbase.Tpo $depbase.Po 896s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-dump.lo -MD -MP -MF .deps/libctf_la-ctf-dump.Tpo -c ../../libctf/ctf-dump.c -o libctf_la-ctf-dump.o >/dev/null 2>&1 896s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-archive.lo -MD -MP -MF .deps/libctf_la-ctf-archive.Tpo -c ../../libctf/ctf-archive.c -o libctf_la-ctf-archive.o >/dev/null 2>&1 896s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-create.lo -MD -MP -MF .deps/libctf_la-ctf-create.Tpo -c -o libctf_la-ctf-create.lo `test -f 'ctf-create.c' || echo '../../libctf/'`ctf-create.c 896s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-create.lo -MD -MP -MF .deps/libctf_la-ctf-create.Tpo -c ../../libctf/ctf-create.c -fPIC -DPIC -o .libs/libctf_la-ctf-create.o 896s mv -f .deps/libctf_la-ctf-dump.Tpo .deps/libctf_la-ctf-dump.Plo 896s depbase=`echo scfidw2gen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 896s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT scfidw2gen.o -MD -MP -MF $depbase.Tpo -c -o scfidw2gen.o ../../gas/scfidw2gen.c &&\ 896s mv -f $depbase.Tpo $depbase.Po 896s mv -f .deps/libctf_la-ctf-archive.Tpo .deps/libctf_la-ctf-archive.Plo 896s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-decl.lo -MD -MP -MF .deps/libctf_la-ctf-decl.Tpo -c -o libctf_la-ctf-decl.lo `test -f 'ctf-decl.c' || echo '../../libctf/'`ctf-decl.c 896s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-decl.lo -MD -MP -MF .deps/libctf_la-ctf-decl.Tpo -c ../../libctf/ctf-decl.c -fPIC -DPIC -o .libs/libctf_la-ctf-decl.o 896s depbase=`echo scfi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 896s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT scfi.o -MD -MP -MF $depbase.Tpo -c -o scfi.o ../../gas/scfi.c &&\ 896s mv -f $depbase.Tpo $depbase.Po 896s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-error.lo -MD -MP -MF .deps/libctf_la-ctf-error.Tpo -c -o libctf_la-ctf-error.lo `test -f 'ctf-error.c' || echo '../../libctf/'`ctf-error.c 896s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-decl.lo -MD -MP -MF .deps/libctf_la-ctf-decl.Tpo -c ../../libctf/ctf-decl.c -o libctf_la-ctf-decl.o >/dev/null 2>&1 896s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-error.lo -MD -MP -MF .deps/libctf_la-ctf-error.Tpo -c ../../libctf/ctf-error.c -fPIC -DPIC -o .libs/libctf_la-ctf-error.o 896s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-error.lo -MD -MP -MF .deps/libctf_la-ctf-error.Tpo -c ../../libctf/ctf-error.c -o libctf_la-ctf-error.o >/dev/null 2>&1 896s mv -f .deps/libctf_la-ctf-decl.Tpo .deps/libctf_la-ctf-decl.Plo 896s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-hash.lo -MD -MP -MF .deps/libctf_la-ctf-hash.Tpo -c -o libctf_la-ctf-hash.lo `test -f 'ctf-hash.c' || echo '../../libctf/'`ctf-hash.c 896s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-hash.lo -MD -MP -MF .deps/libctf_la-ctf-hash.Tpo -c ../../libctf/ctf-hash.c -fPIC -DPIC -o .libs/libctf_la-ctf-hash.o 896s mv -f .deps/libctf_la-ctf-error.Tpo .deps/libctf_la-ctf-error.Plo 896s depbase=`echo sframe-opt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 896s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT sframe-opt.o -MD -MP -MF $depbase.Tpo -c -o sframe-opt.o ../../gas/sframe-opt.c &&\ 896s mv -f $depbase.Tpo $depbase.Po 896s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-create.lo -MD -MP -MF .deps/libctf_la-ctf-create.Tpo -c ../../libctf/ctf-create.c -o libctf_la-ctf-create.o >/dev/null 2>&1 896s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-labels.lo -MD -MP -MF .deps/libctf_la-ctf-labels.Tpo -c -o libctf_la-ctf-labels.lo `test -f 'ctf-labels.c' || echo '../../libctf/'`ctf-labels.c 896s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-labels.lo -MD -MP -MF .deps/libctf_la-ctf-labels.Tpo -c ../../libctf/ctf-labels.c -fPIC -DPIC -o .libs/libctf_la-ctf-labels.o 896s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-hash.lo -MD -MP -MF .deps/libctf_la-ctf-hash.Tpo -c ../../libctf/ctf-hash.c -o libctf_la-ctf-hash.o >/dev/null 2>&1 896s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-labels.lo -MD -MP -MF .deps/libctf_la-ctf-labels.Tpo -c ../../libctf/ctf-labels.c -o libctf_la-ctf-labels.o >/dev/null 2>&1 896s mv -f .deps/libctf_la-ctf-labels.Tpo .deps/libctf_la-ctf-labels.Plo 896s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_la-ctf-dedup.Tpo -c -o libctf_la-ctf-dedup.lo `test -f 'ctf-dedup.c' || echo '../../libctf/'`ctf-dedup.c 896s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_la-ctf-dedup.Tpo -c ../../libctf/ctf-dedup.c -fPIC -DPIC -o .libs/libctf_la-ctf-dedup.o 896s mv -f .deps/libctf_la-ctf-hash.Tpo .deps/libctf_la-ctf-hash.Plo 896s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-link.lo -MD -MP -MF .deps/libctf_la-ctf-link.Tpo -c -o libctf_la-ctf-link.lo `test -f 'ctf-link.c' || echo '../../libctf/'`ctf-link.c 896s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-link.lo -MD -MP -MF .deps/libctf_la-ctf-link.Tpo -c ../../libctf/ctf-link.c -fPIC -DPIC -o .libs/libctf_la-ctf-link.o 897s depbase=`echo stabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 897s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT stabs.o -MD -MP -MF $depbase.Tpo -c -o stabs.o ../../gas/stabs.c &&\ 897s mv -f $depbase.Tpo $depbase.Po 897s mv -f .deps/libctf_la-ctf-create.Tpo .deps/libctf_la-ctf-create.Plo 897s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_la-ctf-lookup.Tpo -c -o libctf_la-ctf-lookup.lo `test -f 'ctf-lookup.c' || echo '../../libctf/'`ctf-lookup.c 897s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_la-ctf-lookup.Tpo -c ../../libctf/ctf-lookup.c -fPIC -DPIC -o .libs/libctf_la-ctf-lookup.o 897s depbase=`echo subsegs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 897s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT subsegs.o -MD -MP -MF $depbase.Tpo -c -o subsegs.o ../../gas/subsegs.c &&\ 897s mv -f $depbase.Tpo $depbase.Po 897s depbase=`echo symbols.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 897s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT symbols.o -MD -MP -MF $depbase.Tpo -c -o symbols.o ../../gas/symbols.c &&\ 897s mv -f $depbase.Tpo $depbase.Po 897s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-link.lo -MD -MP -MF .deps/libctf_la-ctf-link.Tpo -c ../../libctf/ctf-link.c -o libctf_la-ctf-link.o >/dev/null 2>&1 897s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_la-ctf-lookup.Tpo -c ../../libctf/ctf-lookup.c -o libctf_la-ctf-lookup.o >/dev/null 2>&1 897s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_la-ctf-dedup.Tpo -c ../../libctf/ctf-dedup.c -o libctf_la-ctf-dedup.o >/dev/null 2>&1 897s mv -f .deps/libctf_la-ctf-lookup.Tpo .deps/libctf_la-ctf-lookup.Plo 897s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-open.lo -MD -MP -MF .deps/libctf_la-ctf-open.Tpo -c -o libctf_la-ctf-open.lo `test -f 'ctf-open.c' || echo '../../libctf/'`ctf-open.c 897s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-open.lo -MD -MP -MF .deps/libctf_la-ctf-open.Tpo -c ../../libctf/ctf-open.c -fPIC -DPIC -o .libs/libctf_la-ctf-open.o 897s mv -f .deps/libctf_la-ctf-link.Tpo .deps/libctf_la-ctf-link.Plo 897s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_la-ctf-serialize.Tpo -c -o libctf_la-ctf-serialize.lo `test -f 'ctf-serialize.c' || echo '../../libctf/'`ctf-serialize.c 897s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_la-ctf-serialize.Tpo -c ../../libctf/ctf-serialize.c -fPIC -DPIC -o .libs/libctf_la-ctf-serialize.o 898s depbase=`echo write.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 898s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT write.o -MD -MP -MF $depbase.Tpo -c -o write.o ../../gas/write.c &&\ 898s mv -f $depbase.Tpo $depbase.Po 898s mv -f .deps/libctf_la-ctf-dedup.Tpo .deps/libctf_la-ctf-dedup.Plo 898s rm -f doc/asconfig.texi 898s cp ../../gas/doc/all.texi doc/asconfig.texi && touch -m -r ../../gas/doc/all.texi doc/asconfig.texi 898s chmod u+w doc/asconfig.texi 898s depbase=`echo config/tc-s390.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 898s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT config/tc-s390.o -MD -MP -MF $depbase.Tpo -c -o config/tc-s390.o ../../gas/config/tc-s390.c &&\ 898s mv -f $depbase.Tpo $depbase.Po 898s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_la-ctf-serialize.Tpo -c ../../libctf/ctf-serialize.c -o libctf_la-ctf-serialize.o >/dev/null 2>&1 898s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-open.lo -MD -MP -MF .deps/libctf_la-ctf-open.Tpo -c ../../libctf/ctf-open.c -o libctf_la-ctf-open.o >/dev/null 2>&1 898s mv -f .deps/libctf_la-ctf-serialize.Tpo .deps/libctf_la-ctf-serialize.Plo 898s depbase=`echo config/obj-elf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 898s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT config/obj-elf.o -MD -MP -MF $depbase.Tpo -c -o config/obj-elf.o ../../gas/config/obj-elf.c &&\ 898s mv -f $depbase.Tpo $depbase.Po 898s depbase=`echo config/atof-ieee.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 898s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -I../../gas -I../bfd -I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT config/atof-ieee.o -MD -MP -MF $depbase.Tpo -c -o config/atof-ieee.o ../../gas/config/atof-ieee.c &&\ 898s mv -f $depbase.Tpo $depbase.Po 898s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_la-ctf-sha1.Tpo -c -o libctf_la-ctf-sha1.lo `test -f 'ctf-sha1.c' || echo '../../libctf/'`ctf-sha1.c 898s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_la-ctf-sha1.Tpo -c ../../libctf/ctf-sha1.c -fPIC -DPIC -o .libs/libctf_la-ctf-sha1.o 898s touch doc/as.1 898s mv -f .deps/libctf_la-ctf-open.Tpo .deps/libctf_la-ctf-open.Plo 898s perl ../../gas/../etc/texi2pod.pl -I "../../gas/doc" -I doc -I "../../gas/../libiberty" -I "../../gas/../bfd/doc" -I ../bfd/doc --no-split -Dman < ../../gas/doc/as.texi > doc/as.pod 898s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-string.lo -MD -MP -MF .deps/libctf_la-ctf-string.Tpo -c -o libctf_la-ctf-string.lo `test -f 'ctf-string.c' || echo '../../libctf/'`ctf-string.c 898s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-string.lo -MD -MP -MF .deps/libctf_la-ctf-string.Tpo -c ../../libctf/ctf-string.c -fPIC -DPIC -o .libs/libctf_la-ctf-string.o 898s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_la-ctf-sha1.Tpo -c ../../libctf/ctf-sha1.c -o libctf_la-ctf-sha1.o >/dev/null 2>&1 898s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 doc/as.pod | \ 898s sed -e '/^.if n .na/d' > doc/as.1.T$$ && \ 898s mv -f doc/as.1.T$$ doc/as.1) || \ 898s (rm -f doc/as.1.T$$ && exit 1) 898s mv -f .deps/libctf_la-ctf-sha1.Tpo .deps/libctf_la-ctf-sha1.Plo 898s restore=: && backupdir=".am$$" && \ 898s rm -rf $backupdir && mkdir $backupdir && \ 898s if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ 898s for f in doc/as.info doc/as.info-[0-9] doc/as.info-[0-9][0-9] doc/as.i[0-9] doc/as.i[0-9][0-9]; do \ 898s if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ 898s done; \ 898s else :; fi && \ 898s if makeinfo --split-size=5000000 --split-size=5000000 -I "../../gas/doc" -I doc -I "../../gas/../libiberty" -I "../../gas/../bfd/doc" -I ../bfd/doc --no-split -I doc -I ../../gas/doc \ 898s -o doc/as.info `test -f 'doc/as.texi' || echo '../../gas/'`doc/as.texi; \ 898s then \ 898s rc=0; \ 898s else \ 898s rc=$?; \ 898s $restore $backupdir/* `echo "./doc/as.info" | sed 's|[^/]*$||'`; \ 898s fi; \ 898s rm -rf $backupdir; exit $rc 899s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-string.lo -MD -MP -MF .deps/libctf_la-ctf-string.Tpo -c ../../libctf/ctf-string.c -o libctf_la-ctf-string.o >/dev/null 2>&1 899s rm -f doc/as.pod 899s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-subr.lo -MD -MP -MF .deps/libctf_la-ctf-subr.Tpo -c -o libctf_la-ctf-subr.lo `test -f 'ctf-subr.c' || echo '../../libctf/'`ctf-subr.c 899s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-subr.lo -MD -MP -MF .deps/libctf_la-ctf-subr.Tpo -c ../../libctf/ctf-subr.c -fPIC -DPIC -o .libs/libctf_la-ctf-subr.o 899s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-subr.lo -MD -MP -MF .deps/libctf_la-ctf-subr.Tpo -c ../../libctf/ctf-subr.c -o libctf_la-ctf-subr.o >/dev/null 2>&1 899s mv -f .deps/libctf_la-ctf-string.Tpo .deps/libctf_la-ctf-string.Plo 899s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-types.lo -MD -MP -MF .deps/libctf_la-ctf-types.Tpo -c -o libctf_la-ctf-types.lo `test -f 'ctf-types.c' || echo '../../libctf/'`ctf-types.c 899s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-types.lo -MD -MP -MF .deps/libctf_la-ctf-types.Tpo -c ../../libctf/ctf-types.c -fPIC -DPIC -o .libs/libctf_la-ctf-types.o 899s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-util.lo -MD -MP -MF .deps/libctf_la-ctf-util.Tpo -c -o libctf_la-ctf-util.lo `test -f 'ctf-util.c' || echo '../../libctf/'`ctf-util.c 899s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-util.lo -MD -MP -MF .deps/libctf_la-ctf-util.Tpo -c ../../libctf/ctf-util.c -fPIC -DPIC -o .libs/libctf_la-ctf-util.o 899s mv -f .deps/libctf_la-ctf-subr.Tpo .deps/libctf_la-ctf-subr.Plo 899s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-open-bfd.lo -MD -MP -MF .deps/libctf_la-ctf-open-bfd.Tpo -c -o libctf_la-ctf-open-bfd.lo `test -f 'ctf-open-bfd.c' || echo '../../libctf/'`ctf-open-bfd.c 899s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-open-bfd.lo -MD -MP -MF .deps/libctf_la-ctf-open-bfd.Tpo -c ../../libctf/ctf-open-bfd.c -fPIC -DPIC -o .libs/libctf_la-ctf-open-bfd.o 899s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-util.lo -MD -MP -MF .deps/libctf_la-ctf-util.Tpo -c ../../libctf/ctf-util.c -o libctf_la-ctf-util.o >/dev/null 2>&1 899s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-open-bfd.lo -MD -MP -MF .deps/libctf_la-ctf-open-bfd.Tpo -c ../../libctf/ctf-open-bfd.c -o libctf_la-ctf-open-bfd.o >/dev/null 2>&1 899s mv -f .deps/libctf_la-ctf-util.Tpo .deps/libctf_la-ctf-util.Plo 899s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-archive.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-archive.Tpo -c -o libctf_nobfd_la-ctf-archive.lo `test -f 'ctf-archive.c' || echo '../../libctf/'`ctf-archive.c 899s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-archive.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-archive.Tpo -c ../../libctf/ctf-archive.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-archive.o 899s mv -f .deps/libctf_la-ctf-open-bfd.Tpo .deps/libctf_la-ctf-open-bfd.Plo 899s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-dump.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dump.Tpo -c -o libctf_nobfd_la-ctf-dump.lo `test -f 'ctf-dump.c' || echo '../../libctf/'`ctf-dump.c 899s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-dump.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dump.Tpo -c ../../libctf/ctf-dump.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-dump.o 899s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_la-ctf-types.lo -MD -MP -MF .deps/libctf_la-ctf-types.Tpo -c ../../libctf/ctf-types.c -o libctf_la-ctf-types.o >/dev/null 2>&1 899s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-archive.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-archive.Tpo -c ../../libctf/ctf-archive.c -o libctf_nobfd_la-ctf-archive.o >/dev/null 2>&1 899s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-dump.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dump.Tpo -c ../../libctf/ctf-dump.c -o libctf_nobfd_la-ctf-dump.o >/dev/null 2>&1 900s mv -f .deps/libctf_nobfd_la-ctf-archive.Tpo .deps/libctf_nobfd_la-ctf-archive.Plo 900s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-create.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-create.Tpo -c -o libctf_nobfd_la-ctf-create.lo `test -f 'ctf-create.c' || echo '../../libctf/'`ctf-create.c 900s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-create.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-create.Tpo -c ../../libctf/ctf-create.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-create.o 900s mv -f .deps/libctf_nobfd_la-ctf-dump.Tpo .deps/libctf_nobfd_la-ctf-dump.Plo 900s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z,relro -o as-new app.o as.o atof-generic.o codeview.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o gen-sframe.o ginsn.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o scfidw2gen.o scfi.o sframe-opt.o stabs.o subsegs.o symbols.o write.o config/tc-s390.o config/obj-elf.o config/atof-ieee.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a -lz 900s mv -f .deps/libctf_la-ctf-types.Tpo .deps/libctf_la-ctf-types.Plo 900s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-decl.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-decl.Tpo -c -o libctf_nobfd_la-ctf-decl.lo `test -f 'ctf-decl.c' || echo '../../libctf/'`ctf-decl.c 900s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-decl.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-decl.Tpo -c ../../libctf/ctf-decl.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-decl.o 900s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -o .libs/as-new app.o as.o atof-generic.o codeview.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o gen-sframe.o ginsn.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o scfidw2gen.o scfi.o sframe-opt.o stabs.o subsegs.o symbols.o write.o config/tc-s390.o config/obj-elf.o config/atof-ieee.o ../opcodes/.libs/libopcodes.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../libiberty/pic -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/opcodes/../libiberty/pic /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/.libs/libbfd.so ../bfd/.libs/libbfd.so -liberty /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe/.libs/libsframe.so ../libiberty/libiberty.a -lz 900s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-error.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-error.Tpo -c -o libctf_nobfd_la-ctf-error.lo `test -f 'ctf-error.c' || echo '../../libctf/'`ctf-error.c 900s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-decl.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-decl.Tpo -c ../../libctf/ctf-decl.c -o libctf_nobfd_la-ctf-decl.o >/dev/null 2>&1 900s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-error.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-error.Tpo -c ../../libctf/ctf-error.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-error.o 900s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-error.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-error.Tpo -c ../../libctf/ctf-error.c -o libctf_nobfd_la-ctf-error.o >/dev/null 2>&1 900s mv -f .deps/libctf_nobfd_la-ctf-decl.Tpo .deps/libctf_nobfd_la-ctf-decl.Plo 900s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-hash.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-hash.Tpo -c -o libctf_nobfd_la-ctf-hash.lo `test -f 'ctf-hash.c' || echo '../../libctf/'`ctf-hash.c 900s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-hash.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-hash.Tpo -c ../../libctf/ctf-hash.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-hash.o 900s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/gas' 900s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/gas' 900s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/gas' 900s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-labels.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-labels.Tpo -c -o libctf_nobfd_la-ctf-labels.lo `test -f 'ctf-labels.c' || echo '../../libctf/'`ctf-labels.c 900s mv -f .deps/libctf_nobfd_la-ctf-error.Tpo .deps/libctf_nobfd_la-ctf-error.Plo 900s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-labels.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-labels.Tpo -c ../../libctf/ctf-labels.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-labels.o 900s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dedup.Tpo -c -o libctf_nobfd_la-ctf-dedup.lo `test -f 'ctf-dedup.c' || echo '../../libctf/'`ctf-dedup.c 900s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dedup.Tpo -c ../../libctf/ctf-dedup.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-dedup.o 900s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-labels.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-labels.Tpo -c ../../libctf/ctf-labels.c -o libctf_nobfd_la-ctf-labels.o >/dev/null 2>&1 900s mv -f .deps/libctf_nobfd_la-ctf-labels.Tpo .deps/libctf_nobfd_la-ctf-labels.Plo 900s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-link.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-link.Tpo -c -o libctf_nobfd_la-ctf-link.lo `test -f 'ctf-link.c' || echo '../../libctf/'`ctf-link.c 900s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-link.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-link.Tpo -c ../../libctf/ctf-link.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-link.o 900s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-hash.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-hash.Tpo -c ../../libctf/ctf-hash.c -o libctf_nobfd_la-ctf-hash.o >/dev/null 2>&1 900s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-create.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-create.Tpo -c ../../libctf/ctf-create.c -o libctf_nobfd_la-ctf-create.o >/dev/null 2>&1 900s mv -f .deps/libctf_nobfd_la-ctf-hash.Tpo .deps/libctf_nobfd_la-ctf-hash.Plo 900s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-lookup.Tpo -c -o libctf_nobfd_la-ctf-lookup.lo `test -f 'ctf-lookup.c' || echo '../../libctf/'`ctf-lookup.c 900s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-lookup.Tpo -c ../../libctf/ctf-lookup.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-lookup.o 900s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-link.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-link.Tpo -c ../../libctf/ctf-link.c -o libctf_nobfd_la-ctf-link.o >/dev/null 2>&1 901s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dedup.Tpo -c ../../libctf/ctf-dedup.c -o libctf_nobfd_la-ctf-dedup.o >/dev/null 2>&1 901s mv -f .deps/libctf_nobfd_la-ctf-create.Tpo .deps/libctf_nobfd_la-ctf-create.Plo 901s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-open.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-open.Tpo -c -o libctf_nobfd_la-ctf-open.lo `test -f 'ctf-open.c' || echo '../../libctf/'`ctf-open.c 901s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-open.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-open.Tpo -c ../../libctf/ctf-open.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-open.o 901s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-lookup.Tpo -c ../../libctf/ctf-lookup.c -o libctf_nobfd_la-ctf-lookup.o >/dev/null 2>&1 901s mv -f .deps/libctf_nobfd_la-ctf-lookup.Tpo .deps/libctf_nobfd_la-ctf-lookup.Plo 901s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/gprof' 901s /usr/bin/make all-recursive 901s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/gprof' 901s Making all in po 901s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/gprof/po' 901s file=`echo ../../../gprof/po/bg | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/bg.po 901s mv -f .deps/libctf_nobfd_la-ctf-link.Tpo .deps/libctf_nobfd_la-ctf-link.Plo 901s file=`echo ../../../gprof/po/da | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/da.po 901s file=`echo ../../../gprof/po/de | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/de.po 901s file=`echo ../../../gprof/po/eo | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/eo.po 901s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-serialize.Tpo -c -o libctf_nobfd_la-ctf-serialize.lo `test -f 'ctf-serialize.c' || echo '../../libctf/'`ctf-serialize.c 901s file=`echo ../../../gprof/po/es | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/es.po 901s file=`echo ../../../gprof/po/fi | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/fi.po 901s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-serialize.Tpo -c ../../libctf/ctf-serialize.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-serialize.o 901s file=`echo ../../../gprof/po/fr | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/fr.po 901s file=`echo ../../../gprof/po/ga | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/ga.po 901s file=`echo ../../../gprof/po/hu | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/hu.po 901s file=`echo ../../../gprof/po/id | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/id.po 901s file=`echo ../../../gprof/po/it | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/it.po 901s file=`echo ../../../gprof/po/ja | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/ja.po 901s file=`echo ka | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/ka.po 901s file=`echo ../../../gprof/po/ms | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/ms.po 901s file=`echo ../../../gprof/po/nl | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/nl.po 901s file=`echo ../../../gprof/po/pt_BR | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/pt_BR.po 901s file=`echo ../../../gprof/po/ro | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/ro.po 901s file=`echo ../../../gprof/po/ru | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/ru.po 901s file=`echo ../../../gprof/po/rw | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/rw.po 901s file=`echo ../../../gprof/po/sr | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/sr.po 901s file=`echo ../../../gprof/po/sv | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/sv.po 901s file=`echo ../../../gprof/po/tr | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/tr.po 901s file=`echo ../../../gprof/po/uk | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/uk.po 901s file=`echo ../../../gprof/po/vi | sed 's,.*/,,'`.gmo \ 901s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../gprof/po/vi.po 901s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/gprof/po' 901s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/gprof' 901s restore=: && backupdir=".am$$" && \ 901s rm -rf $backupdir && mkdir $backupdir && \ 901s if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ 901s for f in gprof.info gprof.info-[0-9] gprof.info-[0-9][0-9] gprof.i[0-9] gprof.i[0-9][0-9]; do \ 901s if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ 901s done; \ 901s else :; fi && \ 901s if makeinfo --split-size=5000000 --split-size=5000000 -I "../../gprof" -I "../../gprof/../bfd/doc" -I ../bfd/doc --no-split -I ../../gprof \ 901s -o gprof.info `test -f 'gprof.texi' || echo '../../gprof/'`gprof.texi; \ 901s then \ 901s rc=0; \ 901s else \ 901s rc=$?; \ 901s $restore $backupdir/* `echo "./gprof.info" | sed 's|[^/]*$||'`; \ 901s fi; \ 901s rm -rf $backupdir; exit $rc 901s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-open.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-open.Tpo -c ../../libctf/ctf-open.c -o libctf_nobfd_la-ctf-open.o >/dev/null 2>&1 901s mv -f .deps/libctf_nobfd_la-ctf-dedup.Tpo .deps/libctf_nobfd_la-ctf-dedup.Plo 901s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-sha1.Tpo -c -o libctf_nobfd_la-ctf-sha1.lo `test -f 'ctf-sha1.c' || echo '../../libctf/'`ctf-sha1.c 901s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-sha1.Tpo -c ../../libctf/ctf-sha1.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-sha1.o 901s gprof.texi:1809: warning: unexpected argument on @ignore line: - it does this now 901s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-sha1.Tpo -c ../../libctf/ctf-sha1.c -o libctf_nobfd_la-ctf-sha1.o >/dev/null 2>&1 901s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT basic_blocks.o -MD -MP -MF .deps/basic_blocks.Tpo -c -o basic_blocks.o ../../gprof/basic_blocks.c 901s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-serialize.Tpo -c ../../libctf/ctf-serialize.c -o libctf_nobfd_la-ctf-serialize.o >/dev/null 2>&1 901s mv -f .deps/libctf_nobfd_la-ctf-sha1.Tpo .deps/libctf_nobfd_la-ctf-sha1.Plo 901s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-string.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-string.Tpo -c -o libctf_nobfd_la-ctf-string.lo `test -f 'ctf-string.c' || echo '../../libctf/'`ctf-string.c 901s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-string.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-string.Tpo -c ../../libctf/ctf-string.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-string.o 901s mv -f .deps/basic_blocks.Tpo .deps/basic_blocks.Po 901s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT call_graph.o -MD -MP -MF .deps/call_graph.Tpo -c -o call_graph.o ../../gprof/call_graph.c 902s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-string.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-string.Tpo -c ../../libctf/ctf-string.c -o libctf_nobfd_la-ctf-string.o >/dev/null 2>&1 902s mv -f .deps/call_graph.Tpo .deps/call_graph.Po 902s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT cg_arcs.o -MD -MP -MF .deps/cg_arcs.Tpo -c -o cg_arcs.o ../../gprof/cg_arcs.c 902s mv -f .deps/libctf_nobfd_la-ctf-open.Tpo .deps/libctf_nobfd_la-ctf-open.Plo 902s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-subr.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-subr.Tpo -c -o libctf_nobfd_la-ctf-subr.lo `test -f 'ctf-subr.c' || echo '../../libctf/'`ctf-subr.c 902s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-subr.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-subr.Tpo -c ../../libctf/ctf-subr.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-subr.o 902s mv -f .deps/libctf_nobfd_la-ctf-serialize.Tpo .deps/libctf_nobfd_la-ctf-serialize.Plo 902s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-types.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-types.Tpo -c -o libctf_nobfd_la-ctf-types.lo `test -f 'ctf-types.c' || echo '../../libctf/'`ctf-types.c 902s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-types.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-types.Tpo -c ../../libctf/ctf-types.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-types.o 902s mv -f .deps/libctf_nobfd_la-ctf-string.Tpo .deps/libctf_nobfd_la-ctf-string.Plo 902s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-util.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-util.Tpo -c -o libctf_nobfd_la-ctf-util.lo `test -f 'ctf-util.c' || echo '../../libctf/'`ctf-util.c 902s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-subr.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-subr.Tpo -c ../../libctf/ctf-subr.c -o libctf_nobfd_la-ctf-subr.o >/dev/null 2>&1 902s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-util.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-util.Tpo -c ../../libctf/ctf-util.c -fPIC -DPIC -o .libs/libctf_nobfd_la-ctf-util.o 902s mv -f .deps/cg_arcs.Tpo .deps/cg_arcs.Po 902s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT cg_dfn.o -MD -MP -MF .deps/cg_dfn.Tpo -c -o cg_dfn.o ../../gprof/cg_dfn.c 902s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-util.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-util.Tpo -c ../../libctf/ctf-util.c -o libctf_nobfd_la-ctf-util.o >/dev/null 2>&1 902s mv -f .deps/cg_dfn.Tpo .deps/cg_dfn.Po 902s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT cg_print.o -MD -MP -MF .deps/cg_print.Tpo -c -o cg_print.o ../../gprof/cg_print.c 902s mv -f .deps/libctf_nobfd_la-ctf-subr.Tpo .deps/libctf_nobfd_la-ctf-subr.Plo 902s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -version-info 0:0:0 -Wl,--version-script='../../libctf/libctf.ver' -Wl,-z,relro -o libctf.la -rpath /usr/lib/s390x-linux-gnu libctf_la-ctf-archive.lo libctf_la-ctf-dump.lo libctf_la-ctf-create.lo libctf_la-ctf-decl.lo libctf_la-ctf-error.lo libctf_la-ctf-hash.lo libctf_la-ctf-labels.lo libctf_la-ctf-dedup.lo libctf_la-ctf-link.lo libctf_la-ctf-lookup.lo libctf_la-ctf-open.lo libctf_la-ctf-serialize.lo libctf_la-ctf-sha1.lo libctf_la-ctf-string.lo libctf_la-ctf-subr.lo libctf_la-ctf-types.lo libctf_la-ctf-util.lo libctf_la-ctf-open-bfd.lo -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libctf/../libiberty/pic -liberty ../bfd/libbfd.la -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libctf/../libiberty/pic -liberty -lz 902s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libctf_la-ctf-archive.o .libs/libctf_la-ctf-dump.o .libs/libctf_la-ctf-create.o .libs/libctf_la-ctf-decl.o .libs/libctf_la-ctf-error.o .libs/libctf_la-ctf-hash.o .libs/libctf_la-ctf-labels.o .libs/libctf_la-ctf-dedup.o .libs/libctf_la-ctf-link.o .libs/libctf_la-ctf-lookup.o .libs/libctf_la-ctf-open.o .libs/libctf_la-ctf-serialize.o .libs/libctf_la-ctf-sha1.o .libs/libctf_la-ctf-string.o .libs/libctf_la-ctf-subr.o .libs/libctf_la-ctf-types.o .libs/libctf_la-ctf-util.o .libs/libctf_la-ctf-open-bfd.o -Wl,-rpath -Wl,/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/.libs -Wl,-rpath -Wl,/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe/.libs -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe/.libs -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libctf/../libiberty/pic ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../libiberty/pic /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe/.libs/libsframe.so -liberty -lz -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,--version-script=../../libctf/libctf.ver -Wl,-z -Wl,relro -Wl,-soname -Wl,libctf.so.0 -o .libs/libctf.so.0.0.0 902s libtool: link: (cd ".libs" && rm -f "libctf.so.0" && ln -s "libctf.so.0.0.0" "libctf.so.0") 902s libtool: link: (cd ".libs" && rm -f "libctf.so" && ln -s "libctf.so.0.0.0" "libctf.so") 902s mv -f .deps/libctf_nobfd_la-ctf-util.Tpo .deps/libctf_nobfd_la-ctf-util.Plo 902s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libctf.a libctf_la-ctf-archive.o libctf_la-ctf-dump.o libctf_la-ctf-create.o libctf_la-ctf-decl.o libctf_la-ctf-error.o libctf_la-ctf-hash.o libctf_la-ctf-labels.o libctf_la-ctf-dedup.o libctf_la-ctf-link.o libctf_la-ctf-lookup.o libctf_la-ctf-open.o libctf_la-ctf-serialize.o libctf_la-ctf-sha1.o libctf_la-ctf-string.o libctf_la-ctf-subr.o libctf_la-ctf-types.o libctf_la-ctf-util.o libctf_la-ctf-open-bfd.o 902s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT corefile.o -MD -MP -MF .deps/corefile.Tpo -c -o corefile.o ../../gprof/corefile.c 902s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libctf.a 902s libtool: link: ( cd ".libs" && rm -f "libctf.la" && ln -s "../libctf.la" "libctf.la" ) 902s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT gmon_io.o -MD -MP -MF .deps/gmon_io.Tpo -c -o gmon_io.o ../../gprof/gmon_io.c 902s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libctf -D_GNU_SOURCE -I../../libctf -I../../libctf/../include -I../../libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libctf_nobfd_la-ctf-types.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-types.Tpo -c ../../libctf/ctf-types.c -o libctf_nobfd_la-ctf-types.o >/dev/null 2>&1 902s mv -f .deps/gmon_io.Tpo .deps/gmon_io.Po 902s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT gprof.o -MD -MP -MF .deps/gprof.Tpo -c -o gprof.o ../../gprof/gprof.c 902s mv -f .deps/cg_print.Tpo .deps/cg_print.Po 902s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT hertz.o -MD -MP -MF .deps/hertz.Tpo -c -o hertz.o ../../gprof/hertz.c 902s mv -f .deps/corefile.Tpo .deps/corefile.Po 902s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT hist.o -MD -MP -MF .deps/hist.Tpo -c -o hist.o ../../gprof/hist.c 902s mv -f .deps/hertz.Tpo .deps/hertz.Po 902s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../../gprof/source.c 902s mv -f .deps/gprof.Tpo .deps/gprof.Po 902s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT search_list.o -MD -MP -MF .deps/search_list.Tpo -c -o search_list.o ../../gprof/search_list.c 902s mv -f .deps/search_list.Tpo .deps/search_list.Po 902s mv -f .deps/source.Tpo .deps/source.Po 902s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT symtab.o -MD -MP -MF .deps/symtab.Tpo -c -o symtab.o ../../gprof/symtab.c 902s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT sym_ids.o -MD -MP -MF .deps/sym_ids.Tpo -c -o sym_ids.o ../../gprof/sym_ids.c 902s mv -f .deps/hist.Tpo .deps/hist.Po 902s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o ../../gprof/utils.c 902s mv -f .deps/symtab.Tpo .deps/symtab.Po 902s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT i386.o -MD -MP -MF .deps/i386.Tpo -c -o i386.o ../../gprof/i386.c 902s mv -f .deps/sym_ids.Tpo .deps/sym_ids.Po 902s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT alpha.o -MD -MP -MF .deps/alpha.Tpo -c -o alpha.o ../../gprof/alpha.c 903s mv -f .deps/libctf_nobfd_la-ctf-types.Tpo .deps/libctf_nobfd_la-ctf-types.Plo 903s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -version-info 0:0:0 -Wl,--version-script='libctf-nobfd.ver' -Wl,-z,relro -o libctf-nobfd.la -rpath /usr/lib/s390x-linux-gnu libctf_nobfd_la-ctf-archive.lo libctf_nobfd_la-ctf-dump.lo libctf_nobfd_la-ctf-create.lo libctf_nobfd_la-ctf-decl.lo libctf_nobfd_la-ctf-error.lo libctf_nobfd_la-ctf-hash.lo libctf_nobfd_la-ctf-labels.lo libctf_nobfd_la-ctf-dedup.lo libctf_nobfd_la-ctf-link.lo libctf_nobfd_la-ctf-lookup.lo libctf_nobfd_la-ctf-open.lo libctf_nobfd_la-ctf-serialize.lo libctf_nobfd_la-ctf-sha1.lo libctf_nobfd_la-ctf-string.lo libctf_nobfd_la-ctf-subr.lo libctf_nobfd_la-ctf-types.lo libctf_nobfd_la-ctf-util.lo -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libctf/../libiberty/pic -liberty -lz 903s mv -f .deps/i386.Tpo .deps/i386.Po 903s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT vax.o -MD -MP -MF .deps/vax.Tpo -c -o vax.o ../../gprof/vax.c 903s mv -f .deps/utils.Tpo .deps/utils.Po 903s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT sparc.o -MD -MP -MF .deps/sparc.Tpo -c -o sparc.o ../../gprof/sparc.c 903s mv -f .deps/alpha.Tpo .deps/alpha.Po 903s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT mips.o -MD -MP -MF .deps/mips.Tpo -c -o mips.o ../../gprof/mips.c 903s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libctf_nobfd_la-ctf-archive.o .libs/libctf_nobfd_la-ctf-dump.o .libs/libctf_nobfd_la-ctf-create.o .libs/libctf_nobfd_la-ctf-decl.o .libs/libctf_nobfd_la-ctf-error.o .libs/libctf_nobfd_la-ctf-hash.o .libs/libctf_nobfd_la-ctf-labels.o .libs/libctf_nobfd_la-ctf-dedup.o .libs/libctf_nobfd_la-ctf-link.o .libs/libctf_nobfd_la-ctf-lookup.o .libs/libctf_nobfd_la-ctf-open.o .libs/libctf_nobfd_la-ctf-serialize.o .libs/libctf_nobfd_la-ctf-sha1.o .libs/libctf_nobfd_la-ctf-string.o .libs/libctf_nobfd_la-ctf-subr.o .libs/libctf_nobfd_la-ctf-types.o .libs/libctf_nobfd_la-ctf-util.o -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libctf/../libiberty/pic -liberty -lz -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,--version-script=libctf-nobfd.ver -Wl,-z -Wl,relro -Wl,-soname -Wl,libctf-nobfd.so.0 -o .libs/libctf-nobfd.so.0.0.0 903s mv -f .deps/sparc.Tpo .deps/sparc.Po 903s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT aarch64.o -MD -MP -MF .deps/aarch64.Tpo -c -o aarch64.o ../../gprof/aarch64.c 903s libtool: link: (cd ".libs" && rm -f "libctf-nobfd.so.0" && ln -s "libctf-nobfd.so.0.0.0" "libctf-nobfd.so.0") 903s libtool: link: (cd ".libs" && rm -f "libctf-nobfd.so" && ln -s "libctf-nobfd.so.0.0.0" "libctf-nobfd.so") 903s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libctf-nobfd.a libctf_nobfd_la-ctf-archive.o libctf_nobfd_la-ctf-dump.o libctf_nobfd_la-ctf-create.o libctf_nobfd_la-ctf-decl.o libctf_nobfd_la-ctf-error.o libctf_nobfd_la-ctf-hash.o libctf_nobfd_la-ctf-labels.o libctf_nobfd_la-ctf-dedup.o libctf_nobfd_la-ctf-link.o libctf_nobfd_la-ctf-lookup.o libctf_nobfd_la-ctf-open.o libctf_nobfd_la-ctf-serialize.o libctf_nobfd_la-ctf-sha1.o libctf_nobfd_la-ctf-string.o libctf_nobfd_la-ctf-subr.o libctf_nobfd_la-ctf-types.o libctf_nobfd_la-ctf-util.o 903s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libctf-nobfd.a 903s mv -f .deps/vax.Tpo .deps/vax.Po 903s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT flat_bl.o -MD -MP -MF .deps/flat_bl.Tpo -c -o flat_bl.o ../../gprof/flat_bl.c 903s libtool: link: ( cd ".libs" && rm -f "libctf-nobfd.la" && ln -s "../libctf-nobfd.la" "libctf-nobfd.la" ) 903s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libctf' 903s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libctf' 903s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libctf' 903s mv -f .deps/mips.Tpo .deps/mips.Po 903s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT bsd_callg_bl.o -MD -MP -MF .deps/bsd_callg_bl.Tpo -c -o bsd_callg_bl.o ../../gprof/bsd_callg_bl.c 903s mv -f .deps/flat_bl.Tpo .deps/flat_bl.Po 903s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../gprof -DDEBUG -I../bfd -I../../gprof/../include -I../../gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT fsf_callg_bl.o -MD -MP -MF .deps/fsf_callg_bl.Tpo -c -o fsf_callg_bl.o ../../gprof/fsf_callg_bl.c 903s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/binutils' 903s if [ -r sysinfo.c ]; then \ 903s s390x-linux-gnu-gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain sysinfo.c ; \ 903s else \ 903s s390x-linux-gnu-gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain ../../binutils/sysinfo.c ; \ 903s fi 903s mv -f .deps/aarch64.Tpo .deps/aarch64.Po 903s touch gprof.1 903s perl ../../gprof/../etc/texi2pod.pl -I "../../gprof" -I "../../gprof/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dgprof < ../../gprof/gprof.texi > gprof.pod 903s (pod2man --center="GNU" --release="binutils-2.44" --section=1 gprof.pod | \ 903s sed -e '/^.if n .na/d' > gprof.1.T$$ && \ 903s mv -f gprof.1.T$$ gprof.1) || \ 903s (rm -f gprof.1.T$$ && exit 1) 903s mv -f .deps/bsd_callg_bl.Tpo .deps/bsd_callg_bl.Po 903s Making info in po 903s mv -f .deps/fsf_callg_bl.Tpo .deps/fsf_callg_bl.Po 903s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/binutils/po' 903s make[4]: Nothing to be done for 'info'. 903s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/binutils/po' 903s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z,relro -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o sparc.o mips.o aarch64.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/libbfd.la ../libiberty/libiberty.a -lm 903s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/binutils' 903s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/binutils' 903s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/binutils' 903s restore=: && backupdir=".am$$" && \ 903s rm -rf $backupdir && mkdir $backupdir && \ 903s if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ 903s for f in doc/binutils.info doc/binutils.info-[0-9] doc/binutils.info-[0-9][0-9] doc/binutils.i[0-9] doc/binutils.i[0-9][0-9]; do \ 903s if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ 903s done; \ 903s else :; fi && \ 903s if makeinfo --split-size=5000000 --split-size=5000000 -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -I doc -I ../../binutils/doc \ 903s -o doc/binutils.info `test -f 'doc/binutils.texi' || echo '../../binutils/'`doc/binutils.texi; \ 903s then \ 903s rc=0; \ 903s else \ 903s rc=$?; \ 903s $restore $backupdir/* `echo "./doc/binutils.info" | sed 's|[^/]*$||'`; \ 903s fi; \ 903s rm -rf $backupdir; exit $rc 903s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -o .libs/gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o sparc.o mips.o aarch64.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe/.libs/libsframe.so ../libiberty/libiberty.a -lm 903s rm -f gprof.pod 903s s390x-linux-gnu-gcc -c -I. -I../../binutils -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain ../../binutils/syslex_wrap.c 903s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/gprof' 903s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/gprof' 903s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/gprof' 903s touch doc/addr2line.1 903s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Daddr2line < ../../binutils/doc/binutils.texi > addr2line.pod 903s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 addr2line.pod | sed -e '/^.if n .na/d' > doc/addr2line.1.T$$ && \ 903s mv -f doc/addr2line.1.T$$ doc/addr2line.1) || (rm -f doc/addr2line.1.T$$ && exit 1) 903s touch doc/ar.1 903s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dar < ../../binutils/doc/binutils.texi > ar.pod 903s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 ar.pod | sed -e '/^.if n .na/d' > doc/ar.1.T$$ && \ 903s mv -f doc/ar.1.T$$ doc/ar.1) || (rm -f doc/ar.1.T$$ && exit 1) 903s rm -f addr2line.pod 903s touch doc/dlltool.1 903s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Ddlltool < ../../binutils/doc/binutils.texi > dlltool.pod 903s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 dlltool.pod | sed -e '/^.if n .na/d' > doc/dlltool.1.T$$ && \ 903s mv -f doc/dlltool.1.T$$ doc/dlltool.1) || (rm -f doc/dlltool.1.T$$ && exit 1) 903s rm -f ar.pod 903s touch doc/nm.1 903s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dnm < ../../binutils/doc/binutils.texi > nm.pod 903s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 nm.pod | sed -e '/^.if n .na/d' > doc/nm.1.T$$ && \ 903s mv -f doc/nm.1.T$$ doc/nm.1) || (rm -f doc/nm.1.T$$ && exit 1) 903s rm -f dlltool.pod 903s touch doc/objcopy.1 903s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dobjcopy < ../../binutils/doc/binutils.texi > objcopy.pod 903s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 objcopy.pod | sed -e '/^.if n .na/d' > doc/objcopy.1.T$$ && \ 903s mv -f doc/objcopy.1.T$$ doc/objcopy.1) || (rm -f doc/objcopy.1.T$$ && exit 1) 903s rm -f nm.pod 903s touch doc/objdump.1 903s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dobjdump < ../../binutils/doc/binutils.texi > objdump.pod 903s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 objdump.pod | sed -e '/^.if n .na/d' > doc/objdump.1.T$$ && \ 903s mv -f doc/objdump.1.T$$ doc/objdump.1) || (rm -f doc/objdump.1.T$$ && exit 1) 903s s390x-linux-gnu-gcc -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -o sysinfo sysinfo.o syslex_wrap.o 903s ./sysinfo -d <../../binutils/sysroff.info >sysroff.h 903s touch doc/ranlib.1 903s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dranlib < ../../binutils/doc/binutils.texi > ranlib.pod 903s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 ranlib.pod | sed -e '/^.if n .na/d' > doc/ranlib.1.T$$ && \ 903s mv -f doc/ranlib.1.T$$ doc/ranlib.1) || (rm -f doc/ranlib.1.T$$ && exit 1) 903s rm -f objcopy.pod 903s touch doc/readelf.1 903s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dreadelf < ../../binutils/doc/binutils.texi > readelf.pod 903s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 readelf.pod | sed -e '/^.if n .na/d' > doc/readelf.1.T$$ && \ 903s mv -f doc/readelf.1.T$$ doc/readelf.1) || (rm -f doc/readelf.1.T$$ && exit 1) 903s rm -f ranlib.pod 903s touch doc/size.1 903s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dsize < ../../binutils/doc/binutils.texi > size.pod 903s touch doc/strings.1 903s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dstrings < ../../binutils/doc/binutils.texi > strings.pod 903s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 size.pod | sed -e '/^.if n .na/d' > doc/size.1.T$$ && \ 903s mv -f doc/size.1.T$$ doc/size.1) || (rm -f doc/size.1.T$$ && exit 1) 903s rm -f objdump.pod 903s touch doc/strip.1 903s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dstrip < ../../binutils/doc/binutils.texi > strip.pod 903s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 strings.pod | sed -e '/^.if n .na/d' > doc/strings.1.T$$ && \ 903s mv -f doc/strings.1.T$$ doc/strings.1) || (rm -f doc/strings.1.T$$ && exit 1) 903s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 strip.pod | sed -e '/^.if n .na/d' > doc/strip.1.T$$ && \ 903s mv -f doc/strip.1.T$$ doc/strip.1) || (rm -f doc/strip.1.T$$ && exit 1) 903s rm -f size.pod 903s touch doc/elfedit.1 903s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Delfedit < ../../binutils/doc/binutils.texi > elfedit.pod 903s rm -f readelf.pod 903s touch doc/windres.1 903s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dwindres < ../../binutils/doc/binutils.texi > windres.pod 903s rm -f strings.pod 903s touch doc/windmc.1 903s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 elfedit.pod | sed -e '/^.if n .na/d' > doc/elfedit.1.T$$ && \ 903s mv -f doc/elfedit.1.T$$ doc/elfedit.1) || (rm -f doc/elfedit.1.T$$ && exit 1) 903s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dwindmc < ../../binutils/doc/binutils.texi > windmc.pod 903s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 windres.pod | sed -e '/^.if n .na/d' > doc/windres.1.T$$ && \ 903s mv -f doc/windres.1.T$$ doc/windres.1) || (rm -f doc/windres.1.T$$ && exit 1) 903s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 windmc.pod | sed -e '/^.if n .na/d' > doc/windmc.1.T$$ && \ 903s mv -f doc/windmc.1.T$$ doc/windmc.1) || (rm -f doc/windmc.1.T$$ && exit 1) 903s rm -f strip.pod 903s touch doc/cxxfilt.man 903s perl ../../binutils/../etc/texi2pod.pl -I "../../binutils/doc" -I "../../binutils/../libiberty" -I "../../binutils/../bfd/doc" -I ../bfd/doc --no-split -Dman -Dcxxfilt < ../../binutils/doc/binutils.texi > c++filt.pod 903s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 c++filt.pod | sed -e '/^.if n .na/d' > doc/cxxfilt.man.T$$ && \ 903s mv -f doc/cxxfilt.man.T$$ doc/cxxfilt.man) || (rm -f doc/cxxfilt.man.T$$ && exit 1) 903s rm -f elfedit.pod 903s rm -f windres.pod 903s rm -f windmc.pod 903s rm -f c++filt.pod 903s if test -f doc/cxxfilt.man; then \ 903s man=doc/cxxfilt.man; \ 903s else \ 903s man=../../binutils/doc/cxxfilt.man; \ 903s fi; \ 903s sed -e 's/cxxfilt/c++filt/' < $man \ 903s > doc/c++filt.1 903s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/binutils' 903s /usr/bin/make all-recursive 903s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/binutils' 903s Making all in po 903s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/binutils/po' 903s file=`echo ../../../binutils/po/bg | sed 's,.*/,,'`.gmo \ 903s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/bg.po 903s file=`echo ../../../binutils/po/ca | sed 's,.*/,,'`.gmo \ 903s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/ca.po 903s file=`echo ../../../binutils/po/da | sed 's,.*/,,'`.gmo \ 903s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/da.po 903s file=`echo ../../../binutils/po/es | sed 's,.*/,,'`.gmo \ 903s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/es.po 903s file=`echo ../../../binutils/po/fi | sed 's,.*/,,'`.gmo \ 903s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/fi.po 903s file=`echo ../../../binutils/po/fr | sed 's,.*/,,'`.gmo \ 903s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/fr.po 903s file=`echo ../../../binutils/po/hr | sed 's,.*/,,'`.gmo \ 903s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/hr.po 903s file=`echo ../../../binutils/po/id | sed 's,.*/,,'`.gmo \ 903s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/id.po 903s file=`echo ../../../binutils/po/it | sed 's,.*/,,'`.gmo \ 903s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/it.po 903s file=`echo ../../../binutils/po/ja | sed 's,.*/,,'`.gmo \ 903s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/ja.po 903s file=`echo ../../../binutils/po/pt | sed 's,.*/,,'`.gmo \ 903s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/pt.po 903s file=`echo ../../../binutils/po/ro | sed 's,.*/,,'`.gmo \ 903s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/ro.po 903s file=`echo ../../../binutils/po/ru | sed 's,.*/,,'`.gmo \ 903s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/ru.po 903s file=`echo ../../../binutils/po/rw | sed 's,.*/,,'`.gmo \ 903s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/rw.po 903s file=`echo ../../../binutils/po/sk | sed 's,.*/,,'`.gmo \ 903s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/sk.po 903s file=`echo ../../../binutils/po/sr | sed 's,.*/,,'`.gmo \ 903s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/sr.po 903s file=`echo ../../../binutils/po/sv | sed 's,.*/,,'`.gmo \ 903s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/sv.po 903s file=`echo ../../../binutils/po/tr | sed 's,.*/,,'`.gmo \ 903s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/tr.po 903s file=`echo ../../../binutils/po/uk | sed 's,.*/,,'`.gmo \ 903s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/uk.po 903s file=`echo ../../../binutils/po/vi | sed 's,.*/,,'`.gmo \ 903s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/vi.po 903s file=`echo ../../../binutils/po/zh_CN | sed 's,.*/,,'`.gmo \ 903s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/zh_CN.po 903s file=`echo ../../../binutils/po/zh_TW | sed 's,.*/,,'`.gmo \ 903s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../binutils/po/zh_TW.po 903s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/binutils/po' 903s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/binutils' 903s depbase=`echo size.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 903s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT size.o -MD -MP -MF $depbase.Tpo -c -o size.o ../../binutils/size.c &&\ 903s mv -f $depbase.Tpo $depbase.Po 903s depbase=`echo bucomm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 903s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT bucomm.o -MD -MP -MF $depbase.Tpo -c -o bucomm.o ../../binutils/bucomm.c &&\ 903s mv -f $depbase.Tpo $depbase.Po 903s depbase=`echo version.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 903s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT version.o -MD -MP -MF $depbase.Tpo -c -o version.o ../../binutils/version.c &&\ 903s mv -f $depbase.Tpo $depbase.Po 903s depbase=`echo filemode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 903s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT filemode.o -MD -MP -MF $depbase.Tpo -c -o filemode.o ../../binutils/filemode.c &&\ 903s mv -f $depbase.Tpo $depbase.Po 903s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT objdump.o -MD -MP -MF .deps/objdump.Tpo -c -o objdump.o -DOBJDUMP_PRIVATE_VECTORS="" ../../binutils/objdump.c 903s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT dwarf.o -MD -MP -MF .deps/dwarf.Tpo -c -o dwarf.o ../../binutils/dwarf.c 904s depbase=`echo prdbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 904s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT prdbg.o -MD -MP -MF $depbase.Tpo -c -o prdbg.o ../../binutils/prdbg.c &&\ 904s mv -f $depbase.Tpo $depbase.Po 904s depbase=`echo demanguse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 904s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT demanguse.o -MD -MP -MF $depbase.Tpo -c -o demanguse.o ../../binutils/demanguse.c &&\ 904s mv -f $depbase.Tpo $depbase.Po 904s depbase=`echo rddbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 904s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT rddbg.o -MD -MP -MF $depbase.Tpo -c -o rddbg.o ../../binutils/rddbg.c &&\ 904s mv -f $depbase.Tpo $depbase.Po 904s depbase=`echo debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 904s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT debug.o -MD -MP -MF $depbase.Tpo -c -o debug.o ../../binutils/debug.c &&\ 904s mv -f $depbase.Tpo $depbase.Po 904s depbase=`echo stabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 904s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT stabs.o -MD -MP -MF $depbase.Tpo -c -o stabs.o ../../binutils/stabs.c &&\ 904s mv -f $depbase.Tpo $depbase.Po 904s depbase=`echo rdcoff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 904s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT rdcoff.o -MD -MP -MF $depbase.Tpo -c -o rdcoff.o ../../binutils/rdcoff.c &&\ 904s mv -f $depbase.Tpo $depbase.Po 905s depbase=`echo elfcomm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 905s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elfcomm.o -MD -MP -MF $depbase.Tpo -c -o elfcomm.o ../../binutils/elfcomm.c &&\ 905s mv -f $depbase.Tpo $depbase.Po 905s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT arparse.o -MD -MP -MF .deps/arparse.Tpo -c -o arparse.o `test -f arparse.c || echo ../../binutils/`arparse.c 905s mv -f .deps/arparse.Tpo .deps/arparse.Po 905s /bin/bash ../../binutils/../ylwrap ../../binutils/arlex.l lex.yy.c arlex.c -- flex 905s depbase=`echo ar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 905s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT ar.o -MD -MP -MF $depbase.Tpo -c -o ar.o ../../binutils/ar.c &&\ 905s mv -f $depbase.Tpo $depbase.Po 905s depbase=`echo not-ranlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 905s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT not-ranlib.o -MD -MP -MF $depbase.Tpo -c -o not-ranlib.o ../../binutils/not-ranlib.c &&\ 905s mv -f $depbase.Tpo $depbase.Po 905s depbase=`echo arsup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 905s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT arsup.o -MD -MP -MF $depbase.Tpo -c -o arsup.o ../../binutils/arsup.c &&\ 905s mv -f $depbase.Tpo $depbase.Po 905s mv -f .deps/objdump.Tpo .deps/objdump.Po 905s depbase=`echo rename.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 905s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT rename.o -MD -MP -MF $depbase.Tpo -c -o rename.o ../../binutils/rename.c &&\ 905s mv -f $depbase.Tpo $depbase.Po 905s depbase=`echo binemul.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 905s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT binemul.o -MD -MP -MF $depbase.Tpo -c -o binemul.o ../../binutils/binemul.c &&\ 905s mv -f $depbase.Tpo $depbase.Po 905s depbase=`echo emul_vanilla.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 905s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT emul_vanilla.o -MD -MP -MF $depbase.Tpo -c -o emul_vanilla.o ../../binutils/emul_vanilla.c &&\ 905s mv -f $depbase.Tpo $depbase.Po 906s depbase=`echo strings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 906s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT strings.o -MD -MP -MF $depbase.Tpo -c -o strings.o ../../binutils/strings.c &&\ 906s mv -f $depbase.Tpo $depbase.Po 906s depbase=`echo is-ranlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 906s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT is-ranlib.o -MD -MP -MF $depbase.Tpo -c -o is-ranlib.o ../../binutils/is-ranlib.c &&\ 906s mv -f $depbase.Tpo $depbase.Po 906s depbase=`echo objcopy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 906s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT objcopy.o -MD -MP -MF $depbase.Tpo -c -o objcopy.o ../../binutils/objcopy.c &&\ 906s mv -f $depbase.Tpo $depbase.Po 906s depbase=`echo not-strip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 906s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT not-strip.o -MD -MP -MF $depbase.Tpo -c -o not-strip.o ../../binutils/not-strip.c &&\ 906s mv -f $depbase.Tpo $depbase.Po 906s depbase=`echo wrstabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 906s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT wrstabs.o -MD -MP -MF $depbase.Tpo -c -o wrstabs.o ../../binutils/wrstabs.c &&\ 906s mv -f $depbase.Tpo $depbase.Po 906s depbase=`echo addr2line.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 906s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT addr2line.o -MD -MP -MF $depbase.Tpo -c -o addr2line.o ../../binutils/addr2line.c &&\ 906s mv -f $depbase.Tpo $depbase.Po 906s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT readelf.o -MD -MP -MF .deps/readelf.Tpo -c -o readelf.o ../../binutils/readelf.c 906s depbase=`echo unwind-ia64.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 906s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT unwind-ia64.o -MD -MP -MF $depbase.Tpo -c -o unwind-ia64.o ../../binutils/unwind-ia64.c &&\ 906s mv -f $depbase.Tpo $depbase.Po 906s depbase=`echo elfedit.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 906s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT elfedit.o -MD -MP -MF $depbase.Tpo -c -o elfedit.o ../../binutils/elfedit.c &&\ 906s mv -f $depbase.Tpo $depbase.Po 907s depbase=`echo nm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 907s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT nm.o -MD -MP -MF $depbase.Tpo -c -o nm.o ../../binutils/nm.c &&\ 907s mv -f $depbase.Tpo $depbase.Po 907s depbase=`echo is-strip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 907s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT is-strip.o -MD -MP -MF $depbase.Tpo -c -o is-strip.o ../../binutils/is-strip.c &&\ 907s mv -f $depbase.Tpo $depbase.Po 907s depbase=`echo cxxfilt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 907s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT cxxfilt.o -MD -MP -MF $depbase.Tpo -c -o cxxfilt.o ../../binutils/cxxfilt.c &&\ 907s mv -f $depbase.Tpo $depbase.Po 907s depbase=`echo bfdtest1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 907s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT bfdtest1.o -MD -MP -MF $depbase.Tpo -c -o bfdtest1.o ../../binutils/bfdtest1.c &&\ 907s mv -f $depbase.Tpo $depbase.Po 907s depbase=`echo bfdtest2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 907s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT bfdtest2.o -MD -MP -MF $depbase.Tpo -c -o bfdtest2.o ../../binutils/bfdtest2.c &&\ 907s mv -f $depbase.Tpo $depbase.Po 907s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z,relro -o size size.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 907s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT arlex.o -MD -MP -MF .deps/arlex.Tpo -c -o arlex.o `test -f arlex.c || echo ../../binutils/`arlex.c 907s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -o .libs/size size.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 907s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z,relro -o strings strings.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 907s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -o .libs/strings strings.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 907s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z,relro -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 907s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -o .libs/objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 908s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z,relro -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 908s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -o .libs/addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 908s mv -f .deps/arlex.Tpo .deps/arlex.Po 908s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z,relro -o elfedit elfedit.o version.o elfcomm.o ../libiberty/libiberty.a 908s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z,relro -o nm-new nm.o demanguse.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 908s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -o elfedit elfedit.o version.o elfcomm.o ../libiberty/libiberty.a 908s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z,relro -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 908s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -o .libs/nm-new nm.o demanguse.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 908s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -o .libs/strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 908s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z,relro -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 908s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z,relro -o bfdtest1 bfdtest1.o ../bfd/libbfd.la ../libiberty/libiberty.a 908s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -o .libs/cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 908s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z,relro -o bfdtest2 bfdtest2.o ../bfd/libbfd.la ../libiberty/libiberty.a 908s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -o .libs/bfdtest1 bfdtest1.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 908s depbase=`echo testsuite/gentestdlls.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 908s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../binutils -I. -I../../binutils -I../bfd -I../../binutils/../bfd -I../../binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT testsuite/gentestdlls.o -MD -MP -MF $depbase.Tpo -c -o testsuite/gentestdlls.o ../../binutils/testsuite/gentestdlls.c &&\ 908s mv -f $depbase.Tpo $depbase.Po 908s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -o .libs/bfdtest2 bfdtest2.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 908s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z,relro -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 908s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z,relro -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a 908s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -o .libs/ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 908s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -o .libs/ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 908s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z,relro -o testsuite/gentestdlls testsuite/gentestdlls.o ../bfd/libbfd.la ../libiberty/libiberty.a 908s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -o testsuite/.libs/gentestdlls testsuite/gentestdlls.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../libiberty/pic -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe/.libs/libsframe.so ../libiberty/libiberty.a 909s mv -f .deps/dwarf.Tpo .deps/dwarf.Po 909s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z,relro -o objdump objdump.o dwarf.o prdbg.o demanguse.o rddbg.o debug.o stabs.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o ../opcodes/libopcodes.la ../libctf/libctf.la ../bfd/libbfd.la ../libiberty/libiberty.a ../libsframe/libsframe.la 909s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -o .libs/objdump objdump.o dwarf.o prdbg.o demanguse.o rddbg.o debug.o stabs.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o ../opcodes/.libs/libopcodes.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../libiberty/pic -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/opcodes/../libiberty/pic ../libctf/.libs/libctf.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libctf/../libiberty/pic /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/.libs/libbfd.so ../bfd/.libs/libbfd.so -liberty -lz /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe/.libs/libsframe.so ../libiberty/libiberty.a ../libsframe/.libs/libsframe.so 914s mv -f .deps/readelf.Tpo .deps/readelf.Po 914s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z,relro -o readelf readelf.o version.o unwind-ia64.o dwarf.o demanguse.o elfcomm.o ../libctf/libctf-nobfd.la ../libiberty/libiberty.a -lz ../libsframe/libsframe.la 914s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -o .libs/readelf readelf.o version.o unwind-ia64.o dwarf.o demanguse.o elfcomm.o ../libctf/.libs/libctf-nobfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libctf/../libiberty/pic -liberty ../libiberty/libiberty.a -lz ../libsframe/.libs/libsframe.so 914s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/binutils' 914s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/binutils' 914s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/binutils' 914s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/ld' 914s /bin/bash ../../ld/../ylwrap ../../ld/ldgram.y y.tab.c ldgram.c y.tab.h `echo ldgram.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output ldgram.output -- bison -y -d 914s (echo "/* This file is automatically generated. DO NOT EDIT! */";\ 914s for f in `echo " " eelf64_s390.o eelf_s390.o "" \ 914s | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ 914s echo "extern ld_emulation_xfer_type ld_${f}_emulation;"; \ 914s done;\ 914s echo "";\ 914s echo "#define EMULATION_LIST \\";\ 914s for f in `echo " " eelf64_s390.o eelf_s390.o "" \ 914s | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ 914s echo " &ld_${f}_emulation, \\"; \ 914s done;\ 914s echo " 0") >ldemul-tmp.h 914s mv ldemul-tmp.h ldemul-list.h 915s updating ldgram.h 915s /usr/bin/make all-recursive 915s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/ld' 915s Making all in po 915s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/ld/po' 915s ( if test 'x../../../ld/po' != 'x.'; then \ 915s posrcprefix='../../../ld/'; \ 915s else \ 915s posrcprefix="../"; \ 915s fi; \ 915s rm -f SRC-POTFILES-t SRC-POTFILES \ 915s && (sed -e '/^#/d' -e '/^[ ]*$/d' \ 915s -e "s@.*@ $posrcprefix& \\\\@" < ../../../ld/po/SRC-POTFILES.in \ 915s | sed -e '$s/\\$//') > SRC-POTFILES-t \ 915s && chmod a-w SRC-POTFILES-t \ 915s && mv SRC-POTFILES-t SRC-POTFILES ) 915s rm -f BLD-POTFILES-t BLD-POTFILES \ 915s && sed -e '/^#/d' -e '/^[ ]*$/d' \ 915s -e "s@.*@ ../& \\\\@" < ../../../ld/po/BLD-POTFILES.in \ 915s | sed -e '$s/\\$//' > BLD-POTFILES-t \ 915s && chmod a-w BLD-POTFILES-t \ 915s && mv BLD-POTFILES-t BLD-POTFILES 915s cd .. \ 915s && CONFIG_FILES=po/Makefile.in:po/Make-in \ 915s CONFIG_HEADERS= /bin/bash ./config.status 915s config.status: creating po/Makefile.in 915s config.status: executing depfiles commands 915s config.status: executing libtool commands 915s config.status: executing default-1 commands 915s config.status: executing default-2 commands 915s config.status: executing default commands 915s file=`echo ../../../ld/po/bg | sed 's,.*/,,'`.gmo \ 915s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/bg.po 915s file=`echo ../../../ld/po/da | sed 's,.*/,,'`.gmo \ 915s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/da.po 915s file=`echo ../../../ld/po/de | sed 's,.*/,,'`.gmo \ 915s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/de.po 915s file=`echo ../../../ld/po/es | sed 's,.*/,,'`.gmo \ 915s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/es.po 915s file=`echo ../../../ld/po/fi | sed 's,.*/,,'`.gmo \ 915s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/fi.po 915s file=`echo ../../../ld/po/fr | sed 's,.*/,,'`.gmo \ 915s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/fr.po 915s file=`echo ../../../ld/po/ga | sed 's,.*/,,'`.gmo \ 915s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/ga.po 915s file=`echo ../../../ld/po/id | sed 's,.*/,,'`.gmo \ 915s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/id.po 915s file=`echo ../../../ld/po/it | sed 's,.*/,,'`.gmo \ 915s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/it.po 915s file=`echo ../../../ld/po/ja | sed 's,.*/,,'`.gmo \ 915s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/ja.po 915s file=`echo ka | sed 's,.*/,,'`.gmo \ 915s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/ka.po 915s file=`echo ../../../ld/po/pt_BR | sed 's,.*/,,'`.gmo \ 915s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/pt_BR.po 915s file=`echo ro | sed 's,.*/,,'`.gmo \ 915s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/ro.po 915s file=`echo ../../../ld/po/ru | sed 's,.*/,,'`.gmo \ 915s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/ru.po 915s file=`echo ../../../ld/po/sr | sed 's,.*/,,'`.gmo \ 915s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/sr.po 915s file=`echo ../../../ld/po/sv | sed 's,.*/,,'`.gmo \ 915s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/sv.po 915s file=`echo ../../../ld/po/tr | sed 's,.*/,,'`.gmo \ 915s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/tr.po 915s file=`echo ../../../ld/po/uk | sed 's,.*/,,'`.gmo \ 915s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/uk.po 915s file=`echo ../../../ld/po/vi | sed 's,.*/,,'`.gmo \ 915s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/vi.po 915s file=`echo ../../../ld/po/zh_CN | sed 's,.*/,,'`.gmo \ 915s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/zh_CN.po 915s file=`echo ../../../ld/po/zh_TW | sed 's,.*/,,'`.gmo \ 915s && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../ld/po/zh_TW.po 915s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/ld/po' 915s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/ld' 915s restore=: && backupdir=".am$$" && \ 915s rm -rf $backupdir && mkdir $backupdir && \ 915s if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ 915s for f in ld.info ld.info-[0-9] ld.info-[0-9][0-9] ld.i[0-9] ld.i[0-9][0-9]; do \ 915s if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ 915s done; \ 915s else :; fi && \ 915s if makeinfo --split-size=5000000 --split-size=5000000 -I ../../ld -I ../../ld/../bfd/doc -I ../bfd/doc -I ../../ld/../libiberty --no-split -I ../../ld \ 915s -o ld.info `test -f 'ld.texi' || echo '../../ld/'`ld.texi; \ 915s then \ 915s rc=0; \ 915s else \ 915s rc=$?; \ 915s $restore $backupdir/* `echo "./ld.info" | sed 's|[^/]*$||'`; \ 915s fi; \ 915s rm -rf $backupdir; exit $rc 915s restore=: && backupdir=".am$$" && \ 915s rm -rf $backupdir && mkdir $backupdir && \ 915s if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ 915s for f in ldint.info ldint.info-[0-9] ldint.info-[0-9][0-9] ldint.i[0-9] ldint.i[0-9][0-9]; do \ 915s if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ 915s done; \ 915s else :; fi && \ 915s if makeinfo --split-size=5000000 --split-size=5000000 -I ../../ld -I ../../ld/../bfd/doc -I ../bfd/doc -I ../../ld/../libiberty --no-split -I ../../ld \ 915s -o ldint.info `test -f 'ldint.texi' || echo '../../ld/'`ldint.texi; \ 915s then \ 915s rc=0; \ 915s else \ 915s rc=$?; \ 915s $restore $backupdir/* `echo "./ldint.info" | sed 's|[^/]*$||'`; \ 915s fi; \ 915s rm -rf $backupdir; exit $rc 915s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libdep_plugin.lo -MD -MP -MF .deps/libdep_plugin.Tpo -c -o libdep_plugin.lo ../../ld/libdep_plugin.c 915s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -g -O2 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c -o libldtestplug_la-testplug.lo `test -f 'testplug.c' || echo '../../ld/'`testplug.c 915s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libdep_plugin.lo -MD -MP -MF .deps/libdep_plugin.Tpo -c ../../ld/libdep_plugin.c -fPIC -DPIC -o .libs/libdep_plugin.o 915s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c ../../ld/testplug.c -fPIC -DPIC -o .libs/libldtestplug_la-testplug.o 915s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR=\"/usr/share/locale\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libdep_plugin.lo -MD -MP -MF .deps/libdep_plugin.Tpo -c ../../ld/libdep_plugin.c -o libdep_plugin.o >/dev/null 2>&1 915s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c ../../ld/testplug.c -o libldtestplug_la-testplug.o >/dev/null 2>&1 915s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -g -O2 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libldtestplug2_la-testplug2.lo -MD -MP -MF .deps/libldtestplug2_la-testplug2.Tpo -c -o libldtestplug2_la-testplug2.lo `test -f 'testplug2.c' || echo '../../ld/'`testplug2.c 915s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libldtestplug2_la-testplug2.lo -MD -MP -MF .deps/libldtestplug2_la-testplug2.Tpo -c ../../ld/testplug2.c -fPIC -DPIC -o .libs/libldtestplug2_la-testplug2.o 915s mv -f .deps/libdep_plugin.Tpo .deps/libdep_plugin.Plo 915s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -g -O2 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libldtestplug3_la-testplug3.lo -MD -MP -MF .deps/libldtestplug3_la-testplug3.Tpo -c -o libldtestplug3_la-testplug3.lo `test -f 'testplug3.c' || echo '../../ld/'`testplug3.c 915s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libldtestplug3_la-testplug3.lo -MD -MP -MF .deps/libldtestplug3_la-testplug3.Tpo -c ../../ld/testplug3.c -fPIC -DPIC -o .libs/libldtestplug3_la-testplug3.o 915s mv -f .deps/libldtestplug_la-testplug.Tpo .deps/libldtestplug_la-testplug.Plo 915s /bin/bash ./libtool --tag=CC --mode=compile s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -g -O2 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libldtestplug4_la-testplug4.lo -MD -MP -MF .deps/libldtestplug4_la-testplug4.Tpo -c -o libldtestplug4_la-testplug4.lo `test -f 'testplug4.c' || echo '../../ld/'`testplug4.c 915s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libldtestplug4_la-testplug4.lo -MD -MP -MF .deps/libldtestplug4_la-testplug4.Tpo -c ../../ld/testplug4.c -fPIC -DPIC -o .libs/libldtestplug4_la-testplug4.o 916s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libldtestplug2_la-testplug2.lo -MD -MP -MF .deps/libldtestplug2_la-testplug2.Tpo -c ../../ld/testplug2.c -o libldtestplug2_la-testplug2.o >/dev/null 2>&1 916s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libldtestplug3_la-testplug3.lo -MD -MP -MF .deps/libldtestplug3_la-testplug3.Tpo -c ../../ld/testplug3.c -o libldtestplug3_la-testplug3.o >/dev/null 2>&1 916s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT ldgram.o -MD -MP -MF .deps/ldgram.Tpo -c -o ldgram.o `test -f ldgram.c || echo ../../ld/`ldgram.c 916s libtool: compile: s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT libldtestplug4_la-testplug4.lo -MD -MP -MF .deps/libldtestplug4_la-testplug4.Tpo -c ../../ld/testplug4.c -o libldtestplug4_la-testplug4.o >/dev/null 2>&1 916s mv -f .deps/libldtestplug2_la-testplug2.Tpo .deps/libldtestplug2_la-testplug2.Plo 916s /bin/bash ../../ld/../ylwrap ../../ld/ldlex.l lex.yy.c ldlex.c -- flex 916s mv -f .deps/libldtestplug3_la-testplug3.Tpo .deps/libldtestplug3_la-testplug3.Plo 916s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT lexsup.o -MD -MP -MF .deps/lexsup.Tpo -c -o lexsup.o ../../ld/lexsup.c 916s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT ldlang.o -MD -MP -MF .deps/ldlang.Tpo -c -o ldlang.o ../../ld/ldlang.c 916s mv -f .deps/libldtestplug4_la-testplug4.Tpo .deps/libldtestplug4_la-testplug4.Plo 916s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT mri.o -MD -MP -MF .deps/mri.Tpo -c -o mri.o ../../ld/mri.c 916s mv -f .deps/mri.Tpo .deps/mri.Po 916s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT ldctor.o -MD -MP -MF .deps/ldctor.Tpo -c -o ldctor.o ../../ld/ldctor.c 916s mv -f .deps/ldctor.Tpo .deps/ldctor.Po 916s mv -f .deps/ldgram.Tpo .deps/ldgram.Po 916s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT ldmain.o -MD -MP -MF .deps/ldmain.Tpo -c -o ldmain.o \ 916s -DDEFAULT_EMULATION='"elf64_s390"' \ 916s -DBINDIR='"/usr/bin"' -DTOOLBINDIR='"/usr/s390x-linux-gnu/bin"' \ 916s -DTARGET='"s390x-ibm-linux-gnu"' -DTARGET_SYSTEM_ROOT=\"/\" \ 916s ../../ld/ldmain.c 916s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT ldwrite.o -MD -MP -MF .deps/ldwrite.Tpo -c -o ldwrite.o ../../ld/ldwrite.c 916s mv -f .deps/ldwrite.Tpo .deps/ldwrite.Po 916s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT ldexp.o -MD -MP -MF .deps/ldexp.Tpo -c -o ldexp.o ../../ld/ldexp.c 916s mv -f .deps/lexsup.Tpo .deps/lexsup.Po 916s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT ldemul.o -MD -MP -MF .deps/ldemul.Tpo -c -o ldemul.o ../../ld/ldemul.c 916s mv -f .deps/ldemul.Tpo .deps/ldemul.Po 916s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT ldver.o -MD -MP -MF .deps/ldver.Tpo -c -o ldver.o ../../ld/ldver.c 916s mv -f .deps/ldmain.Tpo .deps/ldmain.Po 916s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT ldmisc.o -MD -MP -MF .deps/ldmisc.Tpo -c -o ldmisc.o ../../ld/ldmisc.c 916s mv -f .deps/ldver.Tpo .deps/ldver.Po 916s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT ldfile.o -MD -MP -MF .deps/ldfile.Tpo -c -o ldfile.o \ 916s -DSCRIPTDIR='"/usr/lib/s390x-linux-gnu"' -DBINDIR='"/usr/bin"' -DTOOLBINDIR='"/usr/s390x-linux-gnu/bin"' \ 916s ../../ld/ldfile.c 917s mv -f .deps/ldexp.Tpo .deps/ldexp.Po 917s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT ldcref.o -MD -MP -MF .deps/ldcref.Tpo -c -o ldcref.o ../../ld/ldcref.c 917s mv -f .deps/ldmisc.Tpo .deps/ldmisc.Po 917s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o ../../ld/plugin.c 917s mv -f .deps/ldfile.Tpo .deps/ldfile.Po 917s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT ldbuildid.o -MD -MP -MF .deps/ldbuildid.Tpo -c -o ldbuildid.o ../../ld/ldbuildid.c 917s mv -f .deps/ldbuildid.Tpo .deps/ldbuildid.Po 917s test -d ldscripts || mkdir ldscripts; touch ldscripts/stamp 917s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT ldelf.o -MD -MP -MF .deps/ldelf.Tpo -c -o ldelf.o ../../ld/ldelf.c 917s mv -f .deps/ldcref.Tpo .deps/ldcref.Po 917s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT ldelfgen.o -MD -MP -MF .deps/ldelfgen.Tpo -c -o ldelfgen.o ../../ld/ldelfgen.c 917s mv -f .deps/plugin.Tpo .deps/plugin.Po 917s touch ld.1 917s perl ../../ld/../etc/texi2pod.pl -I ../../ld -I ../../ld/../bfd/doc -I ../bfd/doc -I ../../ld/../libiberty --no-split -Dman < ../../ld/ld.texi > ld.pod 917s mv -f .deps/ldelfgen.Tpo .deps/ldelfgen.Po 917s /bin/bash ./libtool --tag=CC --tag=disable-static --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -no-undefined -rpath /nowhere -module -avoid-version -Wl,-z,relro -o libdep.la -rpath /usr/lib/s390x-linux-gnu/bfd-plugins libdep_plugin.lo 917s (pod2man --center="GNU Development Tools" --release="binutils-2.44" --section=1 ld.pod | \ 917s sed -e '/^.if n .na/d' > ld.1.T$$ && \ 917s mv -f ld.1.T$$ ld.1) || \ 917s (rm -f ld.1.T$$ && exit 1) 917s libtool: link: warning: ignoring multiple `-rpath's for a libtool library 917s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libdep_plugin.o -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -Wl,-soname -Wl,libdep.so -o .libs/libdep.so 917s libtool: link: ( cd ".libs" && rm -f "libdep.la" && ln -s "../libdep.la" "libdep.la" ) 917s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -g -O2 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -no-undefined -rpath /nowhere -Wl,-z,relro -o libldtestplug.la libldtestplug_la-testplug.lo 917s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libldtestplug_la-testplug.o -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -Wl,-soname -Wl,libldtestplug.so.0 -o .libs/libldtestplug.so.0.0.0 917s libtool: link: (cd ".libs" && rm -f "libldtestplug.so.0" && ln -s "libldtestplug.so.0.0.0" "libldtestplug.so.0") 917s libtool: link: (cd ".libs" && rm -f "libldtestplug.so" && ln -s "libldtestplug.so.0.0.0" "libldtestplug.so") 917s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libldtestplug.a libldtestplug_la-testplug.o 917s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libldtestplug.a 917s libtool: link: ( cd ".libs" && rm -f "libldtestplug.la" && ln -s "../libldtestplug.la" "libldtestplug.la" ) 917s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -g -O2 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -no-undefined -rpath /nowhere -Wl,-z,relro -o libldtestplug2.la libldtestplug2_la-testplug2.lo 917s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libldtestplug2_la-testplug2.o -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -Wl,-soname -Wl,libldtestplug2.so.0 -o .libs/libldtestplug2.so.0.0.0 917s libtool: link: (cd ".libs" && rm -f "libldtestplug2.so.0" && ln -s "libldtestplug2.so.0.0.0" "libldtestplug2.so.0") 917s libtool: link: (cd ".libs" && rm -f "libldtestplug2.so" && ln -s "libldtestplug2.so.0.0.0" "libldtestplug2.so") 917s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libldtestplug2.a libldtestplug2_la-testplug2.o 917s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libldtestplug2.a 917s libtool: link: ( cd ".libs" && rm -f "libldtestplug2.la" && ln -s "../libldtestplug2.la" "libldtestplug2.la" ) 917s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -g -O2 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -no-undefined -rpath /nowhere -Wl,-z,relro -o libldtestplug3.la libldtestplug3_la-testplug3.lo 917s rm -f ld.pod 917s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -g -O2 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -no-undefined -rpath /nowhere -Wl,-z,relro -o libldtestplug4.la libldtestplug4_la-testplug4.lo 917s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libldtestplug3_la-testplug3.o -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -Wl,-soname -Wl,libldtestplug3.so.0 -o .libs/libldtestplug3.so.0.0.0 917s libtool: link: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libldtestplug4_la-testplug4.o -g -O2 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -Wl,-soname -Wl,libldtestplug4.so.0 -o .libs/libldtestplug4.so.0.0.0 917s libtool: link: (cd ".libs" && rm -f "libldtestplug3.so.0" && ln -s "libldtestplug3.so.0.0.0" "libldtestplug3.so.0") 917s libtool: link: (cd ".libs" && rm -f "libldtestplug3.so" && ln -s "libldtestplug3.so.0.0.0" "libldtestplug3.so") 917s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libldtestplug3.a libldtestplug3_la-testplug3.o 917s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libldtestplug3.a 917s libtool: link: (cd ".libs" && rm -f "libldtestplug4.so.0" && ln -s "libldtestplug4.so.0.0.0" "libldtestplug4.so.0") 917s libtool: link: ( cd ".libs" && rm -f "libldtestplug3.la" && ln -s "../libldtestplug3.la" "libldtestplug3.la" ) 917s libtool: link: (cd ".libs" && rm -f "libldtestplug4.so" && ln -s "libldtestplug4.so.0.0.0" "libldtestplug4.so") 917s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT ldlex-wrapper.o -MD -MP -MF .deps/ldlex-wrapper.Tpo -c -o ldlex-wrapper.o ../../ld/ldlex-wrapper.c 917s libtool: link: s390x-linux-gnu-ar --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so rc .libs/libldtestplug4.a libldtestplug4_la-testplug4.o 917s libtool: link: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so .libs/libldtestplug4.a 917s libtool: link: ( cd ".libs" && rm -f "libldtestplug4.la" && ln -s "../libldtestplug4.la" "libldtestplug4.la" ) 917s /bin/bash ../../ld/genscripts.sh "../../ld" "/usr/lib/s390x-linux-gnu" "/usr" "/usr" s390x-ibm-linux-gnu s390x-ibm-linux-gnu s390x-linux-gnu ".deps" "" "elf64_s390 elf_s390" "/usr/local/lib /lib /usr/lib" yes yes elf64_s390 "s390x-linux-gnu" 917s mv -f .deps/ldelf.Tpo .deps/ldelf.Po 917s /bin/bash ../../ld/genscripts.sh "../../ld" "/usr/lib/s390x-linux-gnu" "/usr" "/usr" s390x-ibm-linux-gnu s390x-ibm-linux-gnu s390x-linux-gnu ".deps" "" "elf64_s390 elf_s390" "/usr/local/lib /lib /usr/lib" yes yes elf_s390 "s390-linux-gnu" 918s mv -f .deps/ldlex-wrapper.Tpo .deps/ldlex-wrapper.Po 918s mv -f .deps/ldlang.Tpo .deps/ldlang.Po 919s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT eelf_s390.o -MD -MP -MF .deps/eelf_s390.Tpo -c -o eelf_s390.o eelf_s390.c 919s mv -f .deps/eelf_s390.Tpo .deps/eelf_s390.Po 920s s390x-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -DLOCALEDIR="\"/usr/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -MT eelf64_s390.o -MD -MP -MF .deps/eelf64_s390.Tpo -c -o eelf64_s390.o eelf64_s390.c 920s mv -f .deps/eelf64_s390.Tpo .deps/eelf64_s390.Po 920s /bin/bash ./libtool --tag=CC --mode=link s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z,relro -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o ldbuildid.o eelf64_s390.o eelf_s390.o ldelf.o ldelfgen.o ../bfd/libbfd.la ../libctf/libctf.la ../libiberty/libiberty.a -lz -ljansson 920s libtool: link: s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -Wl,-z -Wl,relro -o .libs/ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o ldbuildid.o eelf64_s390.o eelf_s390.o ldelf.o ldelfgen.o ../bfd/.libs/libbfd.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/../libiberty/pic ../libctf/.libs/libctf.so -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libctf/../libiberty/pic /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/bfd/.libs/libbfd.so /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/libsframe/.libs/libsframe.so -liberty ../libiberty/libiberty.a -lz -ljansson 920s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/ld' 920s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/ld' 920s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic/ld' 920s make[2]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic' 920s make[1]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-pic' 920s touch stamps/build-pic 920s touch stamps/build 920s test -f bfd/elf32.c -a -f debian/rules 920s rm -fr debian/tmp debian/binutils-common debian/libbinutils debian/binutils-s390x-linux-gnu debian/binutils-dev debian/binutils-multiarch debian/binutils-multiarch-dev debian/binutils-doc debian/binutils-source debian/binutils-for-build debian/libctf0 debian/libctf-nobfd0 debian/libgprofng0 920s install -d -m 755 debian/tmp debian/binutils-common debian/libbinutils debian/binutils-s390x-linux-gnu debian/binutils-dev debian/binutils-multiarch debian/binutils-multiarch-dev debian/binutils-doc debian/binutils-source debian/binutils-for-build 920s : # install binutils and -dev stuff 920s env MAKE="/usr/bin/make VERSION=-system" \ 920s /usr/bin/make -C builddir-single \ 920s CFLAGS="-g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain" \ 920s CXXFLAGS="-g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain" \ 920s LDFLAGS="" \ 920s DESTDIR=/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp install 920s make[1]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single' 920s make[2]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single' 920s /bin/bash ../mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr 920s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr 920s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 920s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 920s /usr/bin/mkdir -p '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu' 920s /bin/bash ./libtool --mode=install /usr/bin/install -c libsframe.la '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu' 920s libtool: install: /usr/bin/install -c .libs/libsframe.so.1.0.0 /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libsframe.so.1.0.0 920s libtool: install: (cd /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu && { ln -s -f libsframe.so.1.0.0 libsframe.so.1 || { rm -f libsframe.so.1 && ln -s libsframe.so.1.0.0 libsframe.so.1; }; }) 920s libtool: install: (cd /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu && { ln -s -f libsframe.so.1.0.0 libsframe.so || { rm -f libsframe.so && ln -s libsframe.so.1.0.0 libsframe.so; }; }) 920s libtool: install: /usr/bin/install -c .libs/libsframe.lai /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libsframe.la 920s libtool: install: /usr/bin/install -c .libs/libsframe.a /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libsframe.a 920s libtool: install: chmod 644 /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libsframe.a 920s libtool: install: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libsframe.a 920s libtool: install: warning: remember to run `libtool --finish /usr/lib/s390x-linux-gnu' 920s /usr/bin/mkdir -p '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/include' 920s /usr/bin/install -c -m 644 ../../libsframe/../include/sframe.h ../../libsframe/../include/sframe-api.h '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/include' 920s /usr/bin/mkdir -p '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info' 920s /usr/bin/install -c -m 644 ./doc/sframe-spec.info '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info' 920s install-info --info-dir='/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info' '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info/sframe-spec.info' 920s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 920s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe' 920s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 920s /usr/bin/make VERSION=-system install-recursive 920s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 920s Making install in po 920s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/po' 920s if test -r ../../../bfd/../mkinstalldirs; then \ 920s ../../../bfd/../mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share; \ 920s else \ 920s ../../../bfd/mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share; \ 920s fi 920s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/da/LC_MESSAGES 920s installing da.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/da/LC_MESSAGES/bfd.mo 920s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/es/LC_MESSAGES 920s installing es.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/es/LC_MESSAGES/bfd.mo 920s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/fi/LC_MESSAGES 920s installing fi.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/fi/LC_MESSAGES/bfd.mo 920s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/fr/LC_MESSAGES 920s installing fr.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/fr/LC_MESSAGES/bfd.mo 920s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/hr/LC_MESSAGES 920s installing hr.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/hr/LC_MESSAGES/bfd.mo 920s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/id/LC_MESSAGES 920s installing id.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/id/LC_MESSAGES/bfd.mo 920s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ja/LC_MESSAGES 920s installing ja.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ja/LC_MESSAGES/bfd.mo 920s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ka/LC_MESSAGES 920s installing ka.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ka/LC_MESSAGES/bfd.mo 920s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ms/LC_MESSAGES 920s installing ms.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ms/LC_MESSAGES/bfd.mo 920s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/pt/LC_MESSAGES 920s installing pt.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/pt/LC_MESSAGES/bfd.mo 920s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ro/LC_MESSAGES 920s installing ro.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ro/LC_MESSAGES/bfd.mo 920s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ru/LC_MESSAGES 920s installing ru.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ru/LC_MESSAGES/bfd.mo 920s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/rw/LC_MESSAGES 920s installing rw.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/rw/LC_MESSAGES/bfd.mo 920s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/sr/LC_MESSAGES 920s installing sr.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/sr/LC_MESSAGES/bfd.mo 920s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/sv/LC_MESSAGES 920s installing sv.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/sv/LC_MESSAGES/bfd.mo 920s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/tr/LC_MESSAGES 920s installing tr.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/tr/LC_MESSAGES/bfd.mo 920s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/uk/LC_MESSAGES 920s installing uk.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/uk/LC_MESSAGES/bfd.mo 920s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/vi/LC_MESSAGES 920s installing vi.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/vi/LC_MESSAGES/bfd.mo 920s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/zh_CN/LC_MESSAGES 920s installing zh_CN.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/zh_CN/LC_MESSAGES/bfd.mo 920s if test "bfd" = "gettext"; then \ 920s if test -r ../../../bfd/../mkinstalldirs; then \ 920s ../../../bfd/../mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/gettext/po; \ 920s else \ 920s ../../../bfd/mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/gettext/po; \ 920s fi; \ 920s /usr/bin/install -c -m 644 ../../../bfd/po/Makefile.in.in \ 920s /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/gettext/po/Makefile.in.in; \ 920s else \ 920s : ; \ 920s fi 920s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/po' 920s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 920s make[6]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 920s make[6]: Nothing to be done for 'install-exec-am'. 920s /usr/bin/mkdir -p '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/include' 920s /usr/bin/install -c -m 644 bfd.h ../../bfd/../include/ansidecl.h ../../bfd/../include/symcat.h ../../bfd/../include/diagnostics.h ../../bfd/../include/bfdlink.h ../../bfd/../include/plugin-api.h '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/include' 920s /usr/bin/mkdir -p '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu' 920s /bin/bash ./libtool --mode=install /usr/bin/install -c libbfd.la '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu' 920s libtool: install: warning: relinking `libbfd.la' 920s libtool: install: (cd /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd; /bin/bash /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/libtool --tag CC --mode=relink s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -fPIC -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -release 2.44-system -Wl,-z,relro -o libbfd.la -rpath /usr/lib/s390x-linux-gnu archive.lo archures.lo bfd.lo bfdio.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo elf64-s390.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo elf-sframe.lo dwarf1.lo dwarf2.lo elf32-s390.lo elf32.lo elf64-gen.lo elf32-gen.lo plugin.lo cpu-s390.lo trad-core.lo archive64.lo -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -Wl,-lc,--as-needed,-lm,--no-as-needed -lz ../libsframe/libsframe.la -inst-prefix-dir /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp) 920s libtool: relink: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/archive.o .libs/archures.o .libs/bfd.o .libs/bfdio.o .libs/cache.o .libs/coff-bfd.o .libs/compress.o .libs/corefile.o .libs/elf-properties.o .libs/format.o .libs/hash.o .libs/libbfd.o .libs/linker.o .libs/merge.o .libs/opncls.o .libs/reloc.o .libs/section.o .libs/simple.o .libs/stab-syms.o .libs/stabs.o .libs/syms.o .libs/targets.o .libs/binary.o .libs/ihex.o .libs/srec.o .libs/tekhex.o .libs/verilog.o .libs/elf64-s390.o .libs/elf64.o .libs/elf.o .libs/elflink.o .libs/elf-attrs.o .libs/elf-strtab.o .libs/elf-eh-frame.o .libs/elf-sframe.o .libs/dwarf1.o .libs/dwarf2.o .libs/elf32-s390.o .libs/elf32.o .libs/elf64-gen.o .libs/elf32-gen.o .libs/plugin.o .libs/cpu-s390.o .libs/trad-core.o .libs/archive64.o -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -liberty -lz -L/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu -L/usr/lib/s390x-linux-gnu -lsframe -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -Wl,-z -Wl,relro -Wl,-lc -Wl,--as-needed -Wl,-lm -Wl,--no-as-needed -Wl,-soname -Wl,libbfd-2.44-system.so -o .libs/libbfd-2.44-system.so 921s lto-wrapper: warning: jobserver is not available: '--jobserver-auth=' is not present in 'MAKEFLAGS' 921s lto-wrapper: note: see the '-flto' option documentation for more information 927s libtool: install: /usr/bin/install -c .libs/libbfd-2.44-system.soT /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libbfd-2.44-system.so 927s libtool: install: (cd /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu && { ln -s -f libbfd-2.44-system.so libbfd.so || { rm -f libbfd.so && ln -s libbfd-2.44-system.so libbfd.so; }; }) 927s libtool: install: /usr/bin/install -c .libs/libbfd.lai /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libbfd.la 927s libtool: install: /usr/bin/install -c .libs/libbfd.a /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libbfd.a 927s libtool: install: chmod 644 /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libbfd.a 927s libtool: install: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libbfd.a 927s libtool: install: warning: remember to run `libtool --finish /usr/lib/s390x-linux-gnu' 927s /usr/bin/mkdir -p '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info' 927s /usr/bin/install -c -m 644 ./doc/bfd.info '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info' 927s install-info --info-dir='/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info' '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info/bfd.info' 927s make[6]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 927s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 927s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 927s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd' 927s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 927s Making install in . 927s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 927s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 927s make[5]: Nothing to be done for 'install-exec-am'. 927s /usr/bin/mkdir -p '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/include' 927s /usr/bin/install -c -m 644 ../../opcodes/../include/dis-asm.h '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/include' 927s /usr/bin/mkdir -p '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu' 927s /bin/bash ./libtool --mode=install /usr/bin/install -c libopcodes.la '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu' 927s libtool: install: warning: relinking `libopcodes.la' 927s libtool: install: (cd /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes; /bin/bash /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/libtool --tag CC --mode=relink s390x-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -release 2.44-system -Wl,-z,relro -o libopcodes.la -rpath /usr/lib/s390x-linux-gnu dis-buf.lo disassemble.lo dis-init.lo s390-dis.lo s390-opc.lo ../bfd/libbfd.la -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/../libiberty/pic -liberty -Wl,-lc,--as-needed,-lm,--no-as-needed -inst-prefix-dir /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp) 927s libtool: relink: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/dis-buf.o .libs/disassemble.o .libs/dis-init.o .libs/s390-dis.o .libs/s390-opc.o -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs -L/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu -L/usr/lib/s390x-linux-gnu -lbfd -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -lz -lsframe -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/../libiberty/pic -liberty -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -Wl,-z -Wl,relro -Wl,-lc -Wl,--as-needed -Wl,-lm -Wl,--no-as-needed -Wl,-soname -Wl,libopcodes-2.44-system.so -o .libs/libopcodes-2.44-system.so 927s libtool: install: /usr/bin/install -c .libs/libopcodes-2.44-system.soT /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libopcodes-2.44-system.so 927s libtool: install: (cd /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu && { ln -s -f libopcodes-2.44-system.so libopcodes.so || { rm -f libopcodes.so && ln -s libopcodes-2.44-system.so libopcodes.so; }; }) 927s libtool: install: /usr/bin/install -c .libs/libopcodes.lai /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libopcodes.la 927s libtool: install: /usr/bin/install -c .libs/libopcodes.a /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libopcodes.a 927s libtool: install: chmod 644 /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libopcodes.a 927s libtool: install: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libopcodes.a 927s libtool: install: warning: remember to run `libtool --finish /usr/lib/s390x-linux-gnu' 927s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 927s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 927s Making install in po 927s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/po' 927s if test -r ../../../opcodes/../mkinstalldirs; then \ 927s ../../../opcodes/../mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share; \ 927s else \ 927s ../../../opcodes/mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share; \ 927s fi 927s installing da.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/da/LC_MESSAGES/opcodes.mo 927s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/de/LC_MESSAGES 927s installing de.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/de/LC_MESSAGES/opcodes.mo 927s installing es.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/es/LC_MESSAGES/opcodes.mo 927s installing fi.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/fi/LC_MESSAGES/opcodes.mo 927s installing fr.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/fr/LC_MESSAGES/opcodes.mo 927s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ga/LC_MESSAGES 927s installing ga.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ga/LC_MESSAGES/opcodes.mo 927s installing id.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/id/LC_MESSAGES/opcodes.mo 927s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/it/LC_MESSAGES 927s installing it.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/it/LC_MESSAGES/opcodes.mo 927s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/nl/LC_MESSAGES 927s installing nl.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/nl/LC_MESSAGES/opcodes.mo 927s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/pt_BR/LC_MESSAGES 927s installing pt_BR.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/pt_BR/LC_MESSAGES/opcodes.mo 927s installing ro.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ro/LC_MESSAGES/opcodes.mo 927s installing sr.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/sr/LC_MESSAGES/opcodes.mo 927s installing sv.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/sv/LC_MESSAGES/opcodes.mo 927s installing tr.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/tr/LC_MESSAGES/opcodes.mo 927s installing uk.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/uk/LC_MESSAGES/opcodes.mo 927s installing vi.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/vi/LC_MESSAGES/opcodes.mo 927s installing zh_CN.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/zh_CN/LC_MESSAGES/opcodes.mo 927s if test "opcodes" = "gettext"; then \ 927s if test -r ../../../opcodes/../mkinstalldirs; then \ 927s ../../../opcodes/../mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/gettext/po; \ 927s else \ 927s ../../../opcodes/mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/gettext/po; \ 927s fi; \ 927s /usr/bin/install -c -m 644 ../../../opcodes/po/Makefile.in.in \ 927s /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/gettext/po/Makefile.in.in; \ 927s else \ 927s : ; \ 927s fi 927s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes/po' 927s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/opcodes' 927s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 927s /usr/bin/make VERSION=-system install-recursive 927s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 927s Making install in po 927s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/po' 927s if test -r ../../../binutils/../mkinstalldirs; then \ 927s ../../../binutils/../mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share; \ 927s else \ 927s ../../../binutils/mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share; \ 927s fi 927s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/bg/LC_MESSAGES 927s installing bg.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/bg/LC_MESSAGES/binutils.mo 927s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ca/LC_MESSAGES 927s installing ca.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ca/LC_MESSAGES/binutils.mo 927s installing da.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/da/LC_MESSAGES/binutils.mo 927s installing es.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/es/LC_MESSAGES/binutils.mo 927s installing fi.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/fi/LC_MESSAGES/binutils.mo 927s installing fr.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/fr/LC_MESSAGES/binutils.mo 927s installing hr.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/hr/LC_MESSAGES/binutils.mo 927s installing id.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/id/LC_MESSAGES/binutils.mo 927s installing it.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/it/LC_MESSAGES/binutils.mo 927s installing ja.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ja/LC_MESSAGES/binutils.mo 927s installing pt.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/pt/LC_MESSAGES/binutils.mo 927s installing ro.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ro/LC_MESSAGES/binutils.mo 927s installing ru.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ru/LC_MESSAGES/binutils.mo 927s installing rw.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/rw/LC_MESSAGES/binutils.mo 927s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/sk/LC_MESSAGES 927s installing sk.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/sk/LC_MESSAGES/binutils.mo 927s installing sr.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/sr/LC_MESSAGES/binutils.mo 927s installing sv.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/sv/LC_MESSAGES/binutils.mo 927s installing tr.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/tr/LC_MESSAGES/binutils.mo 927s installing uk.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/uk/LC_MESSAGES/binutils.mo 927s installing vi.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/vi/LC_MESSAGES/binutils.mo 927s installing zh_CN.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/zh_CN/LC_MESSAGES/binutils.mo 927s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/zh_TW/LC_MESSAGES 927s installing zh_TW.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/zh_TW/LC_MESSAGES/binutils.mo 927s if test "binutils" = "gettext"; then \ 927s if test -r ../../../binutils/../mkinstalldirs; then \ 927s ../../../binutils/../mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/gettext/po; \ 927s else \ 927s ../../../binutils/mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/gettext/po; \ 927s fi; \ 927s /usr/bin/install -c -m 644 ../../../binutils/po/Makefile.in.in \ 927s /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/gettext/po/Makefile.in.in; \ 927s else \ 927s : ; \ 927s fi 927s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils/po' 927s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 928s make[6]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 928s /usr/bin/mkdir -p '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin' 928s /bin/bash ./libtool --mode=install /usr/bin/install -c size objdump ar strings ranlib objcopy addr2line readelf elfedit '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin' 928s libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: warning: `/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/libsframe.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: /usr/bin/install -c .libs/size /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/size 928s libtool: install: warning: `../opcodes/libopcodes.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: warning: `../libctf/libctf.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: warning: `/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/libbfd.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: warning: `/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/libsframe.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: warning: `../libsframe/libsframe.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: /usr/bin/install -c .libs/objdump /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/objdump 928s libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: warning: `/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/libsframe.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: /usr/bin/install -c .libs/ar /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/ar 928s libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: warning: `/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/libsframe.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: /usr/bin/install -c .libs/strings /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/strings 928s libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: warning: `/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/libsframe.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: /usr/bin/install -c .libs/ranlib /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/ranlib 928s libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: warning: `/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/libsframe.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: /usr/bin/install -c .libs/objcopy /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/objcopy 928s libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: warning: `/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/libsframe.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: /usr/bin/install -c .libs/addr2line /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/addr2line 928s libtool: install: warning: `../libctf/libctf-nobfd.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: warning: `../libsframe/libsframe.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: /usr/bin/install -c .libs/readelf /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/readelf 928s libtool: install: /usr/bin/install -c elfedit /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/elfedit 928s /bin/bash ./libtool --mode=install /usr/bin/install -c nm-new /usr/bin/nm 928s libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: warning: `/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/libsframe.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: /usr/bin/install -c .libs/nm-new /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/nm 928s /bin/bash ./libtool --mode=install /usr/bin/install -c strip-new /usr/bin/strip 928s libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: warning: `/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/libsframe.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: /usr/bin/install -c .libs/strip-new /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/strip 928s /bin/bash ./libtool --mode=install /usr/bin/install -c cxxfilt /usr/bin/c++filt 928s libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: warning: `/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/libsframe.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: /usr/bin/install -c .libs/cxxfilt /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/c++filt 928s /bin/bash ../../binutils/../mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/s390x-linux-gnu/bin 928s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/s390x-linux-gnu/bin 928s for i in nm-new strip-new ar ranlib dlltool objdump objcopy readelf; do \ 928s if [ -f $i ]; then \ 928s j=`echo $i | sed -e 's/-new//'`; \ 928s k=`echo $j | sed 's,y,y,'`; \ 928s if [ "/usr/bin/$k" != "/usr/s390x-linux-gnu/bin/$j" ]; then \ 928s rm -f /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/s390x-linux-gnu/bin/$j; \ 928s ln /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/$k /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/s390x-linux-gnu/bin/$j >/dev/null 2>/dev/null \ 928s || /bin/bash ./libtool --mode=install /usr/bin/install -c $i /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/s390x-linux-gnu/bin/$j; \ 928s fi; \ 928s else true; \ 928s fi; \ 928s done 928s /usr/bin/mkdir -p '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info' 928s /usr/bin/install -c -m 644 ./doc/binutils.info '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info' 928s install-info --info-dir='/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info' '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info/binutils.info' 928s /usr/bin/mkdir -p '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/man/man1' 928s /usr/bin/install -c -m 644 doc/addr2line.1 doc/ar.1 doc/dlltool.1 doc/nm.1 doc/objcopy.1 doc/objdump.1 doc/ranlib.1 doc/readelf.1 doc/size.1 doc/strings.1 doc/strip.1 doc/elfedit.1 doc/windres.1 doc/windmc.1 doc/c++filt.1 '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/man/man1' 928s make[6]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 928s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 928s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 928s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/binutils' 928s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/etc' 928s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/etc' 928s make[4]: Nothing to be done for 'install-exec-am'. 928s make[4]: Nothing to be done for 'install-data-am'. 928s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/etc' 928s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/etc' 928s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 928s Making install in po 928s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas/po' 928s if test -r ../../../gas/../mkinstalldirs; then \ 928s ../../../gas/../mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share; \ 928s else \ 928s ../../../gas/mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share; \ 928s fi 928s installing es.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/es/LC_MESSAGES/gas.mo 928s installing fi.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/fi/LC_MESSAGES/gas.mo 928s installing fr.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/fr/LC_MESSAGES/gas.mo 928s installing id.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/id/LC_MESSAGES/gas.mo 928s installing ja.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ja/LC_MESSAGES/gas.mo 928s installing ro.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ro/LC_MESSAGES/gas.mo 928s installing ru.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ru/LC_MESSAGES/gas.mo 928s installing rw.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/rw/LC_MESSAGES/gas.mo 928s installing sv.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/sv/LC_MESSAGES/gas.mo 928s installing tr.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/tr/LC_MESSAGES/gas.mo 928s installing uk.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/uk/LC_MESSAGES/gas.mo 928s installing zh_CN.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/zh_CN/LC_MESSAGES/gas.mo 928s if test "gas" = "gettext"; then \ 928s if test -r ../../../gas/../mkinstalldirs; then \ 928s ../../../gas/../mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/gettext/po; \ 928s else \ 928s ../../../gas/mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/gettext/po; \ 928s fi; \ 928s /usr/bin/install -c -m 644 ../../../gas/po/Makefile.in.in \ 928s /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/gettext/po/Makefile.in.in; \ 928s else \ 928s : ; \ 928s fi 928s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas/po' 928s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 928s rm -f doc/asconfig.texi 928s cp ../../gas/doc/all.texi doc/asconfig.texi && touch -m -r ../../gas/doc/all.texi doc/asconfig.texi 928s chmod u+w doc/asconfig.texi 928s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 928s /bin/bash ../../gas/../mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin 928s /bin/bash ./libtool --mode=install /usr/bin/install -c as-new /usr/bin/as 928s libtool: install: warning: `../opcodes/libopcodes.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: warning: `/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/libbfd.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: warning: `/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/libsframe.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: /usr/bin/install -c .libs/as-new /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/as 928s /bin/bash ../../gas/../mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/s390x-linux-gnu/bin 928s n=`echo as | sed 's,y,y,'`; \ 928s if [ "/usr/bin/$n" != "/usr/s390x-linux-gnu/bin/as" ]; then \ 928s rm -f /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/s390x-linux-gnu/bin/as; \ 928s ln /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/$n /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/s390x-linux-gnu/bin/as >/dev/null 2>/dev/null \ 928s || /bin/bash ./libtool --mode=install /usr/bin/install -c as-new /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/s390x-linux-gnu/bin/as; \ 928s else \ 928s true ; \ 928s fi 928s rm -f doc/asconfig.texi 928s cp ../../gas/doc/all.texi doc/asconfig.texi && touch -m -r ../../gas/doc/all.texi doc/asconfig.texi 928s chmod u+w doc/asconfig.texi 928s /usr/bin/mkdir -p '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info' 928s /usr/bin/install -c -m 644 ./doc/as.info '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info' 928s install-info --info-dir='/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info' '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info/as.info' 928s /usr/bin/mkdir -p '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/man/man1' 928s /usr/bin/install -c -m 644 doc/as.1 '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/man/man1' 928s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 928s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 928s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gas' 928s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 928s /usr/bin/make VERSION=-system install-recursive 928s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 928s Making install in po 928s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/po' 928s if test -r ../../../gprof/../mkinstalldirs; then \ 928s ../../../gprof/../mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share; \ 928s else \ 928s ../../../gprof/mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share; \ 928s fi 928s installing bg.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/bg/LC_MESSAGES/gprof.mo 928s installing da.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/da/LC_MESSAGES/gprof.mo 928s installing de.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/de/LC_MESSAGES/gprof.mo 928s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/eo/LC_MESSAGES 928s installing eo.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/eo/LC_MESSAGES/gprof.mo 928s installing es.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/es/LC_MESSAGES/gprof.mo 928s installing fi.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/fi/LC_MESSAGES/gprof.mo 928s installing fr.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/fr/LC_MESSAGES/gprof.mo 928s installing ga.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ga/LC_MESSAGES/gprof.mo 928s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/hu/LC_MESSAGES 928s installing hu.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/hu/LC_MESSAGES/gprof.mo 928s installing id.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/id/LC_MESSAGES/gprof.mo 928s installing it.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/it/LC_MESSAGES/gprof.mo 928s installing ja.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ja/LC_MESSAGES/gprof.mo 928s installing ka.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ka/LC_MESSAGES/gprof.mo 928s installing ms.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ms/LC_MESSAGES/gprof.mo 928s installing nl.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/nl/LC_MESSAGES/gprof.mo 928s installing pt_BR.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/pt_BR/LC_MESSAGES/gprof.mo 928s installing ro.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ro/LC_MESSAGES/gprof.mo 928s installing ru.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ru/LC_MESSAGES/gprof.mo 928s installing rw.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/rw/LC_MESSAGES/gprof.mo 928s installing sr.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/sr/LC_MESSAGES/gprof.mo 928s installing sv.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/sv/LC_MESSAGES/gprof.mo 928s installing tr.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/tr/LC_MESSAGES/gprof.mo 928s installing uk.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/uk/LC_MESSAGES/gprof.mo 928s installing vi.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/vi/LC_MESSAGES/gprof.mo 928s if test "gprof" = "gettext"; then \ 928s if test -r ../../../gprof/../mkinstalldirs; then \ 928s ../../../gprof/../mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/gettext/po; \ 928s else \ 928s ../../../gprof/mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/gettext/po; \ 928s fi; \ 928s /usr/bin/install -c -m 644 ../../../gprof/po/Makefile.in.in \ 928s /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/gettext/po/Makefile.in.in; \ 928s else \ 928s : ; \ 928s fi 928s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof/po' 928s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 928s make[6]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 928s /usr/bin/mkdir -p '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin' 928s /bin/bash ./libtool --mode=install /usr/bin/install -c gprof '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin' 928s libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: warning: `/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/libsframe.la' has not been installed in `/usr/lib/s390x-linux-gnu' 928s libtool: install: /usr/bin/install -c .libs/gprof /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/gprof 928s /usr/bin/mkdir -p '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info' 928s /usr/bin/install -c -m 644 ./gprof.info '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info' 928s install-info --info-dir='/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info' '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info/gprof.info' 928s /usr/bin/mkdir -p '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/man/man1' 928s /usr/bin/install -c -m 644 gprof.1 '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/man/man1' 928s make[6]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 928s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 928s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 928s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/gprof' 928s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 928s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 928s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 928s /usr/bin/mkdir -p '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu' 928s /bin/bash ./libtool --mode=install /usr/bin/install -c libctf.la libctf-nobfd.la '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu' 928s libtool: install: warning: relinking `libctf.la' 928s libtool: install: (cd /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf; /bin/bash /tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/libtool --tag CC --mode=relink s390x-linux-gnu-gcc -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -ffat-lto-objects -version-info 0:0:0 -Wl,--version-script=../../libctf/libctf.ver -Wl,-z,relro -o libctf.la -rpath /usr/lib/s390x-linux-gnu libctf_la-ctf-archive.lo libctf_la-ctf-dump.lo libctf_la-ctf-create.lo libctf_la-ctf-decl.lo libctf_la-ctf-error.lo libctf_la-ctf-hash.lo libctf_la-ctf-labels.lo libctf_la-ctf-dedup.lo libctf_la-ctf-link.lo libctf_la-ctf-lookup.lo libctf_la-ctf-open.lo libctf_la-ctf-serialize.lo libctf_la-ctf-sha1.lo libctf_la-ctf-string.lo libctf_la-ctf-subr.lo libctf_la-ctf-types.lo libctf_la-ctf-util.lo libctf_la-ctf-open-bfd.lo -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/../libiberty/pic -liberty ../bfd/libbfd.la -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/../libiberty/pic -liberty -lz -inst-prefix-dir /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp) 928s libtool: relink: s390x-linux-gnu-gcc -shared -fPIC -DPIC .libs/libctf_la-ctf-archive.o .libs/libctf_la-ctf-dump.o .libs/libctf_la-ctf-create.o .libs/libctf_la-ctf-decl.o .libs/libctf_la-ctf-error.o .libs/libctf_la-ctf-hash.o .libs/libctf_la-ctf-labels.o .libs/libctf_la-ctf-dedup.o .libs/libctf_la-ctf-link.o .libs/libctf_la-ctf-lookup.o .libs/libctf_la-ctf-open.o .libs/libctf_la-ctf-serialize.o .libs/libctf_la-ctf-sha1.o .libs/libctf_la-ctf-string.o .libs/libctf_la-ctf-subr.o .libs/libctf_la-ctf-types.o .libs/libctf_la-ctf-util.o .libs/libctf_la-ctf-open-bfd.o -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/.libs -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf/../libiberty/pic -L/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu -L/usr/lib/s390x-linux-gnu -lbfd -L/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/../libiberty/pic -lsframe -liberty -lz -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -fprofile-use -flto=jobserver -Wl,--version-script=../../libctf/libctf.ver -Wl,-z -Wl,relro -Wl,-soname -Wl,libctf.so.0 -o .libs/libctf.so.0.0.0 928s lto-wrapper: warning: jobserver is not available: '--jobserver-auth=' is not present in 'MAKEFLAGS' 928s lto-wrapper: note: see the '-flto' option documentation for more information 930s libtool: install: /usr/bin/install -c .libs/libctf.so.0.0.0T /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libctf.so.0.0.0 930s libtool: install: (cd /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu && { ln -s -f libctf.so.0.0.0 libctf.so.0 || { rm -f libctf.so.0 && ln -s libctf.so.0.0.0 libctf.so.0; }; }) 930s libtool: install: (cd /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu && { ln -s -f libctf.so.0.0.0 libctf.so || { rm -f libctf.so && ln -s libctf.so.0.0.0 libctf.so; }; }) 930s libtool: install: /usr/bin/install -c .libs/libctf.lai /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libctf.la 930s libtool: install: /usr/bin/install -c .libs/libctf-nobfd.so.0.0.0 /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libctf-nobfd.so.0.0.0 930s libtool: install: (cd /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu && { ln -s -f libctf-nobfd.so.0.0.0 libctf-nobfd.so.0 || { rm -f libctf-nobfd.so.0 && ln -s libctf-nobfd.so.0.0.0 libctf-nobfd.so.0; }; }) 930s libtool: install: (cd /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu && { ln -s -f libctf-nobfd.so.0.0.0 libctf-nobfd.so || { rm -f libctf-nobfd.so && ln -s libctf-nobfd.so.0.0.0 libctf-nobfd.so; }; }) 930s libtool: install: /usr/bin/install -c .libs/libctf-nobfd.lai /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libctf-nobfd.la 930s libtool: install: /usr/bin/install -c .libs/libctf.a /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libctf.a 930s libtool: install: chmod 644 /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libctf.a 930s libtool: install: warning: remember to run `libtool --finish /usr/lib/s390x-linux-gnu' 930s libtool: install: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libctf.a 930s libtool: install: /usr/bin/install -c .libs/libctf-nobfd.a /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libctf-nobfd.a 930s libtool: install: chmod 644 /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libctf-nobfd.a 930s libtool: install: s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/libctf-nobfd.a 930s /usr/bin/mkdir -p '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/include' 930s /usr/bin/install -c -m 644 ../../libctf/../include/ctf.h ../../libctf/../include/ctf-api.h '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/include' 930s /usr/bin/mkdir -p '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info' 930s /usr/bin/install -c -m 644 ./doc/ctf-spec.info '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info' 930s install-info --info-dir='/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info' '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info/ctf-spec.info' 930s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 930s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 930s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libctf' 930s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 930s /usr/bin/make VERSION=-system install-recursive 930s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 930s Making install in po 930s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld/po' 930s if test -r ../../../ld/../mkinstalldirs; then \ 930s ../../../ld/../mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share; \ 930s else \ 930s ../../../ld/mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share; \ 930s fi 930s installing bg.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/bg/LC_MESSAGES/ld.mo 930s installing da.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/da/LC_MESSAGES/ld.mo 930s installing de.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/de/LC_MESSAGES/ld.mo 930s installing es.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/es/LC_MESSAGES/ld.mo 930s installing fi.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/fi/LC_MESSAGES/ld.mo 930s installing fr.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/fr/LC_MESSAGES/ld.mo 930s installing ga.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ga/LC_MESSAGES/ld.mo 930s installing id.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/id/LC_MESSAGES/ld.mo 930s installing it.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/it/LC_MESSAGES/ld.mo 930s installing ja.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ja/LC_MESSAGES/ld.mo 930s installing ka.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ka/LC_MESSAGES/ld.mo 930s installing pt_BR.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/pt_BR/LC_MESSAGES/ld.mo 930s installing ro.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ro/LC_MESSAGES/ld.mo 930s installing ru.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/ru/LC_MESSAGES/ld.mo 930s installing sr.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/sr/LC_MESSAGES/ld.mo 930s installing sv.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/sv/LC_MESSAGES/ld.mo 930s installing tr.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/tr/LC_MESSAGES/ld.mo 930s installing uk.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/uk/LC_MESSAGES/ld.mo 930s installing vi.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/vi/LC_MESSAGES/ld.mo 930s installing zh_CN.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/zh_CN/LC_MESSAGES/ld.mo 930s installing zh_TW.gmo as /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/locale/zh_TW/LC_MESSAGES/ld.mo 930s if test "ld" = "gettext"; then \ 930s if test -r ../../../ld/../mkinstalldirs; then \ 930s ../../../ld/../mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/gettext/po; \ 930s else \ 930s ../../../ld/mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/gettext/po; \ 930s fi; \ 930s /usr/bin/install -c -m 644 ../../../ld/po/Makefile.in.in \ 930s /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/gettext/po/Makefile.in.in; \ 930s else \ 930s : ; \ 930s fi 930s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld/po' 930s make[5]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 931s make[6]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 931s /usr/bin/mkdir -p '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin' 931s /bin/bash ./libtool --mode=install /usr/bin/install -c ld-new '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/./ld.bfd' 931s libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib/s390x-linux-gnu' 931s libtool: install: warning: `../libctf/libctf.la' has not been installed in `/usr/lib/s390x-linux-gnu' 931s libtool: install: warning: `/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/bfd/libbfd.la' has not been installed in `/usr/lib/s390x-linux-gnu' 931s libtool: install: warning: `/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libsframe/libsframe.la' has not been installed in `/usr/lib/s390x-linux-gnu' 931s libtool: install: /usr/bin/install -c .libs/ld-new /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/./ld.bfd 931s /bin/bash ../../ld/../mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/s390x-linux-gnu/bin 931s n=`echo ld.bfd | sed 's/^ld-new$/ld.bfd/;s,y,y,'`; \ 931s if test "/usr/bin" != "/usr/s390x-linux-gnu/bin"; then \ 931s rm -f /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/s390x-linux-gnu/bin/ld.bfd; \ 931s ln /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/$n /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/s390x-linux-gnu/bin/ld.bfd >/dev/null 2>/dev/null \ 931s || /bin/bash ./libtool --mode=install /usr/bin/install -c ld-new /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/s390x-linux-gnu/bin/ld.bfd; \ 931s fi; \ 931s if test "xyes" = "xyes"; then \ 931s ld=`echo ld | sed 's/^ld-new$/ld.bfd/;s,y,y,'`; \ 931s rm -f /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/$ld; \ 931s ln /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/$n /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/$ld >/dev/null 2>/dev/null \ 931s || /bin/bash ./libtool --mode=install /usr/bin/install -c ld-new /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/$ld; \ 931s if test "/usr/bin" != "/usr/s390x-linux-gnu/bin"; then \ 931s rm -f /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/s390x-linux-gnu/bin/ld; \ 931s ln /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/bin/$n /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/s390x-linux-gnu/bin/ld >/dev/null 2>/dev/null \ 931s || /bin/bash ./libtool --mode=install /usr/bin/install -c ld-new /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/s390x-linux-gnu/bin/ld; \ 931s fi; \ 931s fi 931s /usr/bin/mkdir -p '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/bfd-plugins' 931s /bin/bash ./libtool --mode=install /usr/bin/install -c libdep.la '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/bfd-plugins' 931s libtool: install: /usr/bin/install -c .libs/libdep.so /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/bfd-plugins/libdep.so 931s libtool: install: /usr/bin/install -c .libs/libdep.lai /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/bfd-plugins/libdep.la 931s libtool: install: warning: remember to run `libtool --finish /nowhere' 931s /bin/bash ../../ld/../mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/ldscripts 931s mkdir -p -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/ldscripts 931s for f in ldscripts/* ; do \ 931s case $f in \ 931s stamp) ;; \ 931s *) /usr/bin/install -c -m 644 $f /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/$f ; \ 931s esac \ 931s done 931s rm -f /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/bfd-plugins/libdep.la 931s rm -f /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/bfd-plugins/libdep.dll.a 931s /usr/bin/mkdir -p '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info' 931s /usr/bin/install -c -m 644 ./ld.info ./ldint.info '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info' 931s install-info --info-dir='/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info' '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info/ld.info' 931s install-info --info-dir='/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info' '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/info/ldint.info' 931s /usr/bin/mkdir -p '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/man/man1' 931s /usr/bin/install -c -m 644 ld.1 '/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/share/man/man1' 931s make[6]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 931s make[5]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 931s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 931s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/ld' 931s make[3]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty' 931s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/testsuite' 931s make[4]: Nothing to be done for 'all'. 931s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/testsuite' 931s if test -n ""; then \ 931s /bin/bash ../../libiberty/../mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/`s390x-linux-gnu-gcc -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -print-multi-os-directory`; \ 931s /usr/bin/install -c -m 644 ./libiberty.a /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/`s390x-linux-gnu-gcc -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -print-multi-os-directory`/./libiberty.an; \ 931s ( cd /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/`s390x-linux-gnu-gcc -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -print-multi-os-directory` ; chmod 644 ./libiberty.an ;s390x-linux-gnu-ranlib --plugin /usr/libexec/gcc/s390x-linux-gnu/14/liblto_plugin.so ./libiberty.an ); \ 931s mv -f /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/`s390x-linux-gnu-gcc -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -print-multi-os-directory`/./libiberty.an /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp/usr/lib/s390x-linux-gnu/`s390x-linux-gnu-gcc -g -O2 -ffile-prefix-map=/tmp/autopkgtest.NwkPOK/build.jqY/src=. -mbackchain -print-multi-os-directory`/./libiberty.a; \ 931s case "" in \ 931s /*) thd=;; \ 931s *) thd=/usr/include/;; \ 931s esac; \ 931s /bin/bash ../../libiberty/../mkinstalldirs /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp${thd}; \ 931s for h in ../../libiberty/../include/ansidecl.h ../../libiberty/../include/demangle.h ../../libiberty/../include/dyn-string.h ../../libiberty/../include/fibheap.h ../../libiberty/../include/floatformat.h ../../libiberty/../include/hashtab.h ../../libiberty/../include/libiberty.h ../../libiberty/../include/objalloc.h ../../libiberty/../include/partition.h ../../libiberty/../include/safe-ctype.h ../../libiberty/../include/sort.h ../../libiberty/../include/splay-tree.h ../../libiberty/../include/timeval-utils.h; do \ 931s /usr/bin/install -c -m 644 $h /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tmp${thd}; \ 931s done; \ 931s fi 931s make[4]: Entering directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/testsuite' 931s make[4]: Nothing to be done for 'install'. 931s make[4]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty/testsuite' 931s make[3]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single/libiberty' 931s make[2]: Nothing to be done for 'install-target'. 931s make[2]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single' 931s make[1]: Leaving directory '/tmp/autopkgtest.NwkPOK/build.jqY/src/builddir-single' 931s install -d -m 755 debian/binutils-common/usr/share 931s mv debian/tmp/usr/share/locale debian/binutils-common/usr/share/locale 931s install -d -m 755 debian/binutils-doc/usr/share 931s mv debian/tmp/usr/share/info debian/binutils-doc/usr/share/info 931s install -d -m 755 debian/binutils-s390x-linux-gnu/usr/lib/s390x-linux-gnu 931s mv debian/tmp/usr/lib/s390x-linux-gnu/bfd-plugins \ 931s debian/binutils-s390x-linux-gnu/usr/lib/s390x-linux-gnu/. 931s mv debian/tmp/usr/lib/s390x-linux-gnu/ldscripts \ 931s debian/binutils-s390x-linux-gnu/usr/lib/s390x-linux-gnu/. 931s install -d -m 755 debian/binutils-common/usr/share/man/man1 931s set -e; for f in debian/tmp/usr/share/man/man1/*.1; do \ 931s sed -i -e '/^\.TH /s/[0-9]*-[0-9]*-[0-9]*/2025-02-03/' $f; \ 931s case "$f" in \ 931s *gprofng*) ;; \ 931s *) mv "$f" 'debian/binutils-common/usr/share/man/man1/' ;; \ 931s esac; \ 931s done 931s : # fix bfd.h, removing the safety inclusion guard 931s awk '/PR 14072/,/^#endif/ {next} {print}' debian/tmp/usr/include/bfd.h \ 931s > debian/tmp/usr/include/bfd.h.new 931s mv debian/tmp/usr/include/bfd.h.new debian/tmp/usr/include/bfd.h 931s : # fix multilib conflicts of generated values by __WORDSIZE-based expressions 931s sed -i -e '/^#include "ansidecl.h"/{p;s~^.*$~#include ~;}' \ 931s -e 's/^#define BFD_DEFAULT_TARGET_SIZE \(32\|64\) *$/#define BFD_DEFAULT_TARGET_SIZE __WORDSIZE/' \ 931s -e 's/^#define BFD_HOST_64BIT_LONG [01] *$/#define BFD_HOST_64BIT_LONG (__WORDSIZE == 64)/' \ 931s -e 's/^#define BFD_HOST_64_BIT \(long \)\?long *$/#if __WORDSIZE == 32\ 931s #define BFD_HOST_64_BIT long long\ 931s #else\ 931s #define BFD_HOST_64_BIT long\ 931s #endif/' \ 931s -e 's/^#define BFD_HOST_U_64_BIT unsigned \(long \)\?long *$/#define BFD_HOST_U_64_BIT unsigned BFD_HOST_64_BIT/' \ 931s debian/tmp/usr/include/bfd.h 931s : # copy plugin-api.h ... 931s cp -f include/plugin-api.h debian/tmp/usr/include 931s : # We don't need to distribute everything in binutils and -dev 931s rm -f debian/tmp/usr/include/obstack.h 931s rm -f debian/binutils-doc/usr/share/info/configure.* debian/binutils-doc/usr/share/info/standards.* 931s install -d -m 755 debian/binutils-dev/usr/include 931s mv debian/tmp/usr/include/* debian/binutils-dev/usr/include/ 931s install -d -m 755 debian/libctf0/usr/lib/s390x-linux-gnu 931s mv debian/tmp/usr/lib/s390x-linux-gnu/libctf.so.* \ 931s debian/libctf0/usr/lib/s390x-linux-gnu/. 931s install -d -m 755 debian/libctf-nobfd0/usr/lib/s390x-linux-gnu 931s mv debian/tmp/usr/lib/s390x-linux-gnu/libctf-nobfd.so.* \ 931s debian/libctf-nobfd0/usr/lib/s390x-linux-gnu/. 931s install -d -m 755 debian/libbinutils/usr/lib/s390x-linux-gnu debian/binutils-dev/usr/lib/s390x-linux-gnu 931s mv debian/tmp/usr/lib/s390x-linux-gnu/*.a \ 931s debian/tmp/usr/lib/s390x-linux-gnu/libbfd.so \ 931s debian/tmp/usr/lib/s390x-linux-gnu/libopcodes.so \ 931s debian/tmp/usr/lib/s390x-linux-gnu/libctf*.so \ 931s debian/binutils-dev/usr/lib/s390x-linux-gnu 931s mv debian/tmp/usr/lib/s390x-linux-gnu/libsframe.so \ 931s debian/binutils-dev/usr/lib/s390x-linux-gnu 931s cp builddir-pic/opcodes/.libs/libopcodes.a \ 931s debian/binutils-dev/usr/lib/s390x-linux-gnu/libopcodes_pic.a 931s cp builddir-pic/bfd/.libs/libbfd.a \ 931s debian/binutils-dev/usr/lib/s390x-linux-gnu/libbfd_pic.a 931s mv debian/tmp/usr/lib/s390x-linux-gnu/*.so \ 931s debian/libbinutils/usr/lib/s390x-linux-gnu 931s install -d -m 755 debian/libsframe1/usr/lib/s390x-linux-gnu 931s mv debian/tmp/usr/lib/s390x-linux-gnu/libsframe.so.* \ 931s debian/libsframe1/usr/lib/s390x-linux-gnu 931s : # Get rid of .la files since libtool obviously has no idea about transient paths 931s rm -f debian/tmp/usr/lib/s390x-linux-gnu/*.la 931s rm -f debian/tmp/usr/lib/s390x-linux-gnu/gprofng/*.la 931s chmod ugo-x debian/libbinutils/usr/lib/s390x-linux-gnu/*.so 931s chmod ugo-x debian/libctf0/usr/lib/s390x-linux-gnu/*.so.* 931s chmod ugo-x debian/libctf-nobfd0/usr/lib/s390x-linux-gnu/*.so.* 931s chmod ugo-x debian/binutils-s390x-linux-gnu/usr/lib/s390x-linux-gnu/bfd-plugins/*.so 931s chmod ugo-x debian/libsframe1/usr/lib/s390x-linux-gnu/*.so.* 931s install -d -m 755 debian/libbinutils-dbg/usr/share/doc/ 931s ln -sf libbinutils debian/libbinutils-dbg/usr/share/doc/libbinutils-dbg 931s : # Strip shared libraries and binaries 931s set -e; nfiles=0; for i in debian/libbinutils/usr/lib/s390x-linux-gnu/libbfd-*so debian/libbinutils/usr/lib/s390x-linux-gnu/libopcodes-*so debian/libbinutils/usr/lib/*/bfd-plugins/libdep.so debian/libbinutils/usr/lib/s390x-linux-gnu/libctf*.so.0.0.0 debian/libbinutils/usr/lib/s390x-linux-gnu/libgprofng.so.0.0.0 debian/libbinutils/usr/lib/*/gprofng/libgp-*.so debian/libbinutils/usr/lib/*/libgprofng.so.0.0 debian/libbinutils/usr/lib/*/libsframe.so.1.0.0 $(file debian/libbinutils/usr/bin/* |awk -F: '$0 !~ /script/ {print $1}'); do test ! -h $i || continue; test -f $i || continue; files="$files $i"; nfiles=$(expr $nfiles + 1); done; echo "Strip ($nfiles): $files"; for i in $files; do id=$(debugedit --build-id --build-id-seed='libbinutils-2.44-1ubuntu1' $i); done; mkdir -p debian/libbinutils-dbg/usr/lib/debug/.dwz/s390x-linux-gnu; dwz=usr/lib/debug/.dwz/s390x-linux-gnu/libbinutils.debug; if [ $nfiles -eq 0 ]; then : ; elif [ $nfiles -gt 1 ]; then dwz -m debian/libbinutils-dbg/$dwz -M /$dwz $files; s390x-linux-gnu-objcopy --compress-debug-sections debian/libbinutils-dbg/$dwz; else dwz $files; fi; for i in $files; do b_id=$(LC_ALL=C s390x-linux-gnu-readelf -n $i | sed -n 's/ *Build ID: *\([0-9a-f][0-9a-f]*\)/\1/p'); if [ -z "$b_id" ]; then id=$(echo $i | sed -r 's,debian/[^/]+, debian/libbinutils-dbg/usr/lib/debug,'); echo strip $i; mkdir -p $(dirname $id); s390x-linux-gnu-objcopy --only-keep-debug $i $id; chmod 644 $id; s390x-linux-gnu-strip -R .comment -R .note $i; s390x-linux-gnu-objcopy --add-gnu-debuglink $id $i; else echo "ID: ${b_id} -> $(echo $i | sed 's,debian/libbinutils,,')"; d=usr/lib/debug/.build-id/${b_id:0:2}; f=${b_id:2}.debug; mkdir -p debian/libbinutils-dbg/$d; s390x-linux-gnu-objcopy --only-keep-debug --compress-debug-sections $i debian/libbinutils-dbg/$d/$f; chmod 644 debian/libbinutils-dbg/$d/$f; s390x-linux-gnu-strip -R .comment -R .note $i; fi; done 931s Strip (2): debian/libbinutils/usr/lib/s390x-linux-gnu/libbfd-2.44-system.so debian/libbinutils/usr/lib/s390x-linux-gnu/libopcodes-2.44-system.so 931s ID: 65111668b4420dbe11f01f5bc6e0ef2b156eb3af -> /usr/lib/s390x-linux-gnu/libbfd-2.44-system.so 931s ID: e553cf834b0b9a91b9d4d46cadd813cbc8d83a06 -> /usr/lib/s390x-linux-gnu/libopcodes-2.44-system.so 931s install -d -m 755 debian/libctf0-dbg/usr/share/doc/ 931s ln -sf libctf0 debian/libctf0-dbg/usr/share/doc/libctf0-dbg 931s : # Strip shared libraries and binaries 931s set -e; nfiles=0; for i in debian/libctf0/usr/lib/s390x-linux-gnu/libbfd-*so debian/libctf0/usr/lib/s390x-linux-gnu/libopcodes-*so debian/libctf0/usr/lib/*/bfd-plugins/libdep.so debian/libctf0/usr/lib/s390x-linux-gnu/libctf*.so.0.0.0 debian/libctf0/usr/lib/s390x-linux-gnu/libgprofng.so.0.0.0 debian/libctf0/usr/lib/*/gprofng/libgp-*.so debian/libctf0/usr/lib/*/libgprofng.so.0.0 debian/libctf0/usr/lib/*/libsframe.so.1.0.0 $(file debian/libctf0/usr/bin/* |awk -F: '$0 !~ /script/ {print $1}'); do test ! -h $i || continue; test -f $i || continue; files="$files $i"; nfiles=$(expr $nfiles + 1); done; echo "Strip ($nfiles): $files"; for i in $files; do id=$(debugedit --build-id --build-id-seed='libctf0-2.44-1ubuntu1' $i); done; mkdir -p debian/libctf0-dbg/usr/lib/debug/.dwz/s390x-linux-gnu; dwz=usr/lib/debug/.dwz/s390x-linux-gnu/libctf0.debug; if [ $nfiles -eq 0 ]; then : ; elif [ $nfiles -gt 1 ]; then dwz -m debian/libctf0-dbg/$dwz -M /$dwz $files; s390x-linux-gnu-objcopy --compress-debug-sections debian/libctf0-dbg/$dwz; else dwz $files; fi; for i in $files; do b_id=$(LC_ALL=C s390x-linux-gnu-readelf -n $i | sed -n 's/ *Build ID: *\([0-9a-f][0-9a-f]*\)/\1/p'); if [ -z "$b_id" ]; then id=$(echo $i | sed -r 's,debian/[^/]+, debian/libctf0-dbg/usr/lib/debug,'); echo strip $i; mkdir -p $(dirname $id); s390x-linux-gnu-objcopy --only-keep-debug $i $id; chmod 644 $id; s390x-linux-gnu-strip -R .comment -R .note $i; s390x-linux-gnu-objcopy --add-gnu-debuglink $id $i; else echo "ID: ${b_id} -> $(echo $i | sed 's,debian/libctf0,,')"; d=usr/lib/debug/.build-id/${b_id:0:2}; f=${b_id:2}.debug; mkdir -p debian/libctf0-dbg/$d; s390x-linux-gnu-objcopy --only-keep-debug --compress-debug-sections $i debian/libctf0-dbg/$d/$f; chmod 644 debian/libctf0-dbg/$d/$f; s390x-linux-gnu-strip -R .comment -R .note $i; fi; done 931s Strip (1): debian/libctf0/usr/lib/s390x-linux-gnu/libctf.so.0.0.0 931s ID: d08e242794a1d6815efeab6b249a7c39ff816214 -> /usr/lib/s390x-linux-gnu/libctf.so.0.0.0 931s install -d -m 755 debian/libctf-nobfd0-dbg/usr/share/doc/ 931s ln -sf libctf-nobfd0 debian/libctf-nobfd0-dbg/usr/share/doc/libctf-nobfd0-dbg 931s : # Strip shared libraries and binaries 931s set -e; nfiles=0; for i in debian/libctf-nobfd0/usr/lib/s390x-linux-gnu/libbfd-*so debian/libctf-nobfd0/usr/lib/s390x-linux-gnu/libopcodes-*so debian/libctf-nobfd0/usr/lib/*/bfd-plugins/libdep.so debian/libctf-nobfd0/usr/lib/s390x-linux-gnu/libctf*.so.0.0.0 debian/libctf-nobfd0/usr/lib/s390x-linux-gnu/libgprofng.so.0.0.0 debian/libctf-nobfd0/usr/lib/*/gprofng/libgp-*.so debian/libctf-nobfd0/usr/lib/*/libgprofng.so.0.0 debian/libctf-nobfd0/usr/lib/*/libsframe.so.1.0.0 $(file debian/libctf-nobfd0/usr/bin/* |awk -F: '$0 !~ /script/ {print $1}'); do test ! -h $i || continue; test -f $i || continue; files="$files $i"; nfiles=$(expr $nfiles + 1); done; echo "Strip ($nfiles): $files"; for i in $files; do id=$(debugedit --build-id --build-id-seed='libctf-nobfd0-2.44-1ubuntu1' $i); done; mkdir -p debian/libctf-nobfd0-dbg/usr/lib/debug/.dwz/s390x-linux-gnu; dwz=usr/lib/debug/.dwz/s390x-linux-gnu/libctf-nobfd0.debug; if [ $nfiles -eq 0 ]; then : ; elif [ $nfiles -gt 1 ]; then dwz -m debian/libctf-nobfd0-dbg/$dwz -M /$dwz $files; s390x-linux-gnu-objcopy --compress-debug-sections debian/libctf-nobfd0-dbg/$dwz; else dwz $files; fi; for i in $files; do b_id=$(LC_ALL=C s390x-linux-gnu-readelf -n $i | sed -n 's/ *Build ID: *\([0-9a-f][0-9a-f]*\)/\1/p'); if [ -z "$b_id" ]; then id=$(echo $i | sed -r 's,debian/[^/]+, debian/libctf-nobfd0-dbg/usr/lib/debug,'); echo strip $i; mkdir -p $(dirname $id); s390x-linux-gnu-objcopy --only-keep-debug $i $id; chmod 644 $id; s390x-linux-gnu-strip -R .comment -R .note $i; s390x-linux-gnu-objcopy --add-gnu-debuglink $id $i; else echo "ID: ${b_id} -> $(echo $i | sed 's,debian/libctf-nobfd0,,')"; d=usr/lib/debug/.build-id/${b_id:0:2}; f=${b_id:2}.debug; mkdir -p debian/libctf-nobfd0-dbg/$d; s390x-linux-gnu-objcopy --only-keep-debug --compress-debug-sections $i debian/libctf-nobfd0-dbg/$d/$f; chmod 644 debian/libctf-nobfd0-dbg/$d/$f; s390x-linux-gnu-strip -R .comment -R .note $i; fi; done 931s Strip (1): debian/libctf-nobfd0/usr/lib/s390x-linux-gnu/libctf-nobfd.so.0.0.0 932s ID: 2fa25b7afe97bc020b9a2f9dc865dfd8bd105e17 -> /usr/lib/s390x-linux-gnu/libctf-nobfd.so.0.0.0 932s install -d -m 755 debian/libsframe1-dbg/usr/share/doc/ 932s ln -sf libsframe1 debian/libsframe1-dbg/usr/share/doc/libsframe1-dbg 932s : # Strip shared libraries and binaries 932s set -e; nfiles=0; for i in debian/libsframe1/usr/lib/s390x-linux-gnu/libbfd-*so debian/libsframe1/usr/lib/s390x-linux-gnu/libopcodes-*so debian/libsframe1/usr/lib/*/bfd-plugins/libdep.so debian/libsframe1/usr/lib/s390x-linux-gnu/libctf*.so.0.0.0 debian/libsframe1/usr/lib/s390x-linux-gnu/libgprofng.so.0.0.0 debian/libsframe1/usr/lib/*/gprofng/libgp-*.so debian/libsframe1/usr/lib/*/libgprofng.so.0.0 debian/libsframe1/usr/lib/*/libsframe.so.1.0.0 $(file debian/libsframe1/usr/bin/* |awk -F: '$0 !~ /script/ {print $1}'); do test ! -h $i || continue; test -f $i || continue; files="$files $i"; nfiles=$(expr $nfiles + 1); done; echo "Strip ($nfiles): $files"; for i in $files; do id=$(debugedit --build-id --build-id-seed='libsframe1-2.44-1ubuntu1' $i); done; mkdir -p debian/libsframe1-dbg/usr/lib/debug/.dwz/s390x-linux-gnu; dwz=usr/lib/debug/.dwz/s390x-linux-gnu/libsframe1.debug; if [ $nfiles -eq 0 ]; then : ; elif [ $nfiles -gt 1 ]; then dwz -m debian/libsframe1-dbg/$dwz -M /$dwz $files; s390x-linux-gnu-objcopy --compress-debug-sections debian/libsframe1-dbg/$dwz; else dwz $files; fi; for i in $files; do b_id=$(LC_ALL=C s390x-linux-gnu-readelf -n $i | sed -n 's/ *Build ID: *\([0-9a-f][0-9a-f]*\)/\1/p'); if [ -z "$b_id" ]; then id=$(echo $i | sed -r 's,debian/[^/]+, debian/libsframe1-dbg/usr/lib/debug,'); echo strip $i; mkdir -p $(dirname $id); s390x-linux-gnu-objcopy --only-keep-debug $i $id; chmod 644 $id; s390x-linux-gnu-strip -R .comment -R .note $i; s390x-linux-gnu-objcopy --add-gnu-debuglink $id $i; else echo "ID: ${b_id} -> $(echo $i | sed 's,debian/libsframe1,,')"; d=usr/lib/debug/.build-id/${b_id:0:2}; f=${b_id:2}.debug; mkdir -p debian/libsframe1-dbg/$d; s390x-linux-gnu-objcopy --only-keep-debug --compress-debug-sections $i debian/libsframe1-dbg/$d/$f; chmod 644 debian/libsframe1-dbg/$d/$f; s390x-linux-gnu-strip -R .comment -R .note $i; fi; done 932s Strip (1): debian/libsframe1/usr/lib/s390x-linux-gnu/libsframe.so.1.0.0 932s ID: 6f48af149901fd2fff3bc320990a81e32d403f26 -> /usr/lib/s390x-linux-gnu/libsframe.so.1.0.0 932s for i in debian/binutils-dev/usr/lib/s390x-linux-gnu/*.a; do \ 932s echo "lto-stripping $i ..."; \ 932s s390x-linux-gnu-strip -R .gnu.lto_* -R .gnu.debuglto_* -N __gnu_lto_slim -N __gnu_lto_v1 $i; \ 932s if which strip-nondeterminism >/dev/null 2>&1; then \ 932s echo "strip-nondeterminism $i ..."; \ 932s strip-nondeterminism $i; \ 932s fi; \ 932s done 932s lto-stripping debian/binutils-dev/usr/lib/s390x-linux-gnu/libbfd.a ... 932s lto-stripping debian/binutils-dev/usr/lib/s390x-linux-gnu/libbfd_pic.a ... 932s lto-stripping debian/binutils-dev/usr/lib/s390x-linux-gnu/libctf-nobfd.a ... 932s lto-stripping debian/binutils-dev/usr/lib/s390x-linux-gnu/libctf.a ... 932s lto-stripping debian/binutils-dev/usr/lib/s390x-linux-gnu/libopcodes.a ... 932s lto-stripping debian/binutils-dev/usr/lib/s390x-linux-gnu/libopcodes_pic.a ... 932s lto-stripping debian/binutils-dev/usr/lib/s390x-linux-gnu/libsframe.a ... 932s : # Don't want /usr/-linux to exist in any package 932s rm -rf debian/tmp/usr/s390x-linux-gnu 932s : # Remove windows related manpages 932s rm -f debian/binutils-common/usr/share/man/man1/{dlltool,nlmconv,windmc,windres}.1 932s rm -f debian/tmp/usr/bin/ld.bfd 932s mv debian/tmp/usr/bin/ld debian/tmp/usr/bin/ld.bfd 932s mv debian/binutils-common/usr/share/man/man1/ld.1 \ 932s debian/binutils-common/usr/share/man/man1/ld.bfd.1 932s ln -sf s390x-linux-gnu-ld.bfd debian/tmp/usr/bin/ld 932s install -d -m 755 debian/binutils-common/usr/share/man/man1 932s ln -sf ld.bfd.1.gz debian/binutils-common/usr/share/man/man1/ld.1.gz 932s : # install a symlink for the bfd linker 932s install -d -m 755 debian/tmp/usr/lib/compat-ld 932s ln -s ../../bin/ld.bfd debian/tmp/usr/lib/compat-ld/ld 932s : # Remove empty directory 932s rmdir debian/tmp/usr/include/ 932s : # Rename non-prefixed binaries to s390x-linux-gnu- prefixed binaries 932s : # and provide symlinks to the prefixed binaries. 932s install -d -m 755 debian/binutils-s390x-linux-gnu/usr/bin debian/binutils-s390x-linux-gnu/usr/share/man/man1 932s for i in addr2line ar as c++filt elfedit gprof ld ld.bfd nm objcopy objdump ranlib readelf size strings strip; do \ 932s mv debian/tmp/usr/bin/$i debian/binutils-s390x-linux-gnu/usr/bin/s390x-linux-gnu-$i; \ 932s ln -sf s390x-linux-gnu-$i debian/tmp/usr/bin/$i; \ 932s done 932s for i in addr2line ar as c++filt elfedit gprof ld ld.bfd nm objcopy objdump ranlib readelf size strings strip; do \ 932s ln -sf $i.1.gz debian/binutils-s390x-linux-gnu/usr/share/man/man1/s390x-linux-gnu-$i.1.gz; \ 932s done 932s install -d -m 755 debian/binutils-s390x-linux-gnu-dbg/usr/share/doc/ 932s ln -sf binutils-s390x-linux-gnu debian/binutils-s390x-linux-gnu-dbg/usr/share/doc/binutils-s390x-linux-gnu-dbg 932s : # Strip shared libraries and binaries 932s set -e; nfiles=0; for i in debian/binutils-s390x-linux-gnu/usr/lib/s390x-linux-gnu/libbfd-*so debian/binutils-s390x-linux-gnu/usr/lib/s390x-linux-gnu/libopcodes-*so debian/binutils-s390x-linux-gnu/usr/lib/*/bfd-plugins/libdep.so debian/binutils-s390x-linux-gnu/usr/lib/s390x-linux-gnu/libctf*.so.0.0.0 debian/binutils-s390x-linux-gnu/usr/lib/s390x-linux-gnu/libgprofng.so.0.0.0 debian/binutils-s390x-linux-gnu/usr/lib/*/gprofng/libgp-*.so debian/binutils-s390x-linux-gnu/usr/lib/*/libgprofng.so.0.0 debian/binutils-s390x-linux-gnu/usr/lib/*/libsframe.so.1.0.0 $(file debian/binutils-s390x-linux-gnu/usr/bin/* |awk -F: '$0 !~ /script/ {print $1}'); do test ! -h $i || continue; test -f $i || continue; files="$files $i"; nfiles=$(expr $nfiles + 1); done; echo "Strip ($nfiles): $files"; for i in $files; do id=$(debugedit --build-id --build-id-seed='binutils-s390x-linux-gnu-2.44-1ubuntu1' $i); done; mkdir -p debian/binutils-s390x-linux-gnu-dbg/usr/lib/debug/.dwz/s390x-linux-gnu; dwz=usr/lib/debug/.dwz/s390x-linux-gnu/binutils-s390x-linux-gnu.debug; if [ $nfiles -eq 0 ]; then : ; elif [ $nfiles -gt 1 ]; then dwz -m debian/binutils-s390x-linux-gnu-dbg/$dwz -M /$dwz $files; s390x-linux-gnu-objcopy --compress-debug-sections debian/binutils-s390x-linux-gnu-dbg/$dwz; else dwz $files; fi; for i in $files; do b_id=$(LC_ALL=C s390x-linux-gnu-readelf -n $i | sed -n 's/ *Build ID: *\([0-9a-f][0-9a-f]*\)/\1/p'); if [ -z "$b_id" ]; then id=$(echo $i | sed -r 's,debian/[^/]+, debian/binutils-s390x-linux-gnu-dbg/usr/lib/debug,'); echo strip $i; mkdir -p $(dirname $id); s390x-linux-gnu-objcopy --only-keep-debug $i $id; chmod 644 $id; s390x-linux-gnu-strip -R .comment -R .note $i; s390x-linux-gnu-objcopy --add-gnu-debuglink $id $i; else echo "ID: ${b_id} -> $(echo $i | sed 's,debian/binutils-s390x-linux-gnu,,')"; d=usr/lib/debug/.build-id/${b_id:0:2}; f=${b_id:2}.debug; mkdir -p debian/binutils-s390x-linux-gnu-dbg/$d; s390x-linux-gnu-objcopy --only-keep-debug --compress-debug-sections $i debian/binutils-s390x-linux-gnu-dbg/$d/$f; chmod 644 debian/binutils-s390x-linux-gnu-dbg/$d/$f; s390x-linux-gnu-strip -R .comment -R .note $i; fi; done 932s Strip (16): debian/binutils-s390x-linux-gnu/usr/lib/s390x-linux-gnu/bfd-plugins/libdep.so debian/binutils-s390x-linux-gnu/usr/bin/s390x-linux-gnu-addr2line debian/binutils-s390x-linux-gnu/usr/bin/s390x-linux-gnu-ar debian/binutils-s390x-linux-gnu/usr/bin/s390x-linux-gnu-as debian/binutils-s390x-linux-gnu/usr/bin/s390x-linux-gnu-c++filt debian/binutils-s390x-linux-gnu/usr/bin/s390x-linux-gnu-elfedit debian/binutils-s390x-linux-gnu/usr/bin/s390x-linux-gnu-gprof debian/binutils-s390x-linux-gnu/usr/bin/s390x-linux-gnu-ld.bfd debian/binutils-s390x-linux-gnu/usr/bin/s390x-linux-gnu-nm debian/binutils-s390x-linux-gnu/usr/bin/s390x-linux-gnu-objcopy debian/binutils-s390x-linux-gnu/usr/bin/s390x-linux-gnu-objdump debian/binutils-s390x-linux-gnu/usr/bin/s390x-linux-gnu-ranlib debian/binutils-s390x-linux-gnu/usr/bin/s390x-linux-gnu-readelf debian/binutils-s390x-linux-gnu/usr/bin/s390x-linux-gnu-size debian/binutils-s390x-linux-gnu/usr/bin/s390x-linux-gnu-strings debian/binutils-s390x-linux-gnu/usr/bin/s390x-linux-gnu-strip 932s ID: 7c0eacc1fe8dcc71ad0a810ca65b36221cd31efe -> /usr/lib/s390x-linux-gnu/bfd-plugins/libdep.so 932s ID: cb5fe17bb9f53a9dfbbd1d603fa2a3cc17d4518f -> /usr/bin/s390x-linux-gnu-addr2line 932s ID: 9b36ceba36c7165af002b063842c28711f31a005 -> /usr/bin/s390x-linux-gnu-ar 933s ID: 87c19d01495588abbbb313c4bcf705b4945a3fd9 -> /usr/bin/s390x-linux-gnu-as 933s ID: f64dff05c330b106b8c51368405c972a16fe05e1 -> /usr/bin/s390x-linux-gnu-c++filt 933s ID: 78b1c7a7051711f864e6e76994d25bbcc3931459 -> /usr/bin/s390x-linux-gnu-elfedit 933s ID: f85ba9b4af85a180287ba9565ad4cfcee7d9612e -> /usr/bin/s390x-linux-gnu-gprof 933s ID: 6ad6c4cab5f530ff5cc790116b6dddb470a7001e -> /usr/bin/s390x-linux-gnu-ld.bfd 933s ID: f47f77135f2cae73d2a9bb45f924c1e089ea6bd6 -> /usr/bin/s390x-linux-gnu-nm 933s ID: f161b482b7e65b16dbd0d76f20d5d8bf53f38f77 -> /usr/bin/s390x-linux-gnu-objcopy 933s ID: 5825810a01f5b5a7330c9e0ca4bb2fda3d6eb041 -> /usr/bin/s390x-linux-gnu-objdump 933s ID: ec0ea6dcee0d06b52d6782a0f22df67ccab9ddc3 -> /usr/bin/s390x-linux-gnu-ranlib 933s ID: 058af8e11a1a6e5b44b3f2a007bc4c6b1aae98be -> /usr/bin/s390x-linux-gnu-readelf 933s ID: 64db4ab42cfef432a054253f740c3d93721eebaa -> /usr/bin/s390x-linux-gnu-size 933s ID: c5d0842ed973d98a019ec2cf43751af25aeeda8b -> /usr/bin/s390x-linux-gnu-strings 933s ID: 3de4a3f9ae31cdd06afcd3cd86af1b40f5463a2f -> /usr/bin/s390x-linux-gnu-strip 933s touch stamps/install 933s : # generate some control & helper files 933s if [ "" = yes ]; then \ 933s nver=$(echo 2.44 | awk -F. '{ OFS="."; NF--; $NF=$NF+1; print }'); \ 933s else \ 933s nver=$(echo 2.44 | awk -F. '{ OFS="."; if (NF > 2) $NF=$NF+1; else $++NF=1; print }'); \ 933s fi; \ 933s for i in debian/*.in; do \ 933s case "$i" in debian/control.in|debian/control.cross.in) continue; esac; \ 933s date_ext=; \ 933s case "$i" in debian/*.shlibs.in) [ "" = yes ] && date_ext=; esac; \ 933s sed -e 's/@VER@/2.44/g' \ 933s -e 's/@DEB_VER@/2.44-1ubuntu1/g' \ 933s -e 's/@DEB_SVER@/2.44-1ubuntu1/g' \ 933s -e 's/@DEB_UVER@/2.44/g' \ 933s -e "s/@DEB_NVER@/$nver/g" \ 933s -e "s/@DATE_EXT@/$date_ext/g" \ 933s -e 's/@DEB_ARCH@/s390x/g' \ 933s -e 's/@DEB_MULTIARCH@/s390x-linux-gnu/g' \ 933s -e 's/@DEB_TRIPLET@/s390x-linux-gnu/g' \ 933s -e "s/@dpkg_dev@/dpkg-dev (>= 1.19.0.5),/" \ 933s $i > ${i%*.in}; \ 933s case "$i" in *.post*|*.pre*) chmod 755 ${i%*.in}; esac; \ 933s done 933s : # install bug reporting information 933s install -m 644 -D debian/binutils.presubj \ 933s debian/tmp/usr/share/bug/binutils/presubj 933s : # make lintian happy 933s install -m 644 -D debian/binutils-common.overrides \ 933s debian/binutils-common/usr/share/lintian/overrides/binutils-common 933s install -m 644 -D debian/libbinutils.overrides \ 933s debian/libbinutils/usr/share/lintian/overrides/libbinutils 933s install -m 644 -D debian/binutils.overrides \ 933s debian/tmp/usr/share/lintian/overrides/binutils 933s install -d -m 755 debian/binutils-s390x-linux-gnu/usr/share/lintian/overrides 933s sed 's/@PKG@/binutils-s390x-linux-gnu/' debian/binutils-triplet.overrides \ 933s > debian/binutils-s390x-linux-gnu/usr/share/lintian/overrides/binutils-s390x-linux-gnu 933s : # install maintainer scripts 933s install -d -m 755 debian/tmp/DEBIAN debian/tmp-dbg/DEBIAN 933s install -m 755 debian/binutils.preinst debian/tmp/DEBIAN/preinst 933s install -d -m 755 debian/libbinutils/DEBIAN debian/libbinutils-dbg/DEBIAN 933s install -m 644 debian/binutils.triggers debian/libbinutils/DEBIAN/triggers 933s install -m 644 debian/libbinutils.shlibs debian/libbinutils/DEBIAN/shlibs 933s install -d -m 755 debian/libctf0/DEBIAN debian/libctf0-dbg/DEBIAN 933s install -m 644 debian/binutils.triggers debian/libctf0/DEBIAN/triggers 933s install -m 644 debian/libctf0.shlibs debian/libctf0/DEBIAN/shlibs 933s install -m 644 debian/libctf0.symbols debian/libctf0/DEBIAN/symbols 933s install -d -m 755 debian/libctf-nobfd0/DEBIAN debian/libctf-nobfd0-dbg/DEBIAN 933s install -m 644 debian/binutils.triggers debian/libctf-nobfd0/DEBIAN/triggers 933s install -m 644 debian/libctf-nobfd0.shlibs debian/libctf-nobfd0/DEBIAN/shlibs 933s install -m 644 debian/libctf-nobfd0.symbols debian/libctf-nobfd0/DEBIAN/symbols 933s install -d -m 755 debian/binutils-common/DEBIAN 933s install -m 644 debian/binutils-common.conffiles debian/binutils-common/DEBIAN/conffiles 933s install -d -m 755 debian/libsframe1/DEBIAN debian/libsframe1-dbg/DEBIAN 933s install -m 644 debian/binutils.triggers debian/libsframe1/DEBIAN/triggers 933s install -m 644 debian/libsframe1.shlibs debian/libsframe1/DEBIAN/shlibs 933s install -m 644 debian/libsframe1.symbols debian/libsframe1/DEBIAN/symbols 933s install -d -m 755 debian/binutils-s390x-linux-gnu/DEBIAN debian/binutils-s390x-linux-gnu-dbg/DEBIAN 933s install -d -m 755 debian/binutils-dev/DEBIAN 933s : # install docs 933s install -d -m 755 debian/tmp/usr/share/doc/binutils/ 933s install -m 644 debian/changelog debian/tmp/usr/share/doc/binutils/changelog.Debian 933s install -m 644 debian/copyright debian/tmp/usr/share/doc/binutils/ 933s install -d -m 755 debian/binutils-common/usr/share/doc/binutils-common/ 933s install -m 644 debian/changelog debian/binutils-common/usr/share/doc/binutils-common/changelog.Debian 933s install -m 644 debian/copyright debian/binutils-common/usr/share/doc/binutils-common/ 933s install -d -m 755 debian/libbinutils/usr/share/doc/ 933s ln -sf binutils-common debian/libbinutils/usr/share/doc/libbinutils 933s install -d -m 755 debian/libctf0/usr/share/doc/ 933s ln -sf libbinutils debian/libctf0/usr/share/doc/libctf0 933s install -d -m 755 debian/libctf-nobfd0/usr/share/doc/libctf-nobfd0 933s install -m 644 debian/changelog debian/libctf-nobfd0/usr/share/doc/libctf-nobfd0/changelog.Debian 933s install -m 644 debian/copyright debian/libctf-nobfd0/usr/share/doc/libctf-nobfd0/ 933s install -d -m 755 debian/libsframe1/usr/share/doc/libsframe1 933s install -m 644 debian/changelog debian/libsframe1/usr/share/doc/libsframe1/changelog.Debian 933s install -m 644 debian/copyright debian/libsframe1/usr/share/doc/libsframe1/ 933s install -d -m 755 debian/binutils-s390x-linux-gnu/usr/share/doc/ 933s ln -sf libbinutils debian/binutils-s390x-linux-gnu/usr/share/doc/binutils-s390x-linux-gnu 933s install -d -m 755 debian/binutils-dev/usr/share/doc/ 933s ln -sf binutils debian/binutils-dev/usr/share/doc/binutils-dev 933s : # remove user and date from test-summary for reproducible builds 933s sed -i -e '/Test run by/d' /tmp/autopkgtest.NwkPOK/build.jqY/src/test-summary 933s install -d -m 755 debian/binutils-s390x-linux-gnu/usr/share/doc/binutils 933s install -m 644 test-summary \ 933s debian/binutils-s390x-linux-gnu/usr/share/doc/binutils/test-summary-s390x 933s gzip -9nf \ 933s debian/binutils-s390x-linux-gnu/usr/share/doc/binutils/test-summary-s390x 933s : # save log and sum files in binutils-dev 933s install -d -m 755 debian/binutils-dev/usr/share/doc/binutils/tests 933s for i in $(find builddir-single -name '*.sum'); do \ 933s b=$(basename $i .sum); \ 933s install -m 644 $i debian/binutils-dev/usr/share/doc/binutils/tests/$b.sum; \ 933s sed -i -e '/Test run by/d' debian/binutils-dev/usr/share/doc/binutils/tests/$b.sum; \ 933s xz -9v debian/binutils-dev/usr/share/doc/binutils/tests/$b.sum; \ 933s install -m 644 ${i%.sum}.log debian/binutils-dev/usr/share/doc/binutils/tests/$b.log; \ 933s xz -9v debian/binutils-dev/usr/share/doc/binutils/tests/$b.log; \ 933s done 933s debian/binutils-dev/usr/share/doc/binutils/tests/binutils.sum: 2856 B / 13.4 KiB = 0.208 933s debian/binutils-dev/usr/share/doc/binutils/tests/binutils.log: 45.1 KiB / 788.8 KiB = 0.057 933s debian/binutils-dev/usr/share/doc/binutils/tests/gas.sum: 3876 B / 22.8 KiB = 0.166 933s debian/binutils-dev/usr/share/doc/binutils/tests/gas.log: 19.8 KiB / 372.2 KiB = 0.053 933s debian/binutils-dev/usr/share/doc/binutils/tests/libsframe.sum: 648 B / 2529 B = 0.256 933s debian/binutils-dev/usr/share/doc/binutils/tests/libsframe.log: 1100 B / 5639 B = 0.195 933s debian/binutils-dev/usr/share/doc/binutils/tests/libctf.sum: 668 B / 2066 B = 0.323 933s debian/binutils-dev/usr/share/doc/binutils/tests/libctf.log: 4264 B / 58.7 KiB = 0.071 933s debian/binutils-dev/usr/share/doc/binutils/tests/ld.sum: 10.4 KiB / 75.7 KiB = 0.137 934s debian/binutils-dev/usr/share/doc/binutils/tests/ld.log: 107.2 KiB / 3386.1 KiB = 0.032 934s install -d -m 755 debian/binutils-common/usr/share/doc/binutils 934s install -m 644 binutils/NEWS debian/README.cross \ 934s debian/binutils-common/usr/share/doc/binutils/ 934s install -m 644 binutils/ChangeLog debian/binutils-common/usr/share/doc/binutils/changelog 934s for pkg in bfd gas gprof ld; do \ 934s install -d -m 755 debian/binutils-common/usr/share/doc/binutils/$pkg; \ 934s done 934s install -m 644 bfd/ChangeLog bfd/PORTING bfd/TODO \ 934s debian/binutils-common/usr/share/doc/binutils/bfd/ 934s install -m 644 gas/ChangeLog gas/NEWS debian/binutils-common/usr/share/doc/binutils/gas/ 934s install -m 644 gprof/ChangeLog gprof/TODO gprof/TEST \ 934s debian/binutils-common/usr/share/doc/binutils/gprof/ 934s install -m 644 ld/ChangeLog ld/TODO ld/NEWS \ 934s debian/binutils-common/usr/share/doc/binutils/ld/ 934s : # These only exist in H. J. Lu releases not GNU ones. 934s for dir in binutils bfd gas gprof ld; do \ 934s if [ -f $dir/ChangeLog.linux ]; then \ 934s install -m 644 $dir/ChangeLog.linux debian/binutils-common/usr/share/doc/binutils/$dir/; \ 934s fi; \ 934s done 934s : # Copy bbconv.pl to the doc dir for use by interested people 934s install -m 644 gprof/bbconv.pl debian/binutils-common/usr/share/doc/binutils/gprof/. 934s : # Compress stuff that needs it 934s gzip -9n debian/libctf-nobfd0/usr/share/doc/libctf-nobfd0/changelog.Debian 934s gzip -9n debian/tmp/usr/share/doc/binutils/changelog.Debian 934s find debian/binutils-common/usr/share/doc/binutils/ -type f ! -name bbconv.pl | xargs gzip -9n 934s gzip -9n debian/binutils-common/usr/share/doc/binutils-common/changelog.Debian 934s gzip -9n debian/binutils-common/usr/share/man/man1/*.1 934s gzip -9n debian/libsframe1/usr/share/doc/libsframe1/changelog.Debian 934s : # Finish it all up 934s dpkg-gencontrol -Pdebian/tmp -pbinutils \ 934s -Vgold:Suggests=binutils-gold \ 934s -Vbinutils:native=binutils-s390x-linux-gnu 934s dpkg-gencontrol: warning: Depends field of package binutils: substitution variable ${shlibs:Depends} used, but is not defined 934s dpkg-gencontrol: warning: Depends field of package binutils: substitution variable ${gold:Depends} used, but is not defined 934s dpkg-gencontrol: warning: Conflicts field of package binutils: substitution variable ${extraConflicts} used, but is not defined 934s dpkg-gencontrol: warning: Provides field of package binutils: substitution variable ${gold:Provides} used, but is not defined 934s cd debian/tmp && find -type f ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums 934s rm -f debian/substvars 934s find debian/libbinutils -type f | xargs file | grep ELF | cut -d: -f 1 | xargs dpkg-shlibdeps 934s dpkg-shlibdeps: warning: diversions involved - output may be incorrect 934s diversion by libc6 from: /lib/ld64.so.1 934s dpkg-shlibdeps: warning: diversions involved - output may be incorrect 934s diversion by libc6 to: /lib/ld64.so.1.usr-is-merged 935s dpkg-shlibdeps: warning: symbol sframe_decoder_get_hdr_size@LIBSFRAME_1.0 used by debian/libbinutils/usr/lib/s390x-linux-gnu/libbfd-2.44-system.so found in none of the libraries 935s dpkg-shlibdeps: warning: symbol sframe_encoder_write@LIBSFRAME_1.0 used by debian/libbinutils/usr/lib/s390x-linux-gnu/libbfd-2.44-system.so found in none of the libraries 935s dpkg-shlibdeps: warning: symbol sframe_decoder_get_fixed_ra_offset@LIBSFRAME_1.0 used by debian/libbinutils/usr/lib/s390x-linux-gnu/libbfd-2.44-system.so found in none of the libraries 935s dpkg-shlibdeps: warning: symbol sframe_encoder_get_version@LIBSFRAME_1.0 used by debian/libbinutils/usr/lib/s390x-linux-gnu/libbfd-2.44-system.so found in none of the libraries 935s dpkg-shlibdeps: warning: symbol sframe_decode@LIBSFRAME_1.0 used by debian/libbinutils/usr/lib/s390x-linux-gnu/libbfd-2.44-system.so found in none of the libraries 935s dpkg-shlibdeps: warning: symbol sframe_encoder_get_abi_arch@LIBSFRAME_1.0 used by debian/libbinutils/usr/lib/s390x-linux-gnu/libbfd-2.44-system.so found in none of the libraries 935s dpkg-shlibdeps: warning: symbol sframe_decoder_get_fre@LIBSFRAME_1.0 used by debian/libbinutils/usr/lib/s390x-linux-gnu/libbfd-2.44-system.so found in none of the libraries 935s dpkg-shlibdeps: warning: symbol sframe_decoder_get_abi_arch@LIBSFRAME_1.0 used by debian/libbinutils/usr/lib/s390x-linux-gnu/libbfd-2.44-system.so found in none of the libraries 935s dpkg-shlibdeps: warning: symbol sframe_decoder_free@LIBSFRAME_1.0 used by debian/libbinutils/usr/lib/s390x-linux-gnu/libbfd-2.44-system.so found in none of the libraries 935s dpkg-shlibdeps: warning: symbol sframe_encoder_free@LIBSFRAME_1.0 used by debian/libbinutils/usr/lib/s390x-linux-gnu/libbfd-2.44-system.so found in none of the libraries 935s dpkg-shlibdeps: warning: 8 other similar warnings have been skipped (use -v to see them all) 935s dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libbinutils/usr/lib/s390x-linux-gnu/libbfd-2.44-system.so was not linked against libsframe.so.1 (it uses none of the library's symbols) 935s dpkg-gencontrol -Pdebian/libbinutils -plibbinutils 935s cd debian/libbinutils && find -type f ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums 935s dpkg-gencontrol -Pdebian/libbinutils-dbg -plibbinutils-dbg 935s dpkg-gencontrol: warning: package libbinutils-dbg: substitution variable ${shlibs:Depends} unused, but is defined 935s cd debian/libbinutils-dbg && find -type f ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums 935s dpkg-gensymbols -Pdebian/libctf0 -plibctf0 -ldebian/libbinutils 935s dpkg-gensymbols -Pdebian/libctf-nobfd0 -plibctf-nobfd0 935s dpkg-gensymbols -Pdebian/libsframe1 -plibsframe1 935s rm -f debian/substvars 935s find debian/libctf0 -type f | xargs file | grep ELF | cut -d: -f 1 | xargs dpkg-shlibdeps 935s dpkg-gencontrol -Pdebian/libctf0 -plibctf0 936s cd debian/libctf0 && find -type f ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums 936s dpkg-gencontrol -Pdebian/libctf0-dbg -plibctf0-dbg 936s cd debian/libctf0-dbg && find -type f ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums 936s dpkg-gencontrol: warning: package libctf0-dbg: substitution variable ${shlibs:Depends} unused, but is defined 936s rm -f debian/substvars 936s find debian/libctf-nobfd0 -type f | xargs file | grep ELF | cut -d: -f 1 | xargs dpkg-shlibdeps 936s dpkg-gencontrol -Pdebian/libctf-nobfd0 -plibctf-nobfd0 936s cd debian/libctf-nobfd0 && find -type f ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums 936s dpkg-gencontrol -Pdebian/libctf-nobfd0-dbg -plibctf-nobfd0-dbg 936s cd debian/libctf-nobfd0-dbg && find -type f ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums 936s dpkg-gencontrol: warning: package libctf-nobfd0-dbg: substitution variable ${shlibs:Depends} unused, but is defined 936s rm -f debian/substvars 936s find debian/libsframe1 -type f | xargs file | grep ELF | cut -d: -f 1 | xargs dpkg-shlibdeps 936s dpkg-gencontrol -Pdebian/libsframe1 -plibsframe1 936s cd debian/libsframe1 && find -type f ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums 936s dpkg-gencontrol -Pdebian/libsframe1-dbg -plibsframe1-dbg 936s cd debian/libsframe1-dbg && find -type f ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums 936s dpkg-gencontrol: warning: package libsframe1-dbg: substitution variable ${shlibs:Depends} unused, but is defined 936s rm -f debian/substvars 936s mkdir -p debian/binutils-common/DEBIAN 936s dpkg-gencontrol -Pdebian/binutils-common -pbinutils-common 937s cd debian/binutils-common && find -type f ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums 937s rm -f debian/substvars 937s find debian/binutils-s390x-linux-gnu -type f | xargs file | grep ELF | cut -d: -f 1 | xargs dpkg-shlibdeps -ldebian/libbinutils/usr/lib/s390x-linux-gnu 937s dpkg-gencontrol -Pdebian/binutils-s390x-linux-gnu -pbinutils-s390x-linux-gnu \ 937s -VextraDepends='libbinutils (= ${binary:Version})' 938s dpkg-gencontrol: warning: Depends field of package binutils-s390x-linux-gnu: substitution variable ${goldnat:Depends} used, but is not defined 938s dpkg-gencontrol: warning: Suggests field of package binutils-s390x-linux-gnu: substitution variable ${goldnat:Suggests} used, but is not defined 938s cd debian/binutils-s390x-linux-gnu && find -type f ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums 938s dpkg-gencontrol -Pdebian/binutils-s390x-linux-gnu-dbg -pbinutils-s390x-linux-gnu-dbg -VextraDepends='libbinutils (= ${binary:Version})' 938s dpkg-gencontrol: warning: package binutils-s390x-linux-gnu-dbg: substitution variable ${shlibs:Depends} unused, but is defined 938s cd debian/binutils-s390x-linux-gnu-dbg && find -type f ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums 938s rm -f debian/substvars 938s dpkg-gencontrol -Pdebian/binutils-dev -pbinutils-dev 938s cd debian/binutils-dev && find -type f ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums 938s : chown -R root:root debian/tmp debian/binutils-common debian/libbinutils debian/libbinutils-dbg debian/libctf0 debian/libctf0-dbg debian/libctf-nobfd0 debian/libctf-nobfd0-dbg debian/binutils-s390x-linux-gnu debian/binutils-s390x-linux-gnu-dbg debian/binutils-dev debian/libsframe1 debian/libsframe1-dbg 938s chmod -R go=rX debian/tmp debian/binutils-common debian/libbinutils debian/libbinutils-dbg debian/libctf0 debian/libctf0-dbg debian/libctf-nobfd0 debian/libctf-nobfd0-dbg debian/binutils-s390x-linux-gnu debian/binutils-s390x-linux-gnu-dbg debian/binutils-dev debian/libsframe1 debian/libsframe1-dbg 938s find debian/tmp -depth -newermt 'Mon, 03 Feb 2025 07:23:10 +0100' -print0 | \ 938s xargs -0r touch --no-dereference --date='Mon, 03 Feb 2025 07:23:10 +0100' 938s dpkg-deb --root-owner-group --build debian/tmp .. 938s dpkg-deb: building package 'binutils' in '../binutils_2.44-1ubuntu1_s390x.deb'. 938s find debian/binutils-common -depth -newermt 'Mon, 03 Feb 2025 07:23:10 +0100' -print0 | \ 938s xargs -0r touch --no-dereference --date='Mon, 03 Feb 2025 07:23:10 +0100' 938s dpkg-deb --root-owner-group --build debian/binutils-common .. 938s dpkg-deb: building package 'binutils-common' in '../binutils-common_2.44-1ubuntu1_s390x.deb'. 942s find debian/libctf0 -depth -newermt 'Mon, 03 Feb 2025 07:23:10 +0100' -print0 | \ 942s xargs -0r touch --no-dereference --date='Mon, 03 Feb 2025 07:23:10 +0100' 942s dpkg-deb --root-owner-group --build debian/libctf0 .. 942s dpkg-deb: building package 'libctf0' in '../libctf0_2.44-1ubuntu1_s390x.deb'. 943s find debian/libctf0-dbg -depth -newermt 'Mon, 03 Feb 2025 07:23:10 +0100' -print0 | \ 943s xargs -0r touch --no-dereference --date='Mon, 03 Feb 2025 07:23:10 +0100' 943s dpkg-deb --root-owner-group --build debian/libctf0-dbg .. 943s dpkg-deb: building package 'libctf0-dbg' in '../libctf0-dbg_2.44-1ubuntu1_s390x.deb'. 943s find debian/libctf-nobfd0 -depth -newermt 'Mon, 03 Feb 2025 07:23:10 +0100' -print0 | \ 943s xargs -0r touch --no-dereference --date='Mon, 03 Feb 2025 07:23:10 +0100' 943s dpkg-deb --root-owner-group --build debian/libctf-nobfd0 .. 943s dpkg-deb: building package 'libctf-nobfd0' in '../libctf-nobfd0_2.44-1ubuntu1_s390x.deb'. 943s find debian/libctf-nobfd0-dbg -depth -newermt 'Mon, 03 Feb 2025 07:23:10 +0100' -print0 | \ 943s xargs -0r touch --no-dereference --date='Mon, 03 Feb 2025 07:23:10 +0100' 943s dpkg-deb --root-owner-group --build debian/libctf-nobfd0-dbg .. 943s dpkg-deb: building package 'libctf-nobfd0-dbg' in '../libctf-nobfd0-dbg_2.44-1ubuntu1_s390x.deb'. 943s find debian/libsframe1 -depth -newermt 'Mon, 03 Feb 2025 07:23:10 +0100' -print0 | \ 943s xargs -0r touch --no-dereference --date='Mon, 03 Feb 2025 07:23:10 +0100' 943s dpkg-deb --root-owner-group --build debian/libsframe1 .. 943s dpkg-deb: building package 'libsframe1' in '../libsframe1_2.44-1ubuntu1_s390x.deb'. 943s find debian/libsframe1-dbg -depth -newermt 'Mon, 03 Feb 2025 07:23:10 +0100' -print0 | \ 943s xargs -0r touch --no-dereference --date='Mon, 03 Feb 2025 07:23:10 +0100' 943s dpkg-deb --root-owner-group --build debian/libsframe1-dbg .. 943s dpkg-deb: building package 'libsframe1-dbg' in '../libsframe1-dbg_2.44-1ubuntu1_s390x.deb'. 943s find debian/libbinutils -depth -newermt 'Mon, 03 Feb 2025 07:23:10 +0100' -print0 | \ 943s xargs -0r touch --no-dereference --date='Mon, 03 Feb 2025 07:23:10 +0100' 943s dpkg-deb --root-owner-group --build debian/libbinutils .. 943s dpkg-deb: building package 'libbinutils' in '../libbinutils_2.44-1ubuntu1_s390x.deb'. 943s find debian/libbinutils-dbg -depth -newermt 'Mon, 03 Feb 2025 07:23:10 +0100' -print0 | \ 943s xargs -0r touch --no-dereference --date='Mon, 03 Feb 2025 07:23:10 +0100' 943s dpkg-deb --root-owner-group --build debian/libbinutils-dbg .. 943s dpkg-deb: building package 'libbinutils-dbg' in '../libbinutils-dbg_2.44-1ubuntu1_s390x.deb'. 944s find debian/binutils-s390x-linux-gnu -depth -newermt 'Mon, 03 Feb 2025 07:23:10 +0100' -print0 | \ 944s xargs -0r touch --no-dereference --date='Mon, 03 Feb 2025 07:23:10 +0100' 944s dpkg-deb --root-owner-group --build debian/binutils-s390x-linux-gnu .. 944s dpkg-deb: building package 'binutils-s390x-linux-gnu' in '../binutils-s390x-linux-gnu_2.44-1ubuntu1_s390x.deb'. 944s find debian/binutils-s390x-linux-gnu-dbg -depth -newermt 'Mon, 03 Feb 2025 07:23:10 +0100' -print0 | \ 945s xargs -0r touch --no-dereference --date='Mon, 03 Feb 2025 07:23:10 +0100' 945s dpkg-deb --root-owner-group --build debian/binutils-s390x-linux-gnu-dbg .. 945s dpkg-deb: building package 'binutils-s390x-linux-gnu-dbg' in '../binutils-s390x-linux-gnu-dbg_2.44-1ubuntu1_s390x.deb'. 945s find debian/binutils-dev -depth -newermt 'Mon, 03 Feb 2025 07:23:10 +0100' -print0 | \ 945s xargs -0r touch --no-dereference --date='Mon, 03 Feb 2025 07:23:10 +0100' 945s dpkg-deb --root-owner-group --build debian/binutils-dev .. 945s dpkg-deb: building package 'binutils-dev' in '../binutils-dev_2.44-1ubuntu1_s390x.deb'. 956s ==================== Build finished ==================== 956s ps aux 956s USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND 956s root 1 0.0 0.1 21268 12972 ? Ss 21:36 0:00 /sbin/init 956s root 2 0.0 0.0 0 0 ? S 21:36 0:00 [kthreadd] 956s root 3 0.0 0.0 0 0 ? S 21:36 0:00 [pool_workqueue_release] 956s root 4 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/R-rcu_gp] 956s root 5 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/R-sync_wq] 956s root 6 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/R-slub_flushwq] 956s root 7 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/R-netns] 956s root 9 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/0:0H-events_highpri] 956s root 11 0.0 0.0 0 0 ? I 21:36 0:00 [kworker/u16:0-ipv6_addrconf] 956s root 12 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/R-mm_percpu_wq] 956s root 13 0.0 0.0 0 0 ? I 21:36 0:00 [rcu_tasks_rude_kthread] 956s root 14 0.0 0.0 0 0 ? I 21:36 0:00 [rcu_tasks_trace_kthread] 956s root 15 0.0 0.0 0 0 ? S 21:36 0:00 [ksoftirqd/0] 956s root 16 0.0 0.0 0 0 ? I 21:36 0:00 [rcu_sched] 956s root 17 0.0 0.0 0 0 ? S 21:36 0:00 [rcu_exp_par_gp_kthread_worker/0] 956s root 18 0.0 0.0 0 0 ? S 21:36 0:00 [rcu_exp_gp_kthread_worker] 956s root 19 0.0 0.0 0 0 ? S 21:36 0:00 [migration/0] 956s root 20 0.0 0.0 0 0 ? S 21:36 0:00 [cpuhp/0] 956s root 21 0.0 0.0 0 0 ? S 21:36 0:00 [cpuhp/1] 956s root 22 0.0 0.0 0 0 ? S 21:36 0:00 [migration/1] 956s root 23 0.0 0.0 0 0 ? S 21:36 0:00 [ksoftirqd/1] 956s root 25 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/1:0H-events_highpri] 956s root 26 0.0 0.0 0 0 ? S 21:36 0:00 [cpuhp/2] 956s root 27 0.0 0.0 0 0 ? S 21:36 0:00 [migration/2] 956s root 28 0.0 0.0 0 0 ? S 21:36 0:00 [ksoftirqd/2] 956s root 29 0.0 0.0 0 0 ? I 21:36 0:00 [kworker/2:0-events] 956s root 30 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/2:0H-events_highpri] 956s root 31 0.0 0.0 0 0 ? S 21:36 0:00 [cpuhp/3] 956s root 32 0.0 0.0 0 0 ? S 21:36 0:00 [migration/3] 956s root 33 0.0 0.0 0 0 ? S 21:36 0:00 [ksoftirqd/3] 956s root 34 0.0 0.0 0 0 ? I 21:36 0:00 [kworker/3:0-events] 956s root 35 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/3:0H-events_highpri] 956s root 36 0.0 0.0 0 0 ? I 21:36 0:00 [kworker/u17:0-ext4-rsv-conversion] 956s root 37 0.0 0.0 0 0 ? I 21:36 0:00 [kworker/u18:0-ext4-rsv-conversion] 956s root 40 0.0 0.0 0 0 ? S 21:36 0:00 [kdevtmpfs] 956s root 41 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/R-inet_frag_wq] 956s root 42 0.0 0.0 0 0 ? S 21:36 0:00 [kauditd] 956s root 43 0.0 0.0 0 0 ? S 21:36 0:00 [khungtaskd] 956s root 44 0.0 0.0 0 0 ? S 21:36 0:00 [oom_reaper] 956s root 45 0.0 0.0 0 0 ? I 21:36 0:00 [kworker/u17:1] 956s root 46 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/R-writeback] 956s root 47 0.0 0.0 0 0 ? S 21:36 0:00 [kcompactd0] 956s root 48 0.0 0.0 0 0 ? SN 21:36 0:00 [ksmd] 956s root 49 0.0 0.0 0 0 ? SN 21:36 0:00 [khugepaged] 956s root 50 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/R-kintegrityd] 956s root 51 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/R-kblockd] 956s root 52 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/R-blkcg_punt_bio] 956s root 53 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/R-tpm_dev_wq] 956s root 54 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/R-md] 956s root 55 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/R-md_bitmap] 956s root 56 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/R-cio] 956s root 57 0.0 0.0 0 0 ? I 21:36 0:00 [kworker/u16:1] 956s root 58 0.0 0.0 0 0 ? S 21:36 0:00 [watchdogd] 956s root 59 0.0 0.0 0 0 ? I 21:36 0:00 [kworker/u19:1-events_unbound] 956s root 61 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/2:1H-kblockd] 956s root 62 0.0 0.0 0 0 ? S 21:36 0:00 [cmmthread] 956s root 63 0.0 0.0 0 0 ? S 21:36 0:00 [kswapd0] 956s root 64 0.0 0.0 0 0 ? S 21:36 0:00 [ecryptfs-kthread] 956s root 65 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/R-kthrotld] 956s root 66 0.0 0.0 0 0 ? S 21:36 0:00 [kmcheck] 956s root 68 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/R-mld] 956s root 71 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/3:1H-kblockd] 956s root 72 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/R-ipv6_addrconf] 956s root 74 0.0 0.0 0 0 ? I 21:36 0:00 [kworker/u20:3-events_unbound] 956s root 75 0.0 0.0 0 0 ? I 21:36 0:00 [kworker/u20:4-writeback] 956s root 76 0.0 0.0 0 0 ? I 21:36 0:00 [kworker/u20:5-flush-253:0] 956s root 83 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/R-kstrp] 956s root 84 0.0 0.0 0 0 ? I 21:36 0:00 [kworker/1:1-mm_percpu_wq] 956s root 86 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/u21:0] 956s root 87 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/u22:0] 956s root 88 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/u23:0] 956s root 89 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/u24:0] 956s root 90 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/u25:0] 956s root 98 0.0 0.0 0 0 ? I 21:36 0:00 [kworker/u18:2-ext4-rsv-conversion] 956s root 104 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/0:1H-kblockd] 956s root 127 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/1:1H-kblockd] 956s root 164 0.0 0.0 0 0 ? S 21:36 0:00 [hwrng] 956s root 187 0.0 0.0 0 0 ? I 21:36 0:00 [kworker/u17:2-ext4-rsv-conversion] 956s root 227 0.0 0.0 0 0 ? I 21:36 0:00 [kworker/u19:2-events_unbound] 956s root 247 0.0 0.0 0 0 ? I 21:36 0:00 [kworker/0:2-events] 956s root 265 0.0 0.0 0 0 ? S 21:36 0:00 [jbd2/vda1-8] 956s root 266 0.0 0.0 0 0 ? I< 21:36 0:00 [kworker/R-ext4-rsv-conversion] 956s root 333 0.0 0.2 65832 19936 ? S= 2.64)', 'bison', 'flex', 'gettext', 'texinfo', 'dejagnu', 'quilt', 'chrpath', 'dwz', 'debugedit (>= 4.16)', 'python3:any', 'file', 'xz-utils', 'lsb-release', 'zlib1g-dev', 'procps', 'libstdc++-dev', 'libjansson-dev', 'pkg-config', 'default-jdk-headless [amd64 arm64 i386 riscv64 x32]'], deps_new=['build-essential'] 958s autopkgtest: DBG: testbed reset 958s autopkgtest: DBG: sending command to testbed: revert 1092s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.NwkPOK 1092s autopkgtest: DBG: sending command to testbed: print-execute-command 1092s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.5b2ajz88/runcmd 1092s autopkgtest: DBG: sending command to testbed: capabilities 1092s autopkgtest: DBG: got reply from testbed: ok ok revert-full-system root-on-testbed reboot isolation-machine revert suggested-normal-user=ubuntu 1092s autopkgtest: DBG: testbed capabilities: ['ok', 'revert-full-system', 'root-on-testbed', 'reboot', 'isolation-machine', 'revert', 'suggested-normal-user=ubuntu', 'has_internet'] 1092s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.NwkPOK'], kind short, sout raw, serr pipe, env [] 1092s autopkgtest: DBG: testbed command exited with code 0 1092s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.NwkPOK/wrapper.sh 1092s autopkgtest: DBG: got reply from testbed: ok 1092s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.NwkPOK/wrapper.sh'], kind short, sout raw, serr pipe, env [] 1092s autopkgtest: DBG: testbed command exited with code 0 1092s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 1092s autopkgtest: DBG: testbed command exited with code 0 1092s autopkgtest [21:52:37]: testbed dpkg architecture: s390x 1092s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 1092s autopkgtest: DBG: testbed command exited with code 0 1092s autopkgtest [21:52:37]: testbed apt version: 2.9.28 1092s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 1093s autopkgtest: DBG: testbed command exited with code 0 1093s autopkgtest: DBG: testbed has eatmydata 1093s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 1093s autopkgtest: DBG: testbed command exited with code 0 1093s autopkgtest [21:52:38]: @@@@@@@@@@@@@@@@@@@@ test bed setup 1093s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Copyright © 2006-2018 Canonical Ltd.\n# Copyright © 2015-2017 Martin Pitt\n# Copyright © 2017 Steve Langasek\n# Copyright © 2017-2022 Paul Gevers\n# Copyright © 2018 Simon McVittie\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the first suite found in apt sources. We can\'t just rely\n# on /etc/os-release because it doesn\'t allow to distinguish between Debian\n# unstable and testing.\n#\n# This release detection logic should be kept in sync with similar code in the\n# setup-testbed script.\n#\n# For more information on APT data sources see sources.list(5).\n\n# Usage $0\n\nset -eux\n\ndistro=UNKNOWN\nif [ -r /etc/os-release ]; then\n # shellcheck disable=SC1091\n distro=$(. /etc/os-release && echo "${ID:-$distro}")\nfi\n\n# Try guessing the default release from deb822-style format sources.\n#\n# While not mandatory, APT upstream expects distros to follow the\n# .sources naming pattern for the default deb822 sources.\napt_sources="/etc/apt/sources.list.d/$distro.sources"\nif [ -r "$apt_sources" ]; then\n release=$(sed -En \'s/^Suites:\\s*(\\w+).*/\\1/Ip\' "$apt_sources" | head -n1)\n [ -n "$release" ] && echo "$release" && exit\nfi\n\n# Try guessing the default release from one-line-style format sources.\napt_sources=/etc/apt/sources.list\nif [ -r "$apt_sources" ]; then\n release=$(sed -En \'/^(deb|deb-src) +(\\[.*\\] *)?(http|https|file):/ { s/\\[.*\\] +//; s/^[^ ]+ +[^ ]* +([^ ]+) +.*$/\\1/p }\' "$apt_sources" | head -n1)\n [ -n "$release" ] && echo "$release" && exit\nfi\n\n# Could not guess the default release\necho "Could not guess the default release from the APT sources." >&2\nexit 1\n'], kind short, sout pipe, serr pipe, env [] 1093s autopkgtest: DBG: testbed command exited with code 0 1093s autopkgtest [21:52:38]: testbed release detected to be: plucky 1093s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the list of configured "deb" sources in one-line-style\n# source lists (/etc/apt/sources.list, /etc/apt/sources.list.d/*.list).\n# See sources.list(5) for more information on the APT source list formats.\n#\n# This script takes no arguments.\n\nset -eu\n\n# grep(1) returns 1 if no lines were selected from the input files, which\n# can happen if there are .list files, but they contain no "deb" entries.\n# We don\'t want to fail in this case, hence the "|| true", which we put\n# in a subshell because we want it to affect only the grep invocation.\n{\n if [ -f /etc/apt/sources.list ]; then\n printf \'%s\\0\' /etc/apt/sources.list\n fi\n if [ -d /etc/apt/sources.list.d ]; then\n find /etc/apt/sources.list.d -maxdepth 1 -type f -regex \'.*/[a-zA-Z0-9_.-]+\\.list\' -print0 \\\n | LC_ALL=C sort --zero-terminated\n fi\n} | xargs -0 --no-run-if-empty -- sh -c \'grep -h "^deb " "$@" || true\' "$(basename "$0")"\n'], kind short, sout pipe, serr pipe, env [] 1093s autopkgtest: DBG: testbed command exited with code 0 1093s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the list of configured sources in deb822-style source\n# lists (/etc/apt/sources.list.d/*.sources). Sources are not stripped out of\n# comments, extra blank lines or similar: the output of this script is meant to\n# be consumed by a deb822 parser that is able to correctly handle those.\n# See sources.list(5) for more information on the APT source list formats.\n#\n# This script takes no arguments.\n\nset -eu\n\n# Awk concatenates files making sure stanzas from separate files are separated\n# by a blank line, even if there are no newlines at EOF in the .sources files.\nif [ -d /etc/apt/sources.list.d ]; then\n find /etc/apt/sources.list.d -maxdepth 1 -type f -regex \'.*/[a-zA-Z0-9_.-]+\\.sources\' -print0 \\\n | LC_ALL=C sort --zero-terminated \\\n | xargs -0 --no-run-if-empty -- awk \'FNR == 1 && NR != 1 { print "" } { print }\'\nfi\n'], kind short, sout pipe, serr pipe, env [] 1093s autopkgtest: DBG: testbed command exited with code 0 1093s autopkgtest: DBG: adding APT source: Types: deb deb-src 1093s URIs: http://ftpmaster.internal/ubuntu/ 1093s Suites: plucky-proposed 1093s Components: main restricted universe multiverse 1093s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 1093s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" >> "/etc/apt/sources.list.d/autopkgtest-add-apt-release-plucky-proposed.sources"', 'add_apt_source', 'printf', '%s\\n', 'Types: deb deb-src\nURIs: http://ftpmaster.internal/ubuntu/\nSuites: plucky-proposed\nComponents: main restricted universe multiverse\nSigned-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg\n'], kind short, sout raw, serr pipe, env [] 1093s autopkgtest: DBG: testbed command exited with code 0 1093s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 1093s Package: * 1093s Pin: release plucky-proposed 1093s Pin-Priority: 500 1093s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-zz-plucky-proposed-baseline.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 500'], kind short, sout raw, serr pipe, env [] 1094s autopkgtest: DBG: testbed command exited with code 0 1094s autopkgtest [21:52:39]: updating testbed package index (apt update) 1094s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'update'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1094s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 1094s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 1094s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 1094s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 1094s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.1 kB] 1094s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [74.3 kB] 1094s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [828 kB] 1094s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 1094s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [163 kB] 1094s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 1094s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [876 kB] 1095s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [3740 B] 1095s Fetched 2073 kB in 1s (2130 kB/s) 1095s Reading package lists... 1095s autopkgtest: DBG: testbed command exited with code 0 1095s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 1095s Package: * 1095s Pin: release plucky-proposed 1095s Pin-Priority: 100 1095s 1095s Package: src:glibc:any src:iproute2:any src:php-twig:any src:postgresql-17:any src:postgresql-common:any src:roundcube:any 1095s Pin: release plucky-proposed 1095s Pin-Priority: 995 1095s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 100\n\nPackage: src:glibc:any src:iproute2:any src:php-twig:any src:postgresql-17:any src:postgresql-common:any src:roundcube:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 1095s autopkgtest: DBG: testbed command exited with code 0 1095s autopkgtest: DBG: testbed command ['bash', '-ec', 'for d in /boot /boot/efi /boot/grub /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do [ ! -d $d ] || touch -r $d /tmp/autopkgtest.NwkPOK/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 1096s autopkgtest: DBG: testbed command exited with code 0 1096s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Canonical/Ubuntu specific testbed setup\n\nset -x\n\nRELEASE=$(lsb_release --codename --short 2>/dev/null)\n\n# Make the installed package versions match what is available from the configured\n# repositories, even if a downgrade is required.\n#\n# We may end up with images with packages newer than those available from the\n# repositories when opening a new release (images are created using the\n# previous release dailies as a base, which may include 0-day SRUs, or\n# Launchpad may fail to copy packages, see openssl 3.0.8-1ubuntu2), or when\n# package versions are pulled from the archive.\n#\n# Note: \'release a=\' matches the Suite field in the repository Release file.\ncat >/etc/apt/preferences.d/force-downgrade-to-release.pref <= Focal).\n#\n# Note: autoremove/--autoremove always runs on the entire set of installed\n# packages. Together with --autopurge/purge each removal becomes a purge.\n#\n# Removing \'?obsolete\' packages may remove the running kernel. This is not\n# expected to be an issue.\nif /usr/lib/apt/apt-helper analyze-pattern \'?true\' >/dev/null 2>&1; then\n # DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove \'?obsolete\'\n # Avoid removing the running kernel\n running_kernel_pattern="^linux-.*$(uname -r | sed \'s/\\./\\\\./g\').*"\n obsolete_pkgs="$(apt list \'?obsolete\' 2>/dev/null \\\n | tail -n+2 \\\n | cut -d\'/\' -f1 \\\n | grep -v "${running_kernel_pattern}" || true)"\n DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove ${obsolete_pkgs}\nelse\n # We\'re on an older release (analyze-pattern is not available).\n # Still do an autopurge to get rid of packages that got orphaned\n # by downgrades.\n eatmydata apt-get -y autoremove --purge\nfi\n\n# compatibility with old Jenkins testbeds for trusty\nif grep -q trusty /etc/lsb-release; then apt-get update || (sleep 10; apt-get update); apt-get install -y build-essential; fi\n\n# these packages really break tests, purge them if we use standard cloud images\n# (on lcy01)\nfor p in unattended-upgrades lxd lxd-client snapd; do\n [ ! -d /usr/share/doc/$p ] || $(which eatmydata || true) apt-get purge --auto-remove -y $p\ndone\n\nif type iptables >/dev/null 2>&1; then\n cat < /etc/rc.local\n#!/bin/sh\n\n# work around broken PTMU; LP: #1572026, RT#90771\niptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu || true\n\n# These addresses are used at least by rust-reqwest and should not be reachable\n# See https://bugs.launchpad.net/ubuntu/+source/rust-reqwest/+bug/2080346\niptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP || true\niptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP || true\nEOF\n chmod 755 /etc/rc.local\n # shellcheck disable=SC1091\n . /etc/rc.local\nfi\n\n# work around broken tty on ppc64el instances (LP: #1607075)\nif [ "$(uname -m)" = ppc64le ] && [ "$(systemctl is-active keyboard-setup.service 2>/dev/null|| true)" = failed ]; then\n systemctl reset-failed keyboard-setup.service\n systemctl mask keyboard-setup.service\nfi\n\n# work around late urandom pool initialization (LP: #1622893)\nif [ -d /run/systemd/system ] && systemd-detect-virt --quiet --vm; then\n mkdir -p /etc/systemd/system/systemd-random-seed.service.d/\n cat < /etc/systemd/system/systemd-random-seed.service.d/fakeentropy.conf\n[Service]\nExecStart=/usr/bin/perl -E \'open \\$\\$f, "/bin/bash" or die; open \\$\\$rnd, ">/dev/random" or die; for (\\$\\$i = 0; \\$\\$i < 10; ++\\$\\$i) {read \\$\\$f, \\$\\$d, 64; ioctl \\$\\$rnd, 0x40085203, pack("ii", 64*8, 64) . \\$\\$d}\'\nEOF\nfi\n\n# set compressor to lz4 where supported, we care about compression speed\nif grep -q lz4 /etc/initramfs-tools/initramfs.conf; then\n echo COMPRESS=lz4 > /etc/initramfs-tools/conf.d/lz4\nfi'], kind install, sout raw, serr raw, env ['AUTOPKGTEST_IS_SETUP_COMMAND=1', 'AUTOPKGTEST_NORMAL_USER=ubuntu', 'ADT_NORMAL_USER=ubuntu'] 1096s + lsb_release --codename --short 1096s + RELEASE=plucky 1096s + cat 1096s + [ plucky != trusty ] 1096s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 1096s Reading package lists... 1096s Building dependency tree... 1096s Reading state information... 1096s Calculating upgrade... 1096s The following packages were automatically installed and are no longer required: 1096s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 1096s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 1096s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 1096s linux-tools-6.11.0-8-generic 1096s Use 'sudo apt autoremove' to remove them. 1096s The following packages will be upgraded: 1096s dash gcc-14-base libatomic1 libgcc-s1 libstdc++6 libtasn1-6 libxdmcp6 1096s 7 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1096s Need to get 1155 kB of archives. 1096s After this operation, 16.4 kB of additional disk space will be used. 1096s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x dash s390x 0.5.12-12ubuntu1 [100 kB] 1097s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libatomic1 s390x 14.2.0-17ubuntu1 [9430 B] 1097s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-base s390x 14.2.0-17ubuntu1 [53.5 kB] 1097s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++6 s390x 14.2.0-17ubuntu1 [896 kB] 1097s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-s1 s390x 14.2.0-17ubuntu1 [35.9 kB] 1097s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libtasn1-6 s390x 4.20.0-2 [48.6 kB] 1097s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libxdmcp6 s390x 1:1.1.5-1 [11.0 kB] 1097s Preconfiguring packages ... 1097s Fetched 1155 kB in 1s (1888 kB/s) 1097s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 1097s Preparing to unpack .../dash_0.5.12-12ubuntu1_s390x.deb ... 1097s Unpacking dash (0.5.12-12ubuntu1) over (0.5.12-9ubuntu1) ... 1097s Setting up dash (0.5.12-12ubuntu1) ... 1097s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 1097s Preparing to unpack .../libatomic1_14.2.0-17ubuntu1_s390x.deb ... 1097s Unpacking libatomic1:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 1097s Preparing to unpack .../gcc-14-base_14.2.0-17ubuntu1_s390x.deb ... 1097s Unpacking gcc-14-base:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 1097s Setting up gcc-14-base:s390x (14.2.0-17ubuntu1) ... 1097s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 1097s Preparing to unpack .../libstdc++6_14.2.0-17ubuntu1_s390x.deb ... 1097s Unpacking libstdc++6:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 1097s Setting up libstdc++6:s390x (14.2.0-17ubuntu1) ... 1097s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 1097s Preparing to unpack .../libgcc-s1_14.2.0-17ubuntu1_s390x.deb ... 1097s Unpacking libgcc-s1:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 1097s Setting up libgcc-s1:s390x (14.2.0-17ubuntu1) ... 1097s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 1097s Preparing to unpack .../libtasn1-6_4.20.0-2_s390x.deb ... 1097s Unpacking libtasn1-6:s390x (4.20.0-2) over (4.19.0-3build1) ... 1097s Preparing to unpack .../libxdmcp6_1%3a1.1.5-1_s390x.deb ... 1097s Unpacking libxdmcp6:s390x (1:1.1.5-1) over (1:1.1.3-0ubuntu6) ... 1097s Setting up libxdmcp6:s390x (1:1.1.5-1) ... 1097s Setting up libatomic1:s390x (14.2.0-17ubuntu1) ... 1097s Setting up libtasn1-6:s390x (4.20.0-2) ... 1097s Processing triggers for libc-bin (2.40-4ubuntu1) ... 1097s Processing triggers for man-db (2.13.0-1) ... 1098s Processing triggers for debianutils (5.21) ... 1098s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 1098s + /usr/lib/apt/apt-helper analyze-pattern ?true 1098s + uname -r 1098s + sed s/\./\\./g 1098s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 1098s + apt list ?obsolete 1098s + tail -n+2 1098s + cut -d/ -f1 1098s + grep -v ^linux-.*6\.12\.0-15-generic.* 1098s + true 1098s + obsolete_pkgs= 1098s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 1098s Reading package lists... 1098s Building dependency tree... 1098s Reading state information... 1098s The following packages will be REMOVED: 1098s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 1098s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 1098s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 1098s linux-tools-6.11.0-8-generic* 1099s 0 upgraded, 0 newly installed, 9 to remove and 6 not upgraded. 1099s After this operation, 167 MB disk space will be freed. 1099s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 1099s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 1099s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 1099s Removing libpython3.12t64:s390x (3.12.9-1) ... 1099s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 1099s Removing libnsl2:s390x (1.3.0-3build3) ... 1099s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 1099s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 1099s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 1100s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 1100s Processing triggers for libc-bin (2.40-4ubuntu1) ... 1100s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55869 files and directories currently installed.) 1100s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 1100s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 1100s + grep -q trusty /etc/lsb-release 1100s + [ ! -d /usr/share/doc/unattended-upgrades ] 1100s + [ ! -d /usr/share/doc/lxd ] 1100s + [ ! -d /usr/share/doc/lxd-client ] 1100s + [ ! -d /usr/share/doc/snapd ] 1100s + type iptables 1100s + cat 1100s + chmod 755 /etc/rc.local 1100s + . /etc/rc.local 1100s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 1100s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 1100s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 1100s + uname -m 1100s + [ s390x = ppc64le ] 1100s + [ -d /run/systemd/system ] 1100s + systemd-detect-virt --quiet --vm 1100s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 1100s + cat 1100s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 1100s + echo COMPRESS=lz4 1100s autopkgtest: DBG: testbed command exited with code 0 1100s autopkgtest [21:52:45]: upgrading testbed (apt dist-upgrade and autopurge) 1100s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'dist-upgrade'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1100s Reading package lists... 1100s Building dependency tree... 1100s Reading state information... 1100s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 1100s Starting 2 pkgProblemResolver with broken count: 0 1100s Done 1101s Entering ResolveByKeep 1101s 1101s The following packages will be upgraded: 1101s iproute2 libc-bin libc-dev-bin libc6 libc6-dev locales 1101s 6 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1101s Need to get 10.7 MB of archives. 1101s After this operation, 305 kB of additional disk space will be used. 1101s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc-dev-bin s390x 2.41-1ubuntu1 [24.3 kB] 1101s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc6-dev s390x 2.41-1ubuntu1 [1679 kB] 1101s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x locales all 2.41-1ubuntu1 [4246 kB] 1101s Get:4 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc6 s390x 2.41-1ubuntu1 [2891 kB] 1102s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libc-bin s390x 2.41-1ubuntu1 [672 kB] 1102s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 1102s Preconfiguring packages ... 1102s Fetched 10.7 MB in 1s (12.4 MB/s) 1102s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55867 files and directories currently installed.) 1102s Preparing to unpack .../libc-dev-bin_2.41-1ubuntu1_s390x.deb ... 1102s Unpacking libc-dev-bin (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 1102s Preparing to unpack .../libc6-dev_2.41-1ubuntu1_s390x.deb ... 1102s Unpacking libc6-dev:s390x (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 1102s Preparing to unpack .../locales_2.41-1ubuntu1_all.deb ... 1102s Unpacking locales (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 1102s Preparing to unpack .../libc6_2.41-1ubuntu1_s390x.deb ... 1102s Checking for services that may need to be restarted... 1102s Checking init scripts... 1102s Checking for services that may need to be restarted... 1102s Checking init scripts... 1102s Stopping some services possibly affected by the upgrade (will be restarted later): 1102s cron: stopping...done. 1102s 1102s Unpacking libc6:s390x (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 1102s Setting up libc6:s390x (2.41-1ubuntu1) ... 1102s Checking for services that may need to be restarted... 1102s Checking init scripts... 1102s Restarting services possibly affected by the upgrade: 1102s cron: restarting...done. 1102s 1102s Services restarted successfully. 1102s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55868 files and directories currently installed.) 1102s Preparing to unpack .../libc-bin_2.41-1ubuntu1_s390x.deb ... 1102s Unpacking libc-bin (2.41-1ubuntu1) over (2.40-4ubuntu1) ... 1102s Setting up libc-bin (2.41-1ubuntu1) ... 1103s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55868 files and directories currently installed.) 1103s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 1103s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 1103s Setting up iproute2 (6.13.0-1ubuntu1) ... 1103s Setting up locales (2.41-1ubuntu1) ... 1103s Installing new version of config file /etc/locale.alias ... 1103s Generating locales (this might take a while)... 1104s en_US.UTF-8... done 1104s Generation complete. 1104s Setting up libc-dev-bin (2.41-1ubuntu1) ... 1104s Setting up libc6-dev:s390x (2.41-1ubuntu1) ... 1104s Processing triggers for man-db (2.13.0-1) ... 1105s Processing triggers for systemd (257.2-3ubuntu1) ... 1105s autopkgtest: DBG: testbed command exited with code 0 1105s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', '--purge', 'autoremove'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1106s Reading package lists... 1106s Building dependency tree... 1106s Reading state information... 1106s Starting pkgProblemResolver with broken count: 0 1106s Starting 2 pkgProblemResolver with broken count: 0 1106s Done 1106s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1106s autopkgtest: DBG: testbed command exited with code 0 1106s autopkgtest: DBG: testbed command ['bash', '-ec', '[ ! -e /run/autopkgtest_no_reboot.stamp ] || exit 0;for d in /boot /boot/efi /boot/grub /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do s=/tmp/autopkgtest.NwkPOK/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 1106s autopkgtest: DBG: testbed command exited with code 1 1106s autopkgtest [21:52:51]: rebooting testbed after setup commands that affected boot 1106s autopkgtest: DBG: sending command to testbed: reboot 1115s autopkgtest-virt-ssh: WARNING: ssh connection failed. Retrying in 3 seconds... 1122s autopkgtest: DBG: got reply from testbed: ok 1122s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 1122s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.NwkPOK'], kind short, sout raw, serr pipe, env [] 1122s autopkgtest: DBG: testbed command exited with code 0 1122s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.NwkPOK/autopkgtest-reboot 1122s autopkgtest: DBG: got reply from testbed: ok 1122s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.NwkPOK/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1122s autopkgtest: DBG: testbed command exited with code 0 1122s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.NwkPOK/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1123s autopkgtest: DBG: testbed command exited with code 0 1123s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.NwkPOK/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1123s autopkgtest: DBG: testbed command exited with code 0 1123s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.NwkPOK'], kind short, sout raw, serr pipe, env [] 1123s autopkgtest: DBG: testbed command exited with code 0 1123s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.NwkPOK/autopkgtest-reboot-prepare 1123s autopkgtest: DBG: got reply from testbed: ok 1123s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.NwkPOK/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1123s autopkgtest: DBG: testbed command exited with code 0 1123s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.NwkPOK/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1123s autopkgtest: DBG: testbed command exited with code 0 1123s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 1124s autopkgtest: DBG: testbed command exited with code 0 1124s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.NwkPOK/testbed-packages"], kind short, sout raw, serr pipe, env [] 1124s autopkgtest: DBG: testbed command exited with code 0 1124s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.NwkPOK/testbed-packages /tmp/autopkgtest-work.txqu2hoz/out/testbed-packages 1124s autopkgtest: DBG: got reply from testbed: ok 1124s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 1124s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.NwkPOK'], kind short, sout raw, serr pipe, env [] 1124s autopkgtest: DBG: testbed command exited with code 0 1124s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.NwkPOK/autopkgtest-reboot 1124s autopkgtest: DBG: got reply from testbed: ok 1124s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.NwkPOK/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1124s autopkgtest: DBG: testbed command exited with code 0 1124s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.NwkPOK/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1125s autopkgtest: DBG: testbed command exited with code 0 1125s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.NwkPOK/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1125s autopkgtest: DBG: testbed command exited with code 0 1125s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.NwkPOK'], kind short, sout raw, serr pipe, env [] 1125s autopkgtest: DBG: testbed command exited with code 0 1125s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.NwkPOK/autopkgtest-reboot-prepare 1125s autopkgtest: DBG: got reply from testbed: ok 1125s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.NwkPOK/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1125s autopkgtest: DBG: testbed command exited with code 0 1125s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.NwkPOK/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1126s autopkgtest: DBG: testbed command exited with code 0 1126s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 1126s autopkgtest: DBG: testbed command exited with code 0 1126s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1126s autopkgtest: DBG: install_deps: deps_new=['build-essential'] 1126s autopkgtest: DBG: install-deps: satisfying build-essential 1126s autopkgtest: DBG: can use apt-get on testbed: True 1126s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'build-essential'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1126s Reading package lists... 1126s Building dependency tree... 1126s Reading state information... 1126s Starting pkgProblemResolver with broken count: 0 1126s Starting 2 pkgProblemResolver with broken count: 0 1126s Done 1126s The following NEW packages will be installed: 1126s build-essential cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu g++ 1126s g++-14 g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 1126s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu libasan8 libcc1-0 libgcc-14-dev 1126s libgomp1 libisl23 libitm1 libmpc3 libstdc++-14-dev libubsan1 1127s 0 upgraded, 22 newly installed, 0 to remove and 0 not upgraded. 1127s Need to get 48.7 MB of archives. 1127s After this operation, 155 MB of additional disk space will be used. 1127s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 1127s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 1127s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 1127s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 1127s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 1127s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 1127s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-17ubuntu1 [50.7 kB] 1127s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-17ubuntu1 [151 kB] 1127s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-17ubuntu1 [30.9 kB] 1127s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-17ubuntu1 [2964 kB] 1127s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-17ubuntu1 [1184 kB] 1127s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 1127s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 1128s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 1128s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 1128s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 1128s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 1128s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [11.0 MB] 1128s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-17ubuntu1 [21.8 kB] 1128s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 1128s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 1128s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 1129s Fetched 48.7 MB in 2s (25.3 MB/s) 1129s Selecting previously unselected package libisl23:s390x. 1129s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55869 files and directories currently installed.) 1129s Preparing to unpack .../00-libisl23_0.27-1_s390x.deb ... 1129s Unpacking libisl23:s390x (0.27-1) ... 1129s Selecting previously unselected package libmpc3:s390x. 1129s Preparing to unpack .../01-libmpc3_1.3.1-1build2_s390x.deb ... 1129s Unpacking libmpc3:s390x (1.3.1-1build2) ... 1129s Selecting previously unselected package cpp-14-s390x-linux-gnu. 1129s Preparing to unpack .../02-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 1129s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1129s Selecting previously unselected package cpp-14. 1129s Preparing to unpack .../03-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 1129s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 1129s Selecting previously unselected package cpp-s390x-linux-gnu. 1129s Preparing to unpack .../04-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 1129s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1129s Selecting previously unselected package cpp. 1129s Preparing to unpack .../05-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 1129s Unpacking cpp (4:14.2.0-1ubuntu1) ... 1129s Selecting previously unselected package libcc1-0:s390x. 1129s Preparing to unpack .../06-libcc1-0_14.2.0-17ubuntu1_s390x.deb ... 1129s Unpacking libcc1-0:s390x (14.2.0-17ubuntu1) ... 1129s Selecting previously unselected package libgomp1:s390x. 1129s Preparing to unpack .../07-libgomp1_14.2.0-17ubuntu1_s390x.deb ... 1129s Unpacking libgomp1:s390x (14.2.0-17ubuntu1) ... 1129s Selecting previously unselected package libitm1:s390x. 1129s Preparing to unpack .../08-libitm1_14.2.0-17ubuntu1_s390x.deb ... 1129s Unpacking libitm1:s390x (14.2.0-17ubuntu1) ... 1129s Selecting previously unselected package libasan8:s390x. 1129s Preparing to unpack .../09-libasan8_14.2.0-17ubuntu1_s390x.deb ... 1129s Unpacking libasan8:s390x (14.2.0-17ubuntu1) ... 1129s Selecting previously unselected package libubsan1:s390x. 1129s Preparing to unpack .../10-libubsan1_14.2.0-17ubuntu1_s390x.deb ... 1129s Unpacking libubsan1:s390x (14.2.0-17ubuntu1) ... 1129s Selecting previously unselected package libgcc-14-dev:s390x. 1129s Preparing to unpack .../11-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 1129s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 1129s Selecting previously unselected package gcc-14-s390x-linux-gnu. 1129s Preparing to unpack .../12-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 1129s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1129s Selecting previously unselected package gcc-14. 1129s Preparing to unpack .../13-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 1129s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 1129s Selecting previously unselected package gcc-s390x-linux-gnu. 1129s Preparing to unpack .../14-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 1129s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1129s Selecting previously unselected package gcc. 1129s Preparing to unpack .../15-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 1129s Unpacking gcc (4:14.2.0-1ubuntu1) ... 1129s Selecting previously unselected package libstdc++-14-dev:s390x. 1129s Preparing to unpack .../16-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 1129s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 1129s Selecting previously unselected package g++-14-s390x-linux-gnu. 1129s Preparing to unpack .../17-g++-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 1129s Unpacking g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1130s Selecting previously unselected package g++-14. 1130s Preparing to unpack .../18-g++-14_14.2.0-17ubuntu1_s390x.deb ... 1130s Unpacking g++-14 (14.2.0-17ubuntu1) ... 1130s Selecting previously unselected package g++-s390x-linux-gnu. 1130s Preparing to unpack .../19-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 1130s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1130s Selecting previously unselected package g++. 1130s Preparing to unpack .../20-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 1130s Unpacking g++ (4:14.2.0-1ubuntu1) ... 1130s Selecting previously unselected package build-essential. 1130s Preparing to unpack .../21-build-essential_12.10ubuntu1_s390x.deb ... 1130s Unpacking build-essential (12.10ubuntu1) ... 1130s Setting up libgomp1:s390x (14.2.0-17ubuntu1) ... 1130s Setting up libmpc3:s390x (1.3.1-1build2) ... 1130s Setting up libubsan1:s390x (14.2.0-17ubuntu1) ... 1130s Setting up libasan8:s390x (14.2.0-17ubuntu1) ... 1130s Setting up libisl23:s390x (0.27-1) ... 1130s Setting up libcc1-0:s390x (14.2.0-17ubuntu1) ... 1130s Setting up libitm1:s390x (14.2.0-17ubuntu1) ... 1130s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1130s Setting up cpp-14 (14.2.0-17ubuntu1) ... 1130s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 1130s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 1130s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1130s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1130s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1130s Setting up g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1130s Setting up cpp (4:14.2.0-1ubuntu1) ... 1130s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1130s Setting up gcc-14 (14.2.0-17ubuntu1) ... 1130s Setting up g++-14 (14.2.0-17ubuntu1) ... 1130s Setting up gcc (4:14.2.0-1ubuntu1) ... 1130s Setting up g++ (4:14.2.0-1ubuntu1) ... 1130s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 1130s Setting up build-essential (12.10ubuntu1) ... 1130s Processing triggers for man-db (2.13.0-1) ... 1130s Processing triggers for libc-bin (2.41-1ubuntu1) ... 1130s autopkgtest: DBG: testbed command exited with code 0 1130s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.NwkPOK/libc-link-packages.all"], kind short, sout raw, serr pipe, env [] 1131s autopkgtest: DBG: testbed command exited with code 0 1131s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.NwkPOK/libc-link-packages.all /tmp/autopkgtest-work.txqu2hoz/out/libc-link-packages.all 1131s autopkgtest: DBG: got reply from testbed: ok 1131s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.NwkPOK/build.jqY/src'], kind short, sout raw, serr raw, env [] 1131s autopkgtest: DBG: testbed command exited with code 1 1131s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.NwkPOK/build.jqY'], kind short, sout raw, serr pipe, env [] 1131s autopkgtest: DBG: testbed command exited with code 0 1131s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.txqu2hoz/out/tests-tree/ /tmp/autopkgtest.NwkPOK/build.jqY/src/ 1245s autopkgtest: DBG: got reply from testbed: ok 1245s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.NwkPOK/build.jqY/src'], kind short, sout raw, serr pipe, env [] 1245s autopkgtest: DBG: testbed command exited with code 0 1245s autopkgtest [21:55:10]: test libc-link: [----------------------- 1245s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.NwkPOK/wrapper.sh --debug --artifacts=/tmp/autopkgtest.NwkPOK/libc-link-artifacts --chdir=/tmp/autopkgtest.NwkPOK/build.jqY/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=4 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest.NwkPOK/libc-link-stderr --stdout=/tmp/autopkgtest.NwkPOK/libc-link-stdout --tmp=/tmp/autopkgtest.NwkPOK/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1' --make-executable=/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tests/libc-link -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tests/libc-link"], kind test, sout raw, serr raw, env [] 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.NwkPOK/libc-link-artifacts 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: changing to directory: /tmp/autopkgtest.NwkPOK/build.jqY/src 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=4 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: setting environment: LANG=C.UTF-8 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LANGUAGE 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_ADDRESS 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_ALL 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_COLLATE 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_CTYPE 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_MEASUREMENT 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_MESSAGES 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_MONETARY 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_NAME 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_NUMERIC 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_PAPER 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_TELEPHONE 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_TIME 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: pretending to be a login shell 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: will write standard error to /tmp/autopkgtest.NwkPOK/libc-link-stderr 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: will write stdout to /tmp/autopkgtest.NwkPOK/libc-link-stdout 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.NwkPOK/autopkgtest_tmp 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: marking as executable: /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tests/libc-link 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: command to run: /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tests/libc-link 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: copying /tmp/tmp.kxXMUfywDj/out to stdout and file: /tmp/autopkgtest.NwkPOK/libc-link-stdout 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: copying /tmp/tmp.kxXMUfywDj/err to standard error and file: /tmp/autopkgtest.NwkPOK/libc-link-stdout 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: writing script pid 1490 to /tmp/autopkgtest_script_pid 1245s build: OK 1245s run: OK 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: checking for leaked background processes... 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: waiting for tee/cat subprocesses... 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: cleaning up... 1245s /tmp/autopkgtest.NwkPOK/wrapper.sh: Exit status: 0 1245s autopkgtest: DBG: testbed command exited with code 0 1245s autopkgtest [21:55:10]: test libc-link: -----------------------] 1245s autopkgtest: DBG: testbed executing test finished with exit status 0 1245s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.NwkPOK/libc-link-stdout /tmp/autopkgtest-work.txqu2hoz/out/libc-link-stdout 1245s autopkgtest: DBG: got reply from testbed: ok 1245s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.NwkPOK/libc-link-stderr /tmp/autopkgtest-work.txqu2hoz/out/libc-link-stderr 1246s autopkgtest: DBG: got reply from testbed: ok 1246s libc-link PASS 1246s autopkgtest [21:55:11]: test libc-link: - - - - - - - - - - results - - - - - - - - - - 1246s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.NwkPOK/libc-link-artifacts/ /tmp/autopkgtest-work.txqu2hoz/out/artifacts/ 1246s autopkgtest: DBG: got reply from testbed: ok 1246s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.NwkPOK/libc-link-artifacts', '/tmp/autopkgtest.NwkPOK/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1246s autopkgtest: DBG: testbed command exited with code 0 1246s autopkgtest [21:55:11]: test shlib-build: preparing testbed 1246s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential'], deps_new=['build-essential'] 1246s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1246s autopkgtest: DBG: install_deps: deps_new=['build-essential'] 1246s autopkgtest: DBG: install-deps: satisfying build-essential 1246s autopkgtest: DBG: can use apt-get on testbed: True 1246s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'build-essential'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1246s Reading package lists... 1246s Building dependency tree... 1246s Reading state information... 1247s Starting pkgProblemResolver with broken count: 0 1247s Starting 2 pkgProblemResolver with broken count: 0 1247s Done 1247s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1247s autopkgtest: DBG: testbed command exited with code 0 1247s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.NwkPOK/shlib-build-packages.all"], kind short, sout raw, serr pipe, env [] 1247s autopkgtest: DBG: testbed command exited with code 0 1247s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.NwkPOK/shlib-build-packages.all /tmp/autopkgtest-work.txqu2hoz/out/shlib-build-packages.all 1247s autopkgtest: DBG: got reply from testbed: ok 1247s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.NwkPOK/build.jqY/src'], kind short, sout raw, serr raw, env [] 1247s autopkgtest: DBG: testbed command exited with code 0 1247s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.NwkPOK/build.jqY/src already exists 1247s autopkgtest [21:55:12]: test shlib-build: [----------------------- 1247s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.NwkPOK/wrapper.sh --debug --artifacts=/tmp/autopkgtest.NwkPOK/shlib-build-artifacts --chdir=/tmp/autopkgtest.NwkPOK/build.jqY/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=4 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest.NwkPOK/shlib-build-stderr --stdout=/tmp/autopkgtest.NwkPOK/shlib-build-stdout --tmp=/tmp/autopkgtest.NwkPOK/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1' --make-executable=/tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tests/shlib-build -- /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tests/shlib-build"], kind test, sout raw, serr raw, env [] 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.NwkPOK/shlib-build-artifacts 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: changing to directory: /tmp/autopkgtest.NwkPOK/build.jqY/src 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=4 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: setting environment: LANG=C.UTF-8 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LANGUAGE 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_ADDRESS 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_ALL 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_COLLATE 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_CTYPE 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_MEASUREMENT 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_MESSAGES 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_MONETARY 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_NAME 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_NUMERIC 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_PAPER 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_TELEPHONE 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: unsetting environment: LC_TIME 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: pretending to be a login shell 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: will write standard error to /tmp/autopkgtest.NwkPOK/shlib-build-stderr 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: will write stdout to /tmp/autopkgtest.NwkPOK/shlib-build-stdout 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.NwkPOK/autopkgtest_tmp 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=glibc/2.41-1ubuntu1 iproute2/6.13.0-1ubuntu1 php-twig/3.19.0-1 postgresql-17/17.3-2 postgresql-common/273 roundcube/1.6.10+dfsg-1 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: marking as executable: /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tests/shlib-build 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: command to run: /tmp/autopkgtest.NwkPOK/build.jqY/src/debian/tests/shlib-build 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: copying /tmp/tmp.73uQa7ZU2f/out to stdout and file: /tmp/autopkgtest.NwkPOK/shlib-build-stdout 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: copying /tmp/tmp.73uQa7ZU2f/err to standard error and file: /tmp/autopkgtest.NwkPOK/shlib-build-stdout 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: writing script pid 1633 to /tmp/autopkgtest_script_pid 1248s library build: OK 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: checking for leaked background processes... 1248s program build: OK 1248s run: OK 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: waiting for tee/cat subprocesses... 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: cleaning up... 1248s /tmp/autopkgtest.NwkPOK/wrapper.sh: Exit status: 0 1248s autopkgtest: DBG: testbed command exited with code 0 1248s autopkgtest [21:55:13]: test shlib-build: -----------------------] 1248s autopkgtest: DBG: testbed executing test finished with exit status 0 1248s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.NwkPOK/shlib-build-stdout /tmp/autopkgtest-work.txqu2hoz/out/shlib-build-stdout 1248s autopkgtest: DBG: got reply from testbed: ok 1248s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.NwkPOK/shlib-build-stderr /tmp/autopkgtest-work.txqu2hoz/out/shlib-build-stderr 1248s autopkgtest: DBG: got reply from testbed: ok 1248s autopkgtest [21:55:13]: test shlib-build: - - - - - - - - - - results - - - - - - - - - - 1248s shlib-build PASS 1248s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.NwkPOK/shlib-build-artifacts/ /tmp/autopkgtest-work.txqu2hoz/out/artifacts/ 1249s autopkgtest: DBG: got reply from testbed: ok 1249s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.NwkPOK/shlib-build-artifacts', '/tmp/autopkgtest.NwkPOK/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1249s autopkgtest: DBG: testbed command exited with code 0 1249s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 1249s autopkgtest [21:55:14]: @@@@@@@@@@@@@@@@@@@@ summary 1249s build PASS 1249s libc-link PASS 1249s shlib-build PASS 1249s autopkgtest: DBG: testbed stop 1249s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.NwkPOK 1249s autopkgtest: DBG: sending command to testbed: close 1266s autopkgtest: DBG: got reply from testbed: ok 1266s autopkgtest: DBG: sending command to testbed: quit 1266s nova [W] Using flock in prodstack6-s390x 1266s flock: timeout while waiting to get lock 1266s Creating nova instance adt-plucky-s390x-binutils-20250215-213424-juju-7f2275-prod-proposed-migration-environment-15-f5342a90-292d-445c-a304-c617a43da336 from image adt/ubuntu-plucky-s390x-server-20250215.img (UUID 099dc609-2061-4009-a65b-d554466baca0)... 1266s nova [W] Timed out waiting for 8425e487-ce80-4bfe-91f2-48a81416f840 to get deleted. 1266s nova [W] Using flock in prodstack6-s390x 1266s Creating nova instance adt-plucky-s390x-binutils-20250215-213424-juju-7f2275-prod-proposed-migration-environment-15-f5342a90-292d-445c-a304-c617a43da336 from image adt/ubuntu-plucky-s390x-server-20250215.img (UUID 099dc609-2061-4009-a65b-d554466baca0)... 1266s nova [W] Timed out waiting for d8fa07f4-1f96-44f4-99ab-3ba460576200 to get deleted.