Mock Version: 1.4.16 Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/parted.spec'], chrootPath='/var/lib/mock/f32-build-17247988-1238344/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/parted.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: s390x Building for target s390x setting SOURCE_DATE_EPOCH=1565568000 Wrote: /builddir/build/SRPMS/parted-3.2.153-1.fc32.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/parted.spec'], chrootPath='/var/lib/mock/f32-build-17247988-1238344/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/parted.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: s390x Building for target s390x setting SOURCE_DATE_EPOCH=1565568000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.hOkkrw + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf parted-3.2.153 + /usr/bin/xz -dc /builddir/build/SOURCES/parted-3.2.153.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd parted-3.2.153 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + gpg2 --import /builddir/build/SOURCES/pubkey.phillip.susi /builddir/build/SOURCES/pubkey.brian.lane BUILDSTDERR: gpg: directory '/builddir/.gnupg' created BUILDSTDERR: gpg: keybox '/builddir/.gnupg/pubring.kbx' created BUILDSTDERR: gpg: key 015F4DD4A70FB705: 7 signatures not checked due to missing keys BUILDSTDERR: gpg: /builddir/.gnupg/trustdb.gpg: trustdb created BUILDSTDERR: gpg: key 015F4DD4A70FB705: public key "Phillip Susi " imported BUILDSTDERR: gpg: key 117E8C168EFE3A7F: 2 signatures not checked due to missing keys BUILDSTDERR: gpg: key 117E8C168EFE3A7F: public key "Brian C. Lane " imported BUILDSTDERR: gpg: key 117E8C168EFE3A7F: "Brian C. Lane " not changed BUILDSTDERR: gpg: Total number processed: 3 BUILDSTDERR: gpg: imported: 2 BUILDSTDERR: gpg: unchanged: 1 BUILDSTDERR: gpg: no ultimately trusted keys found + gpg2 --verify /builddir/build/SOURCES/parted-3.2.153.tar.xz.sig /builddir/build/SOURCES/parted-3.2.153.tar.xz BUILDSTDERR: gpg: Signature made Wed Aug 14 16:56:11 2019 UTC BUILDSTDERR: gpg: using RSA key B4C6B451E4FA8B4232CA191E117E8C168EFE3A7F BUILDSTDERR: gpg: issuer "bcl@redhat.com" BUILDSTDERR: gpg: Good signature from "Brian C. Lane " [unknown] BUILDSTDERR: gpg: WARNING: This key is not certified with a trusted signature! BUILDSTDERR: gpg: There is no indication that the signature belongs to the owner. BUILDSTDERR: Primary key fingerprint: B4C6 B451 E4FA 8B42 32CA 191E 117E 8C16 8EFE 3A7F + git init + git config user.email parted-owner@fedoraproject.org + git config user.name 'Fedora Ninjas' + git add . + git commit -a -q -m '3.2.153 baseline.' + '[' -n '/builddir/build/SOURCES/0092-Switch-gpt-header-move-and-msdos-overlap-to-python3.patch ' ']' + git am /builddir/build/SOURCES/0092-Switch-gpt-header-move-and-msdos-overlap-to-python3.patch + iconv -f ISO-8859-1 -t UTF8 AUTHORS + touch -r AUTHORS tmp + mv tmp AUTHORS + git commit -a -m 'run iconv' + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Initialized empty Git repository in /builddir/build/BUILD/parted-3.2.153/.git/ Applying: Switch gpt-header-move and msdos-overlap to python3 [master 7457764] run iconv 1 file changed, 4 insertions(+), 4 deletions(-) Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.oY8OAv + umask 022 + cd /builddir/build/BUILD + cd parted-3.2.153 + autoreconf BUILDSTDERR: configure.ac:281: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged. BUILDSTDERR: configure.ac:281: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead, BUILDSTDERR: configure.ac:281: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files. BUILDSTDERR: Makefile.am:89: warning: subst ss-,,$@: non-POSIX variable name BUILDSTDERR: Makefile.am:89: (probably a GNU make extension) BUILDSTDERR: include/parted/Makefile.am:47: warning: '%'-style pattern rules are a GNU make extension + autoconf + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable' + export CFLAGS + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -I/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -I/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' BUILDSTDERR: +++ dirname ./configure BUILDSTDERR: ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) BUILDSTDERR: ++ basename ./build-aux/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./build-aux/config.guess BUILDSTDERR: ++ basename ./build-aux/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./build-aux/config.guess + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) BUILDSTDERR: ++ basename ./build-aux/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./build-aux/config.sub BUILDSTDERR: ++ basename ./build-aux/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./build-aux/config.sub + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']' BUILDSTDERR: ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./build-aux/ltmain.sh + ./configure --build=s390x-redhat-linux-gnu --host=s390x-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-selinux --disable-static --disable-gcc-warnings '/usr/lib/rpm/redhat/config.guess' -> './build-aux/config.guess' '/usr/lib/rpm/redhat/config.sub' -> './build-aux/config.sub' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking build system type... s390x-ibm-linux-gnu checking host system type... s390x-ibm-linux-gnu checking whether make supports the include directive... yes (GNU style) checking for s390x-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking dependency style of gcc... none checking for library containing strerror... none required checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether gcc needs -traditional... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for Minix Amsterdam compiler... no checking for s390x-redhat-linux-gnu-ar... no checking for ar... ar checking for s390x-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for a usable (O_DIRECT-supporting) temporary dir... . checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking whether uses 'inline' correctly... yes checking for btowc... yes checking for canonicalize_file_name... yes checking for getcwd... yes checking for readlink... yes checking for realpath... yes checking for _set_invalid_parameter_handler... no checking for symlink... yes checking for fsync... yes checking for getprogname... no checking for getexecname... no checking for gettimeofday... yes checking for lstat... yes checking for mbsinit... yes checking for mbrtowc... yes checking for mkstemp... yes checking for nl_langinfo... yes checking for isblank... yes checking for iswctype... yes checking for sleep... yes checking for strdup... yes checking for strerror_r... yes checking for __xpg_strerror_r... yes checking for strndup... yes checking for usleep... yes checking for wcrtomb... yes checking for iswcntrl... yes checking for fcntl... yes checking for ftruncate... yes checking for getdtablesize... yes checking for newlocale... yes checking for uselocale... yes checking for duplocale... yes checking for freelocale... yes checking for pipe... yes checking for pthread_sigmask... no checking for mprotect... yes checking for setenv... yes checking for sigaction... yes checking for sigaltstack... yes checking for siginterrupt... yes checking for catgets... yes checking for snprintf... yes checking for shutdown... yes checking for wctob... yes checking for nl_langinfo and CODESET... yes checking for a traditional french locale... none checking whether malloc, realloc, calloc are POSIX compliant... yes checking whether // is distinct from /... no checking whether realpath works... yes checking for sys/param.h... yes checking for sys/socket.h... yes checking for unistd.h... (cached) yes checking for stdio_ext.h... yes checking for sys/stat.h... (cached) yes checking for getopt.h... yes checking for sys/cdefs.h... yes checking for sys/time.h... yes checking for limits.h... yes checking for wchar.h... yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking for langinfo.h... yes checking for xlocale.h... no checking for threads.h... yes checking for malloc.h... yes checking for features.h... yes checking for crtdefs.h... no checking for wctype.h... yes checking for arpa/inet.h... yes checking for netdb.h... yes checking for netinet/in.h... yes checking for semaphore.h... yes checking for sys/select.h... yes checking for priv.h... no checking for pthread.h... yes checking for sys/mman.h... yes checking for sys/wait.h... yes checking for sys/ioctl.h... yes checking for sys/uio.h... yes checking for blkid/blkid.h... yes checking whether the preprocessor supports include_next... yes checking whether system header files limit the line length... no checking for complete errno.h... yes checking whether strerror_r is declared... yes checking for strerror_r... (cached) yes checking whether strerror_r returns char *... yes checking for working fcntl.h... yes checking for pid_t... yes checking for mode_t... yes checking whether stat file-mode macros are broken... no checking for nlink_t... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking for working GNU getopt_long function... yes checking for C/C++ restrict keyword... __restrict checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... yes checking for wint_t... yes checking whether wint_t is too small... no checking for unsigned long long int... yes checking for long long int... yes checking whether stdint.h conforms to C99... yes checking whether stdint.h predates C++11... no checking whether stdint.h has UINTMAX_WIDTH etc.... yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... no checking for wchar_t... yes checking for good max_align_t... yes checking whether NULL can be used in arbitrary expressions... yes checking whether imported symbols can be declared weak... yes checking for pthread.h... (cached) yes checking for multithread API to use... posix checking whether lstat correctly handles trailing slash... yes checking for a sed that does not truncate output... /usr/bin/sed checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for mbstate_t... yes checking for a traditional japanese locale... none checking for a transitional chinese locale... none checking for a french Unicode locale... none checking for inline... inline checking whether defines MIN and MAX... no checking whether defines MIN and MAX... yes checking whether alarm is declared... yes checking whether we are using the GNU C Library >= 2.1 or uClibc... yes checking for ssize_t... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking whether strdup is declared... yes checking whether strerror(0) succeeds... yes checking for strerror_r with POSIX signature... no checking whether __xpg_strerror_r works... yes checking whether strndup is declared... yes checking whether strnlen is declared... yes checking for struct timespec in ... yes checking whether is self-contained... yes checking for shutdown... (cached) yes checking whether defines the SHUT_* macros... yes checking for struct sockaddr_storage... yes checking for sa_family_t... yes checking for struct sockaddr_storage.ss_family... yes checking if environ is properly declared... yes checking whether getcwd (NULL, 0) allocates memory for result... yes checking for getcwd with POSIX signature... yes checking whether getdtablesize is declared... yes checking for IPv4 sockets... yes checking for IPv6 sockets... yes checking for LC_MESSAGES... yes checking whether uselocale works... yes checking for fake locale system (OpenBSD)... no checking for Solaris 11.4 locale system... no checking for getlocalename_l... no checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyPreferredLanguages... no checking whether is self-contained... yes checking for library containing setsockopt... none needed checking whether select supports a 0 argument... yes checking whether select detects invalid fds... yes checking for O_CLOEXEC... yes checking for promoted mode_t type... mode_t checking whether strerror_r is declared... (cached) yes checking for sigset_t... yes checking whether setenv is declared... yes checking search.h usability... yes checking search.h presence... yes checking for search.h... yes checking for tsearch... yes checking for uid_t in sys/types.h... yes checking whether unsetenv is declared... yes checking for sched_yield in -lrt... yes checking for alloca as a compiler built-in... yes checking whether to enable assertions... yes checking whether btowc(0) is correct... yes checking whether btowc(EOF) is correct... guessing yes checking for __builtin_expect... yes checking for GNU libc compatible calloc... yes checking whether // is distinct from /... (cached) no checking for error_at_line... yes checking for __fpending... yes checking whether __fpending is declared... yes checking whether program_invocation_name is declared... yes checking whether program_invocation_short_name is declared... yes checking whether __argv is declared... no checking whether gettimeofday clobbers localtime buffer... no checking for gettimeofday with POSIX signature... almost checking whether INT32_MAX < INTMAX_MAX... yes checking whether INT64_MAX == LONG_MAX... yes checking whether UINT32_MAX < UINTMAX_MAX... yes checking whether UINT64_MAX == ULONG_MAX... yes checking whether langinfo.h defines CODESET... yes checking whether langinfo.h defines T_FMT_AMPM... yes checking whether langinfo.h defines ALTMON_1... yes checking whether langinfo.h defines ERA... yes checking whether langinfo.h defines YESEXPR... yes checking for C compiler flag to ignore unused libraries... -Wl,--as-needed checking whether the compiler supports the __inline keyword... yes checking whether locale.h conforms to POSIX:2001... yes checking whether struct lconv is properly defined... yes checking for pthread_rwlock_t... yes checking whether pthread_rwlock_rdlock prefers a writer to a reader... no checking whether lseek detects pipes... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking whether mbrtowc handles incomplete characters... guessing yes checking whether mbrtowc works as well as mbtowc... guessing yes checking whether mbrtowc handles a NULL pwc argument... guessing yes checking whether mbrtowc handles a NULL string argument... guessing yes checking whether mbrtowc has a correct return value... guessing yes checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes checking whether mbrtowc works on empty input... yes checking whether the C locale is free of encoding errors... no checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking for mbtowc... yes checking whether mkdir handles trailing slash... yes checking whether mkdir handles trailing dot... yes checking for working mkstemp... yes checking whether YESEXPR works... yes checking whether program_invocation_name is declared... (cached) yes checking whether program_invocation_short_name is declared... (cached) yes checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for working re_compile_pattern... no checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking whether isblank is declared... yes checking for rpmatch... yes checking whether sleep is declared... yes checking for working sleep... yes checking for ssize_t... (cached) yes checking whether stat handles trailing slashes on files... yes checking for struct stat.st_atim.tv_nsec... yes checking whether struct stat.st_atim is of type struct timespec... yes checking for struct stat.st_birthtimespec.tv_nsec... no checking for struct stat.st_birthtimensec... no checking for struct stat.st_birthtim.tv_nsec... no checking for va_copy... yes checking for good max_align_t... (cached) yes checking whether NULL can be used in arbitrary expressions... (cached) yes checking which flavor of printf attribute matches inttypes macros... system checking for working strerror function... yes checking for working strndup... yes checking for working strnlen... yes checking for strtoll... yes checking for strtoull... yes checking for nlink_t... (cached) yes checking whether unlink honors trailing slashes... yes checking whether unlink of a parent directory fails as it should... guessing yes checking for useconds_t... yes checking whether usleep allows large arguments... yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether wcrtomb works in the C locale... yes checking whether wcrtomb return value is correct... guessing yes checking whether iswcntrl works... yes checking for towlower... yes checking for wctype_t... yes checking for wctrans_t... yes checking for long long int... (cached) yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional french locale... (cached) none checking for a turkish Unicode locale... none checking whether dup2 works... yes checking whether fcntl handles F_DUPFD correctly... yes checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check checking whether fdopen sets errno... yes checking for flexible array member... yes checking whether getdtablesize works... yes checking for getpagesize... yes checking whether getpagesize is declared... yes checking for library containing inet_pton... none required checking whether inet_pton is declared... yes checking whether byte ordering is bigendian... yes checking for ioctl... yes checking for ioctl with POSIX signature... no checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking for a french Unicode locale... (cached) none checking for library containing nanosleep... none required checking for working nanosleep... no (mishandles large arguments) checking whether is self-contained... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking whether open recognizes a trailing slash... yes checking whether perror matches strerror... yes checking for getppriv... no checking for pthread_t... yes checking for pthread_spinlock_t... yes checking for PTHREAD_CREATE_DETACHED... yes checking for PTHREAD_MUTEX_RECURSIVE... yes checking for PTHREAD_MUTEX_ROBUST... yes checking for PTHREAD_PROCESS_SHARED... yes checking whether pthread_create exists as a global function... yes checking whether pthread_sigmask is a macro... no checking for pthread_sigmask in -pthread... yes checking whether pthread_sigmask returns error numbers... yes checking whether pthread_sigmask unblocks signals correctly... guessing yes checking for putenv compatible with GNU and SVID... yes checking for mmap... yes checking for MAP_ANONYMOUS... yes checking for raise... yes checking for sigprocmask... yes checking for sched.h... yes checking for struct sched_param... yes checking whether select supports a 0 argument... (cached) yes checking whether select detects invalid fds... (cached) yes checking whether setenv validates arguments... yes checking whether setlocale supports the C locale... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking for struct sigaction.sa_sigaction... yes checking for volatile sig_atomic_t... yes checking for sighandler_t... yes checking for sigprocmask... (cached) yes checking for socklen_t... yes checking for working stdalign.h... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking whether symlink handles trailing slash correctly... yes checking whether declares ioctl... yes checking for pthread_atfork... yes checking for unsetenv... yes checking for unsetenv() return type... int checking whether unsetenv obeys POSIX... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking whether wctob works... guessing yes checking whether wctob is declared... yes checking size of off_t... 8 checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert s390x-ibm-linux-gnu file names to s390x-ibm-linux-gnu format... func_convert_file_noop checking how to convert s390x-ibm-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for s390x-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for s390x-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for s390x-redhat-linux-gnu-ar... ar checking for archiver @FILE support... @ checking for s390x-redhat-linux-gnu-strip... no checking for strip... strip checking for s390x-redhat-linux-gnu-ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for s390x-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf64_s390) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for ld... /usr/bin/ld -m elf64_s390 checking if the linker (/usr/bin/ld -m elf64_s390) is GNU ld... yes checking for shared library run path origin... done checking 32-bit host C ABI... no BUILDSTDERR: checking for the common suffixes of directories in the library search pat./configure: line 42097: hostname: command not found + /usr/bin/sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool + /usr/bin/sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool + V=1 + /usr/bin/make -j2 h... lib64,lib64 checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for CFPreferencesCopyAppValue... (cached) no checking for CFLocaleCopyPreferredLanguages... (cached) no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for uuid_generate in -luuid... yes checking for dm_task_create in -ldevmapper... yes checking for library containing tgetent... -ltinfo checking for readline in -lreadline... yes checking for rl_variable_value in -lreadline... yes checking uuid/uuid.h usability... yes checking uuid/uuid.h presence... yes checking for uuid/uuid.h... yes checking for getopt.h... (cached) yes checking linux/ext2_fs.h usability... no checking linux/ext2_fs.h presence... no checking for linux/ext2_fs.h... no checking linux/unistd.h usability... yes checking linux/unistd.h presence... yes checking for linux/unistd.h... yes checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking readline/history.h usability... yes checking readline/history.h presence... yes checking for readline/history.h... yes checking termcap.h usability... yes checking termcap.h presence... yes checking for termcap.h... yes checking for wctype.h... (cached) yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking for backtrace in -lc... yes checking for s390x-redhat-linux-gnu-pkg-config... /usr/bin/s390x-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for CHECK... no Unable to locate check version 0.9.3 or higher: not building checking for ld used by gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking whether byte ordering is bigendian... (cached) yes checking for inline... (cached) inline checking for an ANSI C-conforming const... yes checking for C/C++ restrict keyword... (cached) __restrict checking for sigaction... (cached) yes checking for getuid... yes checking for rl_completion_matches... yes checking for canonicalize_file_name... (cached) yes checking for library containing blkid_probe_get_topology... -lblkid checking for blkid_probe_get_topology... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating include/Makefile config.status: creating include/parted/Makefile config.status: creating libparted/Makefile config.status: creating libparted/labels/Makefile config.status: creating libparted/fs/Makefile config.status: creating libparted/tests/Makefile config.status: creating libparted.pc config.status: creating libparted-fs-resize.pc config.status: creating parted/Makefile config.status: creating partprobe/Makefile config.status: creating doc/Makefile config.status: creating doc/C/Makefile config.status: creating doc/pt_BR/Makefile config.status: creating debug/Makefile config.status: creating debug/test/Makefile config.status: creating tests/Makefile config.status: creating po/Makefile.in config.status: creating lib/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile Type 'make' to compile parted. /usr/bin/make all-recursive make[1]: Entering directory '/builddir/build/BUILD/parted-3.2.153' Making all in po make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/po' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/po' Making all in lib make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/lib' rm -f alloca.h-t alloca.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''HAVE_ALLOCA_H''@|1|g' < ./alloca.in.h; \ } > alloca.h-t && \ mv -f alloca.h-t alloca.h rm -f configmake.h-t && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ echo '#if HAVE_WINSOCK2_H'; \ echo '# include /* avoid mingw pollution on DATADIR */'; \ echo '#endif'; \ echo '#define PREFIX "/usr"'; \ echo '#define EXEC_PREFIX "/usr"'; \ echo '#define BINDIR "/usr/bin"'; \ echo '#define SBINDIR "/sbin"'; \ echo '#define LIBEXECDIR "/usr/libexec"'; \ echo '#define DATAROOTDIR "/usr/share"'; \ echo '#define DATADIR "/usr/share"'; \ echo '#define SYSCONFDIR "/etc"'; \ echo '#define SHAREDSTATEDIR "/var/lib"'; \ echo '#define LOCALSTATEDIR "/var"'; \ echo '#define RUNSTATEDIR "/var/run"'; \ echo '#define INCLUDEDIR "/usr/include"'; \ echo '#define OLDINCLUDEDIR "/usr/include"'; \ echo '#define DOCDIR "/usr/share/doc/parted"'; \ echo '#define INFODIR "/usr/share/info"'; \ echo '#define HTMLDIR "/usr/share/doc/parted"'; \ echo '#define DVIDIR "/usr/share/doc/parted"'; \ echo '#define PDFDIR "/usr/share/doc/parted"'; \ echo '#define PSDIR "/usr/share/doc/parted"'; \ echo '#define LIBDIR "/lib64"'; \ echo '#define LISPDIR "/usr/share/emacs/site-lisp"'; \ echo '#define LOCALEDIR "/usr/share/locale"'; \ echo '#define MANDIR "/usr/share/man"'; \ echo '#define MANEXT ""'; \ echo '#define PKGDATADIR "/usr/share/parted"'; \ echo '#define PKGINCLUDEDIR "/usr/include/parted"'; \ echo '#define PKGLIBDIR "/lib64/parted"'; \ echo '#define PKGLIBEXECDIR "/usr/libexec/parted"'; \ } | sed '/""/d' > configmake.h-t && \ mv -f configmake.h-t configmake.h rm -f fcntl.h-t fcntl.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_FCNTL_H''@||g' \ -e 's/@''GNULIB_FCNTL''@/IN_PARTED_GNULIB_TESTS/g' \ -e 's/@''GNULIB_NONBLOCKING''@/0/g' \ -e 's/@''GNULIB_OPEN''@/IN_PARTED_GNULIB_TESTS/g' \ -e 's/@''GNULIB_OPENAT''@/0/g' \ -e 's|@''HAVE_FCNTL''@|1|g' \ -e 's|@''HAVE_OPENAT''@|1|g' \ -e 's|@''REPLACE_FCNTL''@|1|g' \ -e 's|@''REPLACE_OPEN''@|0|g' \ -e 's|@''REPLACE_OPENAT''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ < ./fcntl.in.h; \ } > fcntl.h-t && \ mv fcntl.h-t fcntl.h rm -f inttypes.h-t inttypes.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_INTTYPES_H''@||g' \ -e 's/@''PRI_MACROS_BROKEN''@/0/g' \ -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \ -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \ -e 's/@''PRIPTR_PREFIX''@/"l"/g' \ -e 's/@''GNULIB_IMAXABS''@/0/g' \ -e 's/@''GNULIB_IMAXDIV''@/0/g' \ -e 's/@''GNULIB_STRTOIMAX''@/0/g' \ -e 's/@''GNULIB_STRTOUMAX''@/0/g' \ -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \ -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \ -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \ -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \ -e 's/@''HAVE_IMAXDIV_T''@/1/g' \ -e 's/@''REPLACE_STRTOIMAX''@/0/g' \ -e 's/@''REPLACE_STRTOUMAX''@/0/g' \ -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \ -e 's/@''INT64_MAX_EQ_LONG_MAX''@/1/g' \ -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \ -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/1/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ < ./inttypes.in.h; \ } > inttypes.h-t && \ mv inttypes.h-t inttypes.h rm -f langinfo.h-t langinfo.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_LANGINFO_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_LANGINFO_H''@||g' \ -e 's/@''GNULIB_NL_LANGINFO''@/1/g' \ -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \ -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \ -e 's|@''HAVE_LANGINFO_ALTMON''@|1|g' \ -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \ -e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \ -e 's|@''HAVE_NL_LANGINFO''@|1|g' \ -e 's|@''REPLACE_NL_LANGINFO''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ < ./langinfo.in.h; \ } > langinfo.h-t && \ mv langinfo.h-t langinfo.h rm -f limits.h-t limits.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_LIMITS_H''@||g' \ < ./limits.in.h; \ } > limits.h-t && \ mv limits.h-t limits.h rm -f locale.h-t locale.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_LOCALE_H''@||g' \ -e 's/@''GNULIB_LOCALECONV''@/1/g' \ -e 's/@''GNULIB_SETLOCALE''@/IN_PARTED_GNULIB_TESTS/g' \ -e 's/@''GNULIB_DUPLOCALE''@/0/g' \ -e 's/@''GNULIB_LOCALENAME''@/IN_PARTED_GNULIB_TESTS/g' \ -e 's|@''HAVE_NEWLOCALE''@|1|g' \ -e 's|@''HAVE_DUPLOCALE''@|1|g' \ -e 's|@''HAVE_FREELOCALE''@|1|g' \ -e 's|@''HAVE_XLOCALE_H''@|0|g' \ -e 's|@''REPLACE_LOCALECONV''@|0|g' \ -e 's|@''REPLACE_SETLOCALE''@|0|g' \ -e 's|@''REPLACE_NEWLOCALE''@|0|g' \ -e 's|@''REPLACE_DUPLOCALE''@|0|g' \ -e 's|@''REPLACE_FREELOCALE''@|0|g' \ -e 's|@''REPLACE_STRUCT_LCONV''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ < ./locale.in.h; \ } > locale.h-t && \ mv locale.h-t locale.h rm -f stdio.h-t stdio.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STDIO_H''@||g' \ -e 's/@''GNULIB_DPRINTF''@/0/g' \ -e 's/@''GNULIB_FCLOSE''@/0/g' \ -e 's/@''GNULIB_FDOPEN''@/IN_PARTED_GNULIB_TESTS/g' \ -e 's/@''GNULIB_FFLUSH''@/0/g' \ -e 's/@''GNULIB_FGETC''@/1/g' \ -e 's/@''GNULIB_FGETS''@/1/g' \ -e 's/@''GNULIB_FOPEN''@/0/g' \ -e 's/@''GNULIB_FPRINTF''@/1/g' \ -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_FPURGE''@/0/g' \ -e 's/@''GNULIB_FPUTC''@/1/g' \ -e 's/@''GNULIB_FPUTS''@/1/g' \ -e 's/@''GNULIB_FREAD''@/1/g' \ -e 's/@''GNULIB_FREOPEN''@/0/g' \ -e 's/@''GNULIB_FSCANF''@/1/g' \ -e 's/@''GNULIB_FSEEK''@/0/g' \ -e 's/@''GNULIB_FSEEKO''@/0/g' \ -e 's/@''GNULIB_FTELL''@/0/g' \ -e 's/@''GNULIB_FTELLO''@/0/g' \ -e 's/@''GNULIB_FWRITE''@/1/g' \ -e 's/@''GNULIB_GETC''@/1/g' \ -e 's/@''GNULIB_GETCHAR''@/1/g' \ -e 's/@''GNULIB_GETDELIM''@/0/g' \ -e 's/@''GNULIB_GETLINE''@/0/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_PCLOSE''@/0/g' \ -e 's/@''GNULIB_PERROR''@/IN_PARTED_GNULIB_TESTS/g' \ -e 's/@''GNULIB_POPEN''@/0/g' \ -e 's/@''GNULIB_PRINTF''@/1/g' \ -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_PUTC''@/1/g' \ -e 's/@''GNULIB_PUTCHAR''@/1/g' \ -e 's/@''GNULIB_PUTS''@/1/g' \ -e 's/@''GNULIB_REMOVE''@/0/g' \ -e 's/@''GNULIB_RENAME''@/0/g' \ -e 's/@''GNULIB_RENAMEAT''@/0/g' \ -e 's/@''GNULIB_SCANF''@/1/g' \ -e 's/@''GNULIB_SNPRINTF''@/0/g' \ -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \ -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \ -e 's/@''GNULIB_TMPFILE''@/0/g' \ -e 's/@''GNULIB_VASPRINTF''@/0/g' \ -e 's/@''GNULIB_VDPRINTF''@/0/g' \ -e 's/@''GNULIB_VFPRINTF''@/1/g' \ -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_VFSCANF''@/0/g' \ -e 's/@''GNULIB_VSCANF''@/0/g' \ -e 's/@''GNULIB_VPRINTF''@/1/g' \ -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_VSNPRINTF''@/0/g' \ -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \ < ./stdio.in.h | \ sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \ -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \ -e 's|@''HAVE_DECL_FTELLO''@|1|g' \ -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \ -e 's|@''HAVE_DECL_GETLINE''@|1|g' \ -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \ -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \ -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \ -e 's|@''HAVE_DPRINTF''@|1|g' \ -e 's|@''HAVE_FSEEKO''@|1|g' \ -e 's|@''HAVE_FTELLO''@|1|g' \ -e 's|@''HAVE_PCLOSE''@|1|g' \ -e 's|@''HAVE_POPEN''@|1|g' \ -e 's|@''HAVE_RENAMEAT''@|1|g' \ -e 's|@''HAVE_VASPRINTF''@|1|g' \ -e 's|@''HAVE_VDPRINTF''@|1|g' \ -e 's|@''REPLACE_DPRINTF''@|0|g' \ -e 's|@''REPLACE_FCLOSE''@|0|g' \ -e 's|@''REPLACE_FDOPEN''@|0|g' \ -e 's|@''REPLACE_FFLUSH''@|0|g' \ -e 's|@''REPLACE_FOPEN''@|0|g' \ -e 's|@''REPLACE_FPRINTF''@|0|g' \ -e 's|@''REPLACE_FPURGE''@|0|g' \ -e 's|@''REPLACE_FREOPEN''@|0|g' \ -e 's|@''REPLACE_FSEEK''@|0|g' \ -e 's|@''REPLACE_FSEEKO''@|0|g' \ -e 's|@''REPLACE_FTELL''@|0|g' \ -e 's|@''REPLACE_FTELLO''@|0|g' \ -e 's|@''REPLACE_GETDELIM''@|0|g' \ -e 's|@''REPLACE_GETLINE''@|0|g' \ -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \ -e 's|@''REPLACE_PERROR''@|0|g' \ -e 's|@''REPLACE_POPEN''@|0|g' \ -e 's|@''REPLACE_PRINTF''@|0|g' \ -e 's|@''REPLACE_REMOVE''@|0|g' \ -e 's|@''REPLACE_RENAME''@|0|g' \ -e 's|@''REPLACE_RENAMEAT''@|0|g' \ -e 's|@''REPLACE_SNPRINTF''@|0|g' \ -e 's|@''REPLACE_SPRINTF''@|0|g' \ -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \ -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \ -e 's|@''REPLACE_TMPFILE''@|0|g' \ -e 's|@''REPLACE_VASPRINTF''@|0|g' \ -e 's|@''REPLACE_VDPRINTF''@|0|g' \ -e 's|@''REPLACE_VFPRINTF''@|0|g' \ -e 's|@''REPLACE_VPRINTF''@|0|g' \ -e 's|@''REPLACE_VSNPRINTF''@|0|g' \ -e 's|@''REPLACE_VSPRINTF''@|0|g' \ -e 's|@''ASM_SYMBOL_PREFIX''@||g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \ } > stdio.h-t && \ mv stdio.h-t stdio.h rm -f stdlib.h-t stdlib.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STDLIB_H''@||g' \ -e 's/@''GNULIB__EXIT''@/0/g' \ -e 's/@''GNULIB_ATOLL''@/0/g' \ -e 's/@''GNULIB_CALLOC_POSIX''@/1/g' \ -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \ -e 's/@''GNULIB_GETLOADAVG''@/0/g' \ -e 's/@''GNULIB_GETSUBOPT''@/0/g' \ -e 's/@''GNULIB_GRANTPT''@/0/g' \ -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \ -e 's/@''GNULIB_MBTOWC''@/1/g' \ -e 's/@''GNULIB_MKDTEMP''@/0/g' \ -e 's/@''GNULIB_MKOSTEMP''@/0/g' \ -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \ -e 's/@''GNULIB_MKSTEMP''@/1/g' \ -e 's/@''GNULIB_MKSTEMPS''@/0/g' \ -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \ -e 's/@''GNULIB_PTSNAME''@/0/g' \ -e 's/@''GNULIB_PTSNAME_R''@/0/g' \ -e 's/@''GNULIB_PUTENV''@/IN_PARTED_GNULIB_TESTS/g' \ -e 's/@''GNULIB_QSORT_R''@/0/g' \ -e 's/@''GNULIB_RANDOM''@/0/g' \ -e 's/@''GNULIB_RANDOM_R''@/0/g' \ -e 's/@''GNULIB_REALLOC_POSIX''@/1/g' \ -e 's/@''GNULIB_REALLOCARRAY''@/0/g' \ -e 's/@''GNULIB_REALPATH''@/1/g' \ -e 's/@''GNULIB_RPMATCH''@/1/g' \ -e 's/@''GNULIB_SECURE_GETENV''@/0/g' \ -e 's/@''GNULIB_SETENV''@/IN_PARTED_GNULIB_TESTS/g' \ -e 's/@''GNULIB_STRTOD''@/0/g' \ -e 's/@''GNULIB_STRTOLD''@/0/g' \ -e 's/@''GNULIB_STRTOLL''@/1/g' \ -e 's/@''GNULIB_STRTOULL''@/1/g' \ -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \ -e 's/@''GNULIB_UNLOCKPT''@/0/g' \ -e 's/@''GNULIB_UNSETENV''@/IN_PARTED_GNULIB_TESTS/g' \ -e 's/@''GNULIB_WCTOMB''@/IN_PARTED_GNULIB_TESTS/g' \ < ./stdlib.in.h | \ sed -e 's|@''HAVE__EXIT''@|1|g' \ -e 's|@''HAVE_ATOLL''@|1|g' \ -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \ -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \ -e 's|@''HAVE_GETSUBOPT''@|1|g' \ -e 's|@''HAVE_GRANTPT''@|1|g' \ -e 's|@''HAVE_INITSTATE''@|1|g' \ -e 's|@''HAVE_DECL_INITSTATE''@|1|g' \ -e 's|@''HAVE_MBTOWC''@|1|g' \ -e 's|@''HAVE_MKDTEMP''@|1|g' \ -e 's|@''HAVE_MKOSTEMP''@|1|g' \ -e 's|@''HAVE_MKOSTEMPS''@|1|g' \ -e 's|@''HAVE_MKSTEMP''@|1|g' \ -e 's|@''HAVE_MKSTEMPS''@|1|g' \ -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \ -e 's|@''HAVE_PTSNAME''@|1|g' \ -e 's|@''HAVE_PTSNAME_R''@|1|g' \ -e 's|@''HAVE_QSORT_R''@|1|g' \ -e 's|@''HAVE_RANDOM''@|1|g' \ -e 's|@''HAVE_RANDOM_H''@|1|g' \ -e 's|@''HAVE_RANDOM_R''@|1|g' \ -e 's|@''HAVE_REALLOCARRAY''@|1|g' \ -e 's|@''HAVE_REALPATH''@|1|g' \ -e 's|@''HAVE_RPMATCH''@|1|g' \ -e 's|@''HAVE_SECURE_GETENV''@|1|g' \ -e 's|@''HAVE_DECL_SETENV''@|1|g' \ -e 's|@''HAVE_SETSTATE''@|1|g' \ -e 's|@''HAVE_DECL_SETSTATE''@|1|g' \ -e 's|@''HAVE_STRTOD''@|1|g' \ -e 's|@''HAVE_STRTOLD''@|1|g' \ -e 's|@''HAVE_STRTOLL''@|1|g' \ -e 's|@''HAVE_STRTOULL''@|1|g' \ -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \ -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \ -e 's|@''HAVE_UNLOCKPT''@|1|g' \ -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \ -e 's|@''REPLACE_CALLOC''@|0|g' \ -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \ -e 's|@''REPLACE_INITSTATE''@|0|g' \ -e 's|@''REPLACE_MALLOC''@|0|g' \ -e 's|@''REPLACE_MBTOWC''@|0|g' \ -e 's|@''REPLACE_MKSTEMP''@|0|g' \ -e 's|@''REPLACE_PTSNAME''@|0|g' \ -e 's|@''REPLACE_PTSNAME_R''@|0|g' \ -e 's|@''REPLACE_PUTENV''@|0|g' \ -e 's|@''REPLACE_QSORT_R''@|0|g' \ -e 's|@''REPLACE_RANDOM''@|0|g' \ -e 's|@''REPLACE_RANDOM_R''@|0|g' \ -e 's|@''REPLACE_REALLOC''@|0|g' \ -e 's|@''REPLACE_REALPATH''@|0|g' \ -e 's|@''REPLACE_SETENV''@|0|g' \ -e 's|@''REPLACE_SETSTATE''@|0|g' \ -e 's|@''REPLACE_STRTOD''@|0|g' \ -e 's|@''REPLACE_STRTOLD''@|0|g' \ -e 's|@''REPLACE_UNSETENV''@|0|g' \ -e 's|@''REPLACE_WCTOMB''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _Noreturn/r ./_Noreturn.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \ } > stdlib.h-t && \ mv stdlib.h-t stdlib.h rm -f string.h-t string.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STRING_H''@||g' \ -e 's/@''GNULIB_EXPLICIT_BZERO''@/0/g' \ -e 's/@''GNULIB_FFSL''@/0/g' \ -e 's/@''GNULIB_FFSLL''@/0/g' \ -e 's/@''GNULIB_MBSLEN''@/0/g' \ -e 's/@''GNULIB_MBSNLEN''@/0/g' \ -e 's/@''GNULIB_MBSCHR''@/0/g' \ -e 's/@''GNULIB_MBSRCHR''@/0/g' \ -e 's/@''GNULIB_MBSSTR''@/0/g' \ -e 's/@''GNULIB_MBSCASECMP''@/0/g' \ -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \ -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \ -e 's/@''GNULIB_MBSCASESTR''@/0/g' \ -e 's/@''GNULIB_MBSCSPN''@/0/g' \ -e 's/@''GNULIB_MBSPBRK''@/0/g' \ -e 's/@''GNULIB_MBSSPN''@/0/g' \ -e 's/@''GNULIB_MBSSEP''@/0/g' \ -e 's/@''GNULIB_MBSTOK_R''@/0/g' \ -e 's/@''GNULIB_MEMCHR''@/0/g' \ -e 's/@''GNULIB_MEMMEM''@/0/g' \ -e 's/@''GNULIB_MEMPCPY''@/0/g' \ -e 's/@''GNULIB_MEMRCHR''@/0/g' \ -e 's/@''GNULIB_RAWMEMCHR''@/0/g' \ -e 's/@''GNULIB_STPCPY''@/0/g' \ -e 's/@''GNULIB_STPNCPY''@/0/g' \ -e 's/@''GNULIB_STRCHRNUL''@/0/g' \ -e 's/@''GNULIB_STRDUP''@/1/g' \ -e 's/@''GNULIB_STRNCAT''@/0/g' \ -e 's/@''GNULIB_STRNDUP''@/1/g' \ -e 's/@''GNULIB_STRNLEN''@/1/g' \ -e 's/@''GNULIB_STRPBRK''@/0/g' \ -e 's/@''GNULIB_STRSEP''@/0/g' \ -e 's/@''GNULIB_STRSTR''@/0/g' \ -e 's/@''GNULIB_STRCASESTR''@/0/g' \ -e 's/@''GNULIB_STRTOK_R''@/0/g' \ -e 's/@''GNULIB_STRERROR''@/1/g' \ -e 's/@''GNULIB_STRERROR_R''@/IN_PARTED_GNULIB_TESTS/g' \ -e 's/@''GNULIB_STRSIGNAL''@/0/g' \ -e 's/@''GNULIB_STRVERSCMP''@/0/g' \ < ./string.in.h | \ sed -e 's|@''HAVE_EXPLICIT_BZERO''@|1|g' \ -e 's|@''HAVE_FFSL''@|1|g' \ -e 's|@''HAVE_FFSLL''@|1|g' \ -e 's|@''HAVE_MBSLEN''@|0|g' \ -e 's|@''HAVE_MEMCHR''@|1|g' \ -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \ -e 's|@''HAVE_MEMPCPY''@|1|g' \ -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \ -e 's|@''HAVE_RAWMEMCHR''@|1|g' \ -e 's|@''HAVE_STPCPY''@|1|g' \ -e 's|@''HAVE_STPNCPY''@|1|g' \ -e 's|@''HAVE_STRCHRNUL''@|1|g' \ -e 's|@''HAVE_DECL_STRDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \ -e 's|@''HAVE_STRPBRK''@|1|g' \ -e 's|@''HAVE_STRSEP''@|1|g' \ -e 's|@''HAVE_STRCASESTR''@|1|g' \ -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \ -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \ -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \ -e 's|@''HAVE_STRVERSCMP''@|1|g' \ -e 's|@''REPLACE_MEMCHR''@|0|g' \ -e 's|@''REPLACE_MEMMEM''@|0|g' \ -e 's|@''REPLACE_STPNCPY''@|0|g' \ -e 's|@''REPLACE_STRCHRNUL''@|0|g' \ -e 's|@''REPLACE_STRDUP''@|0|g' \ -e 's|@''REPLACE_STRNCAT''@|0|g' \ -e 's|@''REPLACE_STRNDUP''@|0|g' \ -e 's|@''REPLACE_STRNLEN''@|0|g' \ -e 's|@''REPLACE_STRSTR''@|0|g' \ -e 's|@''REPLACE_STRCASESTR''@|0|g' \ -e 's|@''REPLACE_STRTOK_R''@|0|g' \ -e 's|@''REPLACE_STRERROR''@|0|g' \ -e 's|@''REPLACE_STRERROR_R''@|1|g' \ -e 's|@''REPLACE_STRSIGNAL''@|0|g' \ -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \ < ./string.in.h; \ } > string.h-t && \ mv string.h-t string.h /usr/bin/mkdir -p sys rm -f sys/stat.h-t sys/stat.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_STAT_H''@||g' \ -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \ -e 's|@''WINDOWS_STAT_TIMESPEC''@|0|g' \ -e 's/@''GNULIB_FCHMODAT''@/0/g' \ -e 's/@''GNULIB_FSTAT''@/1/g' \ -e 's/@''GNULIB_FSTATAT''@/0/g' \ -e 's/@''GNULIB_FUTIMENS''@/0/g' \ -e 's/@''GNULIB_LCHMOD''@/0/g' \ -e 's/@''GNULIB_LSTAT''@/1/g' \ -e 's/@''GNULIB_MKDIRAT''@/0/g' \ -e 's/@''GNULIB_MKFIFO''@/0/g' \ -e 's/@''GNULIB_MKFIFOAT''@/0/g' \ -e 's/@''GNULIB_MKNOD''@/0/g' \ -e 's/@''GNULIB_MKNODAT''@/0/g' \ -e 's/@''GNULIB_STAT''@/1/g' \ -e 's/@''GNULIB_UTIMENSAT''@/0/g' \ -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/0/g' \ -e 's|@''HAVE_FCHMODAT''@|1|g' \ -e 's|@''HAVE_FSTATAT''@|1|g' \ -e 's|@''HAVE_FUTIMENS''@|1|g' \ -e 's|@''HAVE_LCHMOD''@|1|g' \ -e 's|@''HAVE_LSTAT''@|1|g' \ -e 's|@''HAVE_MKDIRAT''@|1|g' \ -e 's|@''HAVE_MKFIFO''@|1|g' \ -e 's|@''HAVE_MKFIFOAT''@|1|g' \ -e 's|@''HAVE_MKNOD''@|1|g' \ -e 's|@''HAVE_MKNODAT''@|1|g' \ -e 's|@''HAVE_UTIMENSAT''@|1|g' \ -e 's|@''REPLACE_FSTAT''@|0|g' \ -e 's|@''REPLACE_FSTATAT''@|0|g' \ -e 's|@''REPLACE_FUTIMENS''@|0|g' \ -e 's|@''REPLACE_LSTAT''@|0|g' \ -e 's|@''REPLACE_MKDIR''@|0|g' \ -e 's|@''REPLACE_MKFIFO''@|0|g' \ -e 's|@''REPLACE_MKNOD''@|0|g' \ -e 's|@''REPLACE_STAT''@|0|g' \ -e 's|@''REPLACE_UTIMENSAT''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ < ./sys_stat.in.h; \ } > sys/stat.h-t && \ mv sys/stat.h-t sys/stat.h /usr/bin/mkdir -p sys rm -f sys/time.h-t sys/time.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's/@''HAVE_SYS_TIME_H''@/1/g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_TIME_H''@||g' \ -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \ -e 's|@''HAVE_WINSOCK2_H''@|0|g' \ -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \ -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \ -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \ -e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ < ./sys_time.in.h; \ } > sys/time.h-t && \ mv sys/time.h-t sys/time.h /usr/bin/mkdir -p sys rm -f sys/types.h-t sys/types.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_TYPES_H''@||g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \ -e 's|@''WINDOWS_STAT_INODES''@|0|g' \ < ./sys_types.in.h; \ } > sys/types.h-t && \ mv sys/types.h-t sys/types.h rm -f time.h-t time.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_TIME_H''@||g' \ -e 's/@''GNULIB_CTIME''@/0/g' \ -e 's/@''GNULIB_LOCALTIME''@/0/g' \ -e 's/@''GNULIB_MKTIME''@/0/g' \ -e 's/@''GNULIB_NANOSLEEP''@/IN_PARTED_GNULIB_TESTS/g' \ -e 's/@''GNULIB_STRFTIME''@/0/g' \ -e 's/@''GNULIB_STRPTIME''@/0/g' \ -e 's/@''GNULIB_TIMEGM''@/0/g' \ -e 's/@''GNULIB_TIME_R''@/0/g' \ -e 's/@''GNULIB_TIME_RZ''@/0/g' \ -e 's/@''GNULIB_TZSET''@/0/g' \ -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \ -e 's|@''HAVE_NANOSLEEP''@|1|g' \ -e 's|@''HAVE_STRPTIME''@|1|g' \ -e 's|@''HAVE_TIMEGM''@|1|g' \ -e 's|@''HAVE_TIMEZONE_T''@|0|g' \ -e 's|@''HAVE_TZSET''@|1|g' \ -e 's|@''REPLACE_CTIME''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_GMTIME''@|0|g' \ -e 's|@''REPLACE_LOCALTIME''@|0|g' \ -e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_NANOSLEEP''@|1|g' \ -e 's|@''REPLACE_STRFTIME''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_TZSET''@|GNULIB_PORTCHECK|g' \ -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \ -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ < ./time.in.h; \ } > time.h-t && \ mv time.h-t time.h rm -f unistd.h-t unistd.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_UNISTD_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_UNISTD_H''@||g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \ -e 's/@''GNULIB_CHDIR''@/0/g' \ -e 's/@''GNULIB_CHOWN''@/0/g' \ -e 's/@''GNULIB_CLOSE''@/1/g' \ -e 's/@''GNULIB_COPY_FILE_RANGE''@/0/g' \ -e 's/@''GNULIB_DUP''@/0/g' \ -e 's/@''GNULIB_DUP2''@/IN_PARTED_GNULIB_TESTS/g' \ -e 's/@''GNULIB_DUP3''@/0/g' \ -e 's/@''GNULIB_ENVIRON''@/IN_PARTED_GNULIB_TESTS/g' \ -e 's/@''GNULIB_EUIDACCESS''@/0/g' \ -e 's/@''GNULIB_FACCESSAT''@/0/g' \ -e 's/@''GNULIB_FCHDIR''@/0/g' \ -e 's/@''GNULIB_FCHOWNAT''@/0/g' \ -e 's/@''GNULIB_FDATASYNC''@/0/g' \ -e 's/@''GNULIB_FSYNC''@/1/g' \ -e 's/@''GNULIB_FTRUNCATE''@/IN_PARTED_GNULIB_TESTS/g' \ -e 's/@''GNULIB_GETCWD''@/IN_PARTED_GNULIB_TESTS/g' \ -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \ -e 's/@''GNULIB_GETDTABLESIZE''@/IN_PARTED_GNULIB_TESTS/g' \ -e 's/@''GNULIB_GETGROUPS''@/0/g' \ -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \ -e 's/@''GNULIB_GETLOGIN''@/0/g' \ -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \ -e 's/@''GNULIB_GETPAGESIZE''@/IN_PARTED_GNULIB_TESTS/g' \ -e 's/@''GNULIB_GETPASS''@/0/g' \ -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \ -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \ -e 's/@''GNULIB_ISATTY''@/0/g' \ -e 's/@''GNULIB_LCHOWN''@/0/g' \ -e 's/@''GNULIB_LINK''@/0/g' \ -e 's/@''GNULIB_LINKAT''@/0/g' \ -e 's/@''GNULIB_LSEEK''@/1/g' \ -e 's/@''GNULIB_PIPE''@/IN_PARTED_GNULIB_TESTS/g' \ -e 's/@''GNULIB_PIPE2''@/0/g' \ -e 's/@''GNULIB_PREAD''@/0/g' \ -e 's/@''GNULIB_PWRITE''@/0/g' \ -e 's/@''GNULIB_READ''@/1/g' \ -e 's/@''GNULIB_READLINK''@/1/g' \ -e 's/@''GNULIB_READLINKAT''@/0/g' \ -e 's/@''GNULIB_RMDIR''@/0/g' \ -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \ -e 's/@''GNULIB_SLEEP''@/1/g' \ -e 's/@''GNULIB_SYMLINK''@/IN_PARTED_GNULIB_TESTS/g' \ -e 's/@''GNULIB_SYMLINKAT''@/0/g' \ -e 's/@''GNULIB_TRUNCATE''@/0/g' \ -e 's/@''GNULIB_TTYNAME_R''@/0/g' \ -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' \ -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \ -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \ -e 's/@''GNULIB_UNLINK''@/1/g' \ -e 's/@''GNULIB_UNLINKAT''@/0/g' \ -e 's/@''GNULIB_USLEEP''@/1/g' \ -e 's/@''GNULIB_WRITE''@/0/g' \ < ./unistd.in.h | \ sed -e 's|@''HAVE_CHOWN''@|1|g' \ -e 's|@''HAVE_COPY_FILE_RANGE''@|1|g' \ -e 's|@''HAVE_DUP2''@|1|g' \ -e 's|@''HAVE_DUP3''@|1|g' \ -e 's|@''HAVE_EUIDACCESS''@|1|g' \ -e 's|@''HAVE_FACCESSAT''@|1|g' \ -e 's|@''HAVE_FCHDIR''@|1|g' \ -e 's|@''HAVE_FCHOWNAT''@|1|g' \ -e 's|@''HAVE_FDATASYNC''@|1|g' \ -e 's|@''HAVE_FSYNC''@|1|g' \ -e 's|@''HAVE_FTRUNCATE''@|1|g' \ -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \ -e 's|@''HAVE_GETGROUPS''@|1|g' \ -e 's|@''HAVE_GETHOSTNAME''@|1|g' \ -e 's|@''HAVE_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_GETPASS''@|1|g' \ -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \ -e 's|@''HAVE_LCHOWN''@|1|g' \ -e 's|@''HAVE_LINK''@|1|g' \ -e 's|@''HAVE_LINKAT''@|1|g' \ -e 's|@''HAVE_PIPE''@|1|g' \ -e 's|@''HAVE_PIPE2''@|1|g' \ -e 's|@''HAVE_PREAD''@|1|g' \ -e 's|@''HAVE_PWRITE''@|1|g' \ -e 's|@''HAVE_READLINK''@|1|g' \ -e 's|@''HAVE_READLINKAT''@|1|g' \ -e 's|@''HAVE_SETHOSTNAME''@|1|g' \ -e 's|@''HAVE_SLEEP''@|1|g' \ -e 's|@''HAVE_SYMLINK''@|1|g' \ -e 's|@''HAVE_SYMLINKAT''@|1|g' \ -e 's|@''HAVE_UNLINKAT''@|1|g' \ -e 's|@''HAVE_USLEEP''@|1|g' \ -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \ -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \ -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \ -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \ -e 's|@''HAVE_DECL_GETLOGIN''@|1|g' \ -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \ -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \ -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \ -e 's|@''HAVE_DECL_TRUNCATE''@|1|g' \ -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \ -e 's|@''HAVE_OS_H''@|0|g' \ -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \ | \ sed -e 's|@''REPLACE_CHOWN''@|0|g' \ -e 's|@''REPLACE_CLOSE''@|0|g' \ -e 's|@''REPLACE_DUP''@|0|g' \ -e 's|@''REPLACE_DUP2''@|0|g' \ -e 's|@''REPLACE_FACCESSAT''@|0|g' \ -e 's|@''REPLACE_FCHOWNAT''@|0|g' \ -e 's|@''REPLACE_FTRUNCATE''@|0|g' \ -e 's|@''REPLACE_GETCWD''@|0|g' \ -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \ -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \ -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \ -e 's|@''REPLACE_GETGROUPS''@|0|g' \ -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \ -e 's|@''REPLACE_GETPASS''@|0|g' \ -e 's|@''REPLACE_ISATTY''@|0|g' \ -e 's|@''REPLACE_LCHOWN''@|0|g' \ -e 's|@''REPLACE_LINK''@|0|g' \ -e 's|@''REPLACE_LINKAT''@|0|g' \ -e 's|@''REPLACE_LSEEK''@|0|g' \ -e 's|@''REPLACE_PREAD''@|0|g' \ -e 's|@''REPLACE_PWRITE''@|0|g' \ -e 's|@''REPLACE_READ''@|0|g' \ -e 's|@''REPLACE_READLINK''@|0|g' \ -e 's|@''REPLACE_READLINKAT''@|0|g' \ -e 's|@''REPLACE_RMDIR''@|0|g' \ -e 's|@''REPLACE_SLEEP''@|0|g' \ -e 's|@''REPLACE_SYMLINK''@|0|g' \ -e 's|@''REPLACE_SYMLINKAT''@|0|g' \ -e 's|@''REPLACE_TRUNCATE''@|0|g' \ -e 's|@''REPLACE_TTYNAME_R''@|0|g' \ -e 's|@''REPLACE_UNLINK''@|0|g' \ -e 's|@''REPLACE_UNLINKAT''@|0|g' \ -e 's|@''REPLACE_USLEEP''@|0|g' \ -e 's|@''REPLACE_WRITE''@|0|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \ } > unistd.h-t && \ mv unistd.h-t unistd.h rm -f wchar.h-t wchar.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''HAVE_FEATURES_H''@|1|g' \ -e 's|@''NEXT_WCHAR_H''@||g' \ -e 's|@''HAVE_WCHAR_H''@|1|g' \ -e 's/@''HAVE_CRTDEFS_H''@/0/g' \ -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g' \ -e 's/@''GNULIB_BTOWC''@/1/g' \ -e 's/@''GNULIB_WCTOB''@/IN_PARTED_GNULIB_TESTS/g' \ -e 's/@''GNULIB_MBSINIT''@/1/g' \ -e 's/@''GNULIB_MBRTOWC''@/1/g' \ -e 's/@''GNULIB_MBRLEN''@/0/g' \ -e 's/@''GNULIB_MBSRTOWCS''@/0/g' \ -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \ -e 's/@''GNULIB_WCRTOMB''@/1/g' \ -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \ -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \ -e 's/@''GNULIB_WCWIDTH''@/0/g' \ -e 's/@''GNULIB_WMEMCHR''@/0/g' \ -e 's/@''GNULIB_WMEMCMP''@/0/g' \ -e 's/@''GNULIB_WMEMCPY''@/0/g' \ -e 's/@''GNULIB_WMEMMOVE''@/0/g' \ -e 's/@''GNULIB_WMEMSET''@/0/g' \ -e 's/@''GNULIB_WCSLEN''@/0/g' \ -e 's/@''GNULIB_WCSNLEN''@/0/g' \ -e 's/@''GNULIB_WCSCPY''@/0/g' \ -e 's/@''GNULIB_WCPCPY''@/0/g' \ -e 's/@''GNULIB_WCSNCPY''@/0/g' \ -e 's/@''GNULIB_WCPNCPY''@/0/g' \ -e 's/@''GNULIB_WCSCAT''@/0/g' \ -e 's/@''GNULIB_WCSNCAT''@/0/g' \ -e 's/@''GNULIB_WCSCMP''@/0/g' \ -e 's/@''GNULIB_WCSNCMP''@/0/g' \ -e 's/@''GNULIB_WCSCASECMP''@/0/g' \ -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \ -e 's/@''GNULIB_WCSCOLL''@/0/g' \ -e 's/@''GNULIB_WCSXFRM''@/0/g' \ -e 's/@''GNULIB_WCSDUP''@/0/g' \ -e 's/@''GNULIB_WCSCHR''@/0/g' \ -e 's/@''GNULIB_WCSRCHR''@/0/g' \ -e 's/@''GNULIB_WCSCSPN''@/0/g' \ -e 's/@''GNULIB_WCSSPN''@/0/g' \ -e 's/@''GNULIB_WCSPBRK''@/0/g' \ -e 's/@''GNULIB_WCSSTR''@/0/g' \ -e 's/@''GNULIB_WCSTOK''@/0/g' \ -e 's/@''GNULIB_WCSWIDTH''@/0/g' \ -e 's/@''GNULIB_WCSFTIME''@/0/g' \ < ./wchar.in.h | \ sed -e 's|@''HAVE_WINT_T''@|1|g' \ -e 's|@''HAVE_BTOWC''@|1|g' \ -e 's|@''HAVE_MBSINIT''@|1|g' \ -e 's|@''HAVE_MBRTOWC''@|1|g' \ -e 's|@''HAVE_MBRLEN''@|1|g' \ -e 's|@''HAVE_MBSRTOWCS''@|1|g' \ -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \ -e 's|@''HAVE_WCRTOMB''@|1|g' \ -e 's|@''HAVE_WCSRTOMBS''@|1|g' \ -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \ -e 's|@''HAVE_WMEMCHR''@|1|g' \ -e 's|@''HAVE_WMEMCMP''@|1|g' \ -e 's|@''HAVE_WMEMCPY''@|1|g' \ -e 's|@''HAVE_WMEMMOVE''@|1|g' \ -e 's|@''HAVE_WMEMSET''@|1|g' \ -e 's|@''HAVE_WCSLEN''@|1|g' \ -e 's|@''HAVE_WCSNLEN''@|1|g' \ -e 's|@''HAVE_WCSCPY''@|1|g' \ -e 's|@''HAVE_WCPCPY''@|1|g' \ -e 's|@''HAVE_WCSNCPY''@|1|g' \ -e 's|@''HAVE_WCPNCPY''@|1|g' \ -e 's|@''HAVE_WCSCAT''@|1|g' \ -e 's|@''HAVE_WCSNCAT''@|1|g' \ -e 's|@''HAVE_WCSCMP''@|1|g' \ -e 's|@''HAVE_WCSNCMP''@|1|g' \ -e 's|@''HAVE_WCSCASECMP''@|1|g' \ -e 's|@''HAVE_WCSNCASECMP''@|1|g' \ -e 's|@''HAVE_WCSCOLL''@|1|g' \ -e 's|@''HAVE_WCSXFRM''@|1|g' \ -e 's|@''HAVE_WCSDUP''@|1|g' \ -e 's|@''HAVE_WCSCHR''@|1|g' \ -e 's|@''HAVE_WCSRCHR''@|1|g' \ -e 's|@''HAVE_WCSCSPN''@|1|g' \ -e 's|@''HAVE_WCSSPN''@|1|g' \ -e 's|@''HAVE_WCSPBRK''@|1|g' \ -e 's|@''HAVE_WCSSTR''@|1|g' \ -e 's|@''HAVE_WCSTOK''@|1|g' \ -e 's|@''HAVE_WCSWIDTH''@|1|g' \ -e 's|@''HAVE_WCSFTIME''@|1|g' \ -e 's|@''HAVE_DECL_WCTOB''@|1|g' \ -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \ | \ sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \ -e 's|@''REPLACE_BTOWC''@|0|g' \ -e 's|@''REPLACE_WCTOB''@|0|g' \ -e 's|@''REPLACE_MBSINIT''@|0|g' \ -e 's|@''REPLACE_MBRTOWC''@|1|g' \ -e 's|@''REPLACE_MBRLEN''@|0|g' \ -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \ -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \ -e 's|@''REPLACE_WCRTOMB''@|0|g' \ -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \ -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \ -e 's|@''REPLACE_WCWIDTH''@|0|g' \ -e 's|@''REPLACE_WCSWIDTH''@|0|g' \ -e 's|@''REPLACE_WCSFTIME''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \ } > wchar.h-t && \ mv wchar.h-t wchar.h rm -f wctype.h-t wctype.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's/@''HAVE_WCTYPE_H''@/1/g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_WCTYPE_H''@||g' \ -e 's/@''HAVE_CRTDEFS_H''@/0/g' \ -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g' \ -e 's/@''GNULIB_ISWBLANK''@/0/g' \ -e 's/@''GNULIB_WCTYPE''@/0/g' \ -e 's/@''GNULIB_ISWCTYPE''@/0/g' \ -e 's/@''GNULIB_WCTRANS''@/0/g' \ -e 's/@''GNULIB_TOWCTRANS''@/0/g' \ -e 's/@''HAVE_ISWBLANK''@/1/g' \ -e 's/@''HAVE_ISWCNTRL''@/1/g' \ -e 's/@''HAVE_WCTYPE_T''@/1/g' \ -e 's/@''HAVE_WCTRANS_T''@/1/g' \ -e 's/@''HAVE_WINT_T''@/1/g' \ -e 's/@''REPLACE_ISWBLANK''@/0/g' \ -e 's/@''REPLACE_ISWCNTRL''@/0/g' \ -e 's/@''REPLACE_TOWLOWER''@/0/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ < ./wctype.in.h; \ } > wctype.h-t && \ mv wctype.h-t wctype.h /usr/bin/make all-am make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/lib' /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o argmatch.lo argmatch.c /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o c-ctype.lo c-ctype.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c argmatch.c -fPIC -DPIC -o .libs/argmatch.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o c-strcasecmp.lo c-strcasecmp.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c c-ctype.c -fPIC -DPIC -o .libs/c-ctype.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o c-strncasecmp.lo c-strncasecmp.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c c-strcasecmp.c -fPIC -DPIC -o .libs/c-strcasecmp.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o close-stream.lo close-stream.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c close-stream.c -fPIC -DPIC -o .libs/close-stream.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o closeout.lo closeout.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c c-strncasecmp.c -fPIC -DPIC -o .libs/c-strncasecmp.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o dirname.lo dirname.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c closeout.c -fPIC -DPIC -o .libs/closeout.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o basename.lo basename.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c dirname.c -fPIC -DPIC -o .libs/dirname.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o dirname-lgpl.lo dirname-lgpl.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c basename.c -fPIC -DPIC -o .libs/basename.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o basename-lgpl.lo basename-lgpl.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c dirname-lgpl.c -fPIC -DPIC -o .libs/dirname-lgpl.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o stripslash.lo stripslash.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c stripslash.c -fPIC -DPIC -o .libs/stripslash.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o exitfail.lo exitfail.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c exitfail.c -fPIC -DPIC -o .libs/exitfail.o libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c basename-lgpl.c -fPIC -DPIC -o .libs/basename-lgpl.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o fd-hook.lo fd-hook.c /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o getprogname.lo getprogname.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c fd-hook.c -fPIC -DPIC -o .libs/fd-hook.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o hard-locale.lo hard-locale.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c getprogname.c -fPIC -DPIC -o .libs/getprogname.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o localcharset.lo localcharset.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c localcharset.c -fPIC -DPIC -o .libs/localcharset.o libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c hard-locale.c -fPIC -DPIC -o .libs/hard-locale.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o long-options.lo long-options.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c long-options.c -fPIC -DPIC -o .libs/long-options.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o malloca.lo malloca.c /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o progname.lo progname.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c malloca.c -fPIC -DPIC -o .libs/malloca.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o quotearg.lo quotearg.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c quotearg.c -fPIC -DPIC -o .libs/quotearg.o libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c progname.c -fPIC -DPIC -o .libs/progname.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o safe-read.lo safe-read.c /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o stat-time.lo stat-time.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c stat-time.c -fPIC -DPIC -o .libs/stat-time.o libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c safe-read.c -fPIC -DPIC -o .libs/safe-read.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o tempname.lo tempname.c /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o glthread/threadlib.lo glthread/threadlib.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c glthread/threadlib.c -fPIC -DPIC -o glthread/.libs/threadlib.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o unistd.lo unistd.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c tempname.c -fPIC -DPIC -o .libs/tempname.o libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c unistd.c -fPIC -DPIC -o .libs/unistd.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o version-etc.lo version-etc.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c version-etc.c -fPIC -DPIC -o .libs/version-etc.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o version-etc-fsf.lo version-etc-fsf.c /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o wctype-h.lo wctype-h.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c version-etc-fsf.c -fPIC -DPIC -o .libs/version-etc-fsf.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o xmalloc.lo xmalloc.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c xmalloc.c -fPIC -DPIC -o .libs/xmalloc.o libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c wctype-h.c -fPIC -DPIC -o .libs/wctype-h.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o xalloc-die.lo xalloc-die.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c xalloc-die.c -fPIC -DPIC -o .libs/xalloc-die.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o xstrndup.lo xstrndup.c /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o xstrtol.lo xstrtol.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c xstrndup.c -fPIC -DPIC -o .libs/xstrndup.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o xstrtoul.lo xstrtoul.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c xstrtoul.c -fPIC -DPIC -o .libs/xstrtoul.o libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c xstrtol.c -fPIC -DPIC -o .libs/xstrtol.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o xstrtol-error.lo xstrtol-error.c /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o localtime-buffer.lo localtime-buffer.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c xstrtol-error.c -fPIC -DPIC -o .libs/xstrtol-error.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o mbrtowc.lo mbrtowc.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c localtime-buffer.c -fPIC -DPIC -o .libs/localtime-buffer.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o regex.lo regex.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c regex.c -fPIC -DPIC -o .libs/regex.o libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c mbrtowc.c -fPIC -DPIC -o .libs/mbrtowc.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o xstrtoll.lo xstrtoll.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c xstrtoll.c -fPIC -DPIC -o .libs/xstrtoll.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o xstrtoull.lo xstrtoull.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c xstrtoull.c -fPIC -DPIC -o .libs/xstrtoull.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o glthread/lock.lo glthread/lock.c libtool: compile: gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c glthread/lock.c -fPIC -DPIC -o glthread/.libs/lock.o BUILDSTDERR: /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -no-undefined -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic -o libgnulib.la argmatch.lo c-ctype.lo c-strcasecmp.lo c-strncasecmp.lo close-stream.lo closeout.lo dirname.lo basename.lo dirname-lgpl.lo basename-lgpl.lo stripslash.lo exitfail.lo fd-hook.lo getprogname.lo hard-locale.lo localcharset.lo glthread/lock.lo long-options.lo malloca.lo progname.lo quotearg.lo safe-read.lo stat-time.lo tempname.lo glthread/threadlib.lo unistd.lo version-etc.lo version-etMakefile:1652: target 'arch/.deps/linux.Plo' given more than once in the same rule BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from ../../lib/string.h:41, BUILDSTDERR: from ../../include/parted/vtoc.h:17, BUILDSTDERR: from fdasd.c:21: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'fdasd_write_vtoc_labels' at fdasd.c:353:4, BUILDSTDERR: inlined from 'fdasd_write_labels' at fdasd.c:421:3: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 5 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'fdasd_write_vtoc_labels' at fdasd.c:362:6, BUILDSTDERR: inlined from 'fdasd_write_labels' at fdasd.c:421:3: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 6 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'fdasd_write_vtoc_labels' at fdasd.c:365:6, BUILDSTDERR: inlined from 'fdasd_write_labels' at fdasd.c:421:3: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 6 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'fdasd_write_vtoc_labels' at fdasd.c:368:6, BUILDSTDERR: inlined from 'fdasd_write_labels' at fdasd.c:421:3: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 6 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'fdasd_write_vtoc_labels' at fdasd.c:371:6, BUILDSTDERR: inlined from 'fdasd_write_labels' at fdasd.c:421:3: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 6 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'fdasd_write_vtoc_labels' at fdasd.c:374:6, BUILDSTDERR: inlined from 'fdasd_write_labels' at fdasd.c:421:3: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 6 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'fdasd_write_vtoc_labels' at fdasd.c:346:4, BUILDSTDERR: inlined from 'fdasd_write_labels' at fdasd.c:421:3: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 44 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: fdasd.c: In function 'fdasd_write_labels': BUILDSTDERR: fdasd.c:356:20: warning: '%04d' directive writing between 4 and 10 bytes into a region of size 6 [-Wformat-overflow=] BUILDSTDERR: 356 | sprintf (dsno, "%04d.", k + 1); BUILDSTDERR: | ^~~~ BUILDSTDERR: fdasd.c:356:19: note: directive argument in the range [1, 2147483647] BUILDSTDERR: 356 | sprintf (dsno, "%04d.", k + 1); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from ../../lib/stdio.h:43, BUILDSTDERR: from ../../include/parted/vtoc.h:19, BUILDSTDERR: from fdasd.c:21: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 12 bytes into a destination of size 6 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from ../../lib/string.h:41, BUILDSTDERR: from ../../include/parted/vtoc.h:17, BUILDSTDERR: from fdasd.c:21: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'fdasd_write_vtoc_labels' at fdasd.c:350:4, BUILDSTDERR: inlined from 'fdasd_write_labels' at fdasd.c:421:3: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 6 bytes from a string of length 6 [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'fdasd_write_vtoc_labels' at fdasd.c:357:4, BUILDSTDERR: inlined from 'fdasd_write_labels' at fdasd.c:421:3: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 5 bytes from a string of length 5 [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'fdasd_write_vtoc_labels' at fdasd.c:338:4, BUILDSTDERR: inlined from 'fdasd_write_labels' at fdasd.c:421:3: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 31 bytes from a string of length 44 [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'fdasd_prepare_labels' at fdasd.c:479:4: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 5 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'fdasd_prepare_labels' at fdasd.c:488:6: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 6 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'fdasd_prepare_labels' at fdasd.c:491:6: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 6 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'fdasd_prepare_labels' at fdasd.c:494:6: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 6 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'fdasd_prepare_labels' at fdasd.c:497:6: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 6 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'fdasd_prepare_labels' at fdasd.c:500:6: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 6 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'fdasd_prepare_labels' at fdasd.c:472:4: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 44 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: fdasd.c: In function 'fdasd_prepare_labels': BUILDSTDERR: fdasd.c:482:20: warning: '%04d' directive writing between 4 and 10 bytes into a region of size 6 [-Wformat-overflow=] BUILDSTDERR: 482 | sprintf (dsno, "%04d.", k + 1); BUILDSTDERR: | ^~~~ BUILDSTDERR: fdasd.c:482:19: note: directive argument in the range [1, 2147483647] BUILDSTDERR: 482 | sprintf (dsno, "%04d.", k + 1); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from ../../lib/stdio.h:43, BUILDSTDERR: from ../../include/parted/vtoc.h:19, BUILDSTDERR: from fdasd.c:21: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 12 bytes into a destination of size 6 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from ../../lib/string.h:41, BUILDSTDERR: from ../../include/parted/vtoc.h:17, BUILDSTDERR: from fdasd.c:21: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'fdasd_prepare_labels' at fdasd.c:476:4: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 6 bytes from a string of length 6 [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'fdasd_prepare_labels' at fdasd.c:483:4: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 5 bytes from a string of length 5 [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'fdasd_prepare_labels' at fdasd.c:464:4: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 31 bytes from a string of length 44 [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c-fsf.lo wctype-h.lo xmalloc.lo xalloc-die.lo xstrndup.lo xstrtol.lo xstrtoul.lo xstrtol-error.lo localtime-buffer.lo mbrtowc.lo regex.lo xstrtoll.lo xstrtoull.lo libtool: link: ar cru .libs/libgnulib.a .libs/argmatch.o .libs/c-ctype.o .libs/c-strcasecmp.o .libs/c-strncasecmp.o .libs/close-stream.o .libs/closeout.o .libs/dirname.o .libs/basename.o .libs/dirname-lgpl.o .libs/basename-lgpl.o .libs/stripslash.o .libs/exitfail.o .libs/fd-hook.o .libs/getprogname.o .libs/hard-locale.o .libs/localcharset.o glthread/.libs/lock.o .libs/long-options.o .libs/malloca.o .libs/progname.o .libs/quotearg.o .libs/safe-read.o .libs/stat-time.o .libs/tempname.o glthread/.libs/threadlib.o .libs/unistd.o .libs/version-etc.o .libs/version-etc-fsf.o .libs/wctype-h.o .libs/xmalloc.o .libs/xalloc-die.o .libs/xstrndup.o .libs/xstrtol.o .libs/xstrtoul.o .libs/xstrtol-error.o .libs/localtime-buffer.o .libs/mbrtowc.o .libs/regex.o .libs/xstrtoll.o .libs/xstrtoull.o libtool: link: ranlib .libs/libgnulib.a libtool: link: ( cd ".libs" && rm -f "libgnulib.la" && ln -s "../libgnulib.la" "libgnulib.la" ) make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/lib' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/lib' Making all in include make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include' Making all in parted make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include/parted' /usr/bin/make all-am make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include' Making all in libparted make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted' Making all in labels make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' /usr/bin/make all-am make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o dasd.lo dasd.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o fdasd.lo fdasd.c libtool: compile: gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c fdasd.c -fPIC -DPIC -o .libs/fdasd.o BUILDSTDERR: libtool: compile: gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-sIn file included from /usr/include/string.h:494, BUILDSTDERR: from ../../lib/string.h:41, BUILDSTDERR: from ../../include/parted/parted.h:45, BUILDSTDERR: from dasd.c:35: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'dasd_update_type' at dasd.c:574:5, BUILDSTDERR: inlined from 'dasd_write' at dasd.c:676:2: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 6 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'dasd_update_type' at dasd.c:578:5, BUILDSTDERR: inlined from 'dasd_write' at dasd.c:676:2: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 6 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'dasd_update_type' at dasd.c:582:5, BUILDSTDERR: inlined from 'dasd_write' at dasd.c:676:2: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 6 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'dasd_update_type' at dasd.c:586:5, BUILDSTDERR: inlined from 'dasd_write' at dasd.c:676:2: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 6 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'dasd_update_type' at dasd.c:590:5, BUILDSTDERR: inlined from 'dasd_write' at dasd.c:676:2: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 6 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: atari.c: In function 'atari_probe': BUILDSTDERR: atari.c:256:62: warning: pointer targets in passing argument 1 of 'atr_pid_known' differ in signedness [-Wpointer-sign] BUILDSTDERR: 256 | #define atr_part_known(part, pid_list) (atr_pid_known ((part)->id, pid_list)) BUILDSTDERR: | ~~~~~~^~~~ BUILDSTDERR: | | BUILDSTDERR: | uint8_t * {aka unsigned char *} BUILDSTDERR: atari.c:418:9: note: in expansion of macro 'atr_part_known' BUILDSTDERR: 418 | && atr_part_known (&table.icd_part[0], atr_known_icd_pid)) { BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: atari.c:228:28: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} BUILDSTDERR: 228 | atr_pid_known (const char* pid, const char** pid_list) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: atari.c: In function 'atr_parse_add_rawpart': BUILDSTDERR: atari.c:550:32: warning: pointer targets in passing argument 2 of 'atr_part_sysraw' differ in signedness [-Wpointer-sign] BUILDSTDERR: 550 | atr_part_sysraw (part, rawpart->id, rawpart->flag); BUILDSTDERR: | ~~~~~~~^~~~ BUILDSTDERR: | | BUILDSTDERR: | const uint8_t * {aka const unsigned char *} BUILDSTDERR: atari.c:507:50: note: expected 'const char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} BUILDSTDERR: 507 | atr_part_sysraw (PedPartition* part, const char* id, uint8_t flag) BUILDSTDERR: | ~~~~~~~~~~~~^~ BUILDSTDERR: atari.c: In function 'atari_read': BUILDSTDERR: atari.c:256:62: warning: pointer targets in passing argument 1 of 'atr_pid_known' differ in signedness [-Wpointer-sign] BUILDSTDERR: 256 | #define atr_part_known(part, pid_list) (atr_pid_known ((part)->id, pid_list)) BUILDSTDERR: | ~~~~~~^~~~ BUILDSTDERR: | | BUILDSTDERR: | uint8_t * {aka unsigned char *} BUILDSTDERR: atari.c:700:7: note: in expansion of macro 'atr_part_known' BUILDSTDERR: 700 | && atr_part_known (&table.icd_part[0], atr_known_icd_pid)) BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: atari.c:228:28: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} BUILDSTDERR: 228 | atr_pid_known (const char* pid, const char** pid_list) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: atari.c:256:62: warning: pointer targets in passing argument 1 of 'atr_pid_known' differ in signedness [-Wpointer-sign] BUILDSTDERR: 256 | #define atr_part_known(part, pid_list) (atr_pid_known ((part)->id, pid_list)) BUILDSTDERR: | ~~~~~~^~~~ BUILDSTDERR: | | BUILDSTDERR: | uint8_t * {aka unsigned char *} BUILDSTDERR: atari.c:703:8: note: in expansion of macro 'atr_part_known' BUILDSTDERR: 703 | if (!atr_part_known (&table.icd_part[i], atr_known_icd_pid) BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: atari.c:228:28: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} BUILDSTDERR: 228 | atr_pid_known (const char* pid, const char** pid_list) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: atari.c: In function 'atari_write': BUILDSTDERR: atari.c:256:62: warning: pointer targets in passing argument 1 of 'atr_pid_known' differ in signedness [-Wpointer-sign] BUILDSTDERR: 256 | #define atr_part_known(part, pid_list) (atr_pid_known ((part)->id, pid_list)) BUILDSTDERR: | ~~~~~~^~~~ BUILDSTDERR: | | BUILDSTDERR: | uint8_t * {aka unsigned char *} BUILDSTDERR: atari.c:1125:9: note: in expansion of macro 'atr_part_known' BUILDSTDERR: 1125 | && atr_part_known (&table.icd_part[0], atr_known_icd_pid)) { BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: atari.c:228:28: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} BUILDSTDERR: 228 | atr_pid_known (const char* pid, const char** pid_list) BUILDSTDERR: | ~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from ../../lib/string.h:41, BUILDSTDERR: from ../../include/parted/vtoc.h:17, BUILDSTDERR: from vtoc.c:2: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'vtoc_volume_label_set_volser' at vtoc.c:450:2: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 6 bytes from a string of length 6 [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'vtoc_init_format_1_8_label' at vtoc.c:755:2: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 6 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'vtoc_init_format_1_8_label' at vtoc.c:754:2: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 44 bytes from a string of length 79 [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'vtoc_init_format_1_8_label' at vtoc.c:766:2: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 13 bytes from a string of length 79 [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ witches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c dasd.c -fPIC -DPIC -o .libs/dasd.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o vtoc.lo vtoc.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o aix.lo aix.c libtool: compile: gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c aix.c -fPIC -DPIC -o .libs/aix.o libtool: compile: gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c vtoc.c -fPIC -DPIC -o .libs/vtoc.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o atari.lo atari.c libtool: compile: gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c atari.c -fPIC -DPIC -o .libs/atari.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o bsd.lo bsd.c libtool: compile: gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c bsd.c -fPIC -DPIC -o .libs/bsd.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o dos.lo dos.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o dvh.lo dvh.c libtool: compile: gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c dvh.c -fPIC -DPIC -o .libs/dvh.o libtool: compile: gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c dos.c -fPIC -DPIC -o .libs/dos.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o efi_crc32.lo efi_crc32.c libtool: compile: gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c efi_crc32.c -fPIC -DPIC -o .libs/efi_crc32.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o gpt.lo gpt.c libtool: compile: gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c gpt.c -fPIC -DPIC -o .libs/gpt.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o loop.lo loop.c libtool: compile: gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c loop.c -fPIC -DPIC -o .libs/loop.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o mac.lo mac.c libtool: compile: gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c mac.c -fPIC -DPIC -o .libs/mac.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o pc98.lo pc98.c libtool: compile: gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c pc98.c -fPIC -DPIC -o .libs/pc98.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o pt-tools.lo pt-tools.c libtool: compile: gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c pt-tools.c -fPIC -DPIC -o .libs/pt-tools.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o rdb.lo rdb.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o sun.lo sun.c libtool: compile: gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c rdb.c -fPIC -DPIC -o .libs/rdb.o libtool: compile: gcc -I. -I../../lib -I../../lib -I../../include -I../../include -I../../libparted -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c sun.c -fPIC -DPIC -o .libs/sun.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic -o liblabels.la dasd.lo fdasd.lo vtoc.lo aix.lo atari.lo bsd.lo dos.lo dvh.lo efi_crc32.lo gpt.lo loop.lo mac.lo pc98.lo pt-tools.lo rdb.lo sun.lo libtool: link: ar cru .libs/liblabels.a .libs/dasd.o .libs/fdasd.o .libs/vtoc.o .libs/aix.o .libs/atari.o .libs/bsd.o .libs/dos.o .libs/dvh.o .libs/efi_crc32.o .libs/gpt.o .libs/loop.o .libs/mac.o .libs/pc98.o .libs/pt-tools.o .libs/rdb.o .libs/sun.o libtool: link: ranlib .libs/liblabels.a libtool: link: ( cd ".libs" && rm -f "liblabels.la" && ln -s "../liblabels.la" "liblabels.la" ) make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' Making all in fs make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted/fs' /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o r/filesys.lo r/filesys.c BUILDSTDERR: /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -r/fat/bootsector.c: In function 'fat_boot_sector_set_boot_code': BUILDSTDERR: r/fat/bootsector.c:274:15: warning: unused variable 'fs_info' [-Wunused-variable] BUILDSTDERR: 274 | FatSpecific* fs_info = FAT_SPECIFIC (fs); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from ../../lib/string.h:41, BUILDSTDERR: from ../../include/parted/parted.h:45, BUILDSTDERR: from r/fat/fat.h:23, BUILDSTDERR: from r/fat/bootsector.c:21: BUILDSTDERR: In function 'memcpy', BUILDSTDERR: inlined from 'fat_boot_sector_set_boot_code' at r/fat/bootsector.c:283:2: BUILDSTDERR: /usr/include/bits/string_fortified.h:34:10: warning: '__builtin_memcpy' forming offset [126, 128] is out of the bounds [0, 125] [-Warray-bounds] BUILDSTDERR: 34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o r/fat/bootsector.lo r/fat/bootsector.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c r/filesys.c -fPIC -DPIC -o r/.libs/filesys.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o r/fat/calc.lo r/fat/calc.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c r/fat/bootsector.c -fPIC -DPIC -o r/fat/.libs/bootsector.o libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c r/fat/calc.c -fPIC -DPIC -o r/fat/.libs/calc.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o r/fat/clstdup.lo r/fat/clstdup.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c r/fat/clstdup.c -fPIC -DPIC -o r/fat/.libs/clstdup.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o r/fat/context.lo r/fat/context.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o r/fat/count.lo r/fat/count.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c r/fat/count.c -fPIC -DPIC -o r/fat/.libs/count.o libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c r/fat/context.c -fPIC -DPIC -o r/fat/.libs/context.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o r/fat/fat.lo r/fat/fat.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o r/fat/fatio.lo r/fat/fatio.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c r/fat/fat.c -fPIC -DPIC -o r/fat/.libs/fat.o libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c r/fat/fatio.c -fPIC -DPIC -o r/fat/.libs/fatio.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o r/fat/resize.lo r/fat/resize.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c r/fat/resize.c -fPIC -DPIC -o r/fat/.libs/resize.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o r/fat/table.lo r/fat/table.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c r/fat/table.c -fPIC -DPIC -o r/fat/.libs/table.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o r/fat/traverse.lo r/fat/traverse.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o r/hfs/advfs.lo r/hfs/advfs.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c r/hfs/advfs.c -fPIC -DPIC -o r/hfs/.libs/advfs.o libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c r/fat/traverse.c -fPIC -DPIC -o r/fat/.libs/traverse.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o r/hfs/advfs_plus.lo r/hfs/advfs_plus.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c r/hfs/advfs_plus.c -fPIC -DPIC -o r/hfs/.libs/advfs_plus.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o r/hfs/cache.lo r/hfs/cache.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o r/hfs/file.lo r/hfs/file.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c r/hfs/file.c -fPIC -DPIC -o r/hfs/.libs/file.o libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c r/hfs/cache.c -fPIC -DPIC -o r/hfs/.libs/cache.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o r/hfs/file_plus.lo r/hfs/file_plus.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c r/hfs/file_plus.c -fPIC -DPIC -o r/hfs/.libs/file_plus.o BUILDSTDERR: /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstacr/hfs/hfs.c:343:1: warning: 'hfsplus_clobber' defined but not used [-Wunused-function] BUILDSTDERR: 343 | hfsplus_clobber (PedGeometry* geom) BUILDSTDERR: | ^~~~~~~~~~~~~~~ k-clash-protection -Wno-unused-but-set-variable -c -o r/hfs/hfs.lo r/hfs/hfs.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o r/hfs/journal.lo r/hfs/journal.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c r/hfs/journal.c -fPIC -DPIC -o r/hfs/.libs/journal.o libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c r/hfs/hfs.c -fPIC -DPIC -o r/hfs/.libs/hfs.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o r/hfs/probe.lo r/hfs/probe.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c r/hfs/probe.c -fPIC -DPIC -o r/hfs/.libs/probe.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o r/hfs/reloc.lo r/hfs/reloc.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c r/hfs/reloc.c -fPIC -DPIC -o r/hfs/.libs/reloc.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o r/hfs/reloc_plus.lo r/hfs/reloc_plus.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c r/hfs/reloc_plus.c -fPIC -DPIC -o r/hfs/.libs/reloc_plus.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o amiga/affs.lo amiga/affs.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o amiga/amiga.lo amiga/amiga.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c amiga/affs.c -fPIC -DPIC -o amiga/.libs/affs.o libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c amiga/amiga.c -fPIC -DPIC -o amiga/.libs/amiga.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o amiga/apfs.lo amiga/apfs.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o amiga/asfs.lo amiga/asfs.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c amiga/asfs.c -fPIC -DPIC -o amiga/.libs/asfs.o libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c amiga/apfs.c -fPIC -DPIC -o amiga/.libs/apfs.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o amiga/a-interface.lo amiga/a-interface.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o btrfs/btrfs.lo btrfs/btrfs.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c btrfs/btrfs.c -fPIC -DPIC -o btrfs/.libs/btrfs.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o ext2/interface.lo ext2/interface.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c amiga/a-interface.c -fPIC -DPIC -o amiga/.libs/a-interface.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o fat/bootsector.lo fat/bootsector.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c ext2/interface.c -fPIC -DPIC -o ext2/.libs/interface.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o fat/fat.lo fat/fat.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c fat/bootsector.c -fPIC -DPIC -o fat/.libs/bootsector.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o hfs/hfs.lo hfs/hfs.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c fat/fat.c -fPIC -DPIC -o fat/.libs/fat.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o hfs/probe.lo hfs/probe.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c hfs/hfs.c -fPIC -DPIC -o hfs/.libs/hfs.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o jfs/jfs.lo jfs/jfs.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c hfs/probe.c -fPIC -DPIC -o hfs/.libs/probe.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o linux_swap/linux_swap.lo linux_swap/linux_swap.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c jfs/jfs.c -fPIC -DPIC -o jfs/.libs/jfs.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o nilfs2/nilfs2.lo nilfs2/nilfs2.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c linux_swap/linux_swap.c -fPIC -DPIC -o linux_swap/.libs/linux_swap.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o ntfs/ntfs.lo ntfs/ntfs.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c nilfs2/nilfs2.c -fPIC -DPIC -o nilfs2/.libs/nilfs2.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o reiserfs/reiserfs.lo reiserfs/reiserfs.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c ntfs/ntfs.c -fPIC -DPIC -o ntfs/.libs/ntfs.o libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c reiserfs/reiserfs.c -fPIC -DPIC -o reiserfs/.libs/reiserfs.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o udf/udf.lo udf/udf.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o ufs/ufs.lo ufs/ufs.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c udf/udf.c -fPIC -DPIC -o udf/.libs/udf.o libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c ufs/ufs.c -fPIC -DPIC -o ufs/.libs/ufs.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o xfs/xfs.lo xfs/xfs.c libtool: compile: gcc -I. -I../../lib -I../../libparted/labels -I../../include -I../../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c xfs/xfs.c -fPIC -DPIC -o xfs/.libs/xfs.o BUILDSTDERR: /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specsMakefile:1652: target 'arch/.deps/linux.Plo' given more than once in the same rule =/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -Wl,--version-script=./fsresize.sym -version-info 0:2:0 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic -o libparted-fs-resize.la -rpath /lib64 r/filesys.lo r/fat/bootsector.lo r/fat/calc.lo r/fat/clstdup.lo r/fat/context.lo r/fat/count.lo r/fat/fat.lo r/fat/fatio.lo r/fat/resize.lo r/fat/table.lo r/fat/traverse.lo r/hfs/advfs.lo r/hfs/advfs_plus.lo r/hfs/cache.lo r/hfs/file.lo r/hfs/file_plus.lo r/hfs/hfs.lo r/hfs/journal.lo r/hfs/probe.lo r/hfs/reloc.lo r/hfs/reloc_plus.lo /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic -o libfs.la amiga/affs.lo amiga/amiga.lo amiga/apfs.lo amiga/asfs.lo amiga/a-interface.lo btrfs/btrfs.lo ext2/interface.lo fat/bootsector.lo fat/fat.lo hfs/hfs.lo hfs/probe.lo jfs/jfs.lo linux_swap/linux_swap.lo nilfs2/nilfs2.lo ntfs/ntfs.lo reiserfs/reiserfs.lo udf/udf.lo ufs/ufs.lo xfs/xfs.lo -luuid libtool: link: ar cru .libs/libfs.a amiga/.libs/affs.o amiga/.libs/amiga.o amiga/.libs/apfs.o amiga/.libs/asfs.o amiga/.libs/a-interface.o btrfs/.libs/btrfs.o ext2/.libs/interface.o fat/.libs/bootsector.o fat/.libs/fat.o hfs/.libs/hfs.o hfs/.libs/probe.o jfs/.libs/jfs.o linux_swap/.libs/linux_swap.o nilfs2/.libs/nilfs2.o ntfs/.libs/ntfs.o reiserfs/.libs/reiserfs.o udf/.libs/udf.o ufs/.libs/ufs.o xfs/.libs/xfs.o libtool: link: ranlib .libs/libfs.a libtool: link: ( cd ".libs" && rm -f "libfs.la" && ln -s "../libfs.la" "libfs.la" ) libtool: link: gcc -shared -fPIC -DPIC r/.libs/filesys.o r/fat/.libs/bootsector.o r/fat/.libs/calc.o r/fat/.libs/clstdup.o r/fat/.libs/context.o r/fat/.libs/count.o r/fat/.libs/fat.o r/fat/.libs/fatio.o r/fat/.libs/resize.o r/fat/.libs/table.o r/fat/.libs/traverse.o r/hfs/.libs/advfs.o r/hfs/.libs/advfs_plus.o r/hfs/.libs/cache.o r/hfs/.libs/file.o r/hfs/.libs/file_plus.o r/hfs/.libs/hfs.o r/hfs/.libs/journal.o r/hfs/.libs/probe.o r/hfs/.libs/reloc.o r/hfs/.libs/reloc_plus.o -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -Wl,--version-script=./fsresize.sym -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-soname -Wl,libparted-fs-resize.so.0 -o .libs/libparted-fs-resize.so.0.0.2 libtool: link: (cd ".libs" && rm -f "libparted-fs-resize.so.0" && ln -s "libparted-fs-resize.so.0.0.2" "libparted-fs-resize.so.0") libtool: link: (cd ".libs" && rm -f "libparted-fs-resize.so" && ln -s "libparted-fs-resize.so.0.0.2" "libparted-fs-resize.so") libtool: link: ( cd ".libs" && rm -f "libparted-fs-resize.la" && ln -s "../libparted-fs-resize.la" "libparted-fs-resize.la" ) make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted/fs' Making all in . make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted' /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o debug.lo debug.c /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o architecture.lo architecture.c libtool: compile: gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c debug.c -fPIC -DPIC -o .libs/debug.o libtool: compile: gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c architecture.c -fPIC -DPIC -o .libs/architecture.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o device.lo device.c libtool: compile: gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c device.c -fPIC -DPIC -o .libs/device.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o exception.lo exception.c libtool: compile: gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c exception.c -fPIC -DPIC -o .libs/exception.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o filesys.lo filesys.c /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o libparted.lo libparted.c libtool: compile: gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c filesys.c -fPIC -DPIC -o .libs/filesys.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o timer.lo timer.c libtool: compile: gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c timer.c -fPIC -DPIC -o .libs/timer.o libtool: compile: gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c libparted.c -fPIC -DPIC -o .libs/libparted.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o unit.lo unit.c /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o disk.lo disk.c libtool: compile: gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c disk.c -fPIC -DPIC -o .libs/disk.o libtool: compile: gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c unit.c -fPIC -DPIC -o .libs/unit.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o cs/geom.lo cs/geom.c libtool: compile: gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c cs/geom.c -fPIC -DPIC -o cs/.libs/geom.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o cs/constraint.lo cs/constraint.c /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o cs/natmath.lo cs/natmath.c libtool: compile: gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c cs/constraint.c -fPIC -DPIC -o cs/.libs/constraint.o libtool: compile: gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c cs/natmath.c -fPIC -DPIC -o cs/.libs/natmath.o /bin/sh ../libtool --tag=CC --mode=compile gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o arch/linux.lo arch/linux.c libtool: compile: gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c arch/linux.c -fPIC -DPIC -o arch/.libs/linux.o /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -version-info 2:2:0 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic -o libparted.la -rpath /lib64 debug.lo architecture.lo device.lo exception.lo filesys.lo libparted.lo timer.lo unit.lo disk.lo cs/geom.lo cs/constraint.lo cs/natmath.lo arch/linux.lo fs/libfs.la labels/liblabels.la ../lib/libgnulib.la -ldevmapper -lselinux -lsepol -lblkid -luuid libtool: link: gcc -shared -fPIC -DPIC .libs/debug.o .libs/architecture.o .libs/device.o .libs/exception.o .libs/filesys.o .libs/libparted.o .libs/timer.o .libs/unit.o .libs/disk.o cs/.libs/geom.o cs/.libs/constraint.o cs/.libs/natmath.o arch/.libs/linux.o -Wl,--whole-archive fs/.libs/libfs.a labels/.libs/liblabels.a ../lib/.libs/libgnulib.a -Wl,--no-whole-archive -ldevmapper -lselinux -lsepol -lblkid -luuid -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-soname -Wl,libparted.so.2 -o .libs/libparted.so.2.0.2 libtool: link: (cd ".libs" && rm -f "libparted.so.2" && ln -s "libparted.so.2.0.2" "libparted.so.2") libtool: link: (cd ".libs" && rm -f "libparted.so" && ln -s "libparted.so.2.0.2" "libparted.so") libtool: link: ( cd ".libs" && rm -f "libparted.la" && ln -s "../libparted.la" "libparted.la" ) make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted' Making all in parted make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/parted' rm -f version.c rm -f version.h printf 'extern char const *Version;\n' > version.ht printf '#include \n' > version.ct chmod a-w version.ht mv version.ht version.h printf 'char const *Version = "3.2.153";\n' >> version.ct chmod a-w version.ct mv version.ct version.c /usr/bin/make all-am make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/parted' gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o command.o command.c gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o parted.o parted.c gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o strlist.o strlist.c gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o ui.o ui.c gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o table.o table.c gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o version.o version.c rm -f libver.a ar cr libver.a version.o ranlib libver.a /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -Wl,--as-needed -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic -o parted command.o parted.o strlist.o ui.o table.o libver.a ../libparted/libparted.la -lreadline -ltinfo libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -Wl,--as-needed -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic -o .libs/parted command.o parted.o strlist.o ui.o table.o libver.a ../libparted/.libs/libparted.so -ldevmapper -lselinux -lsepol -lblkid -luuid -lreadline -ltinfo make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/parted' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/parted' Making all in partprobe make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/partprobe' gcc -I. -I../lib -I../lib -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -c -o partprobe.o partprobe.c /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic -o partprobe partprobe.o ../libparted/libparted.la -lreadline -ltinfo libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-but-set-variable -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic -o .libs/partprobe partprobe.o ../libparted/.libs/libparted.so -ldevmapper -lselinux -lsepol -lblkid -luuid -lreadline -ltinfo make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/partprobe' Making all in doc BUILDSTDERR: make[2]: Enter+ RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 ing directory '/builddir/build/BUILD/parted-3.2.153/doc' Making all in C make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc/C' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc/C' Making all in pt_BR make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc/pt_BR' for po in `ls -1 ./*.pt_BR.po 2>/dev/null`; do \ /usr/bin/make $(basename ${po%.pt_BR.po}); \ done make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc/pt_BR' make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc' Making all in debug make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/debug' Making all in test make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/debug/test' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/debug/test' make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/debug' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/debug' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/debug' Making all in tests make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/tests' make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153' make[1]: Leaving directory '/builddir/build/BUILD/parted-3.2.153' Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.PSBwuv + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x '!=' / ']' + rm -rf /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x + cd parted-3.2.153 + /usr/bin/rm -rf /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x /usr/bin/make install-recursive make[1]: Entering directory '/builddir/build/BUILD/parted-3.2.153' Making install in po make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/po' installing ca.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/ca/LC_MESSAGES/parted.mo installing cs.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/cs/LC_MESSAGES/parted.mo installing da.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/da/LC_MESSAGES/parted.mo installing de.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/de/LC_MESSAGES/parted.mo installing es.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/es/LC_MESSAGES/parted.mo installing fr.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/fr/LC_MESSAGES/parted.mo installing fur.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/fur/LC_MESSAGES/parted.mo installing gl.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/gl/LC_MESSAGES/parted.mo installing hu.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/hu/LC_MESSAGES/parted.mo installing id.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/id/LC_MESSAGES/parted.mo installing it.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/it/LC_MESSAGES/parted.mo installing ja.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/ja/LC_MESSAGES/parted.mo installing ko.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/ko/LC_MESSAGES/parted.mo installing nl.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/nl/LC_MESSAGES/parted.mo installing nn.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/nn/LC_MESSAGES/parted.mo installing pl.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/pl/LC_MESSAGES/parted.mo installing pt.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/pt/LC_MESSAGES/parted.mo installing pt_BR.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/pt_BR/LC_MESSAGES/parted.mo installing ro.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/ro/LC_MESSAGES/parted.mo installing ru.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/ru/LC_MESSAGES/parted.mo installing rw.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/rw/LC_MESSAGES/parted.mo installing sk.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/sk/LC_MESSAGES/parted.mo installing sl.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/sl/LC_MESSAGES/parted.mo installing sr.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/sr/LC_MESSAGES/parted.mo installing sv.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/sv/LC_MESSAGES/parted.mo installing tr.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/tr/LC_MESSAGES/parted.mo installing uk.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/uk/LC_MESSAGES/parted.mo installing vi.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/vi/LC_MESSAGES/parted.mo installing zh_CN.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/zh_CN/LC_MESSAGES/parted.mo installing zh_TW.gmo as /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/locale/zh_TW/LC_MESSAGES/parted.mo if test "parted" = "gettext-tools"; then \ /usr/bin/mkdir -p /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ BUILDSTDERR: /builddir/build/BUILDROOT/pMakefile:1652: target 'arch/.deps/linux.Plo' given more than once in the same rule arted-3.2.153-1.fc32.s390x/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/po' Making install in lib make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/lib' /usr/bin/make install-am make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/lib' make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/lib' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/lib' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/lib' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/lib' Making install in include make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include' Making install in parted make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include/parted' /usr/bin/make install-am make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make[5]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/include/parted' /usr/bin/install -c -m 644 constraint.h debug.h device.h disk.h exception.h filesys.h geom.h natmath.h timer.h unit.h parted.h '/builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/include/parted' make[5]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include' make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include' Making install in libparted make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted' Making install in labels make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' /usr/bin/make install-am make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' make[5]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' Making install in fs make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted/fs' make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted/fs' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/lib64' /bin/sh ../../libtool --mode=install /usr/bin/install -c libparted-fs-resize.la '/builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/lib64' libtool: install: /usr/bin/install -c .libs/libparted-fs-resize.so.0.0.2 /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/lib64/libparted-fs-resize.so.0.0.2 libtool: install: (cd /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/lib64 && { ln -s -f libparted-fs-resize.so.0.0.2 libparted-fs-resize.so.0 || { rm -f libparted-fs-resize.so.0 && ln -s libparted-fs-resize.so.0.0.2 libparted-fs-resize.so.0; }; }) BUILDSTDERR: libtool: install: (cd /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/lib64 && { ln -s -f libparted-fs-resize.so.0.0.2 libparted-fs-resize.so || { rm -f libparted-fs-resize.so && lnlibtool: warning: remember to run 'libtool --finish /lib64' BUILDSTDERR: Makefile:1652: target 'arch/.deps/linux.Plo' given more than once in the same rule BUILDSTDERR: Makefile:1652: target 'arch/.deps/linux.Plo' given more than once in the same rule BUILDSTDERR: libtool: warning: remember to run 'libtool --finish /lib64' BUILDSTDERR: libtool: warning: '../libparted/libparted.la' has not been installed in '/lib64' BUILDSTDERR: libtool: warning: '../libparted/libparted.la' has not been installed in '/lib64' -s libparted-fs-resize.so.0.0.2 libparted-fs-resize.so; }; }) libtool: install: /usr/bin/install -c .libs/libparted-fs-resize.lai /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/lib64/libparted-fs-resize.la make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted/fs' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted/fs' Making install in . make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted' make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/lib64' /bin/sh ../libtool --mode=install /usr/bin/install -c libparted.la '/builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/lib64' libtool: install: /usr/bin/install -c .libs/libparted.so.2.0.2 /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/lib64/libparted.so.2.0.2 libtool: install: (cd /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/lib64 && { ln -s -f libparted.so.2.0.2 libparted.so.2 || { rm -f libparted.so.2 && ln -s libparted.so.2.0.2 libparted.so.2; }; }) libtool: install: (cd /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/lib64 && { ln -s -f libparted.so.2.0.2 libparted.so || { rm -f libparted.so && ln -s libparted.so.2.0.2 libparted.so; }; }) libtool: install: /usr/bin/install -c .libs/libparted.lai /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/lib64/libparted.la make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted' Making install in parted make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/parted' /usr/bin/make install-am make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/parted' make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/parted' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/sbin' /bin/sh ../libtool --mode=install /usr/bin/install -c parted '/builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/sbin' libtool: install: /usr/bin/install -c .libs/parted /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/sbin/parted make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/parted' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/parted' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/parted' Making install in partprobe make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/partprobe' make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/partprobe' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/sbin' /bin/sh ../libtool --mode=install /usr/bin/install -c partprobe '/builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/sbin' libtool: install: /usr/bin/install -c .libs/partprobe /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/sbin/partprobe make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/partprobe' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/partprobe' Making install in doc make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc' Making install in C make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc/C' make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc/C' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/man/man8' /usr/bin/install -c -m 644 parted.8 partprobe.8 '/builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/man/man8' make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc/C' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc/C' Making install in pt_BR BUILDSTDERR: make[3]: Entering directory '/builddir/build/BU+ /usr/bin/rm -rf /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/lib64/libparted-fs-resize.la /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/lib64/libparted.la + /usr/bin/rm -rf /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/info/dir + /usr/bin/rm -rf /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/bin/label + /usr/bin/rm -rf /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/bin/disk + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x parted + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 3.2.153-1.fc32 --unique-debug-suffix -3.2.153-1.fc32.s390x --unique-debug-src-base parted-3.2.153-1.fc32.s390x --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/parted-3.2.153 ILD/parted-3.2.153/doc/pt_BR' GEN all-local make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc/pt_BR' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc/pt_BR' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc/pt_BR' make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc' make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/info' /usr/bin/install -c -m 644 ./parted.info '/builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/info' install-info --info-dir='/builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/info' '/builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/info/parted.info' make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc' Making install in debug make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/debug' Making install in test make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/debug/test' make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/debug/test' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/debug/test' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/debug/test' make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/debug' make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/debug' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/debug' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/debug' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/debug' Making install in tests make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/tests' make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/tests' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/tests' make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153' make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/lib64/pkgconfig' /usr/bin/install -c -m 644 libparted.pc libparted-fs-resize.pc '/builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/lib64/pkgconfig' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153' make[1]: Leaving directory '/builddir/build/BUILD/parted-3.2.153' explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/lib64/libparted-fs-resize.so.0.0.2 extracting debug info from /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/lib64/libparted-fs-resize.so.0.0.2 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/lib64/libparted.so.2.0.2 extracting debug info from /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/lib64/libparted.so.2.0.2 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/sbin/parted extracting debug info from /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/sbin/parted explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/sbin/partprobe BUILDSTDERR: extracting debug info from /builddir/build/BUILDROOT/5085 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs parted-3.2.153-1.fc32.s390x/sbin/partprobe original debug info size: 2728kB, size after compression: 2416kB /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.26puju + umask 022 + cd /builddir/build/BUILD + cd parted-3.2.153 BUILDSTDERR: ++ pwd BUILDSTDERR: ++ pwd + export LD_LIBRARY_PATH=/builddir/build/BUILD/parted-3.2.153/libparted/.libs:/builddir/build/BUILD/parted-3.2.153/libparted/fs/.libs + LD_LIBRARY_PATH=/builddir/build/BUILD/parted-3.2.153/libparted/.libs:/builddir/build/BUILD/parted-3.2.153/libparted/fs/.libs + make check BUILDSTDERR: Makefile:1652: target 'arch/.deps/linux.Plo' given more than once in the same rule BUILDSTDERR: Makefile:1652: target 'arch/.deps/linux.Plo' given more than once in the same rule make ss-1024 make[1]: Entering directory '/builddir/build/BUILD/parted-3.2.153' PARTED_SECTOR_SIZE=1024 make check-recursive make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153' Making check in po make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/po' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/po' Making check in lib make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/lib' make check-am make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/lib' make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/lib' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/lib' Making check in include make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include' Making check in parted make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make check-am make[5]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make[5]: Nothing to be done for 'check-am'. make[5]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include' Making check in libparted make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted' Making check in labels make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' make check-am make[5]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' make[5]: Nothing to be done for 'check-am'. make[5]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' Making check in fs make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted/fs' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted/fs' Making check in . make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted' Making check in parted make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/parted' make check-am make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/parted' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/parted' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/parted' Making check in partprobe make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/partprobe' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/partprobe' Making check in doc make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc' Making check in C make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc/C' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc/C' Making check in pt_BR make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc/pt_BR' GEN all-local make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc/pt_BR' make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc' Making check in debug make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/debug' Making check in test make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/debug/test' make[4]: Nothing to be done for 'check'. BUILDSTDERR: make[4]: Leaving directory '/builddir/build/BUILDt0203-gpt-create-on-min-sized-device.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t0208-mkpart-end-in-IEC.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t0210-gpt-resized-partition-entry-array.sh: skipped test: This test requires a 64 bit system BUILDSTDERR: t0211-gpt-rewrite-header.sh: skipped test: This test requires a 64 bit system BUILDSTDERR: t0213-mkpart-start-negative.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t0281-gpt-grow.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t0282-gpt-move-backup.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t0283-overlap-partitions.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t0350-mac-PT-increases-sector-size.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t1100-busy-label.sh: skipped test: must be run as root BUILDSTDERR: t1101-busy-partition.sh: skipped test: must be run as root BUILDSTDERR: t1102-loop-label.sh: skipped test: must be run as root BUILDSTDERR: t1104-remove-and-add-partition.sh: skipped test: must be run as root BUILDSTDERR: t1700-probe-fs.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t1701-rescue-fs.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t2201-pc98-label-recog.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t2300-dos-label-extended-bootcode.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t2310-dos-extended-2-sector-min-offset.sh: skipped test: must be run as root BUILDSTDERR: t2320-dos-extended-noclobber.sh: skipped test: must be run as root BUILDSTDERR: t3000-resize-fs.sh: skipped test: mkfs.hfs: command not found BUILDSTDERR: t3200-resize-partition.sh: skipped test: must be run as root BUILDSTDERR: t3200-type-change.sh: skipped test: must be run as root BUILDSTDERR: t3400-whole-disk-FAT-partition.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t4100-msdos-partition-limits.sh: skipped test: must be run as root BUILDSTDERR: t4100-dvh-partition-limits.sh: skipped test: must be run as root BUILDSTDERR: t4200-partprobe.sh: skipped test: This test requires an erasable device and you have not properly set the $DEVICE_TO_ERASE and $DEVICE_TO_ERASE_SIZE envvars. BUILDSTDERR: t6000-dm.sh: skipped test: must be run as root BUILDSTDERR: t6001-psep.sh: skipped test: must be run as root BUILDSTDERR: t6002-dm-busy.sh: skipped test: must be run as root BUILDSTDERR: t6003-dm-hide.sh: skipped test: must be run as root BUILDSTDERR: t6004-dm-many-partitions.sh: skipped test: must be run as root BUILDSTDERR: t6005-dm-uuid.sh: skipped test: must be run as root BUILDSTDERR: t6006-dm-512b-sectors.sh: skipped test: must be run as root BUILDSTDERR: t6100-mdraid-partitions.sh: skipped test: must be run as root BUILDSTDERR: t8000-loop.sh: skipped test: must be run as root BUILDSTDERR: t8001-loop-blkpg.sh: skipped test: must be run as root BUILDSTDERR: t9010-big-sector.sh: skipped test: must be run as root BUILDSTDERR: t9020-alignment.sh: skipped test: must be run as root BUILDSTDERR: t9030-align-check.sh: skipped test: must be run as root BUILDSTDERR: t9040-many-partitions.sh: skipped test: must be run as root BUILDSTDERR: t9041-undetected-in-use-16th-partition.sh: skipped test: must be run as root BUILDSTDERR: t9042-dos-partition-limit.sh: skipped test: must be run as root /parted-3.2.153/debug/test' make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/debug' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/debug' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/debug' Making check in tests make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/tests' make print-align print-flags print-max dup-clobber duplicate fs-resize make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/tests' CC print-align.o CCLD print-align CC print-flags.o CCLD print-flags CC print-max.o CCLD print-max CC dup-clobber.o CCLD dup-clobber CC duplicate.o CCLD duplicate CC fs-resize.o CCLD fs-resize make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/tests' make check-TESTS make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/tests' make[5]: Entering directory '/builddir/build/BUILD/parted-3.2.153/tests' PASS: help-version.sh PASS: t0000-basic.sh PASS: t0001-tiny.sh PASS: t0010-script-no-ctrl-chars.sh PASS: t0100-print.sh PASS: t0101-print-empty.sh PASS: t0200-gpt.sh PASS: t0201-gpt.sh PASS: t0202-gpt-pmbr.sh PASS: t0203-gpt-tiny-device-abort.sh PASS: t0203-gpt-shortened-device-primary-valid.sh SKIP: t0203-gpt-create-on-min-sized-device.sh PASS: t0205-gpt-list-clobbers-pmbr.sh PASS: t0206-gpt-print-with-corrupt-primary-clobbers-pmbr.sh PASS: t0207-IEC-binary-notation.sh SKIP: t0208-mkpart-end-in-IEC.sh PASS: t0209-gpt-pmbr_boot.sh SKIP: t0210-gpt-resized-partition-entry-array.sh SKIP: t0211-gpt-rewrite-header.sh PASS: t0212-gpt-many-partitions.sh SKIP: t0213-mkpart-start-negative.sh PASS: t0220-gpt-msftres.sh PASS: t0250-gpt.sh PASS: t0251-gpt-unicode.sh PASS: t0280-gpt-corrupt.sh SKIP: t0281-gpt-grow.sh SKIP: t0282-gpt-move-backup.sh SKIP: t0283-overlap-partitions.sh PASS: t0300-dos-on-gpt.sh PASS: t0301-overwrite-gpt-pmbr.sh SKIP: t0350-mac-PT-increases-sector-size.sh PASS: t0400-loop-clobber-infloop.sh PASS: t0500-dup-clobber.sh PASS: t0501-duplicate.sh SKIP: t1100-busy-label.sh SKIP: t1101-busy-partition.sh SKIP: t1102-loop-label.sh SKIP: t1104-remove-and-add-partition.sh SKIP: t1700-probe-fs.sh SKIP: t1701-rescue-fs.sh PASS: t2200-dos-label-recog.sh SKIP: t2201-pc98-label-recog.sh SKIP: t2300-dos-label-extended-bootcode.sh SKIP: t2310-dos-extended-2-sector-min-offset.sh SKIP: t2320-dos-extended-noclobber.sh PASS: t2400-dos-hfs-partition-type.sh PASS: t2410-dos-udf-partition-type.sh PASS: t2500-probe-corrupt-hfs.sh SKIP: t3000-resize-fs.sh SKIP: t3200-resize-partition.sh SKIP: t3200-type-change.sh PASS: t3300-palo-prep.sh PASS: t3310-flags.sh SKIP: t3400-whole-disk-FAT-partition.sh PASS: t4000-sun-raid-type.sh PASS: t4001-sun-vtoc.sh SKIP: t4100-msdos-partition-limits.sh SKIP: t4100-dvh-partition-limits.sh PASS: t4100-msdos-starting-sector.sh SKIP: t4200-partprobe.sh PASS: t4300-nilfs2-tiny.sh PASS: t4301-nilfs2-badsb2.sh PASS: t4302-nilfs2-lessbadsb2.sh PASS: t5000-tags.sh SKIP: t6000-dm.sh SKIP: t6001-psep.sh SKIP: t6002-dm-busy.sh SKIP: t6003-dm-hide.sh SKIP: t6004-dm-many-partitions.sh SKIP: t6005-dm-uuid.sh SKIP: t6006-dm-512b-sectors.sh SKIP: t6100-mdraid-partitions.sh PASS: t7000-scripting.sh SKIP: t8000-loop.sh SKIP: t8001-loop-blkpg.sh SKIP: t9010-big-sector.sh SKIP: t9020-alignment.sh PASS: t9021-maxima.sh PASS: t9022-one-unit-snap.sh PASS: t9023-value-lt-one.sh SKIP: t9030-align-check.sh SKIP: t9040-many-partitions.sh SKIP: t9041-undetected-in-use-16th-partition.sh SKIP: t9042-dos-partition-limit.sh PASS: t9050-partition-table-types.sh ============================================================================ Testsuite summary for GNU parted 3.2.153 ============================================================================ # TOTAL: 85 # PASS: 43 # SKIP: 42 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/tests' BUILDSTDERR: make[4]: Leaving directory '/buildMakefile:1652: target 'arch/.deps/linux.Plo' given more than once in the same rule BUILDSTDERR: Makefile:1652: target 'arch/.deps/linux.Plo' given more than once in the same rule dir/build/BUILD/parted-3.2.153/tests' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/tests' make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153' make[1]: Leaving directory '/builddir/build/BUILD/parted-3.2.153' make ss-2048 make[1]: Entering directory '/builddir/build/BUILD/parted-3.2.153' PARTED_SECTOR_SIZE=2048 make check-recursive make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153' Making check in po make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/po' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/po' Making check in lib make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/lib' make check-am make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/lib' make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/lib' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/lib' Making check in include make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include' Making check in parted make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make check-am make[5]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make[5]: Nothing to be done for 'check-am'. make[5]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include' Making check in libparted make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted' Making check in labels make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' make check-am make[5]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' make[5]: Nothing to be done for 'check-am'. make[5]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' Making check in fs make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted/fs' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted/fs' Making check in . make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted' Making check in parted make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/parted' make check-am make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/parted' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/parted' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/parted' Making check in partprobe make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/partprobe' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/partprobe' Making check in doc make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc' Making check in C make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc/C' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc/C' Making check in pt_BR make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc/pt_BR' GEN all-local make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc/pt_BR' make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc' make[4]: Nothing to be done for 'check-am'. BUILDSTDERR: make[t0203-gpt-create-on-min-sized-device.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t0208-mkpart-end-in-IEC.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t0210-gpt-resized-partition-entry-array.sh: skipped test: This test requires a 64 bit system BUILDSTDERR: t0211-gpt-rewrite-header.sh: skipped test: This test requires a 64 bit system BUILDSTDERR: t0213-mkpart-start-negative.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t0281-gpt-grow.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t0282-gpt-move-backup.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t0283-overlap-partitions.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t0350-mac-PT-increases-sector-size.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t1100-busy-label.sh: skipped test: must be run as root BUILDSTDERR: t1101-busy-partition.sh: skipped test: must be run as root BUILDSTDERR: t1102-loop-label.sh: skipped test: must be run as root BUILDSTDERR: t1104-remove-and-add-partition.sh: skipped test: must be run as root BUILDSTDERR: t1700-probe-fs.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t1701-rescue-fs.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t2201-pc98-label-recog.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t2300-dos-label-extended-bootcode.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t2310-dos-extended-2-sector-min-offset.sh: skipped test: must be run as root BUILDSTDERR: t2320-dos-extended-noclobber.sh: skipped test: must be run as root BUILDSTDERR: t3000-resize-fs.sh: skipped test: mkfs.hfs: command not found BUILDSTDERR: t3200-resize-partition.sh: skipped test: must be run as root BUILDSTDERR: t3200-type-change.sh: skipped test: must be run as root BUILDSTDERR: t3400-whole-disk-FAT-partition.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t4100-msdos-partition-limits.sh: skipped test: must be run as root BUILDSTDERR: t4100-dvh-partition-limits.sh: skipped test: must be run as root BUILDSTDERR: t4200-partprobe.sh: skipped test: This test requires an erasable device and you have not properly set the $DEVICE_TO_ERASE and $DEVICE_TO_ERASE_SIZE envvars. BUILDSTDERR: t6000-dm.sh: skipped test: must be run as root BUILDSTDERR: t6001-psep.sh: skipped test: must be run as root BUILDSTDERR: t6002-dm-busy.sh: skipped test: must be run as root BUILDSTDERR: t6003-dm-hide.sh: skipped test: must be run as root BUILDSTDERR: t6004-dm-many-partitions.sh: skipped test: must be run as root BUILDSTDERR: t6005-dm-uuid.sh: skipped test: must be run as root BUILDSTDERR: t6006-dm-512b-sectors.sh: skipped test: must be run as root BUILDSTDERR: t6100-mdraid-partitions.sh: skipped test: must be run as root BUILDSTDERR: t8000-loop.sh: skipped test: must be run as root BUILDSTDERR: t8001-loop-blkpg.sh: skipped test: must be run as root BUILDSTDERR: t9010-big-sector.sh: skipped test: must be run as root BUILDSTDERR: t9020-alignment.sh: skipped test: must be run as root BUILDSTDERR: t9030-align-check.sh: skipped test: must be run as root BUILDSTDERR: t9040-many-partitions.sh: skipped test: must be run as root BUILDSTDERR: t9041-undetected-in-use-16th-partition.sh: skipped test: must be run as root BUILDSTDERR: t9042-dos-partition-limit.sh: skipped test: must be run as root 4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc' Making check in debug make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/debug' Making check in test make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/debug/test' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/debug/test' make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/debug' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/debug' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/debug' Making check in tests make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/tests' make print-align print-flags print-max dup-clobber duplicate fs-resize make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/tests' make[4]: 'print-align' is up to date. make[4]: 'print-flags' is up to date. make[4]: 'print-max' is up to date. make[4]: 'dup-clobber' is up to date. make[4]: 'duplicate' is up to date. make[4]: 'fs-resize' is up to date. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/tests' make check-TESTS make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/tests' make[5]: Entering directory '/builddir/build/BUILD/parted-3.2.153/tests' PASS: help-version.sh PASS: t0000-basic.sh PASS: t0001-tiny.sh PASS: t0010-script-no-ctrl-chars.sh PASS: t0100-print.sh PASS: t0101-print-empty.sh PASS: t0200-gpt.sh PASS: t0201-gpt.sh PASS: t0202-gpt-pmbr.sh PASS: t0203-gpt-tiny-device-abort.sh PASS: t0203-gpt-shortened-device-primary-valid.sh SKIP: t0203-gpt-create-on-min-sized-device.sh PASS: t0205-gpt-list-clobbers-pmbr.sh PASS: t0206-gpt-print-with-corrupt-primary-clobbers-pmbr.sh PASS: t0207-IEC-binary-notation.sh SKIP: t0208-mkpart-end-in-IEC.sh PASS: t0209-gpt-pmbr_boot.sh SKIP: t0210-gpt-resized-partition-entry-array.sh SKIP: t0211-gpt-rewrite-header.sh PASS: t0212-gpt-many-partitions.sh SKIP: t0213-mkpart-start-negative.sh PASS: t0220-gpt-msftres.sh PASS: t0250-gpt.sh PASS: t0251-gpt-unicode.sh PASS: t0280-gpt-corrupt.sh SKIP: t0281-gpt-grow.sh SKIP: t0282-gpt-move-backup.sh SKIP: t0283-overlap-partitions.sh PASS: t0300-dos-on-gpt.sh PASS: t0301-overwrite-gpt-pmbr.sh SKIP: t0350-mac-PT-increases-sector-size.sh PASS: t0400-loop-clobber-infloop.sh PASS: t0500-dup-clobber.sh PASS: t0501-duplicate.sh SKIP: t1100-busy-label.sh SKIP: t1101-busy-partition.sh SKIP: t1102-loop-label.sh SKIP: t1104-remove-and-add-partition.sh SKIP: t1700-probe-fs.sh SKIP: t1701-rescue-fs.sh PASS: t2200-dos-label-recog.sh SKIP: t2201-pc98-label-recog.sh SKIP: t2300-dos-label-extended-bootcode.sh SKIP: t2310-dos-extended-2-sector-min-offset.sh SKIP: t2320-dos-extended-noclobber.sh PASS: t2400-dos-hfs-partition-type.sh PASS: t2410-dos-udf-partition-type.sh PASS: t2500-probe-corrupt-hfs.sh SKIP: t3000-resize-fs.sh SKIP: t3200-resize-partition.sh SKIP: t3200-type-change.sh PASS: t3300-palo-prep.sh PASS: t3310-flags.sh SKIP: t3400-whole-disk-FAT-partition.sh PASS: t4000-sun-raid-type.sh PASS: t4001-sun-vtoc.sh SKIP: t4100-msdos-partition-limits.sh SKIP: t4100-dvh-partition-limits.sh PASS: t4100-msdos-starting-sector.sh SKIP: t4200-partprobe.sh PASS: t4300-nilfs2-tiny.sh PASS: t4301-nilfs2-badsb2.sh PASS: t4302-nilfs2-lessbadsb2.sh PASS: t5000-tags.sh SKIP: t6000-dm.sh SKIP: t6001-psep.sh SKIP: t6002-dm-busy.sh SKIP: t6003-dm-hide.sh SKIP: t6004-dm-many-partitions.sh SKIP: t6005-dm-uuid.sh SKIP: t6006-dm-512b-sectors.sh SKIP: t6100-mdraid-partitions.sh PASS: t7000-scripting.sh SKIP: t8000-loop.sh SKIP: t8001-loop-blkpg.sh SKIP: t9010-big-sector.sh SKIP: t9020-alignment.sh PASS: t9021-maxima.sh PASS: t9022-one-unit-snap.sh PASS: t9023-value-lt-one.sh SKIP: t9030-align-check.sh SKIP: t9040-many-partitions.sh SKIP: t9041-undetected-in-use-16th-partition.sh SKIP: t9042-dos-partition-limit.sh PASS: t9050-partition-table-types.sh ============================================================================ BUILDSTDERR: Testsuite summarMakefile:1652: target 'arch/.deps/linux.Plo' given more than once in the same rule BUILDSTDERR: Makefile:1652: target 'arch/.deps/linux.Plo' given more than once in the same rule y for GNU parted 3.2.153 ============================================================================ # TOTAL: 85 # PASS: 43 # SKIP: 42 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/tests' make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/tests' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/tests' make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153' make[1]: Leaving directory '/builddir/build/BUILD/parted-3.2.153' make ss-4096 make[1]: Entering directory '/builddir/build/BUILD/parted-3.2.153' PARTED_SECTOR_SIZE=4096 make check-recursive make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153' Making check in po make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/po' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/po' Making check in lib make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/lib' make check-am make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/lib' make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/lib' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/lib' Making check in include make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include' Making check in parted make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make check-am make[5]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make[5]: Nothing to be done for 'check-am'. make[5]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include' Making check in libparted make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted' Making check in labels make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' make check-am make[5]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' make[5]: Nothing to be done for 'check-am'. make[5]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' Making check in fs make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted/fs' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted/fs' Making check in . make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted' Making check in parted make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/parted' make check-am make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/parted' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/parted' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/parted' Making check in partprobe make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/partprobe' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/partprobe' Making check in doc make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc' Making check in C make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc/C' make[4]: Nothing to be done for 'check'. BUILDSTDERR: make[4]: Leaving directt0203-gpt-create-on-min-sized-device.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t0208-mkpart-end-in-IEC.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t0210-gpt-resized-partition-entry-array.sh: skipped test: This test requires a 64 bit system BUILDSTDERR: t0211-gpt-rewrite-header.sh: skipped test: This test requires a 64 bit system BUILDSTDERR: t0213-mkpart-start-negative.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t0281-gpt-grow.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t0282-gpt-move-backup.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t0283-overlap-partitions.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t0350-mac-PT-increases-sector-size.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t1100-busy-label.sh: skipped test: must be run as root BUILDSTDERR: t1101-busy-partition.sh: skipped test: must be run as root BUILDSTDERR: t1102-loop-label.sh: skipped test: must be run as root BUILDSTDERR: t1104-remove-and-add-partition.sh: skipped test: must be run as root BUILDSTDERR: t1700-probe-fs.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t1701-rescue-fs.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t2201-pc98-label-recog.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t2300-dos-label-extended-bootcode.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t2310-dos-extended-2-sector-min-offset.sh: skipped test: must be run as root BUILDSTDERR: t2320-dos-extended-noclobber.sh: skipped test: must be run as root BUILDSTDERR: t3000-resize-fs.sh: skipped test: mkfs.hfs: command not found BUILDSTDERR: t3200-resize-partition.sh: skipped test: must be run as root BUILDSTDERR: t3200-type-change.sh: skipped test: must be run as root BUILDSTDERR: t3400-whole-disk-FAT-partition.sh: skipped test: FS test with sector size != 512 BUILDSTDERR: t4100-msdos-partition-limits.sh: skipped test: must be run as root BUILDSTDERR: t4100-dvh-partition-limits.sh: skipped test: must be run as root BUILDSTDERR: t4200-partprobe.sh: skipped test: This test requires an erasable device and you have not properly set the $DEVICE_TO_ERASE and $DEVICE_TO_ERASE_SIZE envvars. BUILDSTDERR: t6000-dm.sh: skipped test: must be run as root BUILDSTDERR: t6001-psep.sh: skipped test: must be run as root BUILDSTDERR: t6002-dm-busy.sh: skipped test: must be run as root BUILDSTDERR: t6003-dm-hide.sh: skipped test: must be run as root BUILDSTDERR: t6004-dm-many-partitions.sh: skipped test: must be run as root BUILDSTDERR: t6005-dm-uuid.sh: skipped test: must be run as root BUILDSTDERR: t6006-dm-512b-sectors.sh: skipped test: must be run as root BUILDSTDERR: t6100-mdraid-partitions.sh: skipped test: must be run as root BUILDSTDERR: t8000-loop.sh: skipped test: must be run as root BUILDSTDERR: t8001-loop-blkpg.sh: skipped test: must be run as root BUILDSTDERR: t9010-big-sector.sh: skipped test: must be run as root BUILDSTDERR: t9020-alignment.sh: skipped test: must be run as root ory '/builddir/build/BUILD/parted-3.2.153/doc/C' Making check in pt_BR make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc/pt_BR' GEN all-local make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc/pt_BR' make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc' Making check in debug make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/debug' Making check in test make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/debug/test' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/debug/test' make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/debug' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/debug' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/debug' Making check in tests make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/tests' make print-align print-flags print-max dup-clobber duplicate fs-resize make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/tests' make[4]: 'print-align' is up to date. make[4]: 'print-flags' is up to date. make[4]: 'print-max' is up to date. make[4]: 'dup-clobber' is up to date. make[4]: 'duplicate' is up to date. make[4]: 'fs-resize' is up to date. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/tests' make check-TESTS make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/tests' make[5]: Entering directory '/builddir/build/BUILD/parted-3.2.153/tests' PASS: help-version.sh PASS: t0000-basic.sh PASS: t0001-tiny.sh PASS: t0010-script-no-ctrl-chars.sh PASS: t0100-print.sh PASS: t0101-print-empty.sh PASS: t0200-gpt.sh PASS: t0201-gpt.sh PASS: t0202-gpt-pmbr.sh PASS: t0203-gpt-tiny-device-abort.sh PASS: t0203-gpt-shortened-device-primary-valid.sh SKIP: t0203-gpt-create-on-min-sized-device.sh PASS: t0205-gpt-list-clobbers-pmbr.sh PASS: t0206-gpt-print-with-corrupt-primary-clobbers-pmbr.sh PASS: t0207-IEC-binary-notation.sh SKIP: t0208-mkpart-end-in-IEC.sh PASS: t0209-gpt-pmbr_boot.sh SKIP: t0210-gpt-resized-partition-entry-array.sh SKIP: t0211-gpt-rewrite-header.sh PASS: t0212-gpt-many-partitions.sh SKIP: t0213-mkpart-start-negative.sh PASS: t0220-gpt-msftres.sh PASS: t0250-gpt.sh PASS: t0251-gpt-unicode.sh PASS: t0280-gpt-corrupt.sh SKIP: t0281-gpt-grow.sh SKIP: t0282-gpt-move-backup.sh SKIP: t0283-overlap-partitions.sh PASS: t0300-dos-on-gpt.sh PASS: t0301-overwrite-gpt-pmbr.sh SKIP: t0350-mac-PT-increases-sector-size.sh PASS: t0400-loop-clobber-infloop.sh PASS: t0500-dup-clobber.sh PASS: t0501-duplicate.sh SKIP: t1100-busy-label.sh SKIP: t1101-busy-partition.sh SKIP: t1102-loop-label.sh SKIP: t1104-remove-and-add-partition.sh SKIP: t1700-probe-fs.sh SKIP: t1701-rescue-fs.sh PASS: t2200-dos-label-recog.sh SKIP: t2201-pc98-label-recog.sh SKIP: t2300-dos-label-extended-bootcode.sh SKIP: t2310-dos-extended-2-sector-min-offset.sh SKIP: t2320-dos-extended-noclobber.sh PASS: t2400-dos-hfs-partition-type.sh PASS: t2410-dos-udf-partition-type.sh PASS: t2500-probe-corrupt-hfs.sh SKIP: t3000-resize-fs.sh SKIP: t3200-resize-partition.sh SKIP: t3200-type-change.sh PASS: t3300-palo-prep.sh PASS: t3310-flags.sh SKIP: t3400-whole-disk-FAT-partition.sh PASS: t4000-sun-raid-type.sh PASS: t4001-sun-vtoc.sh SKIP: t4100-msdos-partition-limits.sh SKIP: t4100-dvh-partition-limits.sh PASS: t4100-msdos-starting-sector.sh SKIP: t4200-partprobe.sh PASS: t4300-nilfs2-tiny.sh PASS: t4301-nilfs2-badsb2.sh PASS: t4302-nilfs2-lessbadsb2.sh PASS: t5000-tags.sh SKIP: t6000-dm.sh SKIP: t6001-psep.sh SKIP: t6002-dm-busy.sh SKIP: t6003-dm-hide.sh SKIP: t6004-dm-many-partitions.sh SKIP: t6005-dm-uuid.sh SKIP: t6006-dm-512b-sectors.sh SKIP: t6100-mdraid-partitions.sh PASS: t7000-scripting.sh SKIP: t8000-loop.sh SKIP: t8001-loop-blkpg.sh SKIP: t9010-big-sector.sh BUILDSTDERR: SKIP: t902t9030-align-check.sh: skipped test: must be run as root BUILDSTDERR: t9040-many-partitions.sh: skipped test: must be run as root BUILDSTDERR: t9041-undetected-in-use-16th-partition.sh: skipped test: must be run as root BUILDSTDERR: t9042-dos-partition-limit.sh: skipped test: must be run as root BUILDSTDERR: Makefile:1652: target 'arch/.deps/linux.Plo' given more than once in the same rule BUILDSTDERR: Makefile:1652: target 'arch/.deps/linux.Plo' given more than once in the same rule 0-alignment.sh PASS: t9021-maxima.sh PASS: t9022-one-unit-snap.sh PASS: t9023-value-lt-one.sh SKIP: t9030-align-check.sh SKIP: t9040-many-partitions.sh SKIP: t9041-undetected-in-use-16th-partition.sh SKIP: t9042-dos-partition-limit.sh PASS: t9050-partition-table-types.sh ============================================================================ Testsuite summary for GNU parted 3.2.153 ============================================================================ # TOTAL: 85 # PASS: 43 # SKIP: 42 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/tests' make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/tests' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/tests' make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153' make[1]: Leaving directory '/builddir/build/BUILD/parted-3.2.153' GEN public-submodule-commit make check-recursive make[1]: Entering directory '/builddir/build/BUILD/parted-3.2.153' Making check in po make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/po' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/po' Making check in lib make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/lib' make check-am make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/lib' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/lib' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/lib' Making check in include make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include' Making check in parted make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make check-am make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include/parted' make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/include' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/include' Making check in libparted make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted' Making check in labels make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' make check-am make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted/labels' Making check in fs make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted/fs' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted/fs' Making check in . make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/libparted' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/libparted' Making check in parted make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/parted' make check-am make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/parted' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/parted' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/parted' Making check in partprobe make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/partprobe' make[2]: Nothing to be done for 'check'. BUILDSTDERR: make[2]: Leaving directort0210-gpt-resized-partition-entry-array.sh: skipped test: This test requires a 64 bit system BUILDSTDERR: t0211-gpt-rewrite-header.sh: skipped test: This test requires a 64 bit system BUILDSTDERR: t1100-busy-label.sh: skipped test: must be run as root BUILDSTDERR: t1101-busy-partition.sh: skipped test: must be run as root BUILDSTDERR: t1102-loop-label.sh: skipped test: must be run as root BUILDSTDERR: t1104-remove-and-add-partition.sh: skipped test: must be run as root BUILDSTDERR: : no btrfs support BUILDSTDERR: : mkfs.xfs failed, skipping BUILDSTDERR: : no nilfs2 support BUILDSTDERR: : no ntfs support BUILDSTDERR: : no hfsplus support BUILDSTDERR: : no udf support BUILDSTDERR: t1701-rescue-fs.sh: skipped test: must be run as root BUILDSTDERR: t2310-dos-extended-2-sector-min-offset.sh: skipped test: must be run as root BUILDSTDERR: t2320-dos-extended-noclobber.sh: skipped test: must be run as root BUILDSTDERR: t3000-resize-fs.sh: skipped test: mkfs.hfs: command not found BUILDSTDERR: t3200-resize-partition.sh: skipped test: must be run as root BUILDSTDERR: t3200-type-change.sh: skipped test: must be run as root BUILDSTDERR: t4100-msdos-partition-limits.sh: skipped test: must be run as root BUILDSTDERR: t4100-dvh-partition-limits.sh: skipped test: must be run as root BUILDSTDERR: t4200-partprobe.sh: skipped test: This test requires an erasable device and you have not properly set the $DEVICE_TO_ERASE and $DEVICE_TO_ERASE_SIZE envvars. BUILDSTDERR: t6000-dm.sh: skipped test: must be run as root y '/builddir/build/BUILD/parted-3.2.153/partprobe' Making check in doc make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc' Making check in C make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc/C' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc/C' Making check in pt_BR make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc/pt_BR' GEN all-local make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc/pt_BR' make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/doc' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/doc' Making check in debug make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/debug' Making check in test make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/debug/test' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/debug/test' make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/debug' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/debug' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/debug' Making check in tests make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153/tests' make print-align print-flags print-max dup-clobber duplicate fs-resize make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/tests' make[3]: 'print-align' is up to date. make[3]: 'print-flags' is up to date. make[3]: 'print-max' is up to date. make[3]: 'dup-clobber' is up to date. make[3]: 'duplicate' is up to date. make[3]: 'fs-resize' is up to date. make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/tests' make check-TESTS make[3]: Entering directory '/builddir/build/BUILD/parted-3.2.153/tests' make[4]: Entering directory '/builddir/build/BUILD/parted-3.2.153/tests' PASS: help-version.sh PASS: t0000-basic.sh PASS: t0001-tiny.sh PASS: t0010-script-no-ctrl-chars.sh PASS: t0100-print.sh PASS: t0101-print-empty.sh PASS: t0200-gpt.sh PASS: t0201-gpt.sh PASS: t0202-gpt-pmbr.sh PASS: t0203-gpt-tiny-device-abort.sh PASS: t0203-gpt-shortened-device-primary-valid.sh PASS: t0203-gpt-create-on-min-sized-device.sh PASS: t0205-gpt-list-clobbers-pmbr.sh PASS: t0206-gpt-print-with-corrupt-primary-clobbers-pmbr.sh PASS: t0207-IEC-binary-notation.sh PASS: t0208-mkpart-end-in-IEC.sh PASS: t0209-gpt-pmbr_boot.sh SKIP: t0210-gpt-resized-partition-entry-array.sh SKIP: t0211-gpt-rewrite-header.sh PASS: t0212-gpt-many-partitions.sh PASS: t0213-mkpart-start-negative.sh PASS: t0220-gpt-msftres.sh PASS: t0250-gpt.sh PASS: t0251-gpt-unicode.sh PASS: t0280-gpt-corrupt.sh PASS: t0281-gpt-grow.sh PASS: t0282-gpt-move-backup.sh PASS: t0283-overlap-partitions.sh PASS: t0300-dos-on-gpt.sh PASS: t0301-overwrite-gpt-pmbr.sh PASS: t0350-mac-PT-increases-sector-size.sh PASS: t0400-loop-clobber-infloop.sh PASS: t0500-dup-clobber.sh PASS: t0501-duplicate.sh SKIP: t1100-busy-label.sh SKIP: t1101-busy-partition.sh SKIP: t1102-loop-label.sh SKIP: t1104-remove-and-add-partition.sh PASS: t1700-probe-fs.sh SKIP: t1701-rescue-fs.sh PASS: t2200-dos-label-recog.sh PASS: t2201-pc98-label-recog.sh PASS: t2300-dos-label-extended-bootcode.sh SKIP: t2310-dos-extended-2-sector-min-offset.sh SKIP: t2320-dos-extended-noclobber.sh PASS: t2400-dos-hfs-partition-type.sh PASS: t2410-dos-udf-partition-type.sh PASS: t2500-probe-corrupt-hfs.sh SKIP: t3000-resize-fs.sh SKIP: t3200-resize-partition.sh SKIP: t3200-type-change.sh PASS: t3300-palo-prep.sh PASS: t3310-flags.sh PASS: t3400-whole-disk-FAT-partition.sh PASS: t4000-sun-raid-type.sh PASS: t4001-sun-vtoc.sh SKIP: t4100-msdos-partition-limits.sh SKIP: t4100-dvh-partition-limits.sh PASS: t4100-msdos-starting-sector.sh SKIP: t4200-partprobe.sh PASS: t4300-nilfs2-tiny.sh PASS: t4301-nilfs2-badsb2.sh PASS: t4302-nilfs2-lessbadsb2.sh PASS: t5000-tags.sh BUILDSTDERR: SKIP: t6000-dm.t6001-psep.sh: skipped test: must be run as root BUILDSTDERR: t6002-dm-busy.sh: skipped test: must be run as root BUILDSTDERR: t6003-dm-hide.sh: skipped test: must be run as root BUILDSTDERR: t6004-dm-many-partitions.sh: skipped test: must be run as root BUILDSTDERR: t6005-dm-uuid.sh: skipped test: must be run as root BUILDSTDERR: t6006-dm-512b-sectors.sh: skipped test: must be run as root BUILDSTDERR: t6100-mdraid-partitions.sh: skipped test: must be run as root BUILDSTDERR: t8000-loop.sh: skipped test: must be run as root BUILDSTDERR: t8001-loop-blkpg.sh: skipped test: must be run as root BUILDSTDERR: t9010-big-sector.sh: skipped test: must be run as root BUILDSTDERR: t9020-alignment.sh: skipped test: must be run as root BUILDSTDERR: t9030-align-check.sh: skipped test: must be run as root BUILDSTDERR: t9040-many-partitions.sh: skipped test: must be run as root BUILDSTDERR: t9041-undetected-in-use-16th-partition.sh: skipped test: must be run as root BUILDSTDERR: t9042-dos-partition-limit.sh: skipped test: must be run as root + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 sh SKIP: t6001-psep.sh SKIP: t6002-dm-busy.sh SKIP: t6003-dm-hide.sh SKIP: t6004-dm-many-partitions.sh SKIP: t6005-dm-uuid.sh SKIP: t6006-dm-512b-sectors.sh SKIP: t6100-mdraid-partitions.sh PASS: t7000-scripting.sh SKIP: t8000-loop.sh SKIP: t8001-loop-blkpg.sh SKIP: t9010-big-sector.sh SKIP: t9020-alignment.sh PASS: t9021-maxima.sh PASS: t9022-one-unit-snap.sh PASS: t9023-value-lt-one.sh SKIP: t9030-align-check.sh SKIP: t9040-many-partitions.sh SKIP: t9041-undetected-in-use-16th-partition.sh SKIP: t9042-dos-partition-limit.sh PASS: t9050-partition-table-types.sh ============================================================================ Testsuite summary for GNU parted 3.2.153 ============================================================================ # TOTAL: 85 # PASS: 54 # SKIP: 31 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/tests' make[3]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/tests' make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153/tests' make[2]: Entering directory '/builddir/build/BUILD/parted-3.2.153' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builddir/build/BUILD/parted-3.2.153' make[1]: Leaving directory '/builddir/build/BUILD/parted-3.2.153' Processing files: parted-3.2.153-1.fc32.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.LzXsst + umask 022 + cd /builddir/build/BUILD + cd parted-3.2.153 + DOCDIR=/builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/doc/parted + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/doc/parted + cp -pr AUTHORS /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/doc/parted + cp -pr NEWS /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/doc/parted + cp -pr README /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/doc/parted + cp -pr THANKS /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/doc/parted + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.acrDDv + umask 022 + cd /builddir/build/BUILD + cd parted-3.2.153 + LICENSEDIR=/builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/licenses/parted + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/licenses/parted + cp -pr COPYING /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/licenses/parted + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: bundled(gnulib) libparted-fs-resize.so.0()(64bit) libparted-fs-resize.so.0(LIBPARTED_FS_RESIZE_0.0.0)(64bit) libparted.so.2()(64bit) parted = 3.2.153-1.fc32 parted(s390-64) = 3.2.153-1.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libblkid.so.1()(64bit) libblkid.so.1(BLKID_2.15)(64bit) libblkid.so.1(BLKID_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.2)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.8)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libparted.so.2()(64bit) libreadline.so.8()(64bit) libselinux.so.1()(64bit) libsepol.so.1()(64bit) libtinfo.so.6()(64bit) libuuid.so.1()(64bit) libuuid.so.1(UUID_1.0)(64bit) rtld(GNU_HASH) Processing files: parted-devel-3.2.153-1.fc32.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.eW5X1t + umask 022 + cd /builddir/build/BUILD + cd parted-3.2.153 + DOCDIR=/builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/doc/parted-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/doc/parted-devel + cp -pr TODO /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/doc/parted-devel + cp -pr doc/API /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/doc/parted-devel + cp -pr doc/FAT /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x/usr/share/doc/parted-devel + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: parted-devel = 3.2.153-1.fc32 parted-devel(s390-64) = 3.2.153-1.fc32 pkgconfig(libparted) = 3.2.153 pkgconfig(libparted-fs-resize) = 3.2.153 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libparted-fs-resize.so.0()(64bit) libparted.so.2()(64bit) Processing files: parted-debugsource-3.2.153-1.fc32.s390x Provides: parted-debugsource = 3.2.153-1.fc32 parted-debugsource(s390-64) = 3.2.153-1.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: parted-debuginfo-3.2.153-1.fc32.s390x Provides: debuginfo(build-id) = 7a532c93c26e9e30efd1ac8532bd4ed61df05d27 debuginfo(build-id) = 7ba40bf8ede3b36cd02c250a1eb3c7a70f568762 debuginfo(build-id) = 84ac366f0a90474d54011f9fe3cf8f070e14f25b debuginfo(build-id) = ad6d65871dd0d956d04590764d4ec76a5c9c6eb2 parted-debuginfo = 3.2.153-1.fc32 parted-debuginfo(s390-64) = 3.2.153-1.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: parted-debugsource(s390-64) = 3.2.153-1.fc32 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x Wrote: /builddir/build/RPMS/parted-devel-3.2.153-1.fc32.s390x.rpm Wrote: /builddir/build/RPMS/parted-3.2.153-1.fc32.s390x.rpm Wrote: /builddir/build/RPMS/parted-debuginfo-3.2.153-1.fc32.s390x.rpm Wrote: /builddir/build/RPMS/parted-debugsource-3.2.153-1.fc32.s390x.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Ic96Bt + umask 022 + cd /builddir/build/BUILD + cd parted-3.2.153 + /usr/bin/rm -rf /builddir/build/BUILDROOT/parted-3.2.153-1.fc32.s390x + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0