------------------------------------------------------------------------------- -- 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/libtextstyle-0.20.1.txz Installing /packages/All/gettext-tools-0.20.1_1.txz Installing /packages/All/gmake-4.2.1_3.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-Parser-2.44.txz Installing /packages/All/intltool-0.51.0_1.txz Installing /packages/All/pkgconf-1.6.3,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/dbus-1.12.16.txz ===> Creating groups. Creating group 'messagebus' with gid '556'. ===> Creating users Creating user 'messagebus' with uid '556'. 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/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'. SUCCEEDED 00:01:11 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> avahi-sharp-0.7 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> avahi-sharp-0.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by avahi-sharp-0.7 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> avahi-sharp-0.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by avahi-sharp-0.7 for building => SHA256 Checksum OK for avahi-0.7.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> avahi-sharp-0.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by avahi-sharp-0.7 for building ===> Extracting for avahi-sharp-0.7 => SHA256 Checksum OK for avahi-0.7.tar.gz. Extracted Memory Use: 8.24M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for avahi-sharp-0.7 ===> Applying ports patches for avahi-sharp-0.7 SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> avahi-sharp-0.7 depends on executable: mono - found ===> avahi-sharp-0.7 depends on executable: msgfmt - found ===> avahi-sharp-0.7 depends on executable: gmake - found ===> avahi-sharp-0.7 depends on file: /usr/local/bin/intltool-extract - found ===> avahi-sharp-0.7 depends on package: pkgconf>=1.3.0_1 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> avahi-sharp-0.7 depends on shared library: libavahi-core.so - found (/usr/local/lib/libavahi-core.so) ===> avahi-sharp-0.7 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> avahi-sharp-0.7 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> avahi-sharp-0.7 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> avahi-sharp-0.7 depends on shared library: libgirepository-1.0.so - found (/usr/local/lib/libgirepository-1.0.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> avahi-sharp-0.7 depends on executable: mono - found ===> avahi-sharp-0.7 depends on executable: msgfmt - found ===> avahi-sharp-0.7 depends on executable: gmake - found ===> avahi-sharp-0.7 depends on file: /usr/local/bin/intltool-extract - found ===> avahi-sharp-0.7 depends on package: pkgconf>=1.3.0_1 - found ===> avahi-sharp-0.7 depends on shared library: libavahi-core.so - found (/usr/local/lib/libavahi-core.so) ===> avahi-sharp-0.7 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> avahi-sharp-0.7 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> avahi-sharp-0.7 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> avahi-sharp-0.7 depends on shared library: libgirepository-1.0.so - found (/usr/local/lib/libgirepository-1.0.so) ===> Configuring for avahi-sharp-0.7 configure: loading site script /xports/Templates/config.site 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 for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking whether gmake supports nested variables... yes checking how to create a pax tar archive... gnutar checking build system type... x86_64-portbld-dragonfly5.9 checking host system type... x86_64-portbld-dragonfly5.9 checking whether gmake supports nested variables... (cached) yes checking for stow... no 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 for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking for cc option to accept ISO C99... none needed checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep 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 minix/config.h... (cached) no checking whether it is safe to define __EXTENSIONS__... yes checking how to run the C preprocessor... cpp checking whether ln -s works... yes checking whether gmake sets $(MAKE)... (cached) yes checking whether cc needs -traditional... no checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed 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 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 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 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 how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly5.9 ld.so checking how to hardcode library paths into programs... immediate checking whether the C++ compiler works... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking whether to check for GCC pthread/shared inconsistencies... yes checking whether -pthread is sufficient with -shared... yes checking for linux/netlink.h... no checking for net/route.h... yes checking for sys/filio.h... yes checking for sys/sysctl.h... (cached) yes checking for struct lifconf... no checking for struct ip_mreqn... no checking for struct ip_mreq... yes checking whether cc accepts -std=c99... yes checking whether cc accepts -Wall... yes checking whether cc accepts -W... yes checking whether cc accepts -Wextra... yes checking whether cc accepts -pedantic... yes checking whether cc accepts -pipe... yes checking whether cc accepts -Wformat... yes checking whether cc accepts -Wold-style-definition... yes checking whether cc accepts -Wdeclaration-after-statement... yes checking whether cc accepts -Wfloat-equal... yes checking whether cc accepts -Wmissing-declarations... yes checking whether cc accepts -Wmissing-prototypes... yes checking whether cc accepts -Wstrict-prototypes... yes checking whether cc accepts -Wredundant-decls... yes checking whether cc accepts -Wmissing-noreturn... yes checking whether cc accepts -Wshadow... yes checking whether cc accepts -Wendif-labels... yes checking whether cc accepts -Wpointer-arith... yes checking whether cc accepts -Wbad-function-cast... yes checking whether cc accepts -Wcast-qual... yes checking whether cc accepts -Wcast-align... yes checking whether cc accepts -Wwrite-strings... yes checking whether cc accepts -fdiagnostics-show-option... yes checking whether cc accepts -Wno-cast-qual... yes checking whether cc accepts -fno-strict-aliasing... yes checking for ANSI C header files... (cached) yes checking for arpa/inet.h... (cached) yes checking for fcntl.h... (cached) yes checking for inttypes.h... (cached) yes checking for limits.h... (cached) yes checking for netinet/in.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for netdb.h... (cached) yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for stdbool.h that conforms to C99... (cached) yes checking for _Bool... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for library containing inet_ntop... none required checking for library containing recv... none required checking whether CMSG_SPACE is declared... yes checking for working memcmp... yes checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking for gethostname... (cached) yes checking for memchr... (cached) yes checking for memmove... (cached) yes checking for memset... (cached) yes checking for mkdir... yes checking for select... (cached) yes checking for socket... yes checking for strchr... (cached) yes checking for strcspn... (cached) yes checking for strdup... (cached) yes checking for strerror... (cached) yes checking for strrchr... (cached) yes checking for strspn... yes checking for strstr... (cached) yes checking for uname... (cached) yes checking for setresuid... (cached) yes checking for setreuid... (cached) yes checking for setresgid... (cached) yes checking for setregid... (cached) yes checking for strcasecmp... (cached) yes checking for gettimeofday... (cached) yes checking for putenv... (cached) yes checking for strncasecmp... (cached) yes checking for strlcpy... (cached) yes checking for gethostbyname... (cached) yes checking for seteuid... (cached) yes checking for setegid... (cached) yes checking for setproctitle... (cached) yes checking for getprogname... yes checking for uid_t in sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for working chown... yes checking whether lstat correctly handles trailing slash... (cached) yes checking whether stat accepts an empty string... no checking for mode_t... (cached) yes checking for pid_t... (cached) yes checking whether environ is declared... no checking for gcc -fvisibility=hidden support... yes checking sys/capability.h usability... no checking sys/capability.h presence... no checking for sys/capability.h... no checking sys/prctl.h usability... no checking sys/prctl.h presence... no checking for sys/prctl.h... no checking for chroot... yes checking for dlopen in ... yes checking for dlfcn.h... (cached) yes checking sys/inotify.h usability... yes checking sys/inotify.h presence... yes checking for sys/inotify.h... yes checking for kqueue... yes checking whether NLS is requested... yes checking for intltool >= 0.35.0... 0.51.0 found checking for intltool-update... /usr/local/bin/intltool-update checking for intltool-merge... /usr/local/bin/intltool-merge checking for intltool-extract... /usr/local/bin/intltool-extract checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for perl... /usr/local/bin/perl checking for perl >= 5.8.1... 5.30.1 checking for XML::Parser... ok checking for locale.h... (cached) yes checking for LC_MESSAGES... yes checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /usr/local/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /usr/local/bin/msgfmt checking for xgettext... (cached) /usr/local/bin/xgettext checking for pkg-config... yes checking pkg-config is at least version 0.9.0... yes checking for GLIB20... yes checking for GOBJECT... yes checking for gobject-introspection... yes checking for DBUS... yes Your D-Bus version is 1,12,16. checking for dbus_connection_close... yes checking for dbus_bus_get_private... yes checking for XML_ParserCreate in -lexpat... yes checking expat.h usability... yes checking expat.h presence... yes checking for expat.h... yes checking for XML_ParserCreate in -lbsdxml... yes checking bsdxml.h usability... yes checking bsdxml.h presence... yes checking for bsdxml.h... yes checking for gdbm_open in -lgdbm... yes checking gdbm.h usability... yes checking gdbm.h presence... yes checking for gdbm.h... yes checking for LIBDAEMON... yes checking for mcs... /usr/local/bin/mcs checking for gacutil... /usr/local/bin/gacutil checking for xmltoman... no configure: WARNING: *** Not rebuilding man pages as xmltoman is not found *** checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating avahi-common/Makefile config.status: creating avahi-core/Makefile config.status: creating avahi-glib/Makefile config.status: creating avahi-gobject/Makefile config.status: creating avahi-qt/Makefile config.status: creating avahi-daemon/Makefile config.status: creating avahi-daemon/avahi-dbus.conf config.status: creating avahi-discover-standalone/Makefile config.status: creating avahi-client/Makefile config.status: creating initscript/Makefile config.status: creating initscript/debian/Makefile config.status: creating initscript/gentoo/Makefile config.status: creating initscript/suse/Makefile config.status: creating initscript/fedora/Makefile config.status: creating initscript/lfs/Makefile config.status: creating initscript/mandriva/Makefile config.status: creating initscript/darwin/Makefile config.status: creating initscript/freebsd/Makefile config.status: creating initscript/slackware/Makefile config.status: creating avahi-dnsconfd/Makefile config.status: creating avahi-utils/Makefile config.status: creating avahi-python/Makefile config.status: creating avahi-python/avahi/Makefile config.status: creating avahi-python/avahi-discover/Makefile config.status: creating examples/Makefile config.status: creating common/Makefile config.status: creating man/Makefile config.status: creating tests/Makefile config.status: creating service-type-database/Makefile config.status: creating avahi-sharp/Makefile config.status: creating avahi-ui-sharp/Makefile config.status: creating avahi-compat-libdns_sd/Makefile config.status: creating avahi-compat-howl/Makefile config.status: creating avahi-compat-howl/samples/Makefile config.status: creating avahi-autoipd/Makefile config.status: creating avahi-ui/Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing po/stamp-it commands ---{ avahi 0.7 }--- prefix: /usr/local sysconfdir: ${prefix}/etc localstatedir: /var avahi socket: /var/run/avahi-daemon/socket dbus-1 system.d dir: ${prefix}/etc/dbus-1/system.d dbus-1 version: 1.12.16 dbus-1 system socket: unix:path=/var/run/dbus/system_bus_socket C Compiler: cc CFLAGS: -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -fdiagnostics-show-option -Wno-cast-qual -fno-strict-aliasing Enable GLIB: yes Enable GLIB GObject: yes Enable GObject Introspection: yes Enable GTK 2.0: no Enable GTK 3.0: no Enable D-Bus: yes With XML: expat Enable GDBM: yes Enable DBM: no Enable libdaemon: yes Enable Python: no Enable pygobject: no Enable python-dbus: no Enable QT3: no Enable QT4: no Enable QT5: no Enable Mono: yes Enable Monodoc: no Distribution/OS: freebsd User for avahi-daemon: avahi Group for avahi-daemon: avahi Priviliged access group for Avahi clients: network User for avahi-autoipd: avahi-autoipd Group for avahi-autoipd: avahi-autoipd Enable chroot(): no Enable Linux inotify: no Enable stack-smashing protection: no systemd unit directory: Building libavahi-core yes Building avahi-daemon: yes Building avahi-dnsconfd: yes Building libavahi-client: yes Building avahi-utils: yes Building avahi-python: no (You need python, pygobject and python-dbus!) Building libavahi-glib: yes Building libavahi-gobject: yes Building avahi-discover-standalone: no Building libavahi-qt3: no Building libavahi-qt4: no Building libavahi-qt5: no Building avahi-sharp: yes Building avahi-compat-libdns_sd: no Building avahi-compat-howl: yes Building tests: no Building avahi-core documentation: no Building avahi-autoipd: no Building libavahi-ui: no SUCCEEDED 00:00:21 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for avahi-sharp-0.7 gmake[1]: Entering directory '/construction/net/avahi-sharp/avahi-0.7/avahi-sharp' MONO_SHARED_DIR=. mcs -keyfile:./avahi.snk -target:library -out:avahi-sharp.dll -debug ./AddressResolver.cs ./AssemblyInfo.cs ./BrowserBase.cs ./Client.cs ./ClientException.cs ./DomainBrowser.cs ./EntryGroup.cs ./HostNameResolver.cs ./RecordBrowser.cs ./ResolverBase.cs ./ServiceBrowser.cs ./ServiceResolver.cs ./ServiceTypeBrowser.cs ./Utility.cs -r:Mono.Posix gmake[1]: Leaving directory '/construction/net/avahi-sharp/avahi-0.7/avahi-sharp' gmake[1]: Entering directory '/construction/net/avahi-sharp/avahi-0.7' sed -e 's,@prefix\@,/usr/local,g' \ -e 's,@libdir\@,/usr/local/lib,g' \ -e 's,@PTHREAD_CFLAGS\@,-pthread,g' \ -e 's,@PTHREAD_LIBS\@,,g' \ -e 's,@HOWL_COMPAT_VERSION\@,0.9.8,g' \ -e 's,@PACKAGE_VERSION\@,0.7,g' avahi-sharp.pc.in > avahi-sharp.pc gmake[1]: Leaving directory '/construction/net/avahi-sharp/avahi-0.7' SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> avahi-sharp-0.7 depends on executable: mono - found ===> avahi-sharp-0.7 depends on file: /usr/local/etc/gnome.subr - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for avahi-sharp-0.7 ===> avahi-sharp-0.7 depends on executable: mono - found ===> avahi-sharp-0.7 depends on file: /usr/local/etc/gnome.subr - found ===> Generating temporary packing list ===> Creating groups. ===> Creating users gmake[1]: Entering directory '/construction/net/avahi-sharp/avahi-0.7/avahi-sharp' if test -z 'strip'; then \ gmake INSTALL_PROGRAM="/bin/sh /construction/net/avahi-sharp/avahi-0.7/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /construction/net/avahi-sharp/avahi-0.7/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ install; \ else \ gmake INSTALL_PROGRAM="/bin/sh /construction/net/avahi-sharp/avahi-0.7/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /construction/net/avahi-sharp/avahi-0.7/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='strip'" install; \ fi gmake[2]: Entering directory '/construction/net/avahi-sharp/avahi-0.7/avahi-sharp' gmake[3]: Entering directory '/construction/net/avahi-sharp/avahi-0.7/avahi-sharp' gmake[3]: Nothing to be done for 'install-exec-am'. gmake install-data-hook gmake[4]: Entering directory '/construction/net/avahi-sharp/avahi-0.7/avahi-sharp' MONO_SHARED_DIR=. /usr/local/bin/gacutil /i avahi-sharp.dll /package avahi-sharp /gacdir /usr/local/lib /root /construction/net/avahi-sharp/stage/usr/local/lib Package exported to: /construction/net/avahi-sharp/stage/usr/local/lib/mono/avahi-sharp/avahi-sharp.dll -> ../gac/avahi-sharp/1.0.0.0__4d116c78973743f5/avahi-sharp.dll Installed avahi-sharp.dll into the gac (/construction/net/avahi-sharp/stage/usr/local/lib/mono/gac) gmake[4]: Leaving directory '/construction/net/avahi-sharp/avahi-0.7/avahi-sharp' gmake[3]: Leaving directory '/construction/net/avahi-sharp/avahi-0.7/avahi-sharp' gmake[2]: Leaving directory '/construction/net/avahi-sharp/avahi-0.7/avahi-sharp' gmake[1]: Leaving directory '/construction/net/avahi-sharp/avahi-0.7/avahi-sharp' install -m 0644 /construction/net/avahi-sharp/avahi-0.7/avahi-sharp.pc /construction/net/avahi-sharp/stage/usr/local/libdata/pkgconfig ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks Warning: Possible REINPLACE_CMD issues sed failed: file content unchanged from backup: man/Makefile.am sed failed: file content unchanged from backup: man/Makefile.in sed failed: file content unchanged from backup: man/Makefile.in.bak sed failed: file content unchanged from backup: man/avahi-autoipd.8.xml.in sed failed: file content unchanged from backup: man/avahi-autoipd.action.8.xml.in sed failed: file content unchanged from backup: man/avahi-bookmarks.1 sed failed: file content unchanged from backup: man/avahi-bookmarks.1.xml.in sed failed: file content unchanged from backup: man/avahi-browse.1 sed failed: file content unchanged from backup: man/avahi-browse.1.xml.in sed failed: file content unchanged from backup: man/avahi-discover.1 sed failed: file content unchanged from backup: man/avahi-discover.1.xml.in sed failed: file content unchanged from backup: man/avahi-dnsconfd.8.xml.in sed failed: file content unchanged from backup: man/avahi-publish.1 sed failed: file content unchanged from backup: man/avahi-publish.1.xml.in sed failed: file content unchanged from backup: man/avahi-resolve.1 sed failed: file content unchanged from backup: man/avahi-resolve.1.xml.in sed failed: file content unchanged from backup: man/avahi-set-host-name.1 sed failed: file content unchanged from backup: man/avahi-set-host-name.1.xml.in sed failed: file content unchanged from backup: man/avahi.service.5.xml.in sed failed: file content unchanged from backup: man/bssh.1 sed failed: file content unchanged from backup: man/bssh.1.xml.in sed failed: file content unchanged from backup: man/xmltoman.css sed failed: file content unchanged from backup: man/xmltoman.dtd sed failed: file content unchanged from backup: man/xmltoman.xsl sed failed: file content unchanged from backup: Makefile.in sed failed: file content unchanged from backup: avahi-ui/Makefile.in sed failed: file content unchanged from backup: avahi-dnsconfd/Makefile.in sed failed: file content unchanged from backup: initscript/gentoo/Makefile.in sed failed: file content unchanged from backup: initscript/debian/Makefile.in sed failed: file content unchanged from backup: initscript/slackware/Makefile.in sed failed: file content unchanged from backup: initscript/darwin/Makefile.in sed failed: file content unchanged from backup: initscript/fedora/Makefile.in sed failed: file content unchanged from backup: initscript/freebsd/Makefile.in sed failed: file content unchanged from backup: initscript/suse/Makefile.in sed failed: file content unchanged from backup: initscript/Makefile.in sed failed: file content unchanged from backup: initscript/mandriva/Makefile.in sed failed: file content unchanged from backup: initscript/lfs/Makefile.in sed failed: file content unchanged from backup: avahi-compat-libdns_sd/Makefile.in sed failed: file content unchanged from backup: avahi-qt/Makefile.in sed failed: file content unchanged from backup: avahi-utils/Makefile.in sed failed: file content unchanged from backup: avahi-client/Makefile.in sed failed: file content unchanged from backup: avahi-sharp/Makefile.in sed failed: file content unchanged from backup: avahi-common/Makefile.in sed failed: file content unchanged from backup: examples/Makefile.in sed failed: file content unchanged from backup: avahi-python/avahi/Makefile.in sed failed: file content unchanged from backup: avahi-python/avahi-discover/Makefile.in sed failed: file content unchanged from backup: avahi-python/Makefile.in sed failed: file content unchanged from backup: avahi-discover-standalone/Makefile.in sed failed: file content unchanged from backup: avahi-core/Makefile.in sed failed: file content unchanged from backup: avahi-ui-sharp/Makefile.in sed failed: file content unchanged from backup: service-type-database/Makefile.in sed failed: file content unchanged from backup: avahi-autoipd/Makefile.in sed failed: file content unchanged from backup: avahi-daemon/Makefile.in sed failed: file content unchanged from backup: avahi-gobject/Makefile.in sed failed: file content unchanged from backup: avahi-glib/Makefile.in sed failed: file content unchanged from backup: man/Makefile.in sed failed: file content unchanged from backup: tests/Makefile.in sed failed: file content unchanged from backup: avahi-compat-howl/samples/Makefile.in sed failed: file content unchanged from backup: avahi-compat-howl/Makefile.in sed failed: file content unchanged from backup: common/Makefile.in SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for avahi-sharp-0.7 file sizes/checksums [5]: 0% file sizes/checksums [5]: 100% packing files [5]: 0% packing files [5]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:01:40