spacepaste

  1.  
  2. prt-get: updating /usr/ports/mate/gvfs
  3. prt-get: starting build Sun Aug 12 04:19:51 2018
  4. =======> Building '/usr/ports/packages/gvfs#1.36.0-1.pkg.tar.xz'.
  5. bsdtar -p -o -C /usr/ports/mate/gvfs/work/src -xf /usr/ports/sources/gvfs-1.36.0.tar.xz
  6. + build
  7. + cd gvfs-1.36.0
  8. + sed -i -e /gtkdocize/d autogen.sh
  9. + NOCONFIGURE=1
  10. + ./autogen.sh
  11. aclocal: installing 'm4/gettext.m4' from '/usr/share/aclocal/gettext.m4'
  12. aclocal: installing 'm4/gsettings.m4' from '/usr/share/aclocal/gsettings.m4'
  13. aclocal: installing 'm4/iconv.m4' from '/usr/share/aclocal/iconv.m4'
  14. aclocal: installing 'm4/intlmacosx.m4' from '/usr/share/aclocal/intlmacosx.m4'
  15. aclocal: installing 'm4/lib-ld.m4' from '/usr/share/aclocal/lib-ld.m4'
  16. aclocal: installing 'm4/lib-link.m4' from '/usr/share/aclocal/lib-link.m4'
  17. aclocal: installing 'm4/lib-prefix.m4' from '/usr/share/aclocal/lib-prefix.m4'
  18. aclocal: installing 'm4/libgcrypt.m4' from '/usr/share/aclocal/libgcrypt.m4'
  19. aclocal: installing 'm4/libtool.m4' from '/usr/share/aclocal/libtool.m4'
  20. aclocal: installing 'm4/ltoptions.m4' from '/usr/share/aclocal/ltoptions.m4'
  21. aclocal: installing 'm4/ltsugar.m4' from '/usr/share/aclocal/ltsugar.m4'
  22. aclocal: installing 'm4/ltversion.m4' from '/usr/share/aclocal/ltversion.m4'
  23. aclocal: installing 'm4/lt~obsolete.m4' from '/usr/share/aclocal/lt~obsolete.m4'
  24. aclocal: installing 'm4/nls.m4' from '/usr/share/aclocal/nls.m4'
  25. aclocal: installing 'm4/pkg.m4' from '/usr/share/aclocal/pkg.m4'
  26. aclocal: installing 'm4/po.m4' from '/usr/share/aclocal/po.m4'
  27. aclocal: installing 'm4/progtest.m4' from '/usr/share/aclocal/progtest.m4'
  28. autoreconf: Entering directory `.'
  29. autoreconf: running: autopoint --force
  30. Copying file ABOUT-NLS
  31. Copying file config.rpath
  32. Copying file m4/codeset.m4
  33. Copying file m4/extern-inline.m4
  34. Copying file m4/fcntl-o.m4
  35. Copying file m4/glibc2.m4
  36. Copying file m4/glibc21.m4
  37. Copying file m4/intdiv0.m4
  38. Copying file m4/intl.m4
  39. Copying file m4/intldir.m4
  40. Copying file m4/intmax.m4
  41. Copying file m4/inttypes-pri.m4
  42. Copying file m4/inttypes_h.m4
  43. Copying file m4/lcmessage.m4
  44. Copying file m4/lock.m4
  45. Copying file m4/longlong.m4
  46. Copying file m4/printf-posix.m4
  47. Copying file m4/size_max.m4
  48. Copying file m4/stdint_h.m4
  49. Copying file m4/threadlib.m4
  50. Copying file m4/uintmax_t.m4
  51. Copying file m4/visibility.m4
  52. Copying file m4/wchar_t.m4
  53. Copying file m4/wint_t.m4
  54. Copying file m4/xsize.m4
  55. Copying file po/Makefile.in.in
  56. Copying file po/Makevars.template
  57. Copying file po/Rules-quot
  58. Copying file po/boldquot.sed
  59. Copying file po/en@boldquot.header
  60. Copying file po/en@quot.header
  61. Copying file po/insert-header.sin
  62. Copying file po/quot.sed
  63. Copying file po/remove-potcdate.sin
  64. autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
  65. autoreconf: configure.ac: tracing
  66. autoreconf: running: libtoolize --copy --force
  67. libtoolize: putting auxiliary files in '.'.
  68. libtoolize: copying file './ltmain.sh'
  69. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  70. libtoolize: copying file 'm4/libtool.m4'
  71. libtoolize: copying file 'm4/ltoptions.m4'
  72. libtoolize: copying file 'm4/ltsugar.m4'
  73. libtoolize: copying file 'm4/ltversion.m4'
  74. libtoolize: copying file 'm4/lt~obsolete.m4'
  75. autoreconf: running: /usr/bin/autoconf --force
  76. autoreconf: running: /usr/bin/autoheader --force
  77. autoreconf: running: automake --add-missing --copy --force-missing
  78. configure.ac:11: installing './compile'
  79. configure.ac:25: installing './config.guess'
  80. configure.ac:25: installing './config.sub'
  81. configure.ac:4: installing './install-sh'
  82. configure.ac:4: installing './missing'
  83. Makefile.am: installing './INSTALL'
  84. client/Makefile.am: installing './depcomp'
  85. parallel-tests: installing './test-driver'
  86. autoreconf: Leaving directory `.'
  87. Skipping configure process.
  88. + ./configure --prefix=/usr --libexecdir=/usr/lib/gvfs --enable-udisks2 --disable-nls
  89. checking for a BSD-compatible install... /usr/bin/install -c
  90. checking whether build environment is sane... yes
  91. checking for a thread-safe mkdir -p... /bin/mkdir -p
  92. checking for gawk... gawk
  93. checking whether make sets $(MAKE)... yes
  94. checking whether make supports nested variables... yes
  95. checking whether UID '0' is supported by ustar format... yes
  96. checking whether GID '0' is supported by ustar format... yes
  97. checking how to create a ustar tar archive... gnutar
  98. checking whether build environment is sane... yes
  99. checking whether make supports the include directive... yes (GNU style)
  100. checking for gcc... gcc
  101. checking whether the C compiler works... yes
  102. checking for C compiler default output file name... a.out
  103. checking for suffix of executables...
  104. checking whether we are cross compiling... no
  105. checking for suffix of object files... o
  106. checking whether we are using the GNU C compiler... yes
  107. checking whether gcc accepts -g... yes
  108. checking for gcc option to accept ISO C89... none needed
  109. checking whether gcc understands -c and -o together... yes
  110. checking dependency style of gcc... gcc3
  111. checking for an ANSI C-conforming const... yes
  112. checking for library containing strerror... none required
  113. checking for gcc... (cached) gcc
  114. checking whether we are using the GNU C compiler... (cached) yes
  115. checking whether gcc accepts -g... (cached) yes
  116. checking for gcc option to accept ISO C89... (cached) none needed
  117. checking whether gcc understands -c and -o together... (cached) yes
  118. checking dependency style of gcc... (cached) gcc3
  119. checking how to run the C preprocessor... gcc -E
  120. checking whether ln -s works... yes
  121. checking whether make sets $(MAKE)... (cached) yes
  122. checking for pkg-config... /usr/bin/pkg-config
  123. checking for gio-querymodules... /usr/bin/gio-querymodules
  124. checking for a sed that does not truncate output... /bin/sed
  125. checking build system type... x86_64-pc-linux-gnu
  126. checking host system type... x86_64-pc-linux-gnu
  127. checking how to print strings... printf
  128. checking for a sed that does not truncate output... (cached) /bin/sed
  129. checking for grep that handles long lines and -e... /usr/bin/grep
  130. checking for egrep... /usr/bin/grep -E
  131. checking for fgrep... /usr/bin/grep -F
  132. checking for ld used by gcc... /usr/bin/ld
  133. checking if the linker (/usr/bin/ld) is GNU ld... yes
  134. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  135. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  136. checking the maximum length of command line arguments... 1572864
  137. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  138. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  139. checking for /usr/bin/ld option to reload object files... -r
  140. checking for objdump... objdump
  141. checking how to recognize dependent libraries... pass_all
  142. checking for dlltool... no
  143. checking how to associate runtime and link libraries... printf %s\n
  144. checking for ar... ar
  145. checking for archiver @FILE support... @
  146. checking for strip... strip
  147. checking for ranlib... ranlib
  148. checking command to parse /usr/bin/nm -B output from gcc object... ok
  149. checking for sysroot... no
  150. checking for a working dd... /bin/dd
  151. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  152. checking for mt... no
  153. checking if : is a manifest tool... no
  154. checking for ANSI C header files... yes
  155. checking for sys/types.h... yes
  156. checking for sys/stat.h... yes
  157. checking for stdlib.h... yes
  158. checking for string.h... yes
  159. checking for memory.h... yes
  160. checking for strings.h... yes
  161. checking for inttypes.h... yes
  162. checking for stdint.h... yes
  163. checking for unistd.h... yes
  164. checking for dlfcn.h... yes
  165. checking for objdir... .libs
  166. checking if gcc supports -fno-rtti -fno-exceptions... no
  167. checking for gcc option to produce PIC... -fPIC -DPIC
  168. checking if gcc PIC flag -fPIC -DPIC works... yes
  169. checking if gcc static flag -static works... yes
  170. checking if gcc supports -c -o file.o... yes
  171. checking if gcc supports -c -o file.o... (cached) yes
  172. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  173. checking whether -lc should be explicitly linked in... no
  174. checking dynamic linker characteristics... GNU/Linux ld.so
  175. checking how to hardcode library paths into programs... immediate
  176. checking whether stripping libraries is possible... yes
  177. checking if libtool supports shared libraries... yes
  178. checking whether to build shared libraries... yes
  179. checking whether to build static libraries... no
  180. checking for xsltproc... /usr/bin/xsltproc
  181. checking whether make supports nested variables... (cached) yes
  182. checking for pid_t... yes
  183. checking return type of signal handlers... void
  184. checking for size_t... yes
  185. checking for uid_t in sys/types.h... yes
  186. checking pkg-config is at least version 0.16... yes
  187. checking for struct stat.st_mtimensec... no
  188. checking for struct stat.st_mtim.tv_nsec... yes
  189. checking for struct stat.st_atimensec... no
  190. checking for struct stat.st_atim.tv_nsec... yes
  191. checking for struct stat.st_ctimensec... no
  192. checking for struct stat.st_ctim.tv_nsec... yes
  193. ./configure: 14203: ./configure: GTK_DOC_CHECK: not found
  194. checking for glib-2.0 >= 2.51.0 gobject-2.0 gmodule-no-export-2.0 gio-unix-2.0 gio-2.0... yes
  195. checking for gcr-base-3... yes
  196. checking whether NLS is requested... no
  197. checking for msgfmt... /usr/bin/msgfmt
  198. checking for gmsgfmt... /usr/bin/msgfmt
  199. checking for xgettext... /usr/bin/xgettext
  200. checking for msgmerge... /usr/bin/msgmerge
  201. checking for ld used by gcc... /usr/bin/ld -m elf_x86_64
  202. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  203. checking for shared library run path origin... done
  204. checking for CFPreferencesCopyAppValue... no
  205. checking for CFLocaleCopyCurrent... no
  206. checking whether to use NLS... no
  207. checking for ssh... /usr/bin/ssh
  208. checking sys/un.h usability... yes
  209. checking sys/un.h presence... yes
  210. checking for sys/un.h... yes
  211. checking stropts.h usability... yes
  212. checking stropts.h presence... yes
  213. checking for stropts.h... yes
  214. checking termios.h usability... yes
  215. checking termios.h presence... yes
  216. checking for termios.h... yes
  217. checking util.h usability... no
  218. checking util.h presence... no
  219. checking for util.h... no
  220. checking utmp.h usability... yes
  221. checking utmp.h presence... yes
  222. checking for utmp.h... yes
  223. checking sys/uio.h usability... yes
  224. checking sys/uio.h presence... yes
  225. checking for sys/uio.h... yes
  226. checking sys/param.h usability... yes
  227. checking sys/param.h presence... yes
  228. checking for sys/param.h... yes
  229. checking for getpt... yes
  230. checking for posix_openpt... yes
  231. checking for grantpt... yes
  232. checking for unlockpt... yes
  233. checking for ptsname... yes
  234. checking for ptsname_r... yes
  235. checking for socketpair... yes
  236. checking for openpty... no
  237. checking for openpty in -lutil... yes
  238. checking for library containing login_tty... none required
  239. checking for polkit-gobject-1 libcap... yes
  240. checking for libsoup-2.4 libxml-2.0... yes
  241. checking for avahi-glib >= 0.6 avahi-client >= 0.6... no
  242. checking for libxml-2.0... yes
  243. checking for gudev-1.0 >= 147... yes
  244. checking for udisks2 >= 1.97... yes
  245. checking for libgphoto2 >= 2.4.0... yes
  246. checking for libgphoto2 >= 2.5.0... yes
  247. checking for libsecret-unstable... yes
  248. checking for libusb-1.0 >= 1.0.21... yes
  249. checking for libmtp >= 1.1.0... yes
  250. checking for libmtp >= 1.1.5... yes
  251. checking for libmtp >= 1.1.6... yes
  252. checking for libmtp >= 1.1.9... yes
  253. checking for libmtp >= 1.1.12... yes
  254. checking for smbclient... yes
  255. checking for libarchive... yes
  256. checking for libgcrypt-config... /usr/bin/libgcrypt-config
  257. checking for LIBGCRYPT - version >= 1.2.2... yes (1.8.3)
  258. checking LIBGCRYPT API version... okay
  259. checking whether _NL_ADDRESS_LANG_TERM is declared... yes
  260. checking whether _NL_ADDRESS_COUNTRY_AB3 is declared... yes
  261. checking for glib-genmarshal... /usr/bin/glib-genmarshal
  262. checking whether sys/types.h defines makedev... yes
  263. checking sys/statfs.h usability... yes
  264. checking sys/statfs.h presence... yes
  265. checking for sys/statfs.h... yes
  266. checking sys/statvfs.h usability... yes
  267. checking sys/statvfs.h presence... yes
  268. checking for sys/statvfs.h... yes
  269. checking sys/vfs.h usability... yes
  270. checking sys/vfs.h presence... yes
  271. checking for sys/vfs.h... yes
  272. checking sys/mount.h usability... yes
  273. checking sys/mount.h presence... yes
  274. checking for sys/mount.h... yes
  275. checking for sys/param.h... (cached) yes
  276. checking for statvfs... yes
  277. checking for statfs... yes
  278. checking for struct statfs.f_fstypename... no
  279. checking for struct statfs.f_bavail... yes
  280. checking for struct statvfs.f_basetype... no
  281. checking number of arguments to statfs()... 2
  282. checking for more warnings... no
  283. checking that generated files are newer than configure... done
  284. checking that generated files are newer than configure... done
  285. configure: creating ./config.status
  286. config.status: creating Makefile
  287. config.status: creating common/Makefile
  288. config.status: creating client/Makefile
  289. config.status: creating metadata/Makefile
  290. config.status: creating daemon/trashlib/Makefile
  291. config.status: creating daemon/Makefile
  292. config.status: creating monitor/Makefile
  293. config.status: creating monitor/proxy/Makefile
  294. config.status: creating monitor/gdu/Makefile
  295. config.status: creating monitor/udisks2/Makefile
  296. config.status: creating monitor/gphoto2/Makefile
  297. config.status: creating monitor/afc/Makefile
  298. config.status: creating monitor/mtp/Makefile
  299. config.status: creating monitor/goa/Makefile
  300. config.status: creating programs/Makefile
  301. config.status: creating man/Makefile
  302. config.status: creating test/Makefile
  303. config.status: creating po/Makefile.in
  304. config.status: creating config.h
  305. config.status: executing depfiles commands
  306. config.status: executing libtool commands
  307. config.status: executing po-directories commands
  308. config.status: creating po/POTFILES
  309. config.status: creating po/Makefile
  310. gvfs configuration summary:
  311. gio module directory : ${exec_prefix}/lib/gio/modules
  312. Blu-ray metadata support: no
  313. Google support: no
  314. HTTP/WebDAV support: yes
  315. Samba support: yes
  316. FUSE support: no
  317. CDDA support: no
  318. Gphoto2 support: yes
  319. MTP support: yes
  320. Polkit support: yes
  321. USB support: yes
  322. archive support: yes
  323. AFC support: no
  324. AFP support: yes
  325. NFS support: no
  326. DNS-SD support: no
  327. Build GDU volume monitor: no
  328. Build udisks2 volume monitor: yes
  329. Build GOA volume monitor: no
  330. Use systemd user units: no
  331. Use libsystemd-login: no
  332. Use GCR: yes
  333. GNOME Keyring support: yes
  334. Installed tests: no
  335. + make
  336. make all-recursive
  337. make[1]: Entering directory '/usr/ports/mate/gvfs/work/src/gvfs-1.36.0'
  338. Making all in common
  339. make[2]: Entering directory '/usr/ports/mate/gvfs/work/src/gvfs-1.36.0/common'
  340. GEN gvfsdbus.c
  341. GEN gvfsdbus.h
  342. make all-am
  343. make[3]: Entering directory '/usr/ports/mate/gvfs/work/src/gvfs-1.36.0/common'
  344. CC libgvfscommon_monitor_la-gvfsmountinfo.lo
  345. CC libgvfscommon_la-gmountspec.lo
  346. CC libgvfscommon_la-gmountsource.lo
  347. CC libgvfscommon_la-gmountoperationdbus.lo
  348. CC libgvfscommon_la-gvfsmonitorimpl.lo
  349. CC libgvfscommon_la-gmounttracker.lo
  350. CC libgvfscommon_la-gvfsdaemonprotocol.lo
  351. CC libgvfscommon_la-gvfsicon.lo
  352. CC libgvfscommon_la-gvfsfileinfo.lo
  353. CC libgvfscommon_la-gvfsutils.lo
  354. CC libgvfscommon_la-gvfsdbus.lo
  355. CC libgvfscommon_gphoto2_la-gvfsgphoto2utils.lo
  356. CCLD libgvfscommon-gphoto2.la
  357. CCLD libgvfscommon.la
  358. CCLD libgvfscommon-monitor.la
  359. make[3]: Leaving directory '/usr/ports/mate/gvfs/work/src/gvfs-1.36.0/common'
  360. make[2]: Leaving directory '/usr/ports/mate/gvfs/work/src/gvfs-1.36.0/common'
  361. Making all in metadata
  362. make[2]: Entering directory '/usr/ports/mate/gvfs/work/src/gvfs-1.36.0/metadata'
  363. GEN metadata-dbus.c
  364. GEN metadata-dbus.h
  365. make all-am
  366. make[3]: Entering directory '/usr/ports/mate/gvfs/work/src/gvfs-1.36.0/metadata'
  367. CC gvfsd_metadata-meta-daemon.o
  368. CC metatree.lo
  369. CC metabuilder.lo
  370. CC crc32.lo
  371. CC metadata-dbus.lo
  372. meta-daemon.c: In function 'handle_get_tree_from_device':
  373. meta-daemon.c:315:13: warning: In the GNU C Library, "makedev" is defined
  374. by <sys/sysmacros.h>. For historical compatibility, it is
  375. currently defined by <sys/types.h> as well, but we plan to
  376. remove this soon. To use "makedev", include <sys/sysmacros.h>
  377. directly. If you did not intend to use a system-defined macro
  378. "makedev", you should undefine it after including <sys/types.h>.
  379. GUdevDeviceNumber devnum = makedev (arg_major, arg_minor);
  380. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  381. metatree.c: In function 'get_tree_for_device':
  382. metatree.c:2860:13: warning: In the GNU C Library, "major" is defined
  383. by <sys/sysmacros.h>. For historical compatibility, it is
  384. currently defined by <sys/types.h> as well, but we plan to
  385. remove this soon. To use "major", include <sys/sysmacros.h>
  386. directly. If you did not intend to use a system-defined macro
  387. "major", you should undefine it after including <sys/types.h>.
  388. major (device),
  389. ^ ~~~~~~~~~~~~~~~
  390. metatree.c:2861:13: warning: In the GNU C Library, "minor" is defined
  391. by <sys/sysmacros.h>. For historical compatibility, it is
  392. currently defined by <sys/types.h> as well, but we plan to
  393. remove this soon. To use "minor", include <sys/sysmacros.h>
  394. directly. If you did not intend to use a system-defined macro
  395. "minor", you should undefine it after including <sys/types.h>.
  396. minor (device),
  397. ^ ~~~~~~~~~~~~~~~
  398. CC meta-ls.o
  399. CC meta-get.o
  400. CC meta-set.o
  401. CC meta-get-tree.o
  402. CC metadata-nautilus.o
  403. GEN org.gtk.vfs.Metadata.service
  404. CCLD libmetadata.la
  405. CCLD gvfsd-metadata
  406. CCLD meta-ls
  407. CCLD meta-get
  408. CCLD meta-set
  409. CCLD meta-get-tree
  410. CCLD convert-nautilus-metadata
  411. make[3]: Leaving directory '/usr/ports/mate/gvfs/work/src/gvfs-1.36.0/metadata'
  412. make[2]: Leaving directory '/usr/ports/mate/gvfs/work/src/gvfs-1.36.0/metadata'
  413. Making all in client
  414. make[2]: Entering directory '/usr/ports/mate/gvfs/work/src/gvfs-1.36.0/client'
  415. CC test_uri_utils-test-uri-utils.o
  416. CC test_uri_utils-gvfsuriutils.o
  417. CC gdaemonmount.lo
  418. CC gdaemonvfs.lo
  419. CC gdaemonvolumemonitor.lo
  420. CC gdaemonfile.lo
  421. CC gdaemonfileinputstream.lo
  422. CC gdaemonfileoutputstream.lo
  423. CC gdaemonfileenumerator.lo
  424. CC gdaemonfilemonitor.lo
  425. CC gvfsdaemondbus.lo
  426. CC gvfsiconloadable.lo
  427. CC gvfsuriutils.lo
  428. CC gvfsurimapper.lo
  429. CC smburi.lo
  430. CC httpuri.lo
  431. CC afpuri.lo
  432. CCLD test-uri-utils
  433. CCLD libgvfsdbus.la
  434. make[2]: Leaving directory '/usr/ports/mate/gvfs/work/src/gvfs-1.36.0/client'
  435. Making all in daemon
  436. make[2]: Entering directory '/usr/ports/mate/gvfs/work/src/gvfs-1.36.0/daemon'
  437. Making all in trashlib
  438. make[3]: Entering directory '/usr/ports/mate/gvfs/work/src/gvfs-1.36.0/daemon/trashlib'
  439. CC libtrash_a-dirwatch.o
  440. CC libtrash_a-trashdir.o
  441. CC libtrash_a-trashitem.o
  442. CC libtrash_a-trashwatcher.o
  443. CC libtrash_a-trashexpunge.o
  444. AR libtrash.a
  445. make[3]: Leaving directory '/usr/ports/mate/gvfs/work/src/gvfs-1.36.0/daemon/trashlib'
  446. make[3]: Entering directory '/usr/ports/mate/gvfs/work/src/gvfs-1.36.0/daemon'
  447. CC mount.o
  448. CC main.o
  449. CC gvfsdaemon.lo
  450. CC gvfsbackend.lo
  451. CC gvfschannel.lo
  452. CC gvfsreadchannel.lo
  453. CC gvfswritechannel.lo
  454. CC gvfsmonitor.lo
  455. CC gvfsdaemonutils.lo
  456. CC gvfsjob.lo
  457. CC gvfsjobsource.lo
  458. CC gvfsjobdbus.lo
  459. CC gvfsjobprogress.lo
  460. CC gvfsjobmount.lo
  461. CC gvfsjobunmount.lo
  462. CC gvfsjobmountmountable.lo
  463. CC gvfsjobunmountmountable.lo
  464. CC gvfsjobstartmountable.lo
  465. CC gvfsjobstopmountable.lo
  466. CC gvfsjobpollmountable.lo
  467. CC gvfsjobopenforread.lo
  468. CC gvfsjobopeniconforread.lo
  469. CC gvfsjoberror.lo
  470. CC gvfsjobread.lo
  471. CC gvfsjobseekread.lo
  472. CC gvfsjobcloseread.lo
  473. CC gvfsjobopenforwrite.lo
  474. CC gvfsjobwrite.lo
  475. CC gvfsjobseekwrite.lo
  476. CC gvfsjobtruncate.lo
  477. CC gvfsjobclosewrite.lo
  478. CC gvfsjobqueryinfo.lo
  479. CC gvfsjobqueryinforead.lo
  480. CC gvfsjobqueryinfowrite.lo
  481. CC gvfsjobqueryfsinfo.lo
  482. CC gvfsjobenumerate.lo
  483. CC gvfsjobsetdisplayname.lo
  484. CC gvfsjobtrash.lo
  485. CC gvfsjobdelete.lo
  486. CC gvfsjobcopy.lo
  487. CC gvfsjobmove.lo
  488. CC gvfsjobpush.lo
  489. CC gvfsjobpull.lo
  490. CC gvfsjobmakedirectory.lo
  491. CC gvfsjobmakesymlink.lo
  492. CC gvfsjobsetattribute.lo
  493. CC gvfsjobqueryattributes.lo
  494. CC gvfsjobcreatemonitor.lo
  495. CC gvfskeyring.lo
  496. CC gvfsd_sftp-gvfsbackendsftp.o
  497. CC gvfsd_sftp-pty_open.o
  498. CC gvfsd_sftp-daemon-main.o
  499. CC gvfsd_sftp-daemon-main-generic.o
  500. CC gvfsd_trash-gvfsbackendtrash.o
  501. CC gvfsd_trash-daemon-main.o
  502. CC gvfsd_trash-daemon-main-generic.o
  503. CC gvfsd_computer-gvfsbackendcomputer.o
  504. CC gvfsd_computer-daemon-main.o
  505. CC gvfsd_computer-daemon-main-generic.o
  506. CC gvfsd_burn-gvfsbackendburn.o
  507. CC gvfsd_burn-daemon-main.o
  508. CC gvfsd_burn-daemon-main-generic.o
  509. CC gvfsd_localtest-gvfsbackendlocaltest.o
  510. CC gvfsd_localtest-daemon-main.o
  511. CC gvfsd_localtest-daemon-main-generic.o
  512. CC gvfsd_ftp-gvfsftpconnection.o
  513. CC gvfsd_ftp-gvfsftpdircache.o
  514. CC gvfsd_ftp-gvfsftpfile.o
  515. CC gvfsd_ftp-gvfsftptask.o
  516. CC gvfsd_ftp-gvfsbackendftp.o
  517. CC gvfsd_ftp-ParseFTPList.o
  518. CC gvfsd_ftp-daemon-main.o
  519. CC gvfsd_ftp-daemon-main-generic.o
  520. CC gvfsd_network-gvfsbackendnetwork.o
  521. CC gvfsd_network-daemon-main.o
  522. CC gvfsd_network-daemon-main-generic.o
  523. CC gvfsd_recent-gvfsbackendrecent.o
  524. CC gvfsd_recent-daemon-main.o
  525. CC gvfsd_recent-daemon-main-generic.o
  526. CC gvfsd_admin-gvfsbackendadmin.o
  527. CC gvfsd_admin-daemon-main.o
  528. CC gvfsd_admin-daemon-main-generic.o
  529. CC gvfsd_http-gvfshttpinputstream.o
  530. CC gvfsd_http-gvfsbackendhttp.o
  531. CC gvfsd_http-daemon-main.o
  532. CC gvfsd_http-daemon-main-generic.o
  533. CC gvfsd_dav-gvfshttpinputstream.o
  534. CC gvfsd_dav-gvfsbackendhttp.o
  535. CC gvfsd_dav-gvfsbackenddav.o
  536. CC gvfsd_dav-daemon-main.o
  537. CC gvfsd_dav-daemon-main-generic.o
  538. CC gvfsd_smb_browse-gvfsbackendsmbbrowse.o
  539. CC gvfsd_smb_browse-gvfsbackendsmb.o
  540. CC gvfsd_smb_browse-daemon-main.o
  541. CC gvfsd_smb_browse-daemon-main-generic.o
  542. CC gvfsd_smb-gvfsbackendsmb.o
  543. CC gvfsd_smb-daemon-main.o
  544. CC gvfsd_smb-daemon-main-generic.o
  545. CC gvfsd_gphoto2-gvfsbackendgphoto2.o
  546. CC gvfsd_gphoto2-daemon-main.o
  547. CC gvfsd_gphoto2-daemon-main-generic.o
  548. CC gvfsd_mtp-gvfsbackendmtp.o
  549. CC gvfsd_mtp-daemon-main.o
  550. CC gvfsd_mtp-daemon-main-generic.o
  551. CC gvfsd_archive-gvfsbackendarchive.o
  552. CC gvfsd_archive-daemon-main.o
  553. CC gvfsd_archive-daemon-main-generic.o
  554. CC gvfsd_afp_browse-gvfsbackendafpbrowse.o
  555. CC gvfsd_afp_browse-daemon-main.o
  556. CC gvfsd_afp_browse-daemon-main-generic.o
  557. CC gvfsd_afp_browse-gvfsafputils.o
  558. CC gvfsd_afp_browse-gvfsafpconnection.o
  559. CC gvfsd_afp_browse-gvfsafpserver.o
  560. CC gvfsd_afp_browse-gvfsafpvolume.o
  561. CC gvfsd_afp-gvfsbackendafp.o
  562. CC gvfsd_afp-daemon-main.o
  563. CC gvfsd_afp-daemon-main-generic.o
  564. CC gvfsd_afp-gvfsafputils.o
  565. CC gvfsd_afp-gvfsafpconnection.o
  566. CC gvfsd_afp-gvfsafpserver.o
  567. CC gvfsd_afp-gvfsafpvolume.o
  568. CC gvfsd_test-gvfsbackendtest.o
  569. CC gvfsd_test-daemon-main.o
  570. CC gvfsd_test-daemon-main-generic.o
  571. GEN org.gtk.vfs.file-operations.policy.in
  572. GEN sftp.mount
  573. GEN ftp.mount
  574. GEN ftps.mount
  575. GEN trash.mount
  576. GEN computer.mount
  577. GEN burn.mount
  578. GEN localtest.mount
  579. GEN network.mount
  580. GEN recent.mount
  581. GEN admin.mount
  582. GEN http.mount
  583. GEN dav.mount
  584. GEN smb.mount
  585. GEN smb-browse.mount
  586. GEN gphoto2.mount
  587. GEN mtp.mount
  588. GEN archive.mount
  589. GEN afp-browse.mount
  590. GEN afp.mount
  591. GEN sftp.localmount
  592. GEN ftp.localmount
  593. GEN ftps.localmount
  594. GEN trash.localmount
  595. GEN computer.localmount
  596. GEN burn.localmount
  597. GEN localtest.localmount
  598. GEN network.localmount
  599. GEN recent.localmount
  600. GEN admin.localmount
  601. GEN http.localmount
  602. GEN dav.localmount
  603. GEN smb.localmount
  604. GEN smb-browse.localmount
  605. GEN gphoto2.localmount
  606. GEN mtp.localmount
  607. GEN archive.localmount
  608. GEN afp-browse.localmount
  609. GEN afp.localmount
  610. GEN org.gtk.vfs.Daemon.service
  611. GEN org.gnome.system.gvfs.enums.xml
  612. CCLD libgvfsdaemon.la
  613. GEN org.gtk.vfs.file-operations.policy
  614. GEN org.gnome.system.smb.gschema.valid
  615. CCLD gvfsd
  616. CCLD gvfsd-sftp
  617. CCLD gvfsd-trash
  618. CCLD gvfsd-computer
  619. CCLD gvfsd-burn
  620. CCLD gvfsd-localtest
  621. CCLD gvfsd-ftp
  622. CCLD gvfsd-network
  623. CCLD gvfsd-recent
  624. CCLD gvfsd-admin
  625. CCLD gvfsd-http
  626. CCLD gvfsd-dav
  627. CCLD gvfsd-smb-browse
  628. CCLD gvfsd-smb
  629. CCLD gvfsd-gphoto2
  630. CCLD gvfsd-mtp
  631. /usr/lib/samba/libldbsamba-samba4.so: undefined reference to `ldb_schema_set_override_GUID_index@LDB_1.3.0'
  632. /usr/lib/samba/libldbsamba-samba4.so: undefined reference to `ldb_schema_set_override_indexlist@LDB_1.1.30'
  633. collect2: error: ld returned 1 exit status
  634. make[3]: *** [Makefile:1599: gvfsd-smb-browse] Error 1
  635. make[3]: *** Waiting for unfinished jobs....
  636. /usr/lib/samba/libldbsamba-samba4.so: undefined reference to `ldb_schema_set_override_GUID_index@LDB_1.3.0'
  637. /usr/lib/samba/libldbsamba-samba4.so: undefined reference to `ldb_schema_set_override_indexlist@LDB_1.1.30'
  638. collect2: error: ld returned 1 exit status
  639. make[3]: *** [Makefile:1595: gvfsd-smb] Error 1
  640. make[3]: Leaving directory '/usr/ports/mate/gvfs/work/src/gvfs-1.36.0/daemon'
  641. make[2]: *** [Makefile:3181: all-recursive] Error 1
  642. make[2]: Leaving directory '/usr/ports/mate/gvfs/work/src/gvfs-1.36.0/daemon'
  643. make[1]: *** [Makefile:518: all-recursive] Error 1
  644. make[1]: Leaving directory '/usr/ports/mate/gvfs/work/src/gvfs-1.36.0'
  645. make: *** [Makefile:450: all] Error 2
  646. =======> ERROR: Building '/usr/ports/packages/gvfs#1.36.0-1.pkg.tar.xz' failed.
  647.