Advertisement
Guest User

Untitled

a guest
Jun 30th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.08 KB | None | 0 0
  1. prt-get: installing /usr/ports/opt/libsecret
  2. prt-get: starting build Sun Jun 30 07:03:45 2019
  3. rm: cannot remove '/home/pkgmk/work': Device or resource busy
  4. =======> Building '/home/pkgmk/package/libsecret#0.18.5-1.pkg.tar.gz'.
  5. bsdtar -p -o -C /home/pkgmk/work/src -xf /home/pkgmk/source/libsecret-0.18.5.tar.xz
  6. + build
  7. + cd libsecret-0.18.5
  8. + local MAN
  9. ++ pkginfo -i
  10. ++ grep '^docbook-xsl '
  11. + '[' 'docbook-xsl 1.79.2-2' ']'
  12. + MAN=
  13. + ./configure --prefix=/usr --disable-nls --disable-dependency-tracking
  14. checking for a BSD-compatible install... /usr/bin/install -c
  15. checking whether build environment is sane... yes
  16. checking for a thread-safe mkdir -p... /bin/mkdir -p
  17. checking for gawk... gawk
  18. checking whether make sets $(MAKE)... yes
  19. checking whether make supports nested variables... yes
  20. checking whether UID '0' is supported by ustar format... yes
  21. checking whether GID '0' is supported by ustar format... yes
  22. checking how to create a ustar tar archive... gnutar
  23. checking whether build environment is sane... yes
  24. checking whether make supports nested variables... (cached) yes
  25. checking whether to enable maintainer-specific portions of Makefiles... yes
  26. checking for style of include used by make... GNU
  27. checking for gcc... gcc
  28. checking whether the C compiler works... yes
  29. checking for C compiler default output file name... a.out
  30. checking for suffix of executables...
  31. checking whether we are cross compiling... no
  32. checking for suffix of object files... o
  33. checking whether we are using the GNU C compiler... yes
  34. checking whether gcc accepts -g... yes
  35. checking for gcc option to accept ISO C89... none needed
  36. checking whether gcc understands -c and -o together... yes
  37. checking dependency style of gcc... none
  38. checking how to run the C preprocessor... gcc -E
  39. checking for grep that handles long lines and -e... /usr/bin/grep
  40. checking for egrep... /usr/bin/grep -E
  41. checking for ANSI C header files... yes
  42. checking for sys/types.h... yes
  43. checking for sys/stat.h... yes
  44. checking for stdlib.h... yes
  45. checking for string.h... yes
  46. checking for memory.h... yes
  47. checking for strings.h... yes
  48. checking for inttypes.h... yes
  49. checking for stdint.h... yes
  50. checking for unistd.h... yes
  51. checking minix/config.h usability... no
  52. checking minix/config.h presence... no
  53. checking for minix/config.h... no
  54. checking whether it is safe to define __EXTENSIONS__... yes
  55. checking for library containing strerror... none required
  56. checking for gcc... (cached) gcc
  57. checking whether we are using the GNU C compiler... (cached) yes
  58. checking whether gcc accepts -g... (cached) yes
  59. checking for gcc option to accept ISO C89... (cached) none needed
  60. checking whether gcc understands -c and -o together... (cached) yes
  61. checking dependency style of gcc... (cached) none
  62. checking how to run the C preprocessor... gcc -E
  63. checking whether ln -s works... yes
  64. checking whether make sets $(MAKE)... (cached) yes
  65. checking build system type... x86_64-unknown-linux-gnu
  66. checking host system type... x86_64-unknown-linux-gnu
  67. checking how to print strings... printf
  68. checking for a sed that does not truncate output... /bin/sed
  69. checking for fgrep... /usr/bin/grep -F
  70. checking for ld used by gcc... /usr/bin/ld
  71. checking if the linker (/usr/bin/ld) is GNU ld... yes
  72. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  73. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  74. checking the maximum length of command line arguments... 1572864
  75. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  76. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  77. checking for /usr/bin/ld option to reload object files... -r
  78. checking for objdump... objdump
  79. checking how to recognize dependent libraries... pass_all
  80. checking for dlltool... no
  81. checking how to associate runtime and link libraries... printf %s\n
  82. checking for ar... ar
  83. checking for archiver @FILE support... @
  84. checking for strip... strip
  85. checking for ranlib... ranlib
  86. checking command to parse /usr/bin/nm -B output from gcc object... ok
  87. checking for sysroot... no
  88. checking for a working dd... /bin/dd
  89. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  90. checking for mt... no
  91. checking if : is a manifest tool... no
  92. checking for dlfcn.h... yes
  93. checking for objdir... .libs
  94. checking if gcc supports -fno-rtti -fno-exceptions... no
  95. checking for gcc option to produce PIC... -fPIC -DPIC
  96. checking if gcc PIC flag -fPIC -DPIC works... yes
  97. checking if gcc static flag -static works... yes
  98. checking if gcc supports -c -o file.o... yes
  99. checking if gcc supports -c -o file.o... (cached) yes
  100. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  101. checking whether -lc should be explicitly linked in... no
  102. checking dynamic linker characteristics... GNU/Linux ld.so
  103. checking how to hardcode library paths into programs... immediate
  104. checking whether stripping libraries is possible... yes
  105. checking if libtool supports shared libraries... yes
  106. checking whether to build shared libraries... yes
  107. checking whether to build static libraries... yes
  108. checking whether NLS is requested... no
  109. checking for intltool >= 0.35.0... 0.51.0 found
  110. checking for intltool-update... /usr/bin/intltool-update
  111. checking for intltool-merge... /usr/bin/intltool-merge
  112. checking for intltool-extract... /usr/bin/intltool-extract
  113. checking for xgettext... /usr/bin/xgettext
  114. checking for msgmerge... /usr/bin/msgmerge
  115. checking for msgfmt... /usr/bin/msgfmt
  116. checking for gmsgfmt... /usr/bin/msgfmt
  117. checking for perl... /usr/bin/perl
  118. checking for perl >= 5.8.1... 5.28.2
  119. checking for XML::Parser... ok
  120. checking for pkg-config... /usr/bin/pkg-config
  121. checking locale.h usability... yes
  122. checking locale.h presence... yes
  123. checking for locale.h... yes
  124. checking for LC_MESSAGES... yes
  125. checking libintl.h usability... yes
  126. checking libintl.h presence... yes
  127. checking for libintl.h... yes
  128. checking for ngettext in libc... yes
  129. checking for dgettext in libc... yes
  130. checking for bind_textdomain_codeset... yes
  131. checking for msgfmt... (cached) /usr/bin/msgfmt
  132. checking for dcgettext... yes
  133. checking if msgfmt accepts -c... yes
  134. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  135. checking for xgettext... (cached) /usr/bin/xgettext
  136. checking for mlock... yes
  137. checking pkg-config is at least version 0.9.0... yes
  138. checking for GLIB... yes
  139. checking for gtk-doc... no
  140. configure: WARNING:
  141. You will not be able to create source packages with 'make dist'
  142. because gtk-doc >= 1.9 is not found.
  143. checking for gtkdoc-check... no
  144. checking for gtkdoc-check... no
  145. checking for gtkdoc-rebase... no
  146. checking for gtkdoc-mkpdf... no
  147. checking whether to build gtk-doc documentation... no
  148. checking for GTKDOC_DEPS... yes
  149. checking for gobject-introspection... yes
  150. checking for glib-mkenums... /usr/bin/glib-mkenums
  151. checking for xsltproc... /usr/bin/xsltproc
  152. checking pkg-config is at least version 0.9.0... yes
  153. checking for vapigen... yes
  154. checking for valac... /usr/bin/valac
  155. checking for libgcrypt-config... /usr/bin/libgcrypt-config
  156. checking for LIBGCRYPT - version >= 1.2.2... yes (1.8.4)
  157. checking LIBGCRYPT API version... okay
  158. configure: WARNING:
  159. ***
  160. *** The config script /usr/bin/libgcrypt-config was
  161. *** built for x86_64-pc-linux-gnu and thus may not match the
  162. *** used host x86_64-unknown-linux-gnu.
  163. *** You may want to use the configure option --with-libgcrypt-prefix
  164. *** to specify a matching config script.
  165. ***
  166. checking whether gcc understands -Wmissing-include-dirs... yes
  167. checking whether gcc understands -Wundef... yes
  168. checking build strict... no
  169. checking for debug mode... default
  170. checking whether to build with gcov testing... no
  171. checking that generated files are newer than configure... done
  172. checking that generated files are newer than configure... done
  173. configure: creating ./config.status
  174. config.status: creating Makefile
  175. config.status: creating docs/reference/libsecret/Makefile
  176. config.status: creating docs/reference/libsecret/version.xml
  177. config.status: creating po/Makefile.in
  178. config.status: creating po/Makefile
  179. config.status: creating libsecret/libsecret.pc
  180. config.status: creating libsecret/libsecret-unstable.pc
  181. config.status: creating config.h
  182. config.status: executing depfiles commands
  183. config.status: executing libtool commands
  184. config.status: executing default-1 commands
  185. config.status: executing po/stamp-it commands
  186.  
  187. CFLAGS: -O2 -march=native -pthread -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_38 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_38 -Wall -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wdeclaration-after-statement -Wformat=2 -Winit-self -Waggregate-return -Wmissing-include-dirs -Wundef -Wno-error -g
  188.  
  189. OPTIONS:
  190. libgcrypt: yes
  191. vala: yes
  192. Debug: default
  193. Coverage: no
  194. Manual Page: yes
  195.  
  196. + make
  197. GEN temp-dbus-generated.c
  198. GEN secret-dbus-generated.c
  199. GEN secret-dbus-generated.h
  200. make all-recursive
  201. make[1]: Entering directory '/home/pkgmk/work/src/libsecret-0.18.5'
  202. Making all in .
  203. make[2]: Entering directory '/home/pkgmk/work/src/libsecret-0.18.5'
  204. CC libsecret_1_la-secret-dbus-generated.lo
  205. CC libsecret/mock-service.lo
  206. GEN secret-tool.1
  207. GEN libsecret-1.deps
  208. GEN libsecret-1.pc
  209. CC libsecret/libsecret_1_la-secret-attributes.lo
  210. CC libsecret/libsecret_1_la-secret-collection.lo
  211. CC libsecret/libsecret_1_la-secret-item.lo
  212. CC libsecret/libsecret_1_la-secret-methods.lo
  213. CC libsecret/libsecret_1_la-secret-password.lo
  214. CC libsecret/libsecret_1_la-secret-prompt.lo
  215. CC libsecret/libsecret_1_la-secret-schema.lo
  216. CC libsecret/libsecret_1_la-secret-service.lo
  217. CC libsecret/libsecret_1_la-secret-value.lo
  218. CC libsecret/libsecret_1_la-secret-paths.lo
  219. CC libsecret/libsecret_1_la-secret-schemas.lo
  220. CC libsecret/libsecret_1_la-secret-session.lo
  221. CC libsecret/libsecret_1_la-secret-util.lo
  222. Note: namesp. add : added namespace before processing secret-tool
  223. CC libsecret/libsecret_1_la-secret-enum-types.lo
  224. CC egg/egg-hex.lo
  225. CC egg/egg-secure-memory.lo
  226. CC egg/egg-testing.lo
  227. CC egg/egg-dh.lo
  228. CC egg/egg-hkdf.lo
  229. CC egg/egg-libgcrypt.lo
  230. CCLD libmock_service.la
  231. CC tool/secret-tool.o
  232. GISCAN MockService-0.gir
  233. CCLD libegg.la
  234. GICOMP MockService-0.gir
  235. CCLD libsecret-testable.la
  236. CCLD libsecret-1.la
  237. CCLD secret-tool
  238. GISCAN Secret-1.gir
  239. VAPIGEN libsecret-1.vapi
  240. GICOMP Secret-1.gir
  241. Secret-1.gir:25.7-25.40: error: expected start element of `type'
  242.  
  243. ** (vapigen-0.36:30356): CRITICAL **: 07:03:50.547: vala_gir_parser_parse_type_from_gir_name: assertion 'type_name != NULL' failed
  244. Secret-1.gir:25.41-25.41: warning: expected end element of `type'
  245. Secret-1.gir:28.5-30.64: warning: expected end element of `type'
  246. Secret-1.gir:39.5-45.41: warning: expected end element of `type'
  247. Secret-1.gir:1484.5-1486.32: warning: expected end element of `type'
  248. Secret-1.gir:1503.5-1504.68: warning: expected end element of `type'
  249. Secret-1.gir:1517.5-1517.78: warning: expected end element of `type'
  250. Secret-1.gir:1535.5-1537.14: warning: expected end element of `type'
  251. Secret-1.gir:1540.5-1540.38: warning: expected end element of `type'
  252. Secret-1.gir:1555.5-1561.29: warning: expected end element of `type'
  253. Secret-1.gir:2963.5-2965.20: warning: expected end element of `type'
  254. Secret-1.gir:2982.5-2982.78: warning: expected end element of `type'
  255. Secret-1.gir:3000.5-3000.54: warning: expected end element of `type'
  256. Secret-1.gir:3018.5-3018.65: warning: expected end element of `type'
  257. Secret-1.gir:3021.5-3027.33: warning: expected end element of `type'
  258. Secret-1.gir:3262.5-3264.24: warning: expected end element of `type'
  259. Secret-1.gir:3281.5-3281.73: warning: expected end element of `type'
  260. Secret-1.gir:3284.5-3289.24: warning: expected end element of `type'
  261. Secret-1.gir:3522.5-3526.44: warning: expected end element of `type'
  262. Secret-1.gir:3544.5-3544.94: warning: expected end element of `type'
  263. Secret-1.gir:3573.5-3573.62: warning: expected end element of `type'
  264. Secret-1.gir:3592.5-3592.62: warning: expected end element of `type'
  265. Secret-1.gir:3620.5-3626.35: warning: expected end element of `type'
  266. Secret-1.gir:7919.5-7921.26: warning: expected end element of `type'
  267. Secret-1.gir:8098.5-8098.66: warning: expected end element of `type'
  268. Secret-1.gir:8126.5-8126.77: warning: expected end element of `type'
  269. Secret-1.gir:8129.5-8133.22: warning: expected end element of `type'
  270. Secret-1.gir:8335.5-8337.16: warning: expected end element of `type'
  271. Secret-1.gir:8372.5-8374.16: warning: expected end element of `type'
  272. Secret-1.gir:8409.5-8409.80: warning: expected end element of `type'
  273. Secret-1.gir:8415.5-8418.16: warning: expected end element of `type'
  274. Secret-1.gir:8479.5-8481.16: warning: expected end element of `type'
  275. Secret-1.gir:8502.5-8505.16: warning: expected end element of `type'
  276. Secret-1.gir:8556.5-8558.42: warning: expected end element of `type'
  277. Secret-1.gir:8619.5-8622.16: warning: expected end element of `type'
  278. Secret-1.gir:8667.5-8669.16: warning: expected end element of `type'
  279. Secret-1.gir:8694.5-8697.16: warning: expected end element of `type'
  280. Secret-1.gir:8758.5-8760.16: warning: expected end element of `type'
  281. Secret-1.gir:8781.5-8784.16: warning: expected end element of `type'
  282. Secret-1.gir:8805.5-8807.16: warning: expected end element of `type'
  283. Secret-1.gir:8859.5-8862.16: warning: expected end element of `type'
  284. Secret-1.gir:8914.5-8916.44: warning: expected end element of `type'
  285. Secret-1.gir:8977.5-8980.16: warning: expected end element of `type'
  286. Secret-1.gir:9026.5-9029.16: warning: expected end element of `type'
  287. Secret-1.gir:9075.5-9078.16: warning: expected end element of `type'
  288. Secret-1.gir:9165.5-9167.16: warning: expected end element of `type'
  289. Secret-1.gir:9187.5-9190.16: warning: expected end element of `type'
  290. Secret-1.gir:9267.5-9269.42: warning: expected end element of `type'
  291. Secret-1.gir:9356.5-9359.16: warning: expected end element of `type'
  292. Secret-1.gir:9430.5-9430.72: warning: expected end element of `type'
  293. Secret-1.gir:9450.3-9450.2: warning: expected end element of `type'
  294. Secret-1.gir:9452.1-9452.0: warning: expected end element of `type'
  295. Secret-1.gir:9452.1-9452.0: error: unexpected end of file
  296. Secret-1.gir:9452.1-9452.0: warning: expected end element of `type'
  297. Secret-1.gir:9452.1-9452.0: error: unexpected end of file
  298. Secret-1.gir:9452.1-9452.0: warning: expected end element of `type'
  299. Secret-1.gir:9452.1-9452.0: error: unexpected end of file
  300. Secret-1.gir:9452.1-9452.0: warning: expected end element of `type'
  301. Secret-1.gir:9452.1-9452.0: error: unexpected end of file
  302. Secret-1.gir:9452.1-9452.0: warning: expected end element of `type'
  303. Secret-1.gir:9452.1-9452.0: error: unexpected end of file
  304. Secret-1.gir:9452.1-9452.0: warning: expected end element of `type'
  305. Secret-1.gir:9452.1-9452.0: error: unexpected end of file
  306. Secret-1.gir:9452.1-9452.0: warning: expected end element of `type'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement