Guest User

Untitled

a guest
May 15th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.23 KB | None | 0 0
  1. serv0 ~ # MAKEOPTS="-j1" emerge sys-fs/cryptsetup
  2. Calculating dependencies... done!
  3.  
  4. >>> Verifying ebuild manifests
  5. >>> Running pre-merge checks for sys-fs/cryptsetup-2.2.2
  6.  
  7. >>> Emerging (1 of 1) sys-fs/cryptsetup-2.2.2::gentoo
  8. * cryptsetup-2.2.2.tar.xz BLAKE2B SHA512 size ;-) ... [ ok ]
  9. * Determining the location of the kernel source code
  10. * Found kernel source directory:
  11. * /usr/src/linux
  12. * Found sources for kernel version:
  13. * 4.9.221-gentoo
  14. * Checking for suitable kernel configuration options...
  15. * CONFIG_DM_CRYPT: is not set (required for cryptsetup)
  16. *
  17. * Please check to make sure these options are set correctly.
  18. * Failure to do so may cause unexpected problems.
  19. >>> Unpacking source...
  20. >>> Unpacking cryptsetup-2.2.2.tar.xz to /mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/work
  21. >>> Source unpacked in /mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/work
  22. >>> Preparing source in /mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/work/cryptsetup-2.2.2 ...
  23. * Applying cryptsetup-2.0.4-fix-static-pwquality-build.patch ... [ ok ]
  24. * Running eautoreconf in '/mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/work/cryptsetup-2.2.2' ...
  25. * Running autopoint --force ... [ ok ]
  26. * Running libtoolize --install --copy --force --automake ... [ ok ]
  27. * Running aclocal -I m4 ... [ ok ]
  28. * Running autoconf --force ... [ ok ]
  29. * Running autoheader ... [ ok ]
  30. * Running automake --add-missing --copy --force-missing ... [ ok ]
  31. * Running elibtoolize in: cryptsetup-2.2.2/
  32. * Applying portage/1.2.0 patch ...
  33. * Applying sed/1.5.6 patch ...
  34. * Applying as-needed/2.4.3 patch ...
  35. >>> Source prepared.
  36. >>> Configuring source in /mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/work/cryptsetup-2.2.2 ...
  37. * econf: updating cryptsetup-2.2.2/config.sub with /usr/share/gnuconfig/config.sub
  38. * econf: updating cryptsetup-2.2.2/config.guess with /usr/share/gnuconfig/config.guess
  39. ./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 --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/cryptsetup-2.2.2 --htmldir=/usr/share/doc/cryptsetup-2.2.2/html --with-sysroot=/ --libdir=/usr/lib64 --disable-internal-argon2 --enable-shared --sbindir=/sbin --with-default-luks-format=LUKS1 --with-tmpfilesdir=/usr/lib/tmpfiles.d --with-crypto_backend=openssl --enable-libargon2 --enable-nls --disable-pwquality --disable-cryptsetup-reencrypt --disable-static-cryptsetup --disable-static --enable-udev --enable-dev-random
  40. checking whether make supports nested variables... yes
  41. checking for a BSD-compatible install... /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c
  42. checking whether build environment is sane... yes
  43. checking for a thread-safe mkdir -p... /bin/mkdir -p
  44. checking for gawk... gawk
  45. checking whether make sets $(MAKE)... yes
  46. checking build system type... x86_64-pc-linux-gnu
  47. checking host system type... x86_64-pc-linux-gnu
  48. checking whether make supports the include directive... yes (GNU style)
  49. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  50. checking whether the C compiler works... yes
  51. checking for C compiler default output file name... a.out
  52. checking for suffix of executables...
  53. checking whether we are cross compiling... no
  54. checking for suffix of object files... o
  55. checking whether we are using the GNU C compiler... yes
  56. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  57. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  58. checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes
  59. checking dependency style of x86_64-pc-linux-gnu-gcc... none
  60. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  61. checking for grep that handles long lines and -e... /bin/grep
  62. checking for egrep... /bin/grep -E
  63. checking for ANSI C header files... yes
  64. checking for sys/types.h... yes
  65. checking for sys/stat.h... yes
  66. checking for stdlib.h... yes
  67. checking for string.h... yes
  68. checking for memory.h... yes
  69. checking for strings.h... yes
  70. checking for inttypes.h... yes
  71. checking for stdint.h... yes
  72. checking for unistd.h... yes
  73. checking minix/config.h usability... no
  74. checking minix/config.h presence... no
  75. checking for minix/config.h... no
  76. checking whether it is safe to define __EXTENSIONS__... yes
  77. checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
  78. checking whether we are using the GNU C compiler... (cached) yes
  79. checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
  80. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
  81. checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... (cached) yes
  82. checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none
  83. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  84. checking whether make sets $(MAKE)... (cached) yes
  85. checking how to print strings... printf
  86. checking for a sed that does not truncate output... /bin/sed
  87. checking for fgrep... /bin/grep -F
  88. checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
  89. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  90. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B
  91. checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm
  92. checking whether ln -s works... yes
  93. checking the maximum length of command line arguments... 1572864
  94. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  95. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  96. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  97. checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
  98. checking how to recognize dependent libraries... pass_all
  99. checking for x86_64-pc-linux-gnu-dlltool... no
  100. checking for dlltool... no
  101. checking how to associate runtime and link libraries... printf %s\n
  102. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  103. checking for archiver @FILE support... @
  104. checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
  105. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  106. checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok
  107. checking for sysroot... /
  108. checking for a working dd... /bin/dd
  109. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  110. checking for x86_64-pc-linux-gnu-mt... no
  111. checking for mt... no
  112. checking if : is a manifest tool... no
  113. checking for dlfcn.h... yes
  114. checking for objdir... .libs
  115. checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  116. checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
  117. checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
  118. checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
  119. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
  120. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
  121. checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  122. checking whether -lc should be explicitly linked in... no
  123. checking dynamic linker characteristics... GNU/Linux ld.so
  124. checking how to hardcode library paths into programs... immediate
  125. checking whether stripping libraries is possible... yes
  126. checking if libtool supports shared libraries... yes
  127. checking whether to build shared libraries... yes
  128. checking whether to build static libraries... no
  129. checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
  130. checking pkg-config is at least version 0.9.0... yes
  131. checking for C/C++ restrict keyword... __restrict
  132. checking for dirent.h that defines DIR... yes
  133. checking for library containing opendir... none required
  134. checking for ANSI C header files... (cached) yes
  135. checking fcntl.h usability... yes
  136. checking fcntl.h presence... yes
  137. checking for fcntl.h... yes
  138. checking malloc.h usability... yes
  139. checking malloc.h presence... yes
  140. checking for malloc.h... yes
  141. checking for inttypes.h... (cached) yes
  142. checking sys/ioctl.h usability... yes
  143. checking sys/ioctl.h presence... yes
  144. checking for sys/ioctl.h... yes
  145. checking sys/mman.h usability... yes
  146. checking sys/mman.h presence... yes
  147. checking for sys/mman.h... yes
  148. checking sys/sysmacros.h usability... yes
  149. checking sys/sysmacros.h presence... yes
  150. checking for sys/sysmacros.h... yes
  151. checking sys/statvfs.h usability... yes
  152. checking sys/statvfs.h presence... yes
  153. checking for sys/statvfs.h... yes
  154. checking ctype.h usability... yes
  155. checking ctype.h presence... yes
  156. checking for ctype.h... yes
  157. checking for unistd.h... (cached) yes
  158. checking locale.h usability... yes
  159. checking locale.h presence... yes
  160. checking for locale.h... yes
  161. checking byteswap.h usability... yes
  162. checking byteswap.h presence... yes
  163. checking for byteswap.h... yes
  164. checking endian.h usability... yes
  165. checking endian.h presence... yes
  166. checking for endian.h... yes
  167. checking for stdint.h... (cached) yes
  168. checking uuid/uuid.h usability... yes
  169. checking uuid/uuid.h presence... yes
  170. checking for uuid/uuid.h... yes
  171. checking libdevmapper.h usability... yes
  172. checking libdevmapper.h presence... yes
  173. checking for libdevmapper.h... yes
  174. checking linux/keyctl.h usability... yes
  175. checking linux/keyctl.h presence... yes
  176. checking for linux/keyctl.h... yes
  177. checking whether __NR_add_key is declared... yes
  178. checking whether __NR_keyctl is declared... yes
  179. checking whether __NR_request_key is declared... yes
  180. checking for key_serial_t... no
  181. checking for uuid_clear in -luuid... yes
  182. checking for library containing clock_gettime... none required
  183. checking for posix_memalign... yes
  184. checking for clock_gettime... yes
  185. checking for posix_fallocate... yes
  186. checking for explicit_bzero... yes
  187. checking for an ANSI C-conforming const... yes
  188. checking whether byte ordering is bigendian... no
  189. checking for off_t... yes
  190. checking for special C compiler options needed for large files... no
  191. checking for _FILE_OFFSET_BITS value needed for large files... no
  192. checking for _LARGEFILE_SOURCE value needed for large files... no
  193. checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no
  194. checking whether strerror_r is declared... yes
  195. checking for strerror_r... yes
  196. checking whether strerror_r returns char *... yes
  197. checking whether NLS is requested... yes
  198. checking for msgfmt... /usr/bin/msgfmt
  199. checking for gmsgfmt... /usr/bin/gmsgfmt
  200. checking for xgettext... /usr/bin/xgettext
  201. checking for msgmerge... /usr/bin/msgmerge
  202. checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
  203. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
  204. checking for shared library run path origin... done
  205. checking for CFPreferencesCopyAppValue... no
  206. checking for CFLocaleCopyCurrent... no
  207. checking for GNU gettext in libc... yes
  208. checking whether to use NLS... yes
  209. checking where the gettext function comes from... libc
  210. checking for poptConfigFileToString in -lpopt... yes
  211. checking for devmapper >= 1.02.03... yes
  212. checking whether dm_task_secure_data is declared... yes
  213. checking whether dm_task_retry_remove is declared... yes
  214. checking whether dm_task_deferred_remove is declared... yes
  215. checking whether dm_device_has_mounted_fs is declared... yes
  216. checking whether dm_device_has_holders is declared... yes
  217. checking whether DM_DEVICE_GET_TARGET_VERSION is declared... yes
  218. checking whether DM_UDEV_DISABLE_DISK_RULES_FLAG is declared... yes
  219. checking for json-c... yes
  220. checking whether json_object_object_add_ex is declared... yes
  221. checking whether json_object_deep_copy is declared... yes
  222. checking linux/if_alg.h usability... yes
  223. checking linux/if_alg.h presence... yes
  224. checking for linux/if_alg.h... yes
  225. checking for openssl >= 0.9.8... yes
  226. checking argon2.h usability... yes
  227. checking argon2.h presence... yes
  228. checking for argon2.h... yes
  229. checking whether Argon2_id is declared... yes
  230. checking for libargon2... yes
  231. checking for blkid... yes
  232. checking blkid/blkid.h usability... yes
  233. checking blkid/blkid.h presence... yes
  234. checking for blkid/blkid.h... yes
  235. checking whether blkid_do_wipe is declared... yes
  236. checking whether blkid_probe_step_back is declared... yes
  237. checking whether blkid_reset_probe is declared... yes
  238. checking whether blkid_probe_set_device is declared... yes
  239. checking whether blkid_probe_filter_superblocks_type is declared... yes
  240. checking whether blkid_do_safeprobe is declared... yes
  241. checking whether blkid_do_probe is declared... yes
  242. checking whether blkid_probe_lookup_value is declared... yes
  243. checking for systemd tmpfiles config directory... no
  244. checking that generated files are newer than configure... done
  245. configure: creating ./config.status
  246. config.status: creating Makefile
  247. config.status: creating lib/libcryptsetup.pc
  248. config.status: creating po/Makefile.in
  249. config.status: creating scripts/cryptsetup.conf
  250. config.status: creating tests/Makefile
  251. config.status: creating config.h
  252. config.status: executing depfiles commands
  253. config.status: executing libtool commands
  254. config.status: executing po-directories commands
  255. config.status: creating po/POTFILES
  256. config.status: creating po/Makefile
  257. >>> Source configured.
  258. >>> Compiling source in /mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/work/cryptsetup-2.2.2 ...
  259. make -j1
  260. (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/work/cryptsetup-2.2.2/missing autoheader)
  261. rm -f stamp-h1
  262. touch config.h.in
  263. cd . && /bin/sh ./config.status config.h
  264. config.status: creating config.h
  265. config.status: config.h is unchanged
  266. make all-recursive
  267. make[1]: вход в каталог «/mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/work/cryptsetup-2.2.2»
  268. Making all in po
  269. make[2]: вход в каталог «/mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/work/cryptsetup-2.2.2/po»
  270. make[2]: Цель «all» не требует выполнения команд.
  271. make[2]: выход из каталога «/mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/work/cryptsetup-2.2.2/po»
  272. Making all in tests
  273. make[2]: вход в каталог «/mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/work/cryptsetup-2.2.2/tests»
  274. make[2]: Цель «all» не требует выполнения команд.
  275. make[2]: выход из каталога «/mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/work/cryptsetup-2.2.2/tests»
  276. make[2]: вход в каталог «/mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/work/cryptsetup-2.2.2»
  277. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -Wall -march=core2 -O2 -pipe -c -o lib/utils_crypt.o lib/utils_crypt.c
  278. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -Wall -march=core2 -O2 -pipe -c -o lib/utils_loop.o lib/utils_loop.c
  279. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -Wall -march=core2 -O2 -pipe -c -o lib/utils_io.o lib/utils_io.c
  280. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -Wall -march=core2 -O2 -pipe -c -o lib/utils_blkid.o lib/utils_blkid.c
  281. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -Wall -march=core2 -O2 -pipe -c -o src/utils_tools.o src/utils_tools.c
  282. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -Wall -march=core2 -O2 -pipe -c -o src/utils_password.o src/utils_password.c
  283. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -Wall -march=core2 -O2 -pipe -c -o src/utils_luks2.o src/utils_luks2.c
  284. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -Wall -march=core2 -O2 -pipe -c -o src/utils_blockdev.o src/utils_blockdev.c
  285. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -Wall -march=core2 -O2 -pipe -c -o src/cryptsetup.o src/cryptsetup.c
  286. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/libcryptsetup_la-setup.lo `test -f 'lib/setup.c' || echo './'`lib/setup.c
  287. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/setup.c -fPIC -DPIC -o lib/.libs/libcryptsetup_la-setup.o
  288. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/libcryptsetup_la-utils.lo `test -f 'lib/utils.c' || echo './'`lib/utils.c
  289. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/utils.c -fPIC -DPIC -o lib/.libs/libcryptsetup_la-utils.o
  290. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/libcryptsetup_la-utils_benchmark.lo `test -f 'lib/utils_benchmark.c' || echo './'`lib/utils_benchmark.c
  291. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/utils_benchmark.c -fPIC -DPIC -o lib/.libs/libcryptsetup_la-utils_benchmark.o
  292. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/libcryptsetup_la-utils_crypt.lo `test -f 'lib/utils_crypt.c' || echo './'`lib/utils_crypt.c
  293. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/utils_crypt.c -fPIC -DPIC -o lib/.libs/libcryptsetup_la-utils_crypt.o
  294. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/libcryptsetup_la-utils_loop.lo `test -f 'lib/utils_loop.c' || echo './'`lib/utils_loop.c
  295. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/utils_loop.c -fPIC -DPIC -o lib/.libs/libcryptsetup_la-utils_loop.o
  296. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/libcryptsetup_la-utils_devpath.lo `test -f 'lib/utils_devpath.c' || echo './'`lib/utils_devpath.c
  297. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/utils_devpath.c -fPIC -DPIC -o lib/.libs/libcryptsetup_la-utils_devpath.o
  298. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/libcryptsetup_la-utils_wipe.lo `test -f 'lib/utils_wipe.c' || echo './'`lib/utils_wipe.c
  299. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/utils_wipe.c -fPIC -DPIC -o lib/.libs/libcryptsetup_la-utils_wipe.o
  300. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/libcryptsetup_la-utils_fips.lo `test -f 'lib/utils_fips.c' || echo './'`lib/utils_fips.c
  301. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/utils_fips.c -fPIC -DPIC -o lib/.libs/libcryptsetup_la-utils_fips.o
  302. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/libcryptsetup_la-utils_device.lo `test -f 'lib/utils_device.c' || echo './'`lib/utils_device.c
  303. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/utils_device.c -fPIC -DPIC -o lib/.libs/libcryptsetup_la-utils_device.o
  304. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/libcryptsetup_la-utils_keyring.lo `test -f 'lib/utils_keyring.c' || echo './'`lib/utils_keyring.c
  305. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/utils_keyring.c -fPIC -DPIC -o lib/.libs/libcryptsetup_la-utils_keyring.o
  306. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/libcryptsetup_la-utils_device_locking.lo `test -f 'lib/utils_device_locking.c' || echo './'`lib/utils_device_locking.c
  307. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/utils_device_locking.c -fPIC -DPIC -o lib/.libs/libcryptsetup_la-utils_device_locking.o
  308. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/libcryptsetup_la-utils_pbkdf.lo `test -f 'lib/utils_pbkdf.c' || echo './'`lib/utils_pbkdf.c
  309. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/utils_pbkdf.c -fPIC -DPIC -o lib/.libs/libcryptsetup_la-utils_pbkdf.o
  310. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/libcryptsetup_la-utils_storage_wrappers.lo `test -f 'lib/utils_storage_wrappers.c' || echo './'`lib/utils_storage_wrappers.c
  311. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/utils_storage_wrappers.c -fPIC -DPIC -o lib/.libs/libcryptsetup_la-utils_storage_wrappers.o
  312. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/libcryptsetup_la-libdevmapper.lo `test -f 'lib/libdevmapper.c' || echo './'`lib/libdevmapper.c
  313. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/libdevmapper.c -fPIC -DPIC -o lib/.libs/libcryptsetup_la-libdevmapper.o
  314. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/libcryptsetup_la-volumekey.lo `test -f 'lib/volumekey.c' || echo './'`lib/volumekey.c
  315. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/volumekey.c -fPIC -DPIC -o lib/.libs/libcryptsetup_la-volumekey.o
  316. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/libcryptsetup_la-random.lo `test -f 'lib/random.c' || echo './'`lib/random.c
  317. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/random.c -fPIC -DPIC -o lib/.libs/libcryptsetup_la-random.o
  318. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/libcryptsetup_la-crypt_plain.lo `test -f 'lib/crypt_plain.c' || echo './'`lib/crypt_plain.c
  319. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/crypt_plain.c -fPIC -DPIC -o lib/.libs/libcryptsetup_la-crypt_plain.o
  320. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/libcryptsetup_la-base64.lo `test -f 'lib/base64.c' || echo './'`lib/base64.c
  321. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/base64.c -fPIC -DPIC -o lib/.libs/libcryptsetup_la-base64.o
  322. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/integrity/libcryptsetup_la-integrity.lo `test -f 'lib/integrity/integrity.c' || echo './'`lib/integrity/integrity.c
  323. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/integrity/integrity.c -fPIC -DPIC -o lib/integrity/.libs/libcryptsetup_la-integrity.o
  324. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/loopaes/libcryptsetup_la-loopaes.lo `test -f 'lib/loopaes/loopaes.c' || echo './'`lib/loopaes/loopaes.c
  325. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/loopaes/loopaes.c -fPIC -DPIC -o lib/loopaes/.libs/libcryptsetup_la-loopaes.o
  326. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/tcrypt/libcryptsetup_la-tcrypt.lo `test -f 'lib/tcrypt/tcrypt.c' || echo './'`lib/tcrypt/tcrypt.c
  327. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/tcrypt/tcrypt.c -fPIC -DPIC -o lib/tcrypt/.libs/libcryptsetup_la-tcrypt.o
  328. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/luks1/libcryptsetup_la-af.lo `test -f 'lib/luks1/af.c' || echo './'`lib/luks1/af.c
  329. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/luks1/af.c -fPIC -DPIC -o lib/luks1/.libs/libcryptsetup_la-af.o
  330. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/luks1/libcryptsetup_la-keyencryption.lo `test -f 'lib/luks1/keyencryption.c' || echo './'`lib/luks1/keyencryption.c
  331. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/luks1/keyencryption.c -fPIC -DPIC -o lib/luks1/.libs/libcryptsetup_la-keyencryption.o
  332. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/luks1/libcryptsetup_la-keymanage.lo `test -f 'lib/luks1/keymanage.c' || echo './'`lib/luks1/keymanage.c
  333. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/luks1/keymanage.c -fPIC -DPIC -o lib/luks1/.libs/libcryptsetup_la-keymanage.o
  334. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/verity/libcryptsetup_la-verity_hash.lo `test -f 'lib/verity/verity_hash.c' || echo './'`lib/verity/verity_hash.c
  335. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/verity/verity_hash.c -fPIC -DPIC -o lib/verity/.libs/libcryptsetup_la-verity_hash.o
  336. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/verity/libcryptsetup_la-verity_fec.lo `test -f 'lib/verity/verity_fec.c' || echo './'`lib/verity/verity_fec.c
  337. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/verity/verity_fec.c -fPIC -DPIC -o lib/verity/.libs/libcryptsetup_la-verity_fec.o
  338. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/verity/libcryptsetup_la-verity.lo `test -f 'lib/verity/verity.c' || echo './'`lib/verity/verity.c
  339. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/verity/verity.c -fPIC -DPIC -o lib/verity/.libs/libcryptsetup_la-verity.o
  340. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/verity/libcryptsetup_la-rs_encode_char.lo `test -f 'lib/verity/rs_encode_char.c' || echo './'`lib/verity/rs_encode_char.c
  341. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/verity/rs_encode_char.c -fPIC -DPIC -o lib/verity/.libs/libcryptsetup_la-rs_encode_char.o
  342. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/verity/libcryptsetup_la-rs_decode_char.lo `test -f 'lib/verity/rs_decode_char.c' || echo './'`lib/verity/rs_decode_char.c
  343. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/verity/rs_decode_char.c -fPIC -DPIC -o lib/verity/.libs/libcryptsetup_la-rs_decode_char.o
  344. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\""/usr/share"\" -DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib64"\" -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""2.2.2"\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c -o lib/luks2/libcryptsetup_la-luks2_disk_metadata.lo `test -f 'lib/luks2/luks2_disk_metadata.c' || echo './'`lib/luks2/luks2_disk_metadata.c
  345. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include config.h -I./lib -DDATADIR=\"/usr/share\" -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" -DVERSION=\"2.2.2\" -I ./lib/crypto_backend -I ./lib/luks1 -I ./lib/luks2 -I ./lib/loopaes -I ./lib/verity -I ./lib/tcrypt -I ./lib/integrity -Wall -march=core2 -O2 -pipe -c lib/luks2/luks2_disk_metadata.c -fPIC -DPIC -o lib/luks2/.libs/libcryptsetup_la-luks2_disk_metadata.o
  346. In file included from lib/luks2/luks2_disk_metadata.c:24:
  347. lib/luks2/luks2_internal.h:62:10: ошибка: несовместимые типы для «json_object_get_uint64»
  348. 62 | uint64_t json_object_get_uint64(json_object *jobj);
  349. | ^~~~~~~~~~~~~~~~~~~~~~
  350. In file included from /usr/include/json-c/json.h:27,
  351. from lib/luks2/luks2_internal.h:28,
  352. from lib/luks2/luks2_disk_metadata.c:24:
  353. /usr/include/json-c/json_object.h:725:22: замечание: здесь была предыдущая декларация «json_object_get_uint64»
  354. 725 | JSON_EXPORT uint64_t json_object_get_uint64(const struct json_object *obj);
  355. | ^~~~~~~~~~~~~~~~~~~~~~
  356. make[2]: *** [Makefile:2041: lib/luks2/libcryptsetup_la-luks2_disk_metadata.lo] Ошибка 1
  357. make[2]: выход из каталога «/mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/work/cryptsetup-2.2.2»
  358. make[1]: *** [Makefile:2271: all-recursive] Ошибка 1
  359. make[1]: выход из каталога «/mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/work/cryptsetup-2.2.2»
  360. make: *** [Makefile:1120: all] Ошибка 2
  361. * ERROR: sys-fs/cryptsetup-2.2.2::gentoo failed (compile phase):
  362. * emake failed
  363. *
  364. * If you need support, post the output of `emerge --info '=sys-fs/cryptsetup-2.2.2::gentoo'`,
  365. * the complete build log and the output of `emerge -pqv '=sys-fs/cryptsetup-2.2.2::gentoo'`.
  366. * The complete build log is located at '/mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/temp/build.log'.
  367. * The ebuild environment file is located at '/mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/temp/environment'.
  368. * Working directory: '/mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/work/cryptsetup-2.2.2'
  369. * S: '/mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/work/cryptsetup-2.2.2'
  370.  
  371. >>> Failed to emerge sys-fs/cryptsetup-2.2.2, Log file:
  372.  
  373. >>> '/mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/temp/build.log'
  374.  
  375. * Messages for package sys-fs/cryptsetup-2.2.2:
  376.  
  377. * CONFIG_DM_CRYPT: is not set (required for cryptsetup)
  378. *
  379. * Please check to make sure these options are set correctly.
  380. * Failure to do so may cause unexpected problems.
  381. * ERROR: sys-fs/cryptsetup-2.2.2::gentoo failed (compile phase):
  382. * emake failed
  383. *
  384. * If you need support, post the output of `emerge --info '=sys-fs/cryptsetup-2.2.2::gentoo'`,
  385. * the complete build log and the output of `emerge -pqv '=sys-fs/cryptsetup-2.2.2::gentoo'`.
  386. * The complete build log is located at '/mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/temp/build.log'.
  387. * The ebuild environment file is located at '/mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/temp/environment'.
  388. * Working directory: '/mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/work/cryptsetup-2.2.2'
  389. * S: '/mnt/tmp/portage/sys-fs/cryptsetup-2.2.2/work/cryptsetup-2.2.2'
Add Comment
Please, Sign In to add comment