------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/perl5-5.30.2.txz ===== Message from perl5-5.30.2: -- 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-ExtUtils-Depends-0.8000.txz Installing /packages/All/pkgconf-1.6.3,1.txz Installing /packages/All/p5-ExtUtils-PkgConfig-1.16.txz Installing /packages/All/pcre-8.43_2.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libiconv-1.14_11.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python37-3.7.7.txz ===== Message from python37-3.7.7: -- 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/glib-2.56.3_7,1.txz No schema files found: doing nothing. Installing /packages/All/p5-Glib-1.3292.txz Installing /packages/All/atk-2.28.1.txz Installing /packages/All/libdaemon-0.14_1.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2020.1.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,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/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_3.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.16.0.txz Installing /packages/All/libunistring-0.9.10_1.txz Installing /packages/All/libidn2-2.3.0_1.txz Installing /packages/All/ca_root_nss-3.52.txz ===== Message from ca_root_nss-3.52: -- 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/p11-kit-0.23.20.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.13.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/png-1.6.37.txz 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/shared-mime-info-1.10_2.txz Installing /packages/All/gdk-pixbuf2-2.40.0.txz 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/graphite2-1.3.14.txz Installing /packages/All/harfbuzz-2.6.5.txz Installing /packages/All/fontconfig-2.13.92_2,1.txz Running fc-cache to build fontconfig cache... Font directories: /usr/local/share/fonts /usr/local/lib/X11/fonts /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/fribidi-0.19.7.txz Installing /packages/All/wayland-1.16.0.txz Installing /packages/All/pciids-20200421.txz Installing /packages/All/libpciaccess-0.16.txz Installing /packages/All/libdrm-2.4.101.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/libXext-1.3.4,1.txz Installing /packages/All/libXrender-0.9.10_2.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-19.0.8.txz ===== Message from mesa-libs-19.0.8: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/pixman-0.40.0.txz Installing /packages/All/cairo-1.16.0,2.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/libXft-2.3.3.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/libart_lgpl-2.3.21_3,1.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/libgnomecanvas-2.30.3_4.txz Installing /packages/All/p5-Cairo-1.107.txz Installing /packages/All/p5-Pango-1.227_1.txz Installing /packages/All/p5-Gtk2-1.24993_1.txz Installing /packages/All/p5-Gnome2-Canvas-1.002_10.txz Installing /packages/All/nspr-4.25.txz Installing /packages/All/icu-67.1,1.txz Installing /packages/All/spidermonkey60-60.9.0_3.txz ===== Message from spidermonkey60-60.9.0_3: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/polkit-0.116.txz ===> Creating groups. Creating group 'polkitd' with gid '565'. ===> Creating users Creating user 'polkitd' with uid '565'. Installing /packages/All/dconf-0.28.0.txz Installing /packages/All/libIDL-0.8.14_4.txz Installing /packages/All/ORBit2-2.14.19_2.txz Installing /packages/All/gconf2-3.2.6_5.txz Installing /packages/All/gamin-0.1.10_10.txz ===== Message from gamin-0.1.10_10: -- Gamin will only provide realtime notification of changes for at most n files, where n is the minimum value between (kern.maxfiles * 0.7) and (kern.maxfilesperproc - 200). Beyond that limit, files will be polled. If you often open several large folders with Nautilus, you might want to increase the kern.maxfiles tunable (you do not need to set kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles). The behavior of gamin can be controlled via the various gaminrc files. See http://www.gnome.org/~veillard/gamin/config.html on how to create these files. In particular, if you find gam_server is taking up too much CPU time polling for changes, something like the following may help in one of the gaminrc files: # reduce polling frequency to once per 10 seconds # for UFS file systems in order to lower CPU load fsset ufs poll 10 -- ===> NOTICE: The gamin 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 Installing /packages/All/gnome-mime-data-2.18.0_5.txz Installing /packages/All/gnome-vfs-2.24.4_11.txz Installing /packages/All/p5-Gnome2-VFS-1.083_1.txz Installing /packages/All/popt-1.16_2.txz Installing /packages/All/libbonobo-2.32.1.txz Installing /packages/All/libogg-1.3.4,4.txz Installing /packages/All/libvorbis-1.3.6,3.txz Installing /packages/All/libltdl-2.4.6.txz Installing /packages/All/libcanberra-0.30_5.txz Installing /packages/All/libgpg-error-1.37.txz Installing /packages/All/libgcrypt-1.8.5.txz Installing /packages/All/libxslt-1.1.34_1.txz Installing /packages/All/bash-5.0.17.txz Installing /packages/All/getopt-1.1.6.txz Installing /packages/All/iso8879-1986_3.txz Installing /packages/All/docbook-sgml-4.5_1.txz Installing /packages/All/xmlcharent-0.3_2.txz Installing /packages/All/docbook-xml-5.0_3.txz Installing /packages/All/sdocbook-xml-1.1_2,2.txz Installing /packages/All/docbook-1.5.txz Installing /packages/All/docbook-xsl-1.79.1_1,1.txz Installing /packages/All/rarian-0.8.1_4.txz Installing /packages/All/libXt-1.2.0,1.txz Installing /packages/All/libXpm-3.5.13.txz Installing /packages/All/libgnome-2.32.1.txz Installing /packages/All/libbonoboui-2.24.5_1.txz Installing /packages/All/libgnome-keyring-3.12.0_2.txz Installing /packages/All/xcb-util-0.4.0_2,1.txz Installing /packages/All/startup-notification-0.12_4.txz Installing /packages/All/gnome-icon-theme-symbolic-3.12.0.txz Installing /packages/All/gnome-icon-theme-3.12.0_1.txz Installing /packages/All/sqlite3-3.31.1_1,1.txz Installing /packages/All/libproxy-0.4.15.txz Installing /packages/All/gsettings-desktop-schemas-3.28.1.txz Installing /packages/All/glib-networking-2.56.1_2.txz Installing /packages/All/libsoup-2.62.3.txz Installing /packages/All/libsoup-gnome-2.62.3.txz Installing /packages/All/libepoxy-1.5.4.txz Installing /packages/All/lcms2-2.9.txz Installing /packages/All/libXScrnSaver-1.2.3_2.txz Installing /packages/All/argyllcms-1.9.2_5.txz Installing /packages/All/colord-1.3.5.txz ===> Creating groups. Creating group 'colord' with gid '970'. ===> Creating users Creating user 'colord' with uid '970'. Installing /packages/All/xkeyboard-config-2.29.txz Installing /packages/All/libxkbcommon-0.10.0_2.txz ===== Message from libxkbcommon-0.10.0_2: -- If arrow keys don't work under X11 switch to legacy rules e.g., For sh/bash/ksh/zsh run and (optionally) add into ~/.profile: export XKB_DEFAULT_RULES=xorg For csh/tcsh run and (optionally) add into ~/.login: setenv XKB_DEFAULT_RULES xorg Installing /packages/All/libXtst-1.2.3_2.txz Installing /packages/All/at-spi2-core-2.28.0.txz Installing /packages/All/at-spi2-atk-2.26.2.txz Installing /packages/All/adwaita-icon-theme-3.28.0.txz Installing /packages/All/libcroco-0.6.13.txz Installing /packages/All/libgsf-1.14.46.txz Installing /packages/All/librsvg2-2.40.21.txz Installing /packages/All/wayland-protocols-1.20.txz Installing /packages/All/gtk3-3.24.10_1.txz Installing /packages/All/desktop-file-utils-0.24.txz Installing /packages/All/gcr-3.28.0.txz Installing /packages/All/libsecret-0.18.6_1.txz Installing /packages/All/libcddb-1.3.2_4.txz Installing /packages/All/libcdio-2.1.0.txz Installing /packages/All/json-glib-1.4.4.txz Installing /packages/All/liblz4-1.9.2_1,1.txz Installing /packages/All/lzo2-2.10_1.txz Installing /packages/All/libarchive-3.4.2,1.txz Installing /packages/All/libinotify-20180201_2.txz ===== Message from libinotify-20180201_2: -- 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/jansson-2.12.txz Installing /packages/All/talloc-2.3.0.txz Installing /packages/All/tevent-0.10.1.txz Installing /packages/All/tdb-1.4.2,1.txz Installing /packages/All/lmdb-0.9.24_1,1.txz Installing /packages/All/py37-setuptools-44.0.0.txz Installing /packages/All/py37-iso8601-0.1.12.txz Installing /packages/All/krb5-1.18.1.txz Installing /packages/All/samba410-4.10.15.txz ===== Message from samba410-4.10.15: -- How to start: http://wiki.samba.org/index.php/Samba4/HOWTO * Your configuration is: /usr/local/etc/smb4.conf * All the relevant databases are under: /var/db/samba4 * All the logs are under: /var/log/samba4 * Provisioning script is: /usr/local/bin/samba-tool For additional documentation check: http://wiki.samba.org/index.php/Samba4 Bug reports should go to the: https://bugzilla.samba.org/ Installing /packages/All/gvfs-1.30.4_3.txz Installing /packages/All/libgnomeui-2.24.5.txz SUCCEEDED 00:02:09 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> p5-Gnome2-1.047_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> p5-Gnome2-1.047_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Gnome2-1.047_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> p5-Gnome2-1.047_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Gnome2-1.047_2 for building => SHA256 Checksum OK for Gnome2-1.047.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> p5-Gnome2-1.047_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Gnome2-1.047_2 for building ===> Extracting for p5-Gnome2-1.047_2 => SHA256 Checksum OK for Gnome2-1.047.tar.gz. Extracted Memory Use: 0.53M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for p5-Gnome2-1.047_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> p5-Gnome2-1.047_2 depends on package: p5-ExtUtils-Depends>=0 - found ===> p5-Gnome2-1.047_2 depends on package: p5-ExtUtils-PkgConfig>=0 - found ===> p5-Gnome2-1.047_2 depends on package: p5-Glib>=0 - found ===> p5-Gnome2-1.047_2 depends on package: p5-Gnome2-Canvas>=0 - found ===> p5-Gnome2-1.047_2 depends on package: p5-Gnome2-VFS>=0 - found ===> p5-Gnome2-1.047_2 depends on package: p5-Gtk2>=0 - found ===> p5-Gnome2-1.047_2 depends on file: /usr/local/libdata/pkgconfig/gnome-mime-data-2.0.pc - found ===> p5-Gnome2-1.047_2 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> p5-Gnome2-1.047_2 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> p5-Gnome2-1.047_2 depends on shared library: libgconf-2.so - found (/usr/local/lib/libgconf-2.so) ===> p5-Gnome2-1.047_2 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> p5-Gnome2-1.047_2 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> p5-Gnome2-1.047_2 depends on shared library: libgnomevfs-2.so - found (/usr/local/lib/libgnomevfs-2.so) ===> p5-Gnome2-1.047_2 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so) ===> p5-Gnome2-1.047_2 depends on shared library: libart_lgpl_2.so - found (/usr/local/lib/libart_lgpl_2.so) ===> p5-Gnome2-1.047_2 depends on shared library: libbonobo-2.so - found (/usr/local/lib/libbonobo-2.so) ===> p5-Gnome2-1.047_2 depends on shared library: libbonoboui-2.so - found (/usr/local/lib/libbonoboui-2.so) ===> p5-Gnome2-1.047_2 depends on shared library: libglade-2.0.so - found (/usr/local/lib/libglade-2.0.so) ===> p5-Gnome2-1.047_2 depends on shared library: libgnome-2.so - found (/usr/local/lib/libgnome-2.so) ===> p5-Gnome2-1.047_2 depends on shared library: libgnomecanvas-2.so - found (/usr/local/lib/libgnomecanvas-2.so) ===> p5-Gnome2-1.047_2 depends on shared library: libgnomeui-2.so - found (/usr/local/lib/libgnomeui-2.so) ===> p5-Gnome2-1.047_2 depends on shared library: libIDL-2.so - found (/usr/local/lib/libIDL-2.so) ===> p5-Gnome2-1.047_2 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so) ===> p5-Gnome2-1.047_2 depends on shared library: libORBit-2.so - found (/usr/local/lib/libORBit-2.so) ===> p5-Gnome2-1.047_2 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> p5-Gnome2-1.047_2 depends on package: p5-ExtUtils-Depends>=0 - found ===> p5-Gnome2-1.047_2 depends on package: p5-ExtUtils-PkgConfig>=0 - found ===> p5-Gnome2-1.047_2 depends on package: p5-Glib>=0 - found ===> p5-Gnome2-1.047_2 depends on package: p5-Gnome2-Canvas>=0 - found ===> p5-Gnome2-1.047_2 depends on package: p5-Gnome2-VFS>=0 - found ===> p5-Gnome2-1.047_2 depends on package: p5-Gtk2>=0 - found ===> p5-Gnome2-1.047_2 depends on file: /usr/local/libdata/pkgconfig/gnome-mime-data-2.0.pc - found ===> p5-Gnome2-1.047_2 depends on package: perl5>=5.30.r1<5.31 - found ===> p5-Gnome2-1.047_2 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> p5-Gnome2-1.047_2 depends on shared library: libgconf-2.so - found (/usr/local/lib/libgconf-2.so) ===> p5-Gnome2-1.047_2 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> p5-Gnome2-1.047_2 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> p5-Gnome2-1.047_2 depends on shared library: libgnomevfs-2.so - found (/usr/local/lib/libgnomevfs-2.so) ===> p5-Gnome2-1.047_2 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so) ===> p5-Gnome2-1.047_2 depends on shared library: libart_lgpl_2.so - found (/usr/local/lib/libart_lgpl_2.so) ===> p5-Gnome2-1.047_2 depends on shared library: libbonobo-2.so - found (/usr/local/lib/libbonobo-2.so) ===> p5-Gnome2-1.047_2 depends on shared library: libbonoboui-2.so - found (/usr/local/lib/libbonoboui-2.so) ===> p5-Gnome2-1.047_2 depends on shared library: libglade-2.0.so - found (/usr/local/lib/libglade-2.0.so) ===> p5-Gnome2-1.047_2 depends on shared library: libgnome-2.so - found (/usr/local/lib/libgnome-2.so) ===> p5-Gnome2-1.047_2 depends on shared library: libgnomecanvas-2.so - found (/usr/local/lib/libgnomecanvas-2.so) ===> p5-Gnome2-1.047_2 depends on shared library: libgnomeui-2.so - found (/usr/local/lib/libgnomeui-2.so) ===> p5-Gnome2-1.047_2 depends on shared library: libIDL-2.so - found (/usr/local/lib/libIDL-2.so) ===> p5-Gnome2-1.047_2 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so) ===> p5-Gnome2-1.047_2 depends on shared library: libORBit-2.so - found (/usr/local/lib/libORBit-2.so) ===> p5-Gnome2-1.047_2 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> Configuring for p5-Gnome2-1.047_2 Including generated API documentation... Checking if your kit is complete... Looks good Unrecognized argument in LIBS ignored: '-pthread' Generating a Unix-style Makefile Writing Makefile for Gnome2 Writing MYMETA.yml and MYMETA.json SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for p5-Gnome2-1.047_2 cp /construction/x11-toolkits/p5-Gnome2/Gnome2-1.047/gnome.typemap blib/arch/Gnome2/Install/gnome.typemap cp gnome2perl.h blib/arch/Gnome2/Install/gnome2perl.h cp build/gnome2perl-versions.h blib/arch/Gnome2/Install/gnome2perl-versions.h cp doctypes blib/arch/Gnome2/Install/doctypes cp Gnome2.pm blib/lib/Gnome2.pm cp build/gnome2perl-autogen.h blib/arch/Gnome2/Install/gnome2perl-autogen.h cp build/IFiles.pm blib/arch/Gnome2/Install/Files.pm cp /construction/x11-toolkits/p5-Gnome2/Gnome2-1.047/build/gnome2perl.typemap blib/arch/Gnome2/Install/gnome2perl.typemap Running Mkbootstrap for Gnome2 () chmod 644 "Gnome2.bs" "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Gnome2.bs blib/arch/auto/Gnome2/Gnome2.bs 644 [ XS xs/BonoboDock.xs ] mv xs/BonoboDock.xsc xs/BonoboDock.c [ CC xs/BonoboDock.c ] [ XS xs/BonoboDockItem.xs ] mv xs/BonoboDockItem.xsc xs/BonoboDockItem.c [ CC xs/BonoboDockItem.c ] [ XS xs/Gnome2.xs ] mv xs/Gnome2.xsc xs/Gnome2.c [ CC xs/Gnome2.c ] [ XS xs/GnomeAbout.xs ] mv xs/GnomeAbout.xsc xs/GnomeAbout.c [ CC xs/GnomeAbout.c ] [ XS xs/GnomeApp.xs ] mv xs/GnomeApp.xsc xs/GnomeApp.c [ CC xs/GnomeApp.c ] [ XS xs/GnomeAppBar.xs ] mv xs/GnomeAppBar.xsc xs/GnomeAppBar.c [ CC xs/GnomeAppBar.c ] [ XS xs/GnomeAppHelper.xs ] mv xs/GnomeAppHelper.xsc xs/GnomeAppHelper.c [ CC xs/GnomeAppHelper.c ] [ XS xs/GnomeClient.xs ] mv xs/GnomeClient.xsc xs/GnomeClient.c [ CC xs/GnomeClient.c ] xs/GnomeClient.xs: In function 'XS_Gnome2__Client_connected': xs/GnomeClient.xs:50:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] RETVAL = (gboolean) GNOME_CLIENT_CONNECTED (client); ^ [ XS xs/GnomeColorPicker.xs ] mv xs/GnomeColorPicker.xsc xs/GnomeColorPicker.c [ CC xs/GnomeColorPicker.c ] [ XS xs/GnomeConfig.xs ] mv xs/GnomeConfig.xsc xs/GnomeConfig.c [ CC xs/GnomeConfig.c ] [ XS xs/GnomeDateEdit.xs ] mv xs/GnomeDateEdit.xsc xs/GnomeDateEdit.c [ CC xs/GnomeDateEdit.c ] [ XS xs/GnomeDruid.xs ] mv xs/GnomeDruid.xsc xs/GnomeDruid.c [ CC xs/GnomeDruid.c ] [ XS xs/GnomeDruidPage.xs ] mv xs/GnomeDruidPage.xsc xs/GnomeDruidPage.c [ CC xs/GnomeDruidPage.c ] [ XS xs/GnomeDruidPageEdge.xs ] mv xs/GnomeDruidPageEdge.xsc xs/GnomeDruidPageEdge.c [ CC xs/GnomeDruidPageEdge.c ] [ XS xs/GnomeDruidPageStandard.xs ] mv xs/GnomeDruidPageStandard.xsc xs/GnomeDruidPageStandard.c [ CC xs/GnomeDruidPageStandard.c ] [ XS xs/GnomeEntry.xs ] mv xs/GnomeEntry.xsc xs/GnomeEntry.c [ CC xs/GnomeEntry.c ] [ XS xs/GnomeFileEntry.xs ] mv xs/GnomeFileEntry.xsc xs/GnomeFileEntry.c [ CC xs/GnomeFileEntry.c ] [ XS xs/GnomeFontPicker.xs ] mv xs/GnomeFontPicker.xsc xs/GnomeFontPicker.c [ CC xs/GnomeFontPicker.c ] [ XS xs/GnomeGConf.xs ] mv xs/GnomeGConf.xsc xs/GnomeGConf.c [ CC xs/GnomeGConf.c ] [ XS xs/GnomeHelp.xs ] mv xs/GnomeHelp.xsc xs/GnomeHelp.c [ CC xs/GnomeHelp.c ] [ XS xs/GnomeHRef.xs ] mv xs/GnomeHRef.xsc xs/GnomeHRef.c [ CC xs/GnomeHRef.c ] [ XS xs/GnomeI18N.xs ] mv xs/GnomeI18N.xsc xs/GnomeI18N.c [ CC xs/GnomeI18N.c ] [ XS xs/GnomeIconEntry.xs ] mv xs/GnomeIconEntry.xsc xs/GnomeIconEntry.c [ CC xs/GnomeIconEntry.c ] [ XS xs/GnomeIconList.xs ] mv xs/GnomeIconList.xsc xs/GnomeIconList.c [ CC xs/GnomeIconList.c ] In file included from /usr/local/lib/perl5/5.30/mach/CORE/perl.h:5300, from /usr/local/lib/perl5/site_perl/mach/5.30/Glib/Install/gperl.h:26, from /usr/local/lib/perl5/site_perl/mach/5.30/Gtk2/Install/gtk2perl.h:27, from ./gnome2perl.h:25, from xs/GnomeIconList.xs:18: xs/GnomeIconList.xs: In function 'XS_Gnome2__IconList_get_selection': xs/GnomeIconList.xs:191:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] XPUSHs (sv_2mortal (newSViv ((gint) list->data))); ^ /usr/local/lib/perl5/5.30/mach/CORE/pp.h:462:55: note: in definition of macro 'XPUSHs' #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END ^ xs/GnomeIconList.xs:191:11: note: in expansion of macro 'sv_2mortal' XPUSHs (sv_2mortal (newSViv ((gint) list->data))); ^~~~~~~~~~ xs/GnomeIconList.xs:191:23: note: in expansion of macro 'newSViv' XPUSHs (sv_2mortal (newSViv ((gint) list->data))); ^~~~~~~ [ XS xs/GnomeIconLookup.xs ] mv xs/GnomeIconLookup.xsc xs/GnomeIconLookup.c [ CC xs/GnomeIconLookup.c ] [ XS xs/GnomeIconSelection.xs ] mv xs/GnomeIconSelection.xsc xs/GnomeIconSelection.c [ CC xs/GnomeIconSelection.c ] [ XS xs/GnomeIconTextItem.xs ] mv xs/GnomeIconTextItem.xsc xs/GnomeIconTextItem.c [ CC xs/GnomeIconTextItem.c ] [ XS xs/GnomeIconTheme.xs ] mv xs/GnomeIconTheme.xsc xs/GnomeIconTheme.c [ CC xs/GnomeIconTheme.c ] [ XS xs/GnomeInit.xs ] mv xs/GnomeInit.xsc xs/GnomeInit.c [ CC xs/GnomeInit.c ] [ XS xs/GnomeModuleInfo.xs ] mv xs/GnomeModuleInfo.xsc xs/GnomeModuleInfo.c [ CC xs/GnomeModuleInfo.c ] [ XS xs/GnomePasswordDialog.xs ] mv xs/GnomePasswordDialog.xsc xs/GnomePasswordDialog.c [ CC xs/GnomePasswordDialog.c ] [ XS xs/GnomePixmapEntry.xs ] mv xs/GnomePixmapEntry.xsc xs/GnomePixmapEntry.c [ CC xs/GnomePixmapEntry.c ] [ XS xs/GnomePopupMenu.xs ] mv xs/GnomePopupMenu.xsc xs/GnomePopupMenu.c [ CC xs/GnomePopupMenu.c ] [ XS xs/GnomeProgram.xs ] mv xs/GnomeProgram.xsc xs/GnomeProgram.c [ CC xs/GnomeProgram.c ] [ XS xs/GnomeScore.xs ] mv xs/GnomeScore.xsc xs/GnomeScore.c [ CC xs/GnomeScore.c ] [ XS xs/GnomeScores.xs ] mv xs/GnomeScores.xsc xs/GnomeScores.c [ CC xs/GnomeScores.c ] [ XS xs/GnomeSound.xs ] mv xs/GnomeSound.xsc xs/GnomeSound.c [ CC xs/GnomeSound.c ] [ XS xs/GnomeThumbnail.xs ] mv xs/GnomeThumbnail.xsc xs/GnomeThumbnail.c [ CC xs/GnomeThumbnail.c ] [ XS xs/GnomeUIDefs.xs ] mv xs/GnomeUIDefs.xsc xs/GnomeUIDefs.c [ CC xs/GnomeUIDefs.c ] [ XS xs/GnomeURL.xs ] mv xs/GnomeURL.xsc xs/GnomeURL.c [ CC xs/GnomeURL.c ] [ XS xs/GnomeUtil.xs ] mv xs/GnomeUtil.xsc xs/GnomeUtil.c [ CC xs/GnomeUtil.c ] [ XS xs/GnomeWindow.xs ] mv xs/GnomeWindow.xsc xs/GnomeWindow.c [ CC xs/GnomeWindow.c ] [ XS xs/GnomeWindowIcon.xs ] mv xs/GnomeWindowIcon.xsc xs/GnomeWindowIcon.c [ CC xs/GnomeWindowIcon.c ] rm -f blib/arch/auto/Gnome2/Gnome2.so [ LD blib/arch/auto/Gnome2/Gnome2.so ] chmod 755 blib/arch/auto/Gnome2/Gnome2.so "/usr/local/bin/perl" -MExtUtils::Command -e mkpath blib/lib/Gnome2/ "/usr/local/bin/perl" "-Iblib/arch" "-Iblib/lib" -MGnome2 podifyenums.pl Gnome2 maps > blib/lib/Gnome2/enums.pod Generating POD... Loaded 3 extra types from doctypes Loaded 13 extra types from /usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/VFS/Install/doctypes Loaded 8 extra types from /usr/local/lib/perl5/site_perl/mach/5.30/Glib/Install/doctypes Loaded 9 extra types from /usr/local/lib/perl5/site_perl/mach/5.30/Gtk2/Install/doctypes Loaded 7 extra types from /usr/local/lib/perl5/site_perl/mach/5.30/Cairo/Install/doctypes Loaded 2 extra types from /usr/local/lib/perl5/site_perl/mach/5.30/Pango/Install/doctypes Creating POD index... Manifying 47 pod documents SUCCEEDED 00:02:35 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> p5-Gnome2-1.047_2 depends on package: p5-Glib>=0 - found ===> p5-Gnome2-1.047_2 depends on package: p5-Gnome2-Canvas>=0 - found ===> p5-Gnome2-1.047_2 depends on package: p5-Gnome2-VFS>=0 - found ===> p5-Gnome2-1.047_2 depends on package: p5-Gtk2>=0 - found ===> p5-Gnome2-1.047_2 depends on file: /usr/local/libdata/pkgconfig/gnome-mime-data-2.0.pc - found ===> p5-Gnome2-1.047_2 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for p5-Gnome2-1.047_2 ===> p5-Gnome2-1.047_2 depends on package: p5-Glib>=0 - found ===> p5-Gnome2-1.047_2 depends on package: p5-Gnome2-Canvas>=0 - found ===> p5-Gnome2-1.047_2 depends on package: p5-Gnome2-VFS>=0 - found ===> p5-Gnome2-1.047_2 depends on package: p5-Gtk2>=0 - found ===> p5-Gnome2-1.047_2 depends on file: /usr/local/libdata/pkgconfig/gnome-mime-data-2.0.pc - found ===> p5-Gnome2-1.047_2 depends on package: perl5>=5.30.r1<5.31 - found ===> Generating temporary packing list "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Gnome2.bs blib/arch/auto/Gnome2/Gnome2.bs 644 Manifying 47 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/Install/doctypes Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/Install/gnome.typemap Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/Install/gnome2perl.typemap Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/Install/gnome2perl-autogen.h Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/Install/Files.pm Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/Install/gnome2perl-versions.h Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/Install/gnome2perl.h Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2.pm Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/Client.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/IconTheme.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/HRef.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/Window.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/AuthenticationManager.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/ColorPicker.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/Program.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/DruidPage.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/Entry.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/IconList.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/Thumbnail.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/ModuleInfo.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/UIDefs.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/DruidPageStandard.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/PixmapEntry.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/FileEntry.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/Sound.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/Bonobo.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/Util.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/main.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/Config.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/WindowIcon.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/IconSelection.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/PasswordDialog.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/FontPicker.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/I18N.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/About.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/Score.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/Druid.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/AppHelper.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/ThumbnailFactory.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/IconEntry.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/Scores.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/App.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/Help.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/URL.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/IconTextItem.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/DruidPageEdge.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/PopupMenu.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/AppBar.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/index.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/enums.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/DateEdit.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/Config/Iterator.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/Bonobo/DockItem.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/Gnome2/Bonobo/Dock.pod Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::Scores.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::Bonobo.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::Window.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::FileEntry.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::HRef.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::AuthenticationManager.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::DruidPageEdge.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::UIDefs.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::Config.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::Program.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::AppBar.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::index.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::IconTheme.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::PixmapEntry.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::DruidPageStandard.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::Druid.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::DateEdit.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::ModuleInfo.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::ColorPicker.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::URL.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::Sound.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::IconList.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::Score.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::Util.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::Client.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::FontPicker.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::PasswordDialog.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::I18N.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::App.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::DruidPage.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::enums.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::IconEntry.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::main.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::ThumbnailFactory.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::Bonobo::DockItem.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::IconTextItem.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::Thumbnail.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::Help.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::Entry.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::PopupMenu.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::IconSelection.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::Config::Iterator.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::AppHelper.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::Bonobo::Dock.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::About.3 Installing /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/man/man3/Gnome2::WindowIcon.3 /usr/bin/strip /construction/x11-toolkits/p5-Gnome2/stage/usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libSM.so.6 from x11/libSM but it is not declared as a dependency Warning: you need USE_XORG+=sm Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libICE.so.6 from x11/libICE but it is not declared as a dependency Warning: you need USE_XORG+=ice Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libpopt.so.0 from devel/popt but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpopt.so:devel/popt Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libcairo.so.2 from graphics/cairo but it is not declared as a dependency Warning: you need USE_GNOME+=cairo Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libfontconfig.so.1 from x11-fonts/fontconfig but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfontconfig.so:x11-fonts/fontconfig Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libfreetype.so.6 from print/freetype2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfreetype.so:print/freetype2 Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libgdk_pixbuf-2.0.so.0 from graphics/gdk-pixbuf2 but it is not declared as a dependency Warning: you need USE_GNOME+=gdkpixbuf2 Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libgnome-keyring.so.0 from security/libgnome-keyring but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libgnome-keyring.so:security/libgnome-keyring Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as a dependency Warning: you need USE_XORG+=x11 Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.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/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.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/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libcanberra.so.0 from audio/libcanberra but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libcanberra.so:audio/libcanberra Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libXrender.so.1 from x11/libXrender but it is not declared as a dependency Warning: you need USE_XORG+=xrender Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libXinerama.so.1 from x11/libXinerama but it is not declared as a dependency Warning: you need USE_XORG+=xinerama Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libXi.so.6 from x11/libXi but it is not declared as a dependency Warning: you need USE_XORG+=xi Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libXrandr.so.2 from x11/libXrandr but it is not declared as a dependency Warning: you need USE_XORG+=xrandr Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libXcursor.so.1 from x11/libXcursor but it is not declared as a dependency Warning: you need USE_XORG+=xcursor Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libXext.so.6 from x11/libXext but it is not declared as a dependency Warning: you need USE_XORG+=xext Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libXcomposite.so.1 from x11/libXcomposite but it is not declared as a dependency Warning: you need USE_XORG+=xcomposite Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libXdamage.so.1 from x11/libXdamage but it is not declared as a dependency Warning: you need USE_XORG+=xdamage Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libXfixes.so.3 from x11/libXfixes but it is not declared as a dependency Warning: you need USE_XORG+=xfixes Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libpixman-1.so.0 from x11/pixman but it is not declared as a dependency Warning: you need USE_XORG+=pixman Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libEGL.so.1 from graphics/mesa-libs but it is not declared as a dependency Warning: you need USE_GL+=egl Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libpng16.so.16 from graphics/png but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpng16.so:graphics/png Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libxcb-shm.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libxcb.so.1 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libxcb-render.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libGL.so.1 from graphics/mesa-libs but it is not declared as a dependency Warning: you need USE_GL+=gl Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.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 Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libharfbuzz.so.0 from print/harfbuzz but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libharfbuzz.so:print/harfbuzz Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libfribidi.so.0 from converters/fribidi but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfribidi.so:converters/fribidi Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libexpat.so.1 from textproc/expat2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libexpat.so:textproc/expat2 Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libdbus-glib-1.so.2 from devel/dbus-glib but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libdbus-glib-1.so:devel/dbus-glib Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.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/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libssl.so.11 from security/openssl but it is not declared as a dependency Warning: you need USES=ssl Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libcrypto.so.11 from security/openssl but it is not declared as a dependency Warning: you need USES=ssl Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.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/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.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/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libvorbisfile.so.3 from audio/libvorbis but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libvorbisfile.so:audio/libvorbis Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libltdl.so.7 from devel/libltdl but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libltdl.so:devel/libltdl Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libxcb-dri2.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libX11-xcb.so.1 from x11/libX11 but it is not declared as a dependency Warning: you need USE_XORG+=x11 Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libxcb-dri3.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libxcb-xfixes.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libxcb-present.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libxcb-sync.so.1 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libxshmfence.so.1 from x11/libxshmfence but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libxshmfence.so:x11/libxshmfence Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libwayland-client.so.0 from graphics/wayland but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libwayland-client.so:graphics/wayland Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libgbm.so.1 from graphics/mesa-libs but it is not declared as a dependency Warning: you need USE_GL+=gbm Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libwayland-server.so.0 from graphics/wayland but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libwayland-server.so:graphics/wayland Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libdrm.so.2 from graphics/libdrm but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libdrm.so:graphics/libdrm Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libglapi.so.0 from graphics/mesa-libs but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libglapi.so:graphics/mesa-libs Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libXau.so.6 from x11/libXau but it is not declared as a dependency Warning: you need USE_XORG+=xau Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libXdmcp.so.6 from x11/libXdmcp but it is not declared as a dependency Warning: you need USE_XORG+=xdmcp Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libxcb-glx.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libXxf86vm.so.1 from x11/libXxf86vm but it is not declared as a dependency Warning: you need USE_XORG+=xxf86vm Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libgraphite2.so.3 from graphics/graphite2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libgraphite2.so:graphics/graphite2 Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libvorbis.so.0 from audio/libvorbis but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libvorbis.so:audio/libvorbis Error: /usr/local/lib/perl5/site_perl/mach/5.30/auto/Gnome2/Gnome2.so is linked to /usr/local/lib/libogg.so.0 from audio/libogg but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libogg.so:audio/libogg Notice: You have some Perl modules as dependencies but you do not have devel/p5-Module-CoreList installed, the perlcore QA check gets better results when using it, especially with older Perl versions. Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:12 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for p5-Gnome2-1.047_2 file sizes/checksums [103]: 0% file sizes/checksums [103]: 97% file sizes/checksums [103]: 100% packing files [103]: 0% packing files [103]: 97% packing files [103]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:02 TOTAL TIME 00:05:02