Advertisement
Guest User

Untitled

a guest
Aug 7th, 2014
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.47 KB | None | 0 0
  1.  * Package: sys-apps/util-linux-2.25
  2.  * Repository: gentoo_prefix
  3.  * Maintainer: base-system@gentoo.org
  4.  * USE: abi_x86_64 amd64 cramfs elibc_glibc kernel_linux ncurses nls prefix python_single_target_python2_7 python_targets_python2_7 python_targets_python3_3 unicode userland_GNU
  5.  * FEATURES: preserve-libs userpriv usersandbox
  6. * Your host glibc is too old; enabling -fgnu89-inline compiler flag. bug 473524
  7. >>> Unpacking source...
  8. >>> Unpacking util-linux-2.25.tar.xz to /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work
  9. >>> Source unpacked in /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work
  10. >>> Preparing source in /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25 ...
  11. * Applying util-linux-2.25-lscpu-pic.patch ...
  12.  [ ok ]
  13. * Running elibtoolize in: util-linux-2.25/
  14. * Applying target-nm/2.4.2 patch ...
  15. * Running elibtoolize in: util-linux-2.25/config/
  16. * Applying portage/1.2.0 patch ...
  17. * Applying sed/1.5.6 patch ...
  18. * Applying as-needed/2.4.2 patch ...
  19. >>> Source prepared.
  20. >>> Configuring source in /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25 ...
  21. * abi_x86_64.amd64: running multilib-minimal_abi_src_configure
  22. * econf: updating util-linux-2.25/config/config.sub with /tmp/simple-prefix/usr/share/gnuconfig/config.sub
  23. * econf: updating util-linux-2.25/config/config.guess with /tmp/simple-prefix/usr/share/gnuconfig/config.guess
  24. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/configure --prefix=/tmp/simple-prefix/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/tmp/simple-prefix/usr/share/man --infodir=/tmp/simple-prefix/usr/share/info --datadir=/tmp/simple-prefix/usr/share --sysconfdir=/tmp/simple-prefix/etc --localstatedir=/tmp/simple-prefix/var/lib --disable-dependency-tracking --enable-fs-paths-extra=/tmp/simple-prefix/usr/sbin:/tmp/simple-prefix/bin:/tmp/simple-prefix/usr/bin --libdir=${prefix}/lib --enable-nls --enable-agetty --with-bashcompletiondir=/tmp/simple-prefix/usr/share/bash-completion --disable-bash-completion --disable-setpriv --disable-chfn-chsh --enable-cramfs --disable-fdformat --with-ncurses=auto --disable-kill --disable-login --disable-mesg --disable-nologin --enable-partx --without-python --enable-raw --enable-rename --disable-reset --enable-schedutils --disable-su --disable-wall --disable-write --disable-makeinstall-chown --disable-makeinstall-setuid --without-selinux --without-slang --disable-static --without-udev
  25. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  26. checking whether the C compiler works... yes
  27. checking for C compiler default output file name... a.out
  28. checking for suffix of executables...
  29. checking whether we are cross compiling... no
  30. checking for suffix of object files... o
  31. checking whether we are using the GNU C compiler... yes
  32. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  33. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  34. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  35. checking for grep that handles long lines and -e... /tmp/simple-prefix/bin/grep
  36. checking for egrep... /tmp/simple-prefix/bin/grep -E
  37. checking for ANSI C header files... yes
  38. checking for sys/types.h... yes
  39. checking for sys/stat.h... yes
  40. checking for stdlib.h... yes
  41. checking for string.h... yes
  42. checking for memory.h... yes
  43. checking for strings.h... yes
  44. checking for inttypes.h... yes
  45. checking for stdint.h... yes
  46. checking for unistd.h... yes
  47. checking minix/config.h usability... no
  48. checking minix/config.h presence... no
  49. checking for minix/config.h... no
  50. checking whether it is safe to define __EXTENSIONS__... yes
  51. checking for a BSD-compatible install... /tmp/simple-prefix/usr/bin/install -c
  52. checking whether build environment is sane... yes
  53. checking for a thread-safe mkdir -p... /tmp/simple-prefix/bin/mkdir -p
  54. checking for gawk... gawk
  55. checking whether make sets $(MAKE)... yes
  56. checking for style of include used by make... GNU
  57. checking whether make supports nested variables... yes
  58. checking how to create a pax tar archive... gnutar
  59. checking dependency style of x86_64-pc-linux-gnu-gcc... none
  60. checking whether make supports nested variables... (cached) yes
  61. checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes
  62. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99... -std=gnu99
  63. checking for x86_64-pc-linux-gnu-gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
  64. checking build system type... x86_64-pc-linux-gnu
  65. checking host system type... x86_64-pc-linux-gnu
  66. checking for an ANSI C-conforming const... yes
  67. checking for working volatile... yes
  68. checking whether byte ordering is bigendian... no
  69. checking whether compiler handles -fno-common... yes
  70. checking whether compiler handles -Wall... yes
  71. checking whether compiler handles -Werror=sequence-point... yes
  72. checking whether compiler handles -Wextra... yes
  73. checking whether compiler handles -Wmissing-declarations... yes
  74. checking whether compiler handles -Wmissing-parameter-type... yes
  75. checking whether compiler handles -Wmissing-prototypes... yes
  76. checking whether compiler handles -Wno-missing-field-initializers... yes
  77. checking whether compiler handles -Wredundant-decls... yes
  78. checking whether compiler handles -Wsign-compare... yes
  79. checking whether compiler handles -Wtype-limits... yes
  80. checking whether compiler handles -Wuninitialized... yes
  81. checking whether compiler handles -Wunused-but-set-parameter... yes
  82. checking whether compiler handles -Wunused-but-set-variable... yes
  83. checking whether compiler handles -Wunused-parameter... yes
  84. checking whether compiler handles -Wunused-result... yes
  85. checking whether compiler handles -Wunused-variable... yes
  86. checking whether compiler handles -Wnested-externs... yes
  87. checking whether compiler handles -Wpointer-arith... yes
  88. checking whether compiler handles -Wstrict-prototypes... yes
  89. checking whether compiler handles -Wformat-security... yes
  90. checking whether compiler handles -Wno-clobbered... yes
  91. checking how to print strings... printf
  92. checking for a sed that does not truncate output... /tmp/simple-prefix/bin/sed
  93. checking for fgrep... /tmp/simple-prefix/bin/grep -F
  94. checking for ld used by x86_64-pc-linux-gnu-gcc -std=gnu99... /tmp/simple-prefix/usr/x86_64-pc-linux-gnu/bin/ld
  95. checking if the linker (/tmp/simple-prefix/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  96. checking for BSD- or MS-compatible name lister (nm)... /tmp/simple-prefix/usr/bin/x86_64-pc-linux-gnu-nm -B
  97. checking the name lister (/tmp/simple-prefix/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm
  98. checking whether ln -s works... yes
  99. checking the maximum length of command line arguments... 98304
  100. checking whether the shell understands some XSI constructs... yes
  101. checking whether the shell understands "+="... yes
  102. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  103. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  104. checking for /tmp/simple-prefix/usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  105. checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
  106. checking how to recognize dependent libraries... pass_all
  107. checking for x86_64-pc-linux-gnu-dlltool... no
  108. checking for dlltool... no
  109. checking how to associate runtime and link libraries... printf %s\n
  110. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  111. checking for archiver @FILE support... @
  112. checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
  113. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  114. checking command to parse /tmp/simple-prefix/usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc -std=gnu99 object... ok
  115. checking for sysroot... no
  116. checking for x86_64-pc-linux-gnu-mt... no
  117. checking for mt... no
  118. checking if : is a manifest tool... no
  119. checking for dlfcn.h... yes
  120. checking for objdir... .libs
  121. checking if x86_64-pc-linux-gnu-gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  122. checking for x86_64-pc-linux-gnu-gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  123. checking if x86_64-pc-linux-gnu-gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  124. checking if x86_64-pc-linux-gnu-gcc -std=gnu99 static flag -static works... yes
  125. checking if x86_64-pc-linux-gnu-gcc -std=gnu99 supports -c -o file.o... yes
  126. checking if x86_64-pc-linux-gnu-gcc -std=gnu99 supports -c -o file.o... (cached) yes
  127. checking whether the x86_64-pc-linux-gnu-gcc -std=gnu99 linker (/tmp/simple-prefix/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  128. checking whether -lc should be explicitly linked in... no
  129. checking dynamic linker characteristics... GNU/Linux ld.so
  130. checking how to hardcode library paths into programs... immediate
  131. checking whether stripping libraries is possible... yes
  132. checking if libtool supports shared libraries... yes
  133. checking whether to build shared libraries... yes
  134. checking whether to build static libraries... no
  135. checking for x86_64-pc-linux-gnu-pkg-config... /tmp/simple-prefix/usr/bin/x86_64-pc-linux-gnu-pkg-config
  136. checking pkg-config is at least version 0.9.0... yes
  137. checking whether to build gtk-doc documentation... no
  138. checking for gtkdoc-check... no
  139. checking for xsltproc... /usr/bin/xsltproc
  140. checking for special C compiler options needed for large files... no
  141. checking for _FILE_OFFSET_BITS value needed for large files... no
  142. checking whether NLS is requested... yes
  143. checking for msgfmt... /tmp/simple-prefix/usr/bin/msgfmt
  144. checking for gmsgfmt... /tmp/simple-prefix/usr/bin/gmsgfmt
  145. checking for xgettext... /tmp/simple-prefix/usr/bin/xgettext
  146. checking for msgmerge... /tmp/simple-prefix/usr/bin/msgmerge
  147. checking for ld used by x86_64-pc-linux-gnu-gcc -std=gnu99... /tmp/simple-prefix/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
  148. checking if the linker (/tmp/simple-prefix/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
  149. checking for shared library run path origin... done
  150. checking for CFPreferencesCopyAppValue... no
  151. checking for CFLocaleCopyCurrent... no
  152. checking for GNU gettext in libc... yes
  153. checking whether to use NLS... yes
  154. checking where the gettext function comes from... libc
  155. checking for linux/compiler.h... no
  156. checking for linux/blkpg.h... yes
  157. checking for linux/major.h... yes
  158. checking asm/io.h usability... no
  159. checking asm/io.h presence... no
  160. checking for asm/io.h... no
  161. checking err.h usability... yes
  162. checking err.h presence... yes
  163. checking for err.h... yes
  164. checking errno.h usability... yes
  165. checking errno.h presence... yes
  166. checking for errno.h... yes
  167. checking fcntl.h usability... yes
  168. checking fcntl.h presence... yes
  169. checking for fcntl.h... yes
  170. checking getopt.h usability... yes
  171. checking getopt.h presence... yes
  172. checking for getopt.h... yes
  173. checking for inttypes.h... (cached) yes
  174. checking linux/cdrom.h usability... yes
  175. checking linux/cdrom.h presence... yes
  176. checking for linux/cdrom.h... yes
  177. checking linux/falloc.h usability... yes
  178. checking linux/falloc.h presence... yes
  179. checking for linux/falloc.h... yes
  180. checking linux/watchdog.h usability... yes
  181. checking linux/watchdog.h presence... yes
  182. checking for linux/watchdog.h... yes
  183. checking linux/fd.h usability... yes
  184. checking linux/fd.h presence... yes
  185. checking for linux/fd.h... yes
  186. checking linux/raw.h usability... yes
  187. checking linux/raw.h presence... yes
  188. checking for linux/raw.h... yes
  189. checking linux/tiocl.h usability... yes
  190. checking linux/tiocl.h presence... yes
  191. checking for linux/tiocl.h... yes
  192. checking linux/version.h usability... yes
  193. checking linux/version.h presence... yes
  194. checking for linux/version.h... yes
  195. checking linux/securebits.h usability... yes
  196. checking linux/securebits.h presence... yes
  197. checking for linux/securebits.h... yes
  198. checking locale.h usability... yes
  199. checking locale.h presence... yes
  200. checking for locale.h... yes
  201. checking mntent.h usability... yes
  202. checking mntent.h presence... yes
  203. checking for mntent.h... yes
  204. checking net/if.h usability... yes
  205. checking net/if.h presence... yes
  206. checking for net/if.h... yes
  207. checking net/if_dl.h usability... no
  208. checking net/if_dl.h presence... no
  209. checking for net/if_dl.h... no
  210. checking netinet/in.h usability... yes
  211. checking netinet/in.h presence... yes
  212. checking for netinet/in.h... yes
  213. checking paths.h usability... yes
  214. checking paths.h presence... yes
  215. checking for paths.h... yes
  216. checking pty.h usability... yes
  217. checking pty.h presence... yes
  218. checking for pty.h... yes
  219. checking for security/pam_misc.h... (cached) no
  220. checking for stdint.h... (cached) yes
  221. checking stdio_ext.h usability... yes
  222. checking stdio_ext.h presence... yes
  223. checking for stdio_ext.h... yes
  224. checking for stdlib.h... (cached) yes
  225. checking endian.h usability... yes
  226. checking endian.h presence... yes
  227. checking for endian.h... yes
  228. checking byteswap.h usability... yes
  229. checking byteswap.h presence... yes
  230. checking for byteswap.h... yes
  231. checking sys/endian.h usability... no
  232. checking sys/endian.h presence... no
  233. checking for sys/endian.h... no
  234. checking sys/disk.h usability... no
  235. checking sys/disk.h presence... no
  236. checking for sys/disk.h... no
  237. checking sys/disklabel.h usability... no
  238. checking sys/disklabel.h presence... no
  239. checking for sys/disklabel.h... no
  240. checking sys/file.h usability... yes
  241. checking sys/file.h presence... yes
  242. checking for sys/file.h... yes
  243. checking sys/io.h usability... yes
  244. checking sys/io.h presence... yes
  245. checking for sys/io.h... yes
  246. checking sys/ioccom.h usability... no
  247. checking sys/ioccom.h presence... no
  248. checking for sys/ioccom.h... no
  249. checking sys/ioctl.h usability... yes
  250. checking sys/ioctl.h presence... yes
  251. checking for sys/ioctl.h... yes
  252. checking sys/mkdev.h usability... no
  253. checking sys/mkdev.h presence... no
  254. checking for sys/mkdev.h... no
  255. checking sys/prctl.h usability... yes
  256. checking sys/prctl.h presence... yes
  257. checking for sys/prctl.h... yes
  258. checking sys/queue.h usability... yes
  259. checking sys/queue.h presence... yes
  260. checking for sys/queue.h... yes
  261. checking sys/resource.h usability... yes
  262. checking sys/resource.h presence... yes
  263. checking for sys/resource.h... yes
  264. checking sys/socket.h usability... yes
  265. checking sys/socket.h presence... yes
  266. checking for sys/socket.h... yes
  267. checking sys/sockio.h usability... no
  268. checking sys/sockio.h presence... no
  269. checking for sys/sockio.h... no
  270. checking for sys/stat.h... (cached) yes
  271. checking sys/swap.h usability... yes
  272. checking sys/swap.h presence... yes
  273. checking for sys/swap.h... yes
  274. checking sys/syscall.h usability... yes
  275. checking sys/syscall.h presence... yes
  276. checking for sys/syscall.h... yes
  277. checking sys/time.h usability... yes
  278. checking sys/time.h presence... yes
  279. checking for sys/time.h... yes
  280. checking sys/ttydefaults.h usability... yes
  281. checking sys/ttydefaults.h presence... yes
  282. checking for sys/ttydefaults.h... yes
  283. checking for sys/types.h... (cached) yes
  284. checking sys/un.h usability... yes
  285. checking sys/un.h presence... yes
  286. checking for sys/un.h... yes
  287. checking for unistd.h... (cached) yes
  288. checking langinfo.h usability... yes
  289. checking langinfo.h presence... yes
  290. checking for langinfo.h... yes
  291. checking for struct termios.c_line... yes
  292. checking for struct stat.st_mtim.tv_nsec... yes
  293. checking whether _NL_TIME_WEEK_1STDAY is declared... yes
  294. checking whether llseek is declared... no
  295. checking whether lseek64 is declared... yes
  296. checking whether environ is declared... yes
  297. checking whether strsignal is declared... yes
  298. checking for __fpending... yes
  299. checking for secure_getenv... no
  300. checking for __secure_getenv... yes
  301. checking for err... yes
  302. checking for errx... yes
  303. checking for fsync... yes
  304. checking for futimens... no
  305. checking for getdomainname... yes
  306. checking for getdtablesize... yes
  307. checking for getexecname... no
  308. checking for getmntinfo... no
  309. checking for getrlimit... yes
  310. checking for inotify_init... yes
  311. checking for jrand48... yes
  312. checking for lchown... yes
  313. checking for llseek... yes
  314. checking for lseek64... yes
  315. checking for mempcpy... yes
  316. checking for nanosleep... yes
  317. checking for open_memstream... yes
  318. checking for personality... yes
  319. checking for posix_fadvise... yes
  320. checking for prctl... yes
  321. checking for qsort_r... no
  322. checking for rpmatch... yes
  323. checking for scandirat... no
  324. checking for setresgid... yes
  325. checking for setresuid... yes
  326. checking for sigqueue... yes
  327. checking for srandom... yes
  328. checking for strnchr... no
  329. checking for strndup... yes
  330. checking for strnlen... yes
  331. checking for strtoull... yes
  332. checking for sysconf... yes
  333. checking for sysinfo... yes
  334. checking for updwtmp... yes
  335. checking for usleep... yes
  336. checking for warn... yes
  337. checking for warnx... yes
  338. checking for _LARGEFILE_SOURCE value needed for large files... no
  339. checking for openat... yes
  340. checking for fstatat... yes
  341. checking for unlinkat... yes
  342. checking for ioperm... yes
  343. checking for iopl... yes
  344. checking for struct sockaddr.sa_len... no
  345. checking for library containing socket... none required
  346. checking for dirfd... yes
  347. checking whether program_invocation_short_name is defined... yes
  348. checking whether __progname is defined... yes
  349. checking whether the target supports thread-local storage... yes
  350. checking scanf string alloc modifiers... (%as) yes
  351. checking for openpty in -lutil... yes
  352. checking for tgetnum in -ltermcap... no
  353. checking for union semun... no
  354. checking for loff_t... yes
  355. checking for cpu_set_t... yes
  356. checking for sighandler_t... yes
  357. checking whether CPU_ALLOC is declared... no
  358. checking crypt.h usability... yes
  359. checking crypt.h presence... yes
  360. checking for crypt.h... yes
  361. checking for NCURSESW... yes
  362. checking ncurses.h usability... yes
  363. checking ncurses.h presence... yes
  364. checking for ncurses.h... yes
  365. checking for use_default_colors in -lncursesw... yes
  366. checking for resizeterm in -lncursesw... yes
  367. checking for TINFO... no
  368. checking for tgetent in -ltinfo... no
  369. checking for syscall fallocate... SYS_fallocate
  370. checking for valid fallocate() function... no
  371. checking for syscall unshare... SYS_unshare
  372. checking for unshare... yes
  373. checking for syscall setns... no
  374. configure: WARNING: Unable to detect syscall setns.
  375. configure: WARNING: setns syscall not found; not building nsenter
  376. checking for setns... no
  377. checking for capng_apply in -lcap-ng... no
  378. checking for crc32 in -lz... yes
  379. checking for syscall prlimit64... SYS_prlimit64
  380. checking for prlimit... no
  381. checking for syscall pivot_root... SYS_pivot_root
  382. checking for LIBUSER... no
  383. configure: WARNING: PAM header file not found; not building runuser
  384. checking for syscall ioprio_set... SYS_ioprio_set
  385. checking for syscall ioprio_get... SYS_ioprio_get
  386. checking for syscall sched_getaffinity... SYS_sched_getaffinity
  387. checking for SYSTEMD... no
  388. checking for SYSTEMD_DAEMON... no
  389. checking for SYSTEMD_JOURNAL... no
  390. Package systemd was not found in the pkg-config search path.
  391. Perhaps you should add the directory containing `systemd.pc'
  392. to the PKG_CONFIG_PATH environment variable
  393. No package 'systemd' found
  394. configure: WARNING: libpython not found; not building pylibmount
  395. checking that generated files are newer than configure... done
  396. configure: creating ./config.status
  397. config.status: creating Makefile
  398. config.status: creating libblkid/docs/Makefile
  399. config.status: creating libblkid/docs/version.xml
  400. config.status: creating libblkid/src/blkid.h
  401. config.status: creating libmount/docs/Makefile
  402. config.status: creating libmount/docs/version.xml
  403. config.status: creating libmount/src/libmount.h
  404. config.status: creating libsmartcols/docs/Makefile
  405. config.status: creating libsmartcols/docs/version.xml
  406. config.status: creating libsmartcols/src/libsmartcols.h
  407. config.status: creating po/Makefile.in
  408. config.status: creating config.h
  409. config.status: executing depfiles commands
  410. config.status: executing libtool commands
  411. config.status: executing po-directories commands
  412. config.status: creating po/POTFILES
  413. config.status: creating po/Makefile
  414.  
  415. util-linux 2.25
  416.  
  417. prefix: /tmp/simple-prefix/usr
  418. exec prefix: ${prefix}
  419.  
  420. localstatedir: /tmp/simple-prefix/var/lib
  421. bindir: ${exec_prefix}/bin
  422. sbindir: ${exec_prefix}/sbin
  423. libdir: ${prefix}/lib
  424. includedir: ${prefix}/include
  425. usrbin_execdir: ${exec_prefix}/bin
  426. usrsbin_execdir: ${exec_prefix}/sbin
  427. usrlib_execdir: ${prefix}/lib
  428.  
  429. compiler: x86_64-pc-linux-gnu-gcc -std=gnu99
  430. cflags: -O2 -pipe -fgnu89-inline
  431. suid cflags:
  432. ldflags: -Wl,-O1
  433. suid ldflags:
  434.  
  435. Python:
  436. Python version:
  437. Python libs:
  438.  
  439. Bash completions: /tmp/simple-prefix/usr/share/bash-completion
  440. Systemd support: no
  441.  
  442. warnings:
  443.  
  444. -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wformat-security
  445.  
  446. >>> Source configured.
  447. >>> Compiling source in /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25 ...
  448. * abi_x86_64.amd64: running multilib-minimal_abi_src_compile
  449. make -j13
  450. make all-recursive
  451. make[1]: Entering directory '/tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25-abi_x86_64.amd64'
  452. Making all in po
  453. make[2]: Entering directory '/tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25-abi_x86_64.amd64/po'
  454. make[2]: Nothing to be done for 'all'.
  455. make[2]: Leaving directory '/tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25-abi_x86_64.amd64/po'
  456. make[2]: Entering directory '/tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25-abi_x86_64.amd64'
  457. CC lib/libuuid_la-randutils.lo
  458. CC lib/boottime.o
  459. CC sys-utils/fstrim-fstrim.o
  460. CC sys-utils/ctrlaltdel.o
  461. CC sys-utils/fsfreeze.o
  462. CC sys-utils/losetup-losetup.o
  463. CC sys-utils/blkdiscard.o
  464. CC sys-utils/swapon-swapon.o
  465. CC sys-utils/swapon-swapon-common.o
  466. CC sys-utils/swapoff-swapoff.o
  467. CC sys-utils/chcpu.o
  468. CC sys-utils/pivot_root.o
  469. CC sys-utils/switch_root.o
  470. CC sys-utils/hwclock.o
  471. CC sys-utils/hwclock-cmos.o
  472. CC sys-utils/swapoff-swapon-common.o
  473. CC sys-utils/hwclock-kd.o
  474. CC sys-utils/hwclock-rtc.o
  475. CC misc-utils/blkid-blkid.o
  476. CC misc-utils/wipefs-wipefs.o
  477. CC misc-utils/findfs-findfs.o
  478. CC text-utils/col.o
  479. CC text-utils/colcrt.o
  480. CC text-utils/colrm.o
  481. CC text-utils/column.o
  482. CC text-utils/hexdump-conv.o
  483. CC text-utils/hexdump-display.o
  484. CC text-utils/hexdump.o
  485. CC text-utils/hexdump-parse.o
  486. CC text-utils/rev.o
  487. CC text-utils/pg-pg.o
  488. CC text-utils/tailf.o
  489. CC text-utils/ul-ul.o
  490. CC term-utils/script.o
  491. CC term-utils/scriptreplay.o
  492. CC term-utils/setterm-setterm.o
  493. CC login-utils/last.o
  494. CC login-utils/utmpdump.o
  495. CC login-utils/lslogins-lslogins.o
  496. CC login-utils/lslogins-logindefs.o
  497. CC sys-utils/flock.o
  498. CC sys-utils/ipcmk.o
  499. CC sys-utils/ipcs.o
  500. CC sys-utils/ipcrm.o
  501. CC sys-utils/ipcutils.o
  502. CC sys-utils/renice.o
  503. CC sys-utils/setsid.o
  504. CC sys-utils/eject-eject.o
  505. CC sys-utils/setarch.o
  506. CC sys-utils/prlimit-prlimit.o
  507. CC sys-utils/lscpu-lscpu-dmi.o
  508. CC sys-utils/lscpu-lscpu.o
  509. CC sys-utils/unshare-unshare.o
  510. CC misc-utils/cal-cal.o
  511. CC sys-utils/fallocate.o
  512. CC lib/cal-mbsalign.o
  513. CC lib/cal-strutils.o
  514. CC misc-utils/logger-logger.o
  515. CC lib/logger-strutils.o
  516. CC misc-utils/look.o
  517. CC misc-utils/mcookie.o
  518. CC misc-utils/namei.o
  519. CC lib/md5.o
  520. CC lib/strutils.o
  521. CC misc-utils/whereis.o
  522. CC misc-utils/lslocks-lslocks.o
  523. CC misc-utils/uuidgen-uuidgen.o
  524. CC misc-utils/getopt.o
  525. CC sys-utils/readprofile.o
  526. CC sys-utils/rtcwake.o
  527. CC disk-utils/isosize.o
  528. CC misc-utils/rename.o
  529. CC misc-utils/uuidd-uuidd.o
  530. CC disk-utils/addpart.o
  531. CC sys-utils/ldattach.o
  532. CC disk-utils/resizepart.o
  533. CC disk-utils/partx-partx.o
  534. CC disk-utils/delpart.o
  535. GEN sys-utils/rtcwake.8
  536. GEN misc-utils/uuidd.8
  537. GEN sys-utils/uname26.8
  538. GEN sys-utils/linux64.8
  539. GEN sys-utils/i386.8
  540. GEN sys-utils/linux32.8
  541. GEN libuuid/uuid.pc
  542. GEN sys-utils/hwclock.8
  543. GEN sys-utils/x86_64.8
  544. GEN libblkid/blkid.pc
  545. GEN libmount/mount.pc
  546. GEN libsmartcols/smartcols.pc
  547. CC lib/libcommon_la-at.lo
  548. CC lib/libcommon_la-canonicalize.lo
  549. CC lib/libcommon_la-blkdev.lo
  550. CC lib/libcommon_la-crc64.lo
  551. CC lib/libcommon_la-env.lo
  552. CC lib/libcommon_la-colors.lo
  553. CC lib/libcommon_la-fileutils.lo
  554. CC lib/libcommon_la-ismounted.lo
  555. CC lib/libcommon_la-mangle.lo
  556. CC lib/libcommon_la-crc32.lo
  557. CC lib/libcommon_la-match.lo
  558. CC lib/libcommon_la-mbsalign.lo
  559. CC lib/libcommon_la-md5.lo
  560. CC lib/libcommon_la-pager.lo
  561. CC lib/libcommon_la-path.lo
  562. CC lib/libcommon_la-procutils.lo
  563. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/lib/colors.c: In function 'colors_read_schemes':
  564. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/lib/colors.c:582:5: warning: format '%a' expects argument of type 'float *', but argument 3 has type 'char **' [-Wformat]
  565. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/lib/colors.c:582:5: warning: format '%a' expects argument of type 'float *', but argument 4 has type 'char **' [-Wformat]
  566. CC lib/libcommon_la-randutils.lo
  567. CC lib/libcommon_la-setproctitle.lo
  568. CC lib/libcommon_la-strutils.lo
  569. CC lib/libcommon_la-sysfs.lo
  570. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/lib/fileutils.c: In function 'xmkstemp':
  571. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/lib/fileutils.c:43:2: warning: implicit declaration of function 'mkostemp' [-Wimplicit-function-declaration]
  572. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/lib/fileutils.c:43:2: warning: nested extern declaration of 'mkostemp' [-Wnested-externs]
  573. CC lib/libcommon_la-timeutils.lo
  574. CC lib/libcommon_la-ttyutils.lo
  575. CC lib/libcommon_la-xgetpass.lo
  576. CC lib/libcommon_la-exec_shell.lo
  577. CC lib/libcommon_la-readutmp.lo
  578. CC lib/libcommon_la-linux_version.lo
  579. CC lib/libcommon_la-loopdev.lo
  580. CC lib/libcommon_la-cpuset.lo
  581. CC libfdisk/src/libfdisk_la-test.lo
  582. CC libfdisk/src/libfdisk_la-ask.lo
  583. CC libfdisk/src/libfdisk_la-alignment.lo
  584. CC libfdisk/src/libfdisk_la-label.lo
  585. CC libfdisk/src/libfdisk_la-init.lo
  586. CC libfdisk/src/libfdisk_la-context.lo
  587. CC libfdisk/src/libfdisk_la-utils.lo
  588. CC libfdisk/src/libfdisk_la-parttype.lo
  589. CC libfdisk/src/libfdisk_la-partition.lo
  590. CC libfdisk/src/libfdisk_la-table.lo
  591. CC libfdisk/src/libfdisk_la-sun.lo
  592. CC libfdisk/src/libfdisk_la-iter.lo
  593. CC libfdisk/src/libfdisk_la-sgi.lo
  594. CC libfdisk/src/libfdisk_la-dos.lo
  595. CC libfdisk/src/libfdisk_la-bsd.lo
  596. CC libfdisk/src/libfdisk_la-gpt.lo
  597. CC libblkid/src/libblkid_la-init.lo
  598. CC libblkid/src/libblkid_la-cache.lo
  599. CC libblkid/src/libblkid_la-devname.lo
  600. CC libblkid/src/libblkid_la-dev.lo
  601. CC libblkid/src/libblkid_la-devno.lo
  602. CC libblkid/src/libblkid_la-encode.lo
  603. CC libblkid/src/libblkid_la-evaluate.lo
  604. CC libblkid/src/libblkid_la-getsize.lo
  605. CC libblkid/src/libblkid_la-llseek.lo
  606. CC libblkid/src/libblkid_la-probe.lo
  607. CC libblkid/src/libblkid_la-read.lo
  608. CC libblkid/src/libblkid_la-config.lo
  609. CC libblkid/src/libblkid_la-resolve.lo
  610. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/libblkid/src/llseek.c:12:0: warning: "_LARGEFILE_SOURCE" redefined [enabled by default]
  611. <command-line>:0:0: note: this is the location of the previous definition
  612. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/libblkid/src/llseek.c:13:0: warning: "_LARGEFILE64_SOURCE" redefined [enabled by default]
  613. <command-line>:0:0: note: this is the location of the previous definition
  614. CC libblkid/src/libblkid_la-save.lo
  615. CC libblkid/src/libblkid_la-tag.lo
  616. CC libblkid/src/libblkid_la-version.lo
  617. CC libblkid/src/partitions/libblkid_la-aix.lo
  618. CC libblkid/src/partitions/libblkid_la-bsd.lo
  619. CC libblkid/src/partitions/libblkid_la-dos.lo
  620. CC libblkid/src/partitions/libblkid_la-gpt.lo
  621. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/libblkid/src/save.c: In function 'blkid_flush_cache':
  622. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/libblkid/src/save.c:116:4: warning: implicit declaration of function 'mkostemp' [-Wimplicit-function-declaration]
  623. CC libblkid/src/libblkid_la-verify.lo
  624. CC libblkid/src/partitions/libblkid_la-mac.lo
  625. CC libblkid/src/partitions/libblkid_la-minix.lo
  626. CC libblkid/src/partitions/libblkid_la-partitions.lo
  627. CC libblkid/src/partitions/libblkid_la-solaris_x86.lo
  628. CC libblkid/src/partitions/libblkid_la-sun.lo
  629. CC libblkid/src/partitions/libblkid_la-ultrix.lo
  630. CC libblkid/src/partitions/libblkid_la-sgi.lo
  631. CC libblkid/src/partitions/libblkid_la-unixware.lo
  632. CC libblkid/src/superblocks/libblkid_la-bcache.lo
  633. CC libblkid/src/superblocks/libblkid_la-adaptec_raid.lo
  634. CC libblkid/src/superblocks/libblkid_la-bfs.lo
  635. CC libblkid/src/superblocks/libblkid_la-befs.lo
  636. CC libblkid/src/superblocks/libblkid_la-btrfs.lo
  637. CC libblkid/src/superblocks/libblkid_la-cramfs.lo
  638. CC libblkid/src/superblocks/libblkid_la-ddf_raid.lo
  639. CC libblkid/src/superblocks/libblkid_la-drbd.lo
  640. CC libblkid/src/superblocks/libblkid_la-drbdproxy_datalog.lo
  641. CC libblkid/src/superblocks/libblkid_la-ext.lo
  642. CC libblkid/src/superblocks/libblkid_la-exfat.lo
  643. CC libblkid/src/superblocks/libblkid_la-gfs.lo
  644. CC libblkid/src/superblocks/libblkid_la-f2fs.lo
  645. CC libblkid/src/superblocks/libblkid_la-hfs.lo
  646. CC libblkid/src/superblocks/libblkid_la-highpoint_raid.lo
  647. CC libblkid/src/superblocks/libblkid_la-hpfs.lo
  648. CC libblkid/src/superblocks/libblkid_la-iso9660.lo
  649. CC libblkid/src/superblocks/libblkid_la-isw_raid.lo
  650. CC libblkid/src/superblocks/libblkid_la-jfs.lo
  651. CC libblkid/src/superblocks/libblkid_la-jmicron_raid.lo
  652. CC libblkid/src/superblocks/libblkid_la-linux_raid.lo
  653. CC libblkid/src/superblocks/libblkid_la-lsi_raid.lo
  654. CC libblkid/src/superblocks/libblkid_la-lvm.lo
  655. CC libblkid/src/superblocks/libblkid_la-minix.lo
  656. CC libblkid/src/superblocks/libblkid_la-luks.lo
  657. CC libblkid/src/superblocks/libblkid_la-netware.lo
  658. CC libblkid/src/superblocks/libblkid_la-nilfs.lo
  659. CC libblkid/src/superblocks/libblkid_la-ntfs.lo
  660. CC libblkid/src/superblocks/libblkid_la-refs.lo
  661. CC libblkid/src/superblocks/libblkid_la-nvidia_raid.lo
  662. CC libblkid/src/superblocks/libblkid_la-ocfs.lo
  663. CC libblkid/src/superblocks/libblkid_la-promise_raid.lo
  664. CC libblkid/src/superblocks/libblkid_la-reiserfs.lo
  665. CC libblkid/src/superblocks/libblkid_la-silicon_raid.lo
  666. CC libblkid/src/superblocks/libblkid_la-romfs.lo
  667. CC libblkid/src/superblocks/libblkid_la-squashfs.lo
  668. CC libblkid/src/superblocks/libblkid_la-swap.lo
  669. CC libblkid/src/superblocks/libblkid_la-ubifs.lo
  670. CC libblkid/src/superblocks/libblkid_la-udf.lo
  671. CC libblkid/src/superblocks/libblkid_la-ufs.lo
  672. CC libblkid/src/superblocks/libblkid_la-superblocks.lo
  673. CC libblkid/src/superblocks/libblkid_la-via_raid.lo
  674. CC libblkid/src/superblocks/libblkid_la-sysv.lo
  675. CC libblkid/src/superblocks/libblkid_la-vmfs.lo
  676. CC libblkid/src/superblocks/libblkid_la-vfat.lo
  677. CC libblkid/src/superblocks/libblkid_la-vxfs.lo
  678. CC libblkid/src/superblocks/libblkid_la-xfs.lo
  679. CC libblkid/src/superblocks/libblkid_la-zfs.lo
  680. CC libblkid/src/topology/libblkid_la-topology.lo
  681. CC libblkid/src/topology/libblkid_la-dm.lo
  682. CC libblkid/src/topology/libblkid_la-evms.lo
  683. CC libblkid/src/topology/libblkid_la-md.lo
  684. CC libblkid/src/topology/libblkid_la-lvm.lo
  685. CC libblkid/src/topology/libblkid_la-ioctl.lo
  686. CC libblkid/src/topology/libblkid_la-sysfs.lo
  687. CC libuuid/src/libuuid_la-clear.lo
  688. CC libuuid/src/libuuid_la-compare.lo
  689. CC libuuid/src/libuuid_la-gen_uuid.lo
  690. CC libuuid/src/libuuid_la-isnull.lo
  691. CC libuuid/src/libuuid_la-copy.lo
  692. CC libuuid/src/libuuid_la-pack.lo
  693. CC libuuid/src/libuuid_la-parse.lo
  694. CC libuuid/src/libuuid_la-unpack.lo
  695. CC libuuid/src/libuuid_la-unparse.lo
  696. CC libsmartcols/src/libsmartcols_la-iter.lo
  697. CC libuuid/src/libuuid_la-uuid_time.lo
  698. CC libsmartcols/src/libsmartcols_la-symbols.lo
  699. CC libsmartcols/src/libsmartcols_la-cell.lo
  700. CC libsmartcols/src/libsmartcols_la-column.lo
  701. CC libsmartcols/src/libsmartcols_la-line.lo
  702. CC libsmartcols/src/libsmartcols_la-table_print.lo
  703. CC libsmartcols/src/libsmartcols_la-version.lo
  704. CC libsmartcols/src/libsmartcols_la-init.lo
  705. CC libsmartcols/src/libsmartcols_la-table.lo
  706. CC libmount/src/libmount_la-cache.lo
  707. CC libmount/src/libmount_la-context.lo
  708. CC libmount/src/libmount_la-context_loopdev.lo
  709. CC libmount/src/libmount_la-context_mount.lo
  710. CC libmount/src/libmount_la-context_umount.lo
  711. CC libmount/src/libmount_la-fs.lo
  712. CC libmount/src/libmount_la-init.lo
  713. CC libmount/src/libmount_la-iter.lo
  714. CC libmount/src/libmount_la-lock.lo
  715. CC libmount/src/libmount_la-optmap.lo
  716. CC libmount/src/libmount_la-tab_diff.lo
  717. CC libmount/src/libmount_la-tab.lo
  718. CC libmount/src/libmount_la-optstr.lo
  719. CC libmount/src/libmount_la-tab_update.lo
  720. CC libmount/src/libmount_la-test.lo
  721. CC libmount/src/libmount_la-tab_parse.lo
  722. CC libmount/src/libmount_la-utils.lo
  723. CC libmount/src/libmount_la-version.lo
  724. CC text-utils/more-more.o
  725. CC sys-utils/dmesg.o
  726. CC sys-utils/wdctl-wdctl.o
  727. CC sys-utils/umount-umount.o
  728. CC sys-utils/mount-mount.o
  729. CC sys-utils/mountpoint-mountpoint.o
  730. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/libmount/src/utils.c: In function 'mnt_open_uniq_filename':
  731. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/libmount/src/utils.c:945:2: warning: implicit declaration of function 'mkostemp' [-Wimplicit-function-declaration]
  732. CC misc-utils/lsblk-lsblk.o
  733. CC misc-utils/findmnt-findmnt.o
  734. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/libmount/src/tab_parse.c: In function 'mnt_parse_table_line':
  735. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/libmount/src/tab_parse.c:65:4: warning: format '%a' expects argument of type 'float *', but argument 3 has type 'char **' [-Wformat]
  736. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/libmount/src/tab_parse.c:65:4: warning: format '%a' expects argument of type 'float *', but argument 4 has type 'char **' [-Wformat]
  737. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/libmount/src/tab_parse.c:65:4: warning: format '%a' expects argument of type 'float *', but argument 5 has type 'char **' [-Wformat]
  738. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/libmount/src/tab_parse.c:65:4: warning: format '%a' expects argument of type 'float *', but argument 6 has type 'char **' [-Wformat]
  739. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/libmount/src/tab_parse.c: In function 'mnt_parse_mountinfo_line':
  740. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/libmount/src/tab_parse.c:144:4: warning: format '%a' expects argument of type 'float *', but argument 7 has type 'char **' [-Wformat]
  741. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/libmount/src/tab_parse.c:144:4: warning: format '%a' expects argument of type 'float *', but argument 8 has type 'char **' [-Wformat]
  742. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/libmount/src/tab_parse.c:144:4: warning: format '%a' expects argument of type 'float *', but argument 9 has type 'char **' [-Wformat]
  743. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/libmount/src/tab_parse.c:165:4: warning: format '%a' expects argument of type 'float *', but argument 3 has type 'char **' [-Wformat]
  744. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/libmount/src/tab_parse.c:165:4: warning: format '%a' expects argument of type 'float *', but argument 4 has type 'char **' [-Wformat]
  745. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/libmount/src/tab_parse.c:165:4: warning: format '%a' expects argument of type 'float *', but argument 5 has type 'char **' [-Wformat]
  746. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/libmount/src/tab_parse.c: In function 'mnt_parse_swaps_line':
  747. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/libmount/src/tab_parse.c:294:4: warning: format '%a' expects argument of type 'float *', but argument 3 has type 'char **' [-Wformat]
  748. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/libmount/src/tab_parse.c:294:4: warning: format '%a' expects argument of type 'float *', but argument 4 has type 'char **' [-Wformat]
  749. CC login-utils/sulogin-consoles.o
  750. CC login-utils/sulogin.o
  751. CCLD fsfreeze
  752. CCLD ctrlaltdel
  753. CC term-utils/agetty.o
  754. CCLD pivot_root
  755. CCLD switch_root
  756. CC disk-utils/mkfs.minix.o
  757. CC disk-utils/mkfs.o
  758. CC disk-utils/mkfs.bfs.o
  759. CC disk-utils/fsck.minix.o
  760. CC disk-utils/swaplabel-swaplabel.o
  761. CC disk-utils/fsck-fsck.o
  762. CC disk-utils/raw.o
  763. CC disk-utils/fsck.cramfs.o
  764. CC disk-utils/mkswap-mkswap.o
  765. CC disk-utils/cramfs_common.o
  766. CC disk-utils/mkfs.cramfs.o
  767. CC disk-utils/blockdev.o
  768. CC disk-utils/fdisk-fdisk-menu.o
  769. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/disk-utils/mkfs.cramfs.c: In function ‘parse_directory’:
  770. /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/disk-utils/mkfs.cramfs.c:296:2: warning: passing argument 4 of ‘scandir’ from incompatible pointer type [enabled by default]
  771. In file included from /tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25/disk-utils/mkfs.cramfs.c:32:0:
  772. /usr/include/dirent.h:257:12: note: expected ‘int (*)(const void *, const void *)’ but argument is of type ‘int (*)(const struct dirent **, const struct dirent **)’
  773. CC disk-utils/fdisk-fdisk.o
  774. CC schedutils/chrt.o
  775. CC disk-utils/cfdisk-cfdisk.o
  776. CC schedutils/ionice.o
  777. CC schedutils/taskset.o
  778. CCLD rev
  779. CC disk-utils/sfdisk.o
  780. CCLD ul
  781. CCLD script
  782. CCLD scriptreplay
  783. CCLD colcrt
  784. CCLD renice
  785. CCLD setsid
  786. CCLD utmpdump
  787. CCLD setarch
  788. CCLD look
  789. CCLD logger
  790. CCLD namei
  791. CCLD rename
  792. CCLD getopt
  793. CCLD readprofile
  794. CCLD libuuid.la
  795. CCLD libcommon.la
  796. CCLD raw
  797. CCLD more
  798. CCLD mkfs
  799. CCLD uuidgen
  800. CCLD libblkid.la
  801. CCLD libsmartcols.la
  802. CCLD dmesg
  803. CCLD agetty
  804. CCLD sulogin
  805. CCLD fsck.minix
  806. CCLD mkfs.minix
  807. CCLD blkdiscard
  808. CCLD hwclock
  809. CCLD mkfs.bfs
  810. CCLD fsck.cramfs
  811. ./.libs/libcommon.a(libcommon_la-fileutils.o): In function `xmkstemp':
  812. fileutils.c:(.text+0x61): undefined reference to `mkostemp'
  813. collect2: error: ld returned 1 exit status
  814. CCLD blockdev
  815. Makefile:5479: recipe for target 'fsck.minix' failed
  816. make[2]: *** [fsck.minix] Error 1
  817. make[2]: *** Waiting for unfinished jobs....
  818. CCLD mkfs.cramfs
  819. CCLD chcpu
  820. ./.libs/libcommon.a(libcommon_la-fileutils.o): In function `xmkstemp':
  821. fileutils.c:(.text+0x61): undefined reference to `mkostemp'
  822. collect2: error: ld returned 1 exit status
  823. Makefile:5282: recipe for target 'blockdev' failed
  824. make[2]: *** [blockdev] Error 1
  825. make[2]: Leaving directory '/tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25-abi_x86_64.amd64'
  826. Makefile:10060: recipe for target 'all-recursive' failed
  827. make[1]: *** [all-recursive] Error 1
  828. make[1]: Leaving directory '/tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25-abi_x86_64.amd64'
  829. Makefile:4365: recipe for target 'all' failed
  830. make: *** [all] Error 2
  831. * ERROR: sys-apps/util-linux-2.25::gentoo_prefix failed (compile phase):
  832. * emake failed
  833. *
  834. * If you need support, post the output of `emerge --info '=sys-apps/util-linux-2.25::gentoo_prefix'`,
  835. * the complete build log and the output of `emerge -pqv '=sys-apps/util-linux-2.25::gentoo_prefix'`.
  836. * The complete build log is located at '/tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/temp/build.log'.
  837. * The ebuild environment file is located at '/tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/temp/environment'.
  838. * Working directory: '/tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25-abi_x86_64.amd64'
  839. * S: '/tmp/simple-prefix/var/tmp/portage/sys-apps/util-linux-2.25/work/util-linux-2.25'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement