* Package: app-misc/fdutils-5.5.20060227-r1 * Repository: gentoo * Maintainer: robbat2@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking fdutils_5.5-20060227.orig.tar.gz to /var/tmp/portage/app-misc/fdutils-5.5.20060227-r1/work >>> Unpacking fdutils_5.5-20060227-8.debian.tar.xz to /var/tmp/portage/app-misc/fdutils-5.5.20060227-r1/work >>> Unpacking fdutils-5.5-20060227_20081027.diff.gz to /var/tmp/portage/app-misc/fdutils-5.5.20060227-r1/work >>> Source unpacked in /var/tmp/portage/app-misc/fdutils-5.5.20060227-r1/work >>> Preparing source in /var/tmp/portage/app-misc/fdutils-5.5.20060227-r1/work/fdutils-5.5-20060227 ... * Applying fdutils-5.5.20060227-gcc10.patch ... [ ok ] * Applying makefile-destdir.patch ... [ ok ] * Applying documentation-typos.patch ... [ ok ] * Applying documentation-spelling_errors.patch ... [ ok ] * Applying documentation-man_undefined_macros.patch ... [ ok ] * Applying documentation-man_hyphens.patch ... [ ok ] * Applying documentation-info_metadata.patch ... [ ok ] * Applying documentation-superformat_print_drive_deviation.patch ... [ ok ] * Applying documentation-section_media_description.patch ... [ ok ] * Applying mediaprm-fix_etc-fdprm.patch ... [ ok ] * Applying floppymeter-confirmation_message.patch ... [ ok ] * Applying MAKEFLOPPIES-chown_separator.patch ... [ ok ] * Applying MAKEFLOPPIES-xsiisms.patch ... [ ok ] * Applying MAKEFLOPPIES-devfs.patch ... [ ok ] * Applying MAKEFLOPPIES-usage.patch ... [ ok ] * Applying superformat-devfs_floppy.patch ... [ ok ] * Applying superformat-env_variables.patch ... [ ok ] * Applying superformat-verify_later.patch ... [ ok ] * Applying fdmount-compilation_linux_2.6.patch ... [ ok ] * Applying dont_strip_binaries.patch ... [ ok ] * Applying help_messages.patch ... [ ok ] * Applying remove_texi2html_dependency.patch ... [ ok ] * Applying floppymeter-makefile_typo.patch ... [ ok ] * Applying documentation-faq_cleanup.patch ... [ ok ] * Applying config-ftbfs.patch ... [ ok ] * Applying fdutils-5.5.20060227-r1-parallel.patch ... [ ok ] * Applying fdutils-5.5-20060227_20081027.diff.gz ... [ ok ] * Applying fdutils-5.5-superformat-snprintf.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-misc/fdutils-5.5.20060227-r1/work/fdutils-5.5-20060227 ... * econf: updating fdutils-5.5-20060227/config.sub with /usr/share/gnuconfig/config.sub * econf: updating fdutils-5.5-20060227/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-fdmount-floppy-only checking whether make sets $(MAKE)... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ANSI C... none needed checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for egrep... grep -E checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no checking for a BSD-compatible install... /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c checking whether ln -s works... yes checking for install-info... /usr/bin/install-info checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for an ANSI C-conforming const... yes checking for inline... inline 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 linux/ext_fs.h usability... no checking linux/ext_fs.h presence... no checking for linux/ext_fs.h... no checking linux/xia_fs.h usability... no checking linux/xia_fs.h presence... no checking for linux/xia_fs.h... no checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating config.h >>> Source configured. >>> Compiling source in /var/tmp/portage/app-misc/fdutils-5.5.20060227-r1/work/fdutils-5.5-20060227 ... make -j4 compile make -C src all make[1]: Entering directory '/var/tmp/portage/app-misc/fdutils-5.5.20060227-r1/work/fdutils-5.5-20060227/src' x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -I. -I. -I.. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -c -o floppycontrol.o floppycontrol.c lex -Pmediaprm mediaprm.lex lex -Pdriveprm driveprm.lex x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -I. -I. -I.. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -c -o mediaprm.o mediaprm.c x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -I. -I. -I.. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -c -o driveprm.o driveprm.c mediaprm.c: In function ‘parse_mediaprm’: mediaprm.c:324:19: warning: operation on ‘r’ may be undefined [-Wsequence-point] 324 | return ((r=parse_direct(argc, argv, drvprm, medprm) && | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 325 | (r=parse_indirect(argc, argv, drvprm, medprm)))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -I. -I. -I.. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -c -o parse.o parse.c x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -I. -I. -I.. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -c -o oldfdprm.o oldfdprm.c x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -I. -I. -I.. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -c -o enh_options.o enh_options.c x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -I. -I. -I.. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -c -o measure.o measure.c x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -I. -I. -I.. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -c -o printfdprm.o printfdprm.c printfdprm.c: In function ‘print_params’: printfdprm.c:12:52: warning: variable ‘need_tpi’ set but not used [-Wunused-but-set-variable] 12 | int ssize, r, perp_ref, need_dtr, need_fm, need_tpi; | ^~~~~~~~ enh_options.c: In function ‘parse_option’: enh_options.c:202:17: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] 202 | else | ^~~~ enh_options.c:204:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ 204 | return 0; | ^~~~~~ enh_options.c: In function ‘print_help’: enh_options.c:389:28: warning: variable ‘htlength’ set but not used [-Wunused-but-set-variable] 389 | int i, wordlength, htlength, col; | ^~~~~~~~ enh_options.c: In function ‘getopt_enh’: enh_options.c:485:15: warning: unused variable ‘s’ [-Wunused-variable] 485 | char *s; | ^ x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -I. -I. -I.. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -c -o calc-format.o calc-format.c x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -I. -I. -I.. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -c -o misc.o misc.c calc-format.c: In function ‘calc_placement’: calc-format.c:328:28: warning: variable ‘max_offset’ set but not used [-Wunused-but-set-variable] 328 | int cur_sector, i, max_offset; | ^~~~~~~~~~ x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -I. -I. -I.. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -c -o skews.o skews.c x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -I. -I. -I.. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -c -o getfdprm.o getfdprm.c x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -I. -I. -I.. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -c -o fdrawcmd.o fdrawcmd.c x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -I. -I. -I.. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -c -o superformat.o superformat.c fdrawcmd.c: In function ‘main’: fdrawcmd.c:383:41: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 383 | write(1, buffer, size ); | ^~~~~~~~~~~~~~~~~~~~~~~ superformat.c: In function ‘send_cmd’: superformat.c:124:13: warning: variable ‘retries’ set but not used [-Wunused-but-set-variable] 124 | int retries; | ^~~~~~~ x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -I. -I. -I.. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 xdfcopy.c -o xdfcopy x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -I. -I. -I.. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 fdmount.c -o fdmount xdfcopy.c: In function ‘readwrite_cylinder’: xdfcopy.c:447:27: warning: variable ‘tv3’ set but not used [-Wunused-but-set-variable] 447 | static struct timeval tv3, tv4; | ^~~ xdfcopy.c: In function ‘main’: xdfcopy.c:765:13: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 765 | system(cmdbuffer); | ^~~~~~~~~~~~~~~~~ xdfcopy.c:768:13: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 768 | system(cmdbuffer); | ^~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -I. -I. -I.. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -c -o diskseekd.o diskseekd.c fdmount.c: In function ‘canonicalize’: fdmount.c:211:13: warning: ignoring return value of ‘getcwd’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 211 | getcwd (canonical, PATH_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ fdmount.c: In function ‘do_mount’: fdmount.c:675:5: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 675 | read(fd,super,sizeof(super)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ fdmount.c: In function ‘main’: fdmount.c:1252:13: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1252 | chdir ("/"); /* no current directory. */ | ^~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -I. -I. -I.. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -c -o diskd.o diskd.c xdfcopy.c:773:21: warning: ‘fclose’ called on pointer returned from a mismatched allocation function [-Wmismatched-dealloc] 773 | fclose(fp); | ^~~~~~~~~~ xdfcopy.c:770:18: note: returned from ‘popen’ 770 | fp = popen(cmdbuffer, "w"); | ^~~~~~~~~~~~~~~~~~~~~ diskd.c: In function ‘main’: diskd.c:109:17: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 109 | system(command); | ^~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -I. -I. -I.. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -c -o floppymeter.o floppymeter.c x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -I. -I. -I.. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -c -o convert.o convert.c x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -I. -I. -I.. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -c -o lex.mediaprm.o lex.mediaprm.c x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -I. -I. -I.. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -c -o lex.driveprm.o lex.driveprm.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o fdrawcmd fdrawcmd.o -L. -lfdutils /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lfdutils collect2: error: ld returned 1 exit status make[1]: *** [Makefile:99: fdrawcmd] Error 1 make[1]: *** Waiting for unfinished jobs.... lex.mediaprm.c:1605:16: warning: ‘input’ defined but not used [-Wunused-function] 1605 | #else | ^ lex.mediaprm.c:1562:17: warning: ‘yyunput’ defined but not used [-Wunused-function] 1562 | | ^ lex.driveprm.c:1528:16: warning: ‘input’ defined but not used [-Wunused-function] 1528 | #else | ^ lex.driveprm.c:1485:17: warning: ‘yyunput’ defined but not used [-Wunused-function] 1485 | | ^ rm lex.driveprm.c lex.mediaprm.c make[1]: Leaving directory '/var/tmp/portage/app-misc/fdutils-5.5.20060227-r1/work/fdutils-5.5-20060227/src' make: *** [Makefile:8: compile] Error 2 * ERROR: app-misc/fdutils-5.5.20060227-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-misc/fdutils-5.5.20060227-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-misc/fdutils-5.5.20060227-r1::gentoo'`. * The complete build log is located at '/var/log/portage/app-misc:fdutils-5.5.20060227-r1:20220309-145050.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-misc/fdutils-5.5.20060227-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-misc/fdutils-5.5.20060227-r1/temp/environment'. * Working directory: '/var/tmp/portage/app-misc/fdutils-5.5.20060227-r1/work/fdutils-5.5-20060227' * S: '/var/tmp/portage/app-misc/fdutils-5.5.20060227-r1/work/fdutils-5.5-20060227'