Advertisement
Guest User

Untitled

a guest
Mar 15th, 2017
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.63 KB | None | 0 0
  1. [osboxes@osboxes ~]$ cd LibreELEC.tv
  2. [osboxes@osboxes LibreELEC.tv]$ sudo PROJECT=Generic ARCH=x86_64 make image
  3. [sudo] password for osboxes:
  4. ./scripts/image mkimage
  5.  
  6. =================================================================================
  7. Configuration for LibreELEC (community)
  8. =================================================================================
  9.  
  10. Buildoptions:
  11. ======================================================
  12. - CPU (ARCH): x86-64 (x86_64)
  13. - FLOAT:
  14. - FPU:
  15. - SIMD support: yes
  16. - LTO (Link Time Optimization) support: yes
  17. - GOLD (Google Linker) Support: yes
  18. - LLVM support: yes
  19.  
  20. Graphic configuration:
  21. ======================================================
  22. - Xorg Graphic Drivers: r300 r600 radeonsi i915 i965 nvidia nvidia-legacy
  23. - XORG Composite support: yes
  24. - WindowManager: fluxbox
  25. - OpenGL (GLX) support (provider): yes (mesa)
  26. - OpenGLES support (provider): no (no)
  27. - uvesafb support: yes
  28.  
  29. Hardware decoder configuration:
  30. ======================================================
  31. - Kodi Player driver: default
  32. - VAAPI Support: yes
  33. - VDPAU Support: yes
  34.  
  35. Input device configuration:
  36. ======================================================
  37. - Remote support: yes
  38. - ATV Remote support: yes
  39. - CEC Adapter support: yes
  40. - Kodi Joystick support: yes
  41.  
  42. Misc. hardware configuration:
  43. ======================================================
  44. - ALSA support: yes
  45. - Pulseaudio support: yes
  46. - Bluetooth support: yes
  47. - Include driver: RTL8192CU
  48. - Include driver: RTL8192DU
  49. - Include driver: RTL8192EU
  50. - Include driver: RTL8188EU
  51. - Include driver: RTL8812AU
  52. - Include driver: bcm_sta
  53. - Include driver: media_build
  54. - Include firmware: misc-firmware
  55. - Include firmware: wlan-firmware
  56. - Include firmware: dvb-firmware
  57. - Include firmware: iwlwifi-firmware
  58.  
  59. Network service configuration:
  60. ======================================================
  61. - Avahi (Zeroconf) support: yes
  62. - NFS mounting support: yes
  63. - SAMBA mounting support: yes
  64. - SAMBA server support: yes
  65. - SFTP server support: yes
  66. - OpenVPN support: yes
  67.  
  68. OS configuration:
  69. ======================================================
  70. - OEM Support: yes
  71. - Default ROOT Password: libreelec
  72. - Bootloader: syslinux
  73. - UDevil support: yes
  74. - Installer support: yes
  75.  
  76. Misc. Filesystems:
  77. ======================================================
  78. - Swap Support: yes
  79. - Swapfile default size: 1024
  80. - exFAT Support (via Fuse): yes
  81. - NTFS Support (via Fuse): yes
  82. - Install HFS Tools: yes
  83.  
  84. Kodi configuration:
  85. ======================================================
  86. - Kodi version: kodi
  87. - Kodi nonfree support: yes
  88. - Kodi Blu-Ray support: yes
  89. - Bluray BD+ support: yes
  90. - Bluray AACS support: yes
  91. - Kodi DVDCSS support: yes
  92. - Kodi Airplay support: yes
  93. - Kodi Airtunes support: yes
  94. - Kodi NFS support: yes
  95. - Kodi MySQL support: yes
  96. - Kodi Optical Drive support: yes
  97. - Kodi SAMBA client support: yes
  98. - Kodi SSH client support: yes
  99. - Kodi UPNP support: yes
  100. - Kodi Webserver support: yes
  101. - Include Skin: Estuary
  102. - Default Skin: Estuary
  103. - Include extra fonts: yes
  104.  
  105. =================================================================================
  106. End Configuration for LibreELEC
  107. =================================================================================
  108.  
  109.  
  110.  
  111. INSTALL libc (target)
  112. INSTALL toolchain (target)
  113. INSTALL configtools (host)
  114. INSTALL make (host)
  115. INSTALL xz (host)
  116. INSTALL sed (host)
  117. INSTALL pkg-config (host)
  118. INSTALL autoconf (host)
  119. INSTALL automake (host)
  120. INSTALL libtool (host)
  121. INSTALL intltool (host)
  122. INSTALL autoconf-archive (host)
  123. INSTALL gcc (host)
  124. INSTALL bison (host)
  125. INSTALL flex (host)
  126. INSTALL cmake (host)
  127. INSTALL yasm (host)
  128. INSTALL glibc (target)
  129. INSTALL ccache (host)
  130. INSTALL autotools (host)
  131. INSTALL linux (host)
  132. INSTALL gcc (bootstrap)
  133. INSTALL tz (target)
  134. INSTALL gcc (target)
  135. BUILD util-linux (target)
  136. Executing (target): /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/configure --host=x86_64-libreelec-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var --disable-static --enable-shared --disable-gtk-doc --disable-nls --disable-rpath --enable-tls --disable-all-programs --enable-chsh-only-listed --enable-libmount-force-mountinfo --disable-bash-completion --disable-colors-default --disable-pylibmount --disable-pg-bell --disable-use-tty-group --disable-makeinstall-chown --disable-makeinstall-setuid --with-gnu-ld --without-selinux --without-audit --without-udev --without-ncurses --without-readline --without-slang --without-termcap --without-tinfo --without-utempter --without-util --without-libz --without-user --without-systemd --without-smack --without-python --without-systemdsystemunitdir --enable-libuuid --enable-libblkid --enable-libmount --enable-libsmartcols --enable-losetup --enable-fsck --enable-blkid --enable-swapon
  137. configure: WARNING: unrecognized options: --enable-libmount-force-mountinfo, --without-termcap
  138. checking for x86_64-libreelec-linux-gnu-gcc... /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-gcc
  139. checking whether the C compiler works... yes
  140. checking for C compiler default output file name... a.out
  141. checking for suffix of executables...
  142. checking whether we are cross compiling... yes
  143. checking for suffix of object files... o
  144. checking whether we are using the GNU C compiler... yes
  145. checking whether /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-gcc accepts -g... yes
  146. checking for /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-gcc option to accept ISO C89... none needed
  147. checking whether /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-gcc understands -c and -o together... yes
  148. checking how to run the C preprocessor... /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-cpp
  149. checking for grep that handles long lines and -e... /usr/bin/grep
  150. checking for egrep... /usr/bin/grep -E
  151. checking for ANSI C header files... yes
  152. checking for sys/types.h... yes
  153. checking for sys/stat.h... yes
  154. checking for stdlib.h... yes
  155. checking for string.h... yes
  156. checking for memory.h... yes
  157. checking for strings.h... yes
  158. checking for inttypes.h... yes
  159. checking for stdint.h... yes
  160. checking for unistd.h... yes
  161. checking minix/config.h usability... no
  162. checking minix/config.h presence... no
  163. checking for minix/config.h... no
  164. checking whether it is safe to define __EXTENSIONS__... yes
  165. checking for a BSD-compatible install... /usr/bin/install -c
  166. checking whether build environment is sane... yes
  167. checking for x86_64-libreelec-linux-gnu-strip... /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-strip
  168. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  169. checking for gawk... gawk
  170. checking whether make sets $(MAKE)... yes
  171. checking for style of include used by make... GNU
  172. checking whether make supports nested variables... yes
  173. checking how to create a pax tar archive... gnutar
  174. checking dependency style of /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-gcc... gcc3
  175. checking whether make supports nested variables... (cached) yes
  176. configure: Default --exec-prefix detected.
  177. checking for /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-gcc option to accept ISO C99... none needed
  178. checking for /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-gcc option to accept ISO Standard C... (cached) none needed
  179. checking build system type... x86_64-pc-linux-gnu
  180. checking host system type... x86_64-libreelec-linux-gnu
  181. checking for an ANSI C-conforming const... yes
  182. checking for working volatile... yes
  183. checking whether byte ordering is bigendian... no
  184. checking whether compiler handles -fno-common... yes
  185. checking whether compiler handles -Wall... yes
  186. checking whether compiler handles -Werror=sequence-point... yes
  187. checking whether compiler handles -Wextra... yes
  188. checking whether compiler handles -Wextra-semi... no
  189. checking whether compiler handles -Wembedded-directive... no
  190. checking whether compiler handles -Wmissing-declarations... yes
  191. checking whether compiler handles -Wmissing-parameter-type... yes
  192. checking whether compiler handles -Wmissing-prototypes... yes
  193. checking whether compiler handles -Wno-missing-field-initializers... yes
  194. checking whether compiler handles -Wredundant-decls... yes
  195. checking whether compiler handles -Wsign-compare... yes
  196. checking whether compiler handles -Wtype-limits... yes
  197. checking whether compiler handles -Wuninitialized... yes
  198. checking whether compiler handles -Wunused-but-set-parameter... yes
  199. checking whether compiler handles -Wunused-but-set-variable... yes
  200. checking whether compiler handles -Wunused-parameter... yes
  201. checking whether compiler handles -Wunused-result... yes
  202. checking whether compiler handles -Wunused-variable... yes
  203. checking whether compiler handles -Wnested-externs... yes
  204. checking whether compiler handles -Wpointer-arith... yes
  205. checking whether compiler handles -Wstrict-prototypes... yes
  206. checking whether compiler handles -Wformat-security... no
  207. checking whether compiler handles -Wimplicit-function-declaration... yes
  208. checking whether compiler handles -Wno-clobbered... yes
  209. checking whether compiler handles -Wno-unused-parameter... yes
  210. checking how to print strings... printf
  211. checking for a sed that does not truncate output... /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/sed
  212. checking for fgrep... /usr/bin/grep -F
  213. checking for ld used by /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-gcc... /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-ld
  214. checking if the linker (/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-ld) is GNU ld... yes
  215. checking for BSD- or MS-compatible name lister (nm)... /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-nm
  216. checking the name lister (/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-nm) interface... BSD nm
  217. checking whether ln -s works... yes
  218. checking the maximum length of command line arguments... 1572864
  219. checking how to convert x86_64-pc-linux-gnu file names to x86_64-libreelec-linux-gnu format... func_convert_file_noop
  220. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  221. checking for /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-ld option to reload object files... -r
  222. checking for x86_64-libreelec-linux-gnu-objdump... /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-objdump
  223. checking how to recognize dependent libraries... pass_all
  224. checking for x86_64-libreelec-linux-gnu-dlltool... no
  225. checking for dlltool... no
  226. checking how to associate runtime and link libraries... printf %s\n
  227. checking for x86_64-libreelec-linux-gnu-ar... /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-ar
  228. checking for archiver @FILE support... @
  229. checking for x86_64-libreelec-linux-gnu-strip... (cached) /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-strip
  230. checking for x86_64-libreelec-linux-gnu-ranlib... /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-ranlib
  231. checking command to parse /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-nm output from /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-gcc object... ok
  232. checking for sysroot... no
  233. checking for a working dd... /usr/bin/dd
  234. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  235. checking for x86_64-libreelec-linux-gnu-mt... no
  236. checking for mt... no
  237. checking if : is a manifest tool... no
  238. checking for dlfcn.h... yes
  239. checking for objdir... .libs
  240. checking if /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  241. checking for /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
  242. checking if /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
  243. checking if /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-gcc static flag -static works... yes
  244. checking if /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-gcc supports -c -o file.o... yes
  245. checking if /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-gcc supports -c -o file.o... (cached) yes
  246. checking whether the /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-gcc linker (/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
  247. checking whether -lc should be explicitly linked in... no
  248. checking dynamic linker characteristics... GNU/Linux ld.so
  249. checking how to hardcode library paths into programs... immediate
  250. checking whether stripping libraries is possible... yes
  251. checking if libtool supports shared libraries... yes
  252. checking whether to build shared libraries... yes
  253. checking whether to build static libraries... no
  254. checking linker version script flag... --version-script
  255. checking if version scripts can use complex wildcards... yes
  256. checking pkg-config is at least version 0.9.0... yes
  257. checking whether to build gtk-doc documentation... no
  258. checking for gtkdoc-check... no
  259. checking for xsltproc... /usr/bin/xsltproc
  260. checking for special C compiler options needed for large files... no
  261. checking for _FILE_OFFSET_BITS value needed for large files... no
  262. checking whether to enable assertions... yes
  263. checking whether NLS is requested... no
  264. checking for msgfmt... /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/msgfmt
  265. checking for gmsgfmt... /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/msgfmt
  266. checking for xgettext... /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/xgettext
  267. checking for msgmerge... /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/msgmerge
  268. checking for ld used by /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-gcc... /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-ld -m elf_x86_64
  269. checking if the linker (/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-ld -m elf_x86_64) is GNU ld... yes
  270. checking for shared library run path origin... done
  271. checking for CFPreferencesCopyAppValue... no
  272. checking for CFLocaleCopyCurrent... no
  273. checking whether to use NLS... no
  274. checking for linux/compiler.h... no
  275. checking for linux/blkpg.h... yes
  276. checking for linux/major.h... yes
  277. checking asm/io.h usability... no
  278. checking asm/io.h presence... no
  279. checking for asm/io.h... no
  280. checking err.h usability... yes
  281. checking err.h presence... yes
  282. checking for err.h... yes
  283. checking errno.h usability... yes
  284. checking errno.h presence... yes
  285. checking for errno.h... yes
  286. checking fcntl.h usability... yes
  287. checking fcntl.h presence... yes
  288. checking for fcntl.h... yes
  289. checking getopt.h usability... yes
  290. checking getopt.h presence... yes
  291. checking for getopt.h... yes
  292. checking for inttypes.h... (cached) yes
  293. checking linux/btrfs.h usability... yes
  294. checking linux/btrfs.h presence... yes
  295. checking for linux/btrfs.h... yes
  296. checking linux/cdrom.h usability... yes
  297. checking linux/cdrom.h presence... yes
  298. checking for linux/cdrom.h... yes
  299. checking linux/falloc.h usability... yes
  300. checking linux/falloc.h presence... yes
  301. checking for linux/falloc.h... yes
  302. checking linux/watchdog.h usability... yes
  303. checking linux/watchdog.h presence... yes
  304. checking for linux/watchdog.h... yes
  305. checking linux/fd.h usability... yes
  306. checking linux/fd.h presence... yes
  307. checking for linux/fd.h... yes
  308. checking linux/raw.h usability... yes
  309. checking linux/raw.h presence... yes
  310. checking for linux/raw.h... yes
  311. checking linux/tiocl.h usability... yes
  312. checking linux/tiocl.h presence... yes
  313. checking for linux/tiocl.h... yes
  314. checking linux/version.h usability... yes
  315. checking linux/version.h presence... yes
  316. checking for linux/version.h... yes
  317. checking linux/securebits.h usability... yes
  318. checking linux/securebits.h presence... yes
  319. checking for linux/securebits.h... yes
  320. checking locale.h usability... yes
  321. checking locale.h presence... yes
  322. checking for locale.h... yes
  323. checking mntent.h usability... yes
  324. checking mntent.h presence... yes
  325. checking for mntent.h... yes
  326. checking net/if.h usability... yes
  327. checking net/if.h presence... yes
  328. checking for net/if.h... yes
  329. checking net/if_dl.h usability... no
  330. checking net/if_dl.h presence... no
  331. checking for net/if_dl.h... no
  332. checking netinet/in.h usability... yes
  333. checking netinet/in.h presence... yes
  334. checking for netinet/in.h... yes
  335. checking paths.h usability... yes
  336. checking paths.h presence... yes
  337. checking for paths.h... yes
  338. checking pty.h usability... yes
  339. checking pty.h presence... yes
  340. checking for pty.h... yes
  341. checking security/pam_appl.h usability... no
  342. checking security/pam_appl.h presence... no
  343. checking for security/pam_appl.h... no
  344. checking for stdint.h... (cached) yes
  345. checking stdio_ext.h usability... yes
  346. checking stdio_ext.h presence... yes
  347. checking for stdio_ext.h... yes
  348. checking for stdlib.h... (cached) yes
  349. checking endian.h usability... yes
  350. checking endian.h presence... yes
  351. checking for endian.h... yes
  352. checking byteswap.h usability... yes
  353. checking byteswap.h presence... yes
  354. checking for byteswap.h... yes
  355. checking sys/endian.h usability... no
  356. checking sys/endian.h presence... no
  357. checking for sys/endian.h... no
  358. checking sys/disk.h usability... no
  359. checking sys/disk.h presence... no
  360. checking for sys/disk.h... no
  361. checking sys/disklabel.h usability... no
  362. checking sys/disklabel.h presence... no
  363. checking for sys/disklabel.h... no
  364. checking sys/file.h usability... yes
  365. checking sys/file.h presence... yes
  366. checking for sys/file.h... yes
  367. checking sys/io.h usability... yes
  368. checking sys/io.h presence... yes
  369. checking for sys/io.h... yes
  370. checking sys/ioccom.h usability... no
  371. checking sys/ioccom.h presence... no
  372. checking for sys/ioccom.h... no
  373. checking sys/ioctl.h usability... yes
  374. checking sys/ioctl.h presence... yes
  375. checking for sys/ioctl.h... yes
  376. checking sys/mkdev.h usability... no
  377. checking sys/mkdev.h presence... no
  378. checking for sys/mkdev.h... no
  379. checking sys/mount.h usability... yes
  380. checking sys/mount.h presence... yes
  381. checking for sys/mount.h... yes
  382. checking sys/param.h usability... yes
  383. checking sys/param.h presence... yes
  384. checking for sys/param.h... yes
  385. checking sys/prctl.h usability... yes
  386. checking sys/prctl.h presence... yes
  387. checking for sys/prctl.h... yes
  388. checking sys/resource.h usability... yes
  389. checking sys/resource.h presence... yes
  390. checking for sys/resource.h... yes
  391. checking sys/signalfd.h usability... yes
  392. checking sys/signalfd.h presence... yes
  393. checking for sys/signalfd.h... yes
  394. checking sys/socket.h usability... yes
  395. checking sys/socket.h presence... yes
  396. checking for sys/socket.h... yes
  397. checking sys/sockio.h usability... no
  398. checking sys/sockio.h presence... no
  399. checking for sys/sockio.h... no
  400. checking for sys/stat.h... (cached) yes
  401. checking sys/sysmacros.h usability... yes
  402. checking sys/sysmacros.h presence... yes
  403. checking for sys/sysmacros.h... yes
  404. checking sys/swap.h usability... yes
  405. checking sys/swap.h presence... yes
  406. checking for sys/swap.h... yes
  407. checking sys/syscall.h usability... yes
  408. checking sys/syscall.h presence... yes
  409. checking for sys/syscall.h... yes
  410. checking sys/time.h usability... yes
  411. checking sys/time.h presence... yes
  412. checking for sys/time.h... yes
  413. checking sys/timex.h usability... yes
  414. checking sys/timex.h presence... yes
  415. checking for sys/timex.h... yes
  416. checking sys/ttydefaults.h usability... yes
  417. checking sys/ttydefaults.h presence... yes
  418. checking for sys/ttydefaults.h... yes
  419. checking for sys/types.h... (cached) yes
  420. checking sys/ucred.h usability... no
  421. checking sys/ucred.h presence... no
  422. checking for sys/ucred.h... no
  423. checking sys/un.h usability... yes
  424. checking sys/un.h presence... yes
  425. checking for sys/un.h... yes
  426. checking for unistd.h... (cached) yes
  427. checking shadow.h usability... yes
  428. checking shadow.h presence... yes
  429. checking for shadow.h... yes
  430. checking utmp.h usability... yes
  431. checking utmp.h presence... yes
  432. checking for utmp.h... yes
  433. checking for linux/gsmmux.h... no
  434. checking for security/pam_misc.h... no
  435. checking for security/openpam.h... no
  436. checking langinfo.h usability... yes
  437. checking langinfo.h presence... yes
  438. checking for langinfo.h... yes
  439. checking for struct termios.c_line... yes
  440. checking for struct stat.st_mtim.tv_nsec... yes
  441. checking whether _NL_TIME_WEEK_1STDAY is declared... yes
  442. checking whether llseek is declared... no
  443. checking whether lseek64 is declared... yes
  444. checking whether environ is declared... yes
  445. checking whether strsignal is declared... yes
  446. checking whether TIOCGLCKTRMIOS is declared... yes
  447. checking whether SOCK_CLOEXEC is declared... yes
  448. checking whether SOCK_NONBLOCK is declared... yes
  449. checking whether SO_PASSCRED is declared... yes
  450. checking for __fpending... yes
  451. checking for secure_getenv... yes
  452. checking for __secure_getenv... no
  453. checking for err... yes
  454. checking for errx... yes
  455. checking for fsync... yes
  456. checking for utimensat... yes
  457. checking for getdomainname... yes
  458. checking for getdtablesize... yes
  459. checking for getexecname... no
  460. checking for getmntinfo... no
  461. checking for getrlimit... yes
  462. checking for getsgnam... yes
  463. checking for inotify_init... yes
  464. checking for jrand48... yes
  465. checking for lchown... yes
  466. checking for llseek... yes
  467. checking for lseek64... yes
  468. checking for mempcpy... yes
  469. checking for mkostemp... yes
  470. checking for nanosleep... yes
  471. checking for ntp_gettime... yes
  472. checking for personality... yes
  473. checking for posix_fadvise... yes
  474. checking for prctl... yes
  475. checking for qsort_r... yes
  476. checking for rpmatch... yes
  477. checking for scandirat... yes
  478. checking for setprogname... no
  479. checking for setresgid... yes
  480. checking for setresuid... yes
  481. checking for sched_setattr... no
  482. checking for sched_setscheduler... yes
  483. checking for sigqueue... yes
  484. checking for srandom... yes
  485. checking for strnchr... no
  486. checking for strndup... yes
  487. checking for strnlen... yes
  488. checking for sysconf... yes
  489. checking for sysinfo... yes
  490. checking for updwtmp... yes
  491. checking for usleep... yes
  492. checking for warn... yes
  493. checking for warnx... yes
  494. checking for _LARGEFILE_SOURCE value needed for large files... no
  495. checking for openat... yes
  496. checking for fstatat... yes
  497. checking for unlinkat... yes
  498. checking for ioperm... yes
  499. checking for iopl... yes
  500. checking for futimens... yes
  501. checking for inotify_init1... yes
  502. checking for open_memstream... yes
  503. checking for reboot... yes
  504. checking for isnan... yes
  505. checking for clock_gettime... yes
  506. checking for timer_create... no
  507. checking for timer_create in -lrt... yes
  508. checking for rtas_get_sysparm in -lrtas... no
  509. checking for struct sockaddr.sa_len... no
  510. checking for library containing socket... none required
  511. checking for dirfd... yes
  512. checking whether program_invocation_short_name is defined... yes
  513. checking whether __progname is defined... yes
  514. configure: WARNING: disable all programs by default
  515. checking whether the target supports thread-local storage... yes
  516. checking scanf string alloc modifiers... (%ms) yes
  517. checking for union semun... no
  518. checking for loff_t... yes
  519. checking wchar_t support... yes
  520. checking for cpu_set_t... yes
  521. checking for sighandler_t... yes
  522. checking whether CPU_ALLOC is declared... yes
  523. checking crypt.h usability... yes
  524. checking crypt.h presence... yes
  525. checking for crypt.h... yes
  526. checking for NCURSESW... no
  527. checking for x86_64-libreelec-linux-gnu-ncursesw6-config... no
  528. checking for ncursesw6-config... ncursesw6-config
  529. configure: WARNING: using cross tools not prefixed with host triplet
  530. checking ncursesw/ncurses.h usability... no
  531. checking ncursesw/ncurses.h presence... no
  532. checking for ncursesw/ncurses.h... no
  533. checking ncurses.h usability... no
  534. checking ncurses.h presence... no
  535. checking for ncurses.h... no
  536. checking for use_default_colors in -lncursesw... no
  537. checking for resizeterm in -lncursesw... no
  538. /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/configure: line 22809: build_uuidgen]=yes: command not found
  539. checking for unshare... yes
  540. checking for setns... yes
  541. checking for capng_apply in -lcap-ng... no
  542. checking that generated files are newer than configure... done
  543. configure: creating ./config.status
  544. config.status: creating Makefile
  545. config.status: creating libblkid/docs/Makefile
  546. config.status: creating libblkid/docs/version.xml
  547. config.status: creating libblkid/src/blkid.h
  548. config.status: creating libfdisk/docs/Makefile
  549. config.status: creating libfdisk/docs/version.xml
  550. config.status: creating libfdisk/src/libfdisk.h
  551. config.status: creating libmount/docs/Makefile
  552. config.status: creating libmount/docs/version.xml
  553. config.status: creating libmount/src/libmount.h
  554. config.status: creating libsmartcols/docs/Makefile
  555. config.status: creating libsmartcols/docs/version.xml
  556. config.status: creating libsmartcols/src/libsmartcols.h
  557. config.status: creating po/Makefile.in
  558. config.status: creating config.h
  559. config.status: config.h is unchanged
  560. config.status: executing depfiles commands
  561. config.status: executing libtool commands
  562. config.status: executing po-directories commands
  563. config.status: creating po/POTFILES
  564. config.status: creating po/Makefile
  565. configure: WARNING: unrecognized options: --enable-libmount-force-mountinfo, --without-termcap
  566.  
  567. util-linux 2.29.2
  568.  
  569. prefix: /usr
  570. exec prefix: ${prefix}
  571.  
  572. localstatedir: /var
  573. bindir: /usr/bin
  574. sbindir: /usr/sbin
  575. libdir: /usr/lib
  576. includedir: ${prefix}/include
  577. usrbin_execdir: ${exec_prefix}/bin
  578. usrsbin_execdir: ${exec_prefix}/sbin
  579. usrlib_execdir: /usr/lib
  580.  
  581. compiler: /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-gcc
  582. cflags: -march=x86-64 -m64 -fomit-frame-pointer -Wall -pipe -O2 -flto=4 -ffat-lto-objects -mmmx -msse -msse2 -mfpmath=sse
  583. suid cflags:
  584. ldflags: -march=x86-64 -m64 -Wl,--as-needed -fuse-ld=gold -fuse-linker-plugin -flto=4
  585. suid ldflags:
  586.  
  587. Python:
  588. Python version:
  589. Python libs:
  590.  
  591. Bash completions: ${datarootdir}/bash-completion/completions
  592. Systemd support: no
  593. Btrfs support: yes
  594. Wide-char support: yes
  595.  
  596. warnings:
  597.  
  598. -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 -Wimplicit-function-declaration
  599.  
  600. Type 'make' or 'make <utilname>' to compile.
  601.  
  602. Executing (target): make
  603. make[1]: Entering directory '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/.x86_64-libreelec-linux-gnu'
  604. make all-recursive
  605. make[2]: Entering directory '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/.x86_64-libreelec-linux-gnu'
  606. Making all in po
  607. make[3]: Entering directory '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/.x86_64-libreelec-linux-gnu/po'
  608. make[3]: Nothing to be done for 'all'.
  609. make[3]: Leaving directory '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/.x86_64-libreelec-linux-gnu/po'
  610. make[3]: Entering directory '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/.x86_64-libreelec-linux-gnu'
  611. GEN libuuid/uuid.pc
  612. GEN libblkid/blkid.pc
  613. GEN libmount/mount.pc
  614. GEN libsmartcols/smartcols.pc
  615. CC libmount/src/libmount_la-cache.lo
  616. CC libmount/src/libmount_la-fs.lo
  617. CC libmount/src/libmount_la-tab.lo
  618. CC libmount/src/libmount_la-utils.lo
  619. CC libmount/src/libmount_la-context_loopdev.lo
  620. CC sys-utils/losetup-losetup.o
  621. CC sys-utils/swapon-swapon.o
  622. CC sys-utils/swapon-swapon-common.o
  623. CC lib/swapon-swapprober.o
  624. CC sys-utils/swapoff-swapoff.o
  625. CC sys-utils/swapoff-swapon-common.o
  626. CC lib/swapoff-swapprober.o
  627. CC misc-utils/blkid-blkid.o
  628. CC disk-utils/fsck-fsck.o
  629. CCLD losetup
  630. CCLD blkid
  631. CCLD libmount.la
  632. /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/lib/loopdev.c: In function 'loopdev_is_used.part.15.constprop':
  633. /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/lib/loopdev.c:1015:25: warning: 'dev' may be used uninitialized in this function [-Wmaybe-uninitialized]
  634. if (ino == st->st_ino && dev == st->st_dev)
  635. ^
  636. /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/lib/loopdev.c:1015:6: warning: 'ino' may be used uninitialized in this function [-Wmaybe-uninitialized]
  637. if (ino == st->st_ino && dev == st->st_dev)
  638. ^
  639. CCLD swapoff
  640. CCLD swapon
  641. CCLD fsck
  642. make[3]: Leaving directory '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/.x86_64-libreelec-linux-gnu'
  643. make[2]: Leaving directory '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/.x86_64-libreelec-linux-gnu'
  644. make[1]: Leaving directory '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/.x86_64-libreelec-linux-gnu'
  645. make[1]: Entering directory '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/.x86_64-libreelec-linux-gnu'
  646. /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/make install-recursive
  647. make[2]: Entering directory '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/.x86_64-libreelec-linux-gnu'
  648. Making install in po
  649. make[3]: Entering directory '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/.x86_64-libreelec-linux-gnu/po'
  650. if test "util-linux" = "gettext-tools"; then \
  651. /usr/bin/mkdir -p /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/share/gettext/po; \
  652. 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 \
  653. /usr/bin/install -c -m 644 /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/po/$file \
  654. /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/share/gettext/po/$file; \
  655. done; \
  656. for file in Makevars; do \
  657. rm -f /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/share/gettext/po/$file; \
  658. done; \
  659. else \
  660. : ; \
  661. fi
  662. make[3]: Leaving directory '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/.x86_64-libreelec-linux-gnu/po'
  663. make[3]: Entering directory '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/.x86_64-libreelec-linux-gnu'
  664. make[4]: Entering directory '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/.x86_64-libreelec-linux-gnu'
  665. /usr/bin/mkdir -p '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/bin'
  666. /usr/bin/mkdir -p '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/lib'
  667. /bin/sh ./libtool --mode=install /usr/bin/install -c libuuid.la libblkid.la libmount.la libsmartcols.la '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/lib'
  668. libtool: install: /usr/bin/install -c .libs/libuuid.so.1.3.0 /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/lib/libuuid.so.1.3.0
  669. libtool: install: (cd /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/lib && { ln -s -f libuuid.so.1.3.0 libuuid.so.1 || { rm -f libuuid.so.1 && ln -s libuuid.so.1.3.0 libuuid.so.1; }; })
  670. ln: error while loading shared libraries: __vdso_time: invalid mode for dlopen(): Invalid argument
  671. rm: error while loading shared libraries: __vdso_time: invalid mode for dlopen(): Invalid argument
  672. libtool: install: (cd /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/lib && { ln -s -f libuuid.so.1.3.0 libuuid.so || { rm -f libuuid.so && ln -s libuuid.so.1.3.0 libuuid.so; }; })
  673. ln: error while loading shared libraries: __vdso_time: invalid mode for dlopen(): Invalid argument
  674. rm: error while loading shared libraries: __vdso_time: invalid mode for dlopen(): Invalid argument
  675. libtool: install: /usr/bin/install -c .libs/libuuid.lai /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/lib/libuuid.la
  676. libtool: warning: relinking 'libblkid.la'
  677. libtool: install: (cd /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/.x86_64-libreelec-linux-gnu; /bin/sh "/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/.x86_64-libreelec-linux-gnu/libtool" --silent --tag CC --mode=relink /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-gcc -fsigned-char -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 -Wimplicit-function-declaration -I./libblkid/src -I/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/libblkid/src -I/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/libuuid/src -march=x86-64 -m64 -fomit-frame-pointer -Wall -pipe -O2 -flto=4 -ffat-lto-objects -mmmx -msse -msse2 -mfpmath=sse -Wl,--version-script,/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/libblkid/src/libblkid.sym -version-info 2:0:1 -march=x86-64 -m64 -Wl,--as-needed -fuse-ld=gold -fuse-linker-plugin -flto=4 -o libblkid.la -rpath /usr/lib libblkid/src/libblkid_la-init.lo libblkid/src/libblkid_la-cache.lo libblkid/src/libblkid_la-config.lo libblkid/src/libblkid_la-dev.lo libblkid/src/libblkid_la-devname.lo libblkid/src/libblkid_la-devno.lo libblkid/src/libblkid_la-encode.lo libblkid/src/libblkid_la-evaluate.lo libblkid/src/libblkid_la-getsize.lo libblkid/src/libblkid_la-llseek.lo libblkid/src/libblkid_la-probe.lo libblkid/src/libblkid_la-read.lo libblkid/src/libblkid_la-resolve.lo libblkid/src/libblkid_la-save.lo libblkid/src/libblkid_la-tag.lo libblkid/src/libblkid_la-verify.lo libblkid/src/libblkid_la-version.lo libblkid/src/partitions/libblkid_la-aix.lo libblkid/src/partitions/libblkid_la-bsd.lo libblkid/src/partitions/libblkid_la-dos.lo libblkid/src/partitions/libblkid_la-gpt.lo libblkid/src/partitions/libblkid_la-mac.lo libblkid/src/partitions/libblkid_la-minix.lo libblkid/src/partitions/libblkid_la-partitions.lo libblkid/src/partitions/libblkid_la-sgi.lo libblkid/src/partitions/libblkid_la-solaris_x86.lo libblkid/src/partitions/libblkid_la-sun.lo libblkid/src/partitions/libblkid_la-ultrix.lo libblkid/src/partitions/libblkid_la-unixware.lo libblkid/src/superblocks/libblkid_la-adaptec_raid.lo libblkid/src/superblocks/libblkid_la-bcache.lo libblkid/src/superblocks/libblkid_la-befs.lo libblkid/src/superblocks/libblkid_la-bfs.lo libblkid/src/superblocks/libblkid_la-btrfs.lo libblkid/src/superblocks/libblkid_la-cramfs.lo libblkid/src/superblocks/libblkid_la-ddf_raid.lo libblkid/src/superblocks/libblkid_la-drbd.lo libblkid/src/superblocks/libblkid_la-drbdproxy_datalog.lo libblkid/src/superblocks/libblkid_la-drbdmanage.lo libblkid/src/superblocks/libblkid_la-exfat.lo libblkid/src/superblocks/libblkid_la-ext.lo libblkid/src/superblocks/libblkid_la-f2fs.lo libblkid/src/superblocks/libblkid_la-gfs.lo libblkid/src/superblocks/libblkid_la-hfs.lo libblkid/src/superblocks/libblkid_la-highpoint_raid.lo libblkid/src/superblocks/libblkid_la-hpfs.lo libblkid/src/superblocks/libblkid_la-iso9660.lo libblkid/src/superblocks/libblkid_la-isw_raid.lo libblkid/src/superblocks/libblkid_la-jfs.lo libblkid/src/superblocks/libblkid_la-jmicron_raid.lo libblkid/src/superblocks/libblkid_la-linux_raid.lo libblkid/src/superblocks/libblkid_la-lsi_raid.lo libblkid/src/superblocks/libblkid_la-luks.lo libblkid/src/superblocks/libblkid_la-lvm.lo libblkid/src/superblocks/libblkid_la-minix.lo libblkid/src/superblocks/libblkid_la-netware.lo libblkid/src/superblocks/libblkid_la-nilfs.lo libblkid/src/superblocks/libblkid_la-ntfs.lo libblkid/src/superblocks/libblkid_la-refs.lo libblkid/src/superblocks/libblkid_la-nvidia_raid.lo libblkid/src/superblocks/libblkid_la-ocfs.lo libblkid/src/superblocks/libblkid_la-promise_raid.lo libblkid/src/superblocks/libblkid_la-reiserfs.lo libblkid/src/superblocks/libblkid_la-romfs.lo libblkid/src/superblocks/libblkid_la-silicon_raid.lo libblkid/src/superblocks/libblkid_la-squashfs.lo libblkid/src/superblocks/libblkid_la-superblocks.lo libblkid/src/superblocks/libblkid_la-swap.lo libblkid/src/superblocks/libblkid_la-sysv.lo libblkid/src/superblocks/libblkid_la-ubifs.lo libblkid/src/superblocks/libblkid_la-udf.lo libblkid/src/superblocks/libblkid_la-ufs.lo libblkid/src/superblocks/libblkid_la-vfat.lo libblkid/src/superblocks/libblkid_la-via_raid.lo libblkid/src/superblocks/libblkid_la-vmfs.lo libblkid/src/superblocks/libblkid_la-vxfs.lo libblkid/src/superblocks/libblkid_la-xfs.lo libblkid/src/superblocks/libblkid_la-zfs.lo libblkid/src/topology/libblkid_la-topology.lo libblkid/src/topology/libblkid_la-dm.lo libblkid/src/topology/libblkid_la-evms.lo libblkid/src/topology/libblkid_la-ioctl.lo libblkid/src/topology/libblkid_la-lvm.lo libblkid/src/topology/libblkid_la-md.lo libblkid/src/topology/libblkid_la-sysfs.lo libcommon.la libuuid.la -inst-prefix-dir /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot)
  678. /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/lib/gcc/x86_64-libreelec-linux-gnu/6.3.0/../../../../x86_64-libreelec-linux-gnu/bin/ld: warning: library search path "/usr/lib" is unsafe for cross-compilation, ignore it
  679. /home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/lib/gcc/x86_64-libreelec-linux-gnu/6.3.0/../../../../x86_64-libreelec-linux-gnu/bin/ld: cannot find -luuid
  680. collect2: error: ld returned 1 exit status
  681. libtool: error: error: relink 'libblkid.la' with the above command before installing it
  682. make[4]: *** [Makefile:4884: install-usrlib_execLTLIBRARIES] Error 1
  683. make[4]: Leaving directory '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/.x86_64-libreelec-linux-gnu'
  684. make[3]: *** [Makefile:11751: install-am] Error 2
  685. make[3]: Leaving directory '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/.x86_64-libreelec-linux-gnu'
  686. make[2]: *** [Makefile:11443: install-recursive] Error 1
  687. make[2]: Leaving directory '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/.x86_64-libreelec-linux-gnu'
  688. make[1]: *** [Makefile:11745: install] Error 2
  689. make[1]: Leaving directory '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/util-linux-2.29.2/.x86_64-libreelec-linux-gnu'
  690. make: *** [Makefile:12: image] Error 2
  691. [osboxes@osboxes LibreELEC.tv]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement