------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libinotify-20180201_1.txz ===== Message from libinotify-20180201_1: -- Libinotify functionality on FreeBSD is missing support for - detecting a file being moved into or out of a directory within the same filesystem - certain modifications to a symbolic link (rather than the file it points to.) in addition to the known limitations on all platforms using kqueue(2) where various open and close notifications are unimplemented. This means the following regression tests will fail: Directory notifications: IN_MOVED_FROM IN_MOVED_TO Open/close notifications: IN_OPEN IN_CLOSE_NOWRITE IN_CLOSE_WRITE Symbolic Link notifications: IN_DONT_FOLLOW IN_ATTRIB IN_MOVE_SELF IN_DELETE_SELF Kernel patches to address the missing directory and symbolic link notifications are available from: https://github.com/libinotify-kqueue/libinotify-kqueue/tree/master/patches You might want to consider increasing the kern.maxfiles tunable if you plan to use this library for applications that need to monitor activity of a lot of files. Installing /packages/All/libiconv-1.14_11.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz Installing /packages/All/ca_root_nss-3.51.txz ===== Message from ca_root_nss-3.51: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/expat-2.2.8.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/openssl-1.1.1d,1.txz Installing /packages/All/python37-3.7.6.txz ===== Message from python37-3.7.6: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/freetype2-2.10.1.txz ===== Message from freetype2-2.10.1: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed). Installing /packages/All/jbigkit-2.1_1.txz Installing /packages/All/jpeg-turbo-2.0.4.txz Installing /packages/All/tiff-4.1.0.txz Installing /packages/All/lcms2-2.9.txz Installing /packages/All/png-1.6.37.txz Installing /packages/All/openjpeg-2.3.1.txz Installing /packages/All/giflib-5.2.1.txz Installing /packages/All/webp-1.1.0.txz Installing /packages/All/fontconfig-2.12.6,1.txz Running fc-cache to build fontconfig cache... /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded Installing /packages/All/tcl86-8.6.10.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2019.2.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9,1.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/libXft-2.3.3.txz Installing /packages/All/libXScrnSaver-1.2.3_2.txz Installing /packages/All/tk86-8.6.10_1.txz Installing /packages/All/py37-setuptools-44.0.0.txz Installing /packages/All/py37-olefile-0.46.txz Installing /packages/All/py37-tkinter-3.7.6_6.txz Installing /packages/All/py37-pillow-7.0.0.txz Installing /packages/All/mono-5.10.1.57_3.txz ===== Message from mono-5.10.1.57_3: -- If you have build/runtime errors with Mono and Gtk# apps please try the following first: * Build Mono and gtk+ (x11-toolkits/gtk20) without CPUTYPE and with the default FreeBSD CFLAGS ('-O2 -fno-strict-aliasing -pipe') as Mono has been known to expose compiler bugs. * Try building and running Mono with the GENERIC kernel. - Mono requires SYSVSHM, SYSVMSG, and SYSVSEM which are part of the GENERIC kernel. - Removing kernel options or changing defaults to use experimental options can adversely affect Mono's ability to build and run. * Remove leftover semaphores / increase semaphore limits. - Close apps which use Mono and run `ipcs -sbt`. Remove the semaphores with MODE "--rw-------" and NSEMS "8" using ipcrm (1) - _OR_ simply reboot which is the safest method. - On multi-user systems the semaphore limits may need to be increased from the defaults. The following should comfortably support 30 users. # echo "kern.ipc.semmni=40" >> /boot/loader.conf # echo "kern.ipc.semmns=300" >> /boot/loader.conf * If you are in a jailed environment, ensure System V IPC are enabled. You can rely on the security.jail.sysvipc_allowed sysctl to check this status. The following enables this feature on the host system: # echo "jail_sysvipc_allow=\"YES\"" >> /etc/rc.conf * Some process information are accessed through /proc (e.g. when using NUnit) and procfs(5) has to be mounted for these features to work: # echo "proc /proc procfs rw 0 0" >> /etc/fstab Installing /packages/All/ndesk-dbus-0.6.1a_1.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/dbus-1.12.16.txz ===> Creating groups. Creating group 'messagebus' with gid '556'. ===> Creating users Creating user 'messagebus' with uid '556'. Installing /packages/All/libgpg-error-1.37.txz Installing /packages/All/libgcrypt-1.8.5.txz Installing /packages/All/pcre-8.43_2.txz Installing /packages/All/glib-2.56.3_7,1.txz No schema files found: doing nothing. Installing /packages/All/libgnome-keyring-3.12.0_2.txz Installing /packages/All/gmake-4.2.1_3.txz Installing /packages/All/atk-2.28.1.txz Installing /packages/All/wayland-1.16.0.txz Installing /packages/All/pciids-20200222.txz Installing /packages/All/libpciaccess-0.16.txz Installing /packages/All/libdrm-2.4.100.txz Installing /packages/All/libelf-0.8.13_3.txz Installing /packages/All/libXfixes-5.0.3_2.txz Installing /packages/All/libXdamage-1.1.5.txz Installing /packages/All/libXrandr-1.5.2.txz Installing /packages/All/libxshmfence-1.3.txz Installing /packages/All/libXxf86vm-1.1.4_3.txz Installing /packages/All/mesa-libs-18.3.2_4.txz Installing /packages/All/pixman-0.38.4.txz Installing /packages/All/cairo-1.16.0,2.txz Installing /packages/All/shared-mime-info-1.10_2.txz Installing /packages/All/gdk-pixbuf2-2.40.0.txz Installing /packages/All/libdaemon-0.14_1.txz Installing /packages/All/dbus-glib-0.110.txz Installing /packages/All/gdbm-1.18.1_1.txz Installing /packages/All/gobject-introspection-1.56.1,1.txz Installing /packages/All/gnome_subr-1.0.txz Installing /packages/All/avahi-app-0.7_2.txz ===> Creating groups. Creating group 'avahi' with gid '558'. ===> Creating users Creating user 'avahi' with uid '558'. Installing /packages/All/gmp-6.2.0.txz Installing /packages/All/nettle-3.5.1_1.txz Installing /packages/All/libtasn1-4.15.0.txz Installing /packages/All/libunistring-0.9.10_1.txz Installing /packages/All/libidn2-2.3.0_1.txz Installing /packages/All/p11-kit-0.23.18.1.txz Installing /packages/All/tpm-emulator-0.7.4_2.txz ===> Creating groups. Creating group '_tss' with gid '601'. ===> Creating users Creating user '_tss' with uid '601'. Installing /packages/All/trousers-0.3.14_2.txz ===> Creating groups. Using existing group '_tss'. ===> Creating users Using existing user '_tss'. ===== Message from trousers-0.3.14_2: -- To run tcsd automatically, add the following line to /etc/rc.conf: tcsd_enable="YES" You might want to edit /usr/local/etc/tcsd.conf to reflect your setup. If you want to use tcsd with software TPM emulator, use the following configuration in /etc/rc.conf: tcsd_enable="YES" tcsd_mode="emulator" tpmd_enable="YES" To use TPM, add your_account to '_tss' group like following: # pw groupmod _tss -m your_account Installing /packages/All/gnutls-3.6.12.txz Installing /packages/All/libpaper-1.1.24.4.txz Installing /packages/All/cups-2.2.13.txz ===> Creating groups. Creating group 'cups' with gid '193'. ===> Creating users Creating user 'cups' with uid '193'. Installing /packages/All/graphite2-1.3.13_1.txz Installing /packages/All/harfbuzz-2.6.4.txz Installing /packages/All/fribidi-0.19.7.txz Installing /packages/All/libfontenc-1.1.4.txz Installing /packages/All/mkfontscale-1.2.1.txz Installing /packages/All/font-bh-ttf-1.0.3_4.txz Installing /packages/All/font-misc-meltho-1.0.3_4.txz Installing /packages/All/font-misc-ethiopic-1.0.3_4.txz Installing /packages/All/encodings-1.0.5,1.txz Installing /packages/All/dejavu-2.37_1.txz ===== Message from dejavu-2.37_1: -- Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "/usr/local/share/fonts/dejavu/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. Installing /packages/All/xorg-fonts-truetype-7.7_1.txz Installing /packages/All/pango-1.42.4_3.txz Installing /packages/All/hicolor-icon-theme-0.17.txz Installing /packages/All/libXinerama-1.1.4_2,1.txz Installing /packages/All/libXi-1.7.10,1.txz Installing /packages/All/libXcursor-1.2.0.txz Installing /packages/All/libXcomposite-0.4.5,1.txz Installing /packages/All/gtk-update-icon-cache-2.24.32.txz Installing /packages/All/gtk2-2.24.32.txz Installing /packages/All/xmlcatmgr-2.2_2.txz + Creating /usr/local/share/sgml/catalog + Registering CATALOG catalog.ports (SGML) + Creating /usr/local/share/sgml/catalog.ports + Creating /usr/local/share/xml/catalog + Registering nextCatalog catalog.ports (XML) + Creating /usr/local/share/xml/catalog.ports ===== Message from xmlcatmgr-2.2_2: -- The following catalogs are installed: 1) /usr/local/share/sgml/catalog The top level catalog for SGML stuff. It is not changed by any ports/packages except textproc/xmlcatmgr. 2) /usr/local/share/sgml/catalog.ports This catalog is for handling SGML stuff installed under /usr/local/share/sgml. It is changed by ports/packages. 3) /usr/local/share/xml/catalog The top level catalog for XML stuff. It is not changed by any ports/packages except textproc/xmlcatmgr. 4) /usr/local/share/xml/catalog.ports This catalog is for handling XML stuff installed under /usr/local/share/xml. It is changed by ports/packages. Installing /packages/All/libglade2-2.6.4_10.txz Installing /packages/All/perl5-5.30.1.txz ===== Message from perl5-5.30.1: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/p5-XML-NamespaceSupport-1.12.txz Installing /packages/All/p5-XML-SAX-Base-1.09.txz Installing /packages/All/p5-XML-SAX-1.02.txz could not find ParserDetails.ini in /usr/local/lib/perl5/site_perl/XML/SAX Installing /packages/All/p5-XML-LibXML-2.0202,1.txz Installing /packages/All/gtk-sharp20-2.12.45_1.txz Installing /packages/All/pkgconf-1.6.3,1.txz Installing /packages/All/m4-1.4.18_1,1.txz Installing /packages/All/autoconf-wrapper-20131203.txz Installing /packages/All/autoconf-2.69_3.txz Installing /packages/All/automake-1.16.1_2.txz Installing /packages/All/libtool-2.4.6_1.txz SUCCEEDED 00:01:37 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The gnome-keyring-sharp port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> gnome-keyring-sharp-1.0.2_5 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The gnome-keyring-sharp port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> gnome-keyring-sharp-1.0.2_5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gnome-keyring-sharp-1.0.2_5 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The gnome-keyring-sharp port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> gnome-keyring-sharp-1.0.2_5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gnome-keyring-sharp-1.0.2_5 for building => SHA256 Checksum OK for gnome-keyring-sharp-1.0.2.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The gnome-keyring-sharp port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> gnome-keyring-sharp-1.0.2_5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gnome-keyring-sharp-1.0.2_5 for building ===> Extracting for gnome-keyring-sharp-1.0.2_5 => SHA256 Checksum OK for gnome-keyring-sharp-1.0.2.tar.gz. Extracted Memory Use: 1.39M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for gnome-keyring-sharp-1.0.2_5 ===> Applying ports patches for gnome-keyring-sharp-1.0.2_5 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> gnome-keyring-sharp-1.0.2_5 depends on file: /usr/local/libdata/pkgconfig/ndesk-dbus-1.0.pc - found ===> gnome-keyring-sharp-1.0.2_5 depends on file: /usr/local/libdata/pkgconfig/gnome-keyring-1.pc - found ===> gnome-keyring-sharp-1.0.2_5 depends on executable: gmake - found ===> gnome-keyring-sharp-1.0.2_5 depends on file: /usr/local/libdata/pkgconfig/gtk-sharp-2.0.pc - found ===> gnome-keyring-sharp-1.0.2_5 depends on executable: mono - found ===> gnome-keyring-sharp-1.0.2_5 depends on package: pkgconf>=1.3.0_1 - found ===> gnome-keyring-sharp-1.0.2_5 depends on package: autoconf>=2.69 - found ===> gnome-keyring-sharp-1.0.2_5 depends on package: automake>=1.16.1 - found ===> gnome-keyring-sharp-1.0.2_5 depends on executable: libtoolize - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> gnome-keyring-sharp-1.0.2_5 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> gnome-keyring-sharp-1.0.2_5 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> gnome-keyring-sharp-1.0.2_5 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> gnome-keyring-sharp-1.0.2_5 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so) ===> gnome-keyring-sharp-1.0.2_5 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> gnome-keyring-sharp-1.0.2_5 depends on file: /usr/local/libdata/pkgconfig/ndesk-dbus-1.0.pc - found ===> gnome-keyring-sharp-1.0.2_5 depends on file: /usr/local/libdata/pkgconfig/gnome-keyring-1.pc - found ===> gnome-keyring-sharp-1.0.2_5 depends on executable: gmake - found ===> gnome-keyring-sharp-1.0.2_5 depends on file: /usr/local/libdata/pkgconfig/gtk-sharp-2.0.pc - found ===> gnome-keyring-sharp-1.0.2_5 depends on executable: mono - found ===> gnome-keyring-sharp-1.0.2_5 depends on package: pkgconf>=1.3.0_1 - found ===> gnome-keyring-sharp-1.0.2_5 depends on package: autoconf>=2.69 - found ===> gnome-keyring-sharp-1.0.2_5 depends on package: automake>=1.16.1 - found ===> gnome-keyring-sharp-1.0.2_5 depends on executable: libtoolize - found ===> gnome-keyring-sharp-1.0.2_5 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> gnome-keyring-sharp-1.0.2_5 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> gnome-keyring-sharp-1.0.2_5 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> gnome-keyring-sharp-1.0.2_5 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so) ===> gnome-keyring-sharp-1.0.2_5 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> Configuring for gnome-keyring-sharp-1.0.2_5 libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. configure.ac:14: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: configure.ac:14: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation configure.ac:5: installing './compile' configure.ac:14: installing './missing' gnome-keyring-sharp-glue/Makefile.am: installing './depcomp' src/Makefile.am:30: warning: addprefix $(srcdir: non-POSIX variable name src/Makefile.am:30: (probably a GNU make extension) src/Makefile.am:30: warning: addprefix $(top_builddir: non-POSIX variable name src/Makefile.am:30: (probably a GNU make extension) configure: loading site script /xports/Templates/config.site checking build system type... x86_64-portbld-dragonfly5.9 checking host system type... x86_64-portbld-dragonfly5.9 checking target system type... x86_64-portbld-dragonfly5.9 checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking how to convert x86_64-portbld-dragonfly5.9 file names to x86_64-portbld-dragonfly5.9 format... func_convert_file_noop checking how to convert x86_64-portbld-dragonfly5.9 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking for gawk... (cached) /usr/bin/awk checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... cpp checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... dragonfly5.9 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking whether gmake sets $(MAKE)... yes checking whether gmake supports the include directive... yes (GNU style) checking whether gmake supports nested variables... yes checking dependency style of cc... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking for csc... /usr/local/bin/csc checking for gmcs... no checking for mcs... /usr/local/bin/mcs checking for mono... /usr/local/bin/mono checking for sn... /usr/local/bin/sn checking for gacutil... /usr/local/bin/gacutil checking pkg-config is at least version 0.9.0... yes checking for GLIB_SHARP... yes checking for GNOME_KEYRING... yes checking for mdassembler... /usr/local/bin/mdassembler checking for monodocer... /usr/local/bin/monodocer checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/gnome-keyring-sharp-1.0.pc config.status: creating src/Gnome.Keyring/Makefile config.status: creating src/Gnome.Keyring/AssemblyInfo.cs config.status: creating gnome-keyring-sharp-glue/Makefile config.status: creating docs/Makefile config.status: creating sample/Makefile config.status: executing libtool commands config.status: executing depfiles commands * C# compiler: /usr/local/bin/csc * Documentation build enabled: yes SUCCEEDED 00:00:17 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for gnome-keyring-sharp-1.0.2_5 gmake[1]: Entering directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2' Making all in src gmake[2]: Entering directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/src' cp ../Gnome.Keyring.snk . /usr/local/bin/csc -debug+ -debug:full -nologo -r:Mono.Posix.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -target:library -out:Gnome.Keyring.dll ./Gnome.Keyring/AccessRights.cs ./Gnome.Keyring/AttributeType.cs ./Gnome.Keyring/GenericItemData.cs ./Gnome.Keyring/ItemACL.cs ./Gnome.Keyring/ItemData.cs ./Gnome.Keyring/ItemType.cs ./Gnome.Keyring/KeyringException.cs ./Gnome.Keyring/KeyringInfo.cs ./Gnome.Keyring/NetItemData.cs ./Gnome.Keyring/NoteItemData.cs ./Gnome.Keyring/ResultCode.cs ./Gnome.Keyring/Ring.cs ../src/Gnome.Keyring/AssemblyInfo.cs Making all in Gnome.Keyring gmake[3]: Entering directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/src/Gnome.Keyring' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/src/Gnome.Keyring' gmake[3]: Entering directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/src' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/src' Gnome.Keyring/Ring.cs(132,27): warning CS0618: 'Marshaller.ListPtrToArray(IntPtr, Type, bool, bool, Type)' is obsolete: 'Use the ListPtrToArray overload.' Gnome.Keyring/Ring.cs(203,34): warning CS0618: 'Marshaller.ListPtrToArray(IntPtr, Type, bool, bool, Type)' is obsolete: 'Use the ListPtrToArray overload.' Gnome.Keyring/Ring.cs(274,41): warning CS0618: 'Marshaller.ListPtrToArray(IntPtr, Type, bool, bool, Type)' is obsolete: 'Use the ListPtrToArray overload.' Gnome.Keyring/Ring.cs(336,41): warning CS0618: 'Marshaller.ListPtrToArray(IntPtr, Type, bool, bool, Type)' is obsolete: 'Use the ListPtrToArray overload.' /usr/local/bin/sn -R Gnome.Keyring.dll Gnome.Keyring.snk Mono StrongName - version 5.10.1.57 StrongName utility for signing assemblies Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed. Assembly Gnome.Keyring.dll signed. gmake[2]: Leaving directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/src' Making all in gnome-keyring-sharp-glue gmake[2]: Entering directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/gnome-keyring-sharp-glue' /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"gnome-keyring-sharp\" -DVERSION=\"1.0.2\" -I. -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT libgnome_keyring_sharp_glue_la-glue.lo -MD -MP -MF .deps/libgnome_keyring_sharp_glue_la-glue.Tpo -c -o libgnome_keyring_sharp_glue_la-glue.lo `test -f 'glue.c' || echo './'`glue.c libtool: compile: cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"gnome-keyring-sharp\" -DVERSION=\"1.0.2\" -I. -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT libgnome_keyring_sharp_glue_la-glue.lo -MD -MP -MF .deps/libgnome_keyring_sharp_glue_la-glue.Tpo -c glue.c -fPIC -DPIC -o .libs/libgnome_keyring_sharp_glue_la-glue.o glue.c: In function 'gks_attribute_list_new': glue.c:5:2: warning: 'gnome_keyring_attribute_list_new' is deprecated: Use 'g_hash_table_new' instead [-Wdeprecated-declarations] return gnome_keyring_attribute_list_new (); ^~~~~~ In file included from glue.c:1: /usr/local/include/gnome-keyring-1/gnome-keyring.h:153:28: note: declared here GnomeKeyringAttributeList *gnome_keyring_attribute_list_new (void); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"gnome-keyring-sharp\" -DVERSION=\"1.0.2\" -I. -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -MT libgnome_keyring_sharp_glue_la-glue.lo -MD -MP -MF .deps/libgnome_keyring_sharp_glue_la-glue.Tpo -c glue.c -o libgnome_keyring_sharp_glue_la-glue.o >/dev/null 2>&1 mv -f .deps/libgnome_keyring_sharp_glue_la-glue.Tpo .deps/libgnome_keyring_sharp_glue_la-glue.Plo /bin/sh ../libtool --tag=CC --mode=link cc -I/usr/local/include/gnome-keyring-1 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -module -avoid-version -no-undefined -o libgnome-keyring-sharp-glue.la -rpath /usr/local/lib libgnome_keyring_sharp_glue_la-glue.lo -L/usr/local/lib -lgnome-keyring -lglib-2.0 -lintl libtool: link: cc -shared -fPIC -DPIC .libs/libgnome_keyring_sharp_glue_la-glue.o -L/usr/local/lib -lgnome-keyring -lglib-2.0 -lintl -O2 -Wl,-soname -Wl,libgnome-keyring-sharp-glue.so -o .libs/libgnome-keyring-sharp-glue.so libtool: link: ar cru .libs/libgnome-keyring-sharp-glue.a libgnome_keyring_sharp_glue_la-glue.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libgnome-keyring-sharp-glue.a libtool: link: ( cd ".libs" && rm -f "libgnome-keyring-sharp-glue.la" && ln -s "../libgnome-keyring-sharp-glue.la" "libgnome-keyring-sharp-glue.la" ) gmake[2]: Leaving directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/gnome-keyring-sharp-glue' Making all in docs gmake[2]: Entering directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/docs' mdassembler --ecma ./Gnome.Keyring -o Gnome.Keyring mdassembler --ecma ./Gnome.Keyring -o Gnome.Keyring Error reading namespace XML for Gnome.Keyring at ./Gnome.Keyring/ns-Gnome.Keyring.xml Error reading namespace XML for Gnome.Keyring at ./Gnome.Keyring/ns-Gnome.Keyring.xml gmake[2]: Leaving directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/docs' Making all in sample gmake[2]: Entering directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/sample' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/sample' gmake[2]: Entering directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2' gmake[1]: Leaving directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2' SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> gnome-keyring-sharp-1.0.2_5 depends on file: /usr/local/libdata/pkgconfig/ndesk-dbus-1.0.pc - found ===> gnome-keyring-sharp-1.0.2_5 depends on file: /usr/local/libdata/pkgconfig/gnome-keyring-1.pc - found ===> gnome-keyring-sharp-1.0.2_5 depends on file: /usr/local/libdata/pkgconfig/gtk-sharp-2.0.pc - found ===> gnome-keyring-sharp-1.0.2_5 depends on executable: mono - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for gnome-keyring-sharp-1.0.2_5 ===> gnome-keyring-sharp-1.0.2_5 depends on file: /usr/local/libdata/pkgconfig/ndesk-dbus-1.0.pc - found ===> gnome-keyring-sharp-1.0.2_5 depends on file: /usr/local/libdata/pkgconfig/gnome-keyring-1.pc - found ===> gnome-keyring-sharp-1.0.2_5 depends on file: /usr/local/libdata/pkgconfig/gtk-sharp-2.0.pc - found ===> gnome-keyring-sharp-1.0.2_5 depends on executable: mono - found ===> Generating temporary packing list gmake[1]: Entering directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2' if test -z 'strip'; then \ gmake INSTALL_PROGRAM="/bin/sh /construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ install; \ else \ gmake INSTALL_PROGRAM="/bin/sh /construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='strip'" install; \ fi gmake[2]: Entering directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2' Making install in src gmake[3]: Entering directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/src' Making install in Gnome.Keyring gmake[4]: Entering directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/src/Gnome.Keyring' gmake[5]: Entering directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/src/Gnome.Keyring' gmake[5]: Nothing to be done for 'install-exec-am'. gmake[5]: Nothing to be done for 'install-data-am'. gmake[5]: Leaving directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/src/Gnome.Keyring' gmake[4]: Leaving directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/src/Gnome.Keyring' gmake[4]: Entering directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/src' gmake[5]: Entering directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/src' gmake[5]: Nothing to be done for 'install-exec-am'. echo "/usr/local/bin/gacutil /i Gnome.Keyring.dll /gacdir /construction/security/gnome-keyring-sharp/stage/usr/local"; \ /usr/local/bin/gacutil /i Gnome.Keyring.dll /package gnome-keyring-sharp-1.0 /gacdir /construction/security/gnome-keyring-sharp/stage/usr/local || exit 1; /usr/local/bin/gacutil /i Gnome.Keyring.dll /gacdir /construction/security/gnome-keyring-sharp/stage/usr/local Package exported to: /construction/security/gnome-keyring-sharp/stage/usr/local/lib/mono/gnome-keyring-sharp-1.0/Gnome.Keyring.dll -> ../gac/Gnome.Keyring/1.0.0.0__1a73e1bde00c9b66/Gnome.Keyring.dll Installed Gnome.Keyring.dll into the gac (/construction/security/gnome-keyring-sharp/stage/usr/local/lib/mono/gac) /bin/mkdir -p '/construction/security/gnome-keyring-sharp/stage/usr/local/libdata/pkgconfig' install -m 0644 gnome-keyring-sharp-1.0.pc '/construction/security/gnome-keyring-sharp/stage/usr/local/libdata/pkgconfig' gmake[5]: Leaving directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/src' gmake[4]: Leaving directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/src' gmake[3]: Leaving directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/src' Making install in gnome-keyring-sharp-glue gmake[3]: Entering directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/gnome-keyring-sharp-glue' gmake[4]: Entering directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/gnome-keyring-sharp-glue' /bin/mkdir -p '/construction/security/gnome-keyring-sharp/stage/usr/local/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c -s libgnome-keyring-sharp-glue.la '/construction/security/gnome-keyring-sharp/stage/usr/local/lib' libtool: install: /usr/bin/install -c .libs/libgnome-keyring-sharp-glue.so /construction/security/gnome-keyring-sharp/stage/usr/local/lib/libgnome-keyring-sharp-glue.so libtool: install: strip --strip-unneeded /construction/security/gnome-keyring-sharp/stage/usr/local/lib/libgnome-keyring-sharp-glue.so libtool: install: /usr/bin/install -c .libs/libgnome-keyring-sharp-glue.lai /construction/security/gnome-keyring-sharp/stage/usr/local/lib/libgnome-keyring-sharp-glue.la libtool: install: /usr/bin/install -c .libs/libgnome-keyring-sharp-glue.a /construction/security/gnome-keyring-sharp/stage/usr/local/lib/libgnome-keyring-sharp-glue.a libtool: install: strip --strip-debug /construction/security/gnome-keyring-sharp/stage/usr/local/lib/libgnome-keyring-sharp-glue.a libtool: install: chmod 644 /construction/security/gnome-keyring-sharp/stage/usr/local/lib/libgnome-keyring-sharp-glue.a libtool: install: ranlib /construction/security/gnome-keyring-sharp/stage/usr/local/lib/libgnome-keyring-sharp-glue.a libtool: warning: remember to run 'libtool --finish /usr/local/lib' gmake[4]: Nothing to be done for 'install-data-am'. gmake[4]: Leaving directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/gnome-keyring-sharp-glue' gmake[3]: Leaving directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/gnome-keyring-sharp-glue' Making install in docs gmake[3]: Entering directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/docs' gmake[4]: Entering directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/docs' gmake[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/security/gnome-keyring-sharp/stage/usr/local/lib/monodoc/sources' install -m 0644 Gnome.Keyring.tree Gnome.Keyring.zip Gnome.Keyring.source '/construction/security/gnome-keyring-sharp/stage/usr/local/lib/monodoc/sources' gmake[4]: Leaving directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/docs' gmake[3]: Leaving directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/docs' Making install in sample gmake[3]: Entering directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/sample' gmake[4]: Entering directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/sample' gmake[4]: Nothing to be done for 'install-exec-am'. gmake[4]: Nothing to be done for 'install-data-am'. gmake[4]: Leaving directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/sample' gmake[3]: Leaving directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/sample' gmake[3]: Entering directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2' gmake[4]: Entering directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2' gmake[4]: Nothing to be done for 'install-exec-am'. gmake[4]: Nothing to be done for 'install-data-am'. gmake[4]: Leaving directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2' gmake[3]: Leaving directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2' gmake[2]: Leaving directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2' gmake[1]: Leaving directory '/construction/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/libgnome-keyring-sharp-glue.so is linked to /usr/local/lib/libdbus-1.so.3 from devel/dbus but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libdbus-1.so:devel/dbus Error: /usr/local/lib/libgnome-keyring-sharp-glue.so is linked to /usr/local/lib/libgcrypt.so.20 from security/libgcrypt but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libgcrypt.so:security/libgcrypt Error: /usr/local/lib/libgnome-keyring-sharp-glue.so is linked to /usr/local/lib/libgpg-error.so.0 from security/libgpg-error but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libgpg-error.so:security/libgpg-error Error: /usr/local/lib/libgnome-keyring-sharp-glue.so is linked to /usr/local/lib/libiconv.so.2 from converters/libiconv but it is not declared as a dependency Warning: you need USES+=iconv, USES+=iconv:wchar_t, or USES+=iconv:translit depending on needs Error: /usr/local/lib/libgnome-keyring-sharp-glue.so is linked to /usr/local/lib/libpcre.so.1 from devel/pcre but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpcre.so:devel/pcre Error: /usr/local/lib/libgnome-keyring-sharp-glue.so is linked to /usr/local/lib/libffi.so.6 from devel/libffi but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libffi.so:devel/libffi Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for gnome-keyring-sharp-1.0.2_5 file sizes/checksums [10]: 0% file sizes/checksums [10]: 100% packing files [10]: 0% packing files [10]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:02:10