------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/sqlite3-3.30.1_1,1.txz 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/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/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/xsp-4.5.txz Installing /packages/All/gdbm-1.18.1_1.txz Installing /packages/All/db5-5.3.28_7.txz Installing /packages/All/apr-1.7.0.1.6.1.txz ===== Message from apr-1.7.0.1.6.1: -- The Apache Portable Runtime project removed support for FreeTDS with version 1.6. Users requiring MS-SQL connectivity must migrate configurations to use the added ODBC driver and FreeTDS' ODBC features. Installing /packages/All/pcre-8.43_2.txz Installing /packages/All/libnghttp2-1.40.0.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/apache24-2.4.41.txz ===> Creating groups. Using existing group 'www'. ===> Creating users Using existing user 'www'. ===== Message from apache24-2.4.41: -- To run apache www server from startup, add apache24_enable="yes" in your /etc/rc.conf. Extra options can be found in startup script. Your hostname must be resolvable using at least 1 mechanism in /etc/nsswitch.conf typically DNS or /etc/hosts or apache might have issues starting depending on the modules you are using. - apache24 default build changed from static MPM to modular MPM - more modules are now enabled per default in the port - icons and error pages moved from WWWDIR to DATADIR If build with modular MPM and no MPM is activated in httpd.conf, then mpm_prefork will be activated as default MPM in etc/apache24/modules.d to keep compatibility with existing php/perl/python modules! Please compare the existing httpd.conf with httpd.conf.sample and merge missing modules/instructions into httpd.conf! Installing /packages/All/pkgconf-1.6.3,1.txz SUCCEEDED 00:01:26 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ap24-mod_mono-3.13 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> ap24-mod_mono-3.13 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ap24-mod_mono-3.13 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> ap24-mod_mono-3.13 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ap24-mod_mono-3.13 for building => SHA256 Checksum OK for mod_mono-3.13.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> ap24-mod_mono-3.13 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ap24-mod_mono-3.13 for building ===> Extracting for ap24-mod_mono-3.13 => SHA256 Checksum OK for mod_mono-3.13.tar.gz. Extracted Memory Use: 1.59M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ap24-mod_mono-3.13 ===> Applying ports patches for ap24-mod_mono-3.13 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> ap24-mod_mono-3.13 depends on executable: xsp - found ===> ap24-mod_mono-3.13 depends on file: /usr/local/sbin/apxs - found ===> ap24-mod_mono-3.13 depends on executable: mono - found ===> ap24-mod_mono-3.13 depends on package: pkgconf>=1.3.0_1 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> ap24-mod_mono-3.13 depends on executable: xsp - found ===> ap24-mod_mono-3.13 depends on file: /usr/local/sbin/apxs - found ===> ap24-mod_mono-3.13 depends on executable: mono - found ===> ap24-mod_mono-3.13 depends on package: pkgconf>=1.3.0_1 - found ===> Configuring for ap24-mod_mono-3.13 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 make sets $(MAKE)... yes checking whether make supports nested variables... yes 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 make... GNU checking dependency style of cc... gcc3 checking build system type... x86_64-portbld-dragonfly5.9 checking host system type... x86_64-portbld-dragonfly5.9 checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking how to convert x86_64-portbld-dragonfly5.9 file names to x86_64-portbld-dragonfly5.9 format... func_convert_file_noop checking how to convert x86_64-portbld-dragonfly5.9 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... cpp checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... dragonfly5.9 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether byte ordering is bigendian... no checking for pkg-config... /usr/local/bin/pkg-config checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for netdb.h... (cached) yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for pid_t... (cached) yes checking for size_t... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for vfork.h... (cached) no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... yes checking for working vfork... (cached) yes checking for ANSI C header files... (cached) 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 memset... (cached) yes checking for mkdir... yes checking for unsetenv... (cached) yes checking for putenv... (cached) yes checking for setenv... (cached) yes checking for setrlimit... (cached) yes checking for select... (cached) yes checking for strcasecmp... (cached) yes checking for strerror... (cached) yes checking for strrchr... (cached) yes checking for dup2... (cached) yes checking for strndup... (cached) yes checking if debug mode is requested... no checking What level debug messages should be printed at... debug output disabled checking whether mod_mono should remove the DISPLAY variable from environment... no checking if gcov compilation was requested... no checking if gprof support was requested... no checking for apxs2 in /usr/local/apache2/sbin... no checking for apxs in /usr/local/apache2/sbin... no checking for apxs2 in /usr/local/apache2/bin... no checking for apxs in /usr/local/apache2/bin... no checking for apxs2 in /usr/local/apache/sbin... no checking for apxs in /usr/local/apache/sbin... no checking for apxs2 in /usr/local/apache/bin... no checking for apxs in /usr/local/apache/bin... no checking for apxs2 in /usr/sbin... no checking for apxs in /usr/sbin... no checking for apxs2 in /usr/bin... no checking for apxs in /usr/bin... no checking for apxs2... no checking for apxs... /usr/local/sbin/apxs checking for apr-1-config in /usr/local/sbin... no checking for apr-config in /usr/local/sbin... no checking for apr-1-config in /usr/local/apache2/sbin... no checking for apr-config in /usr/local/apache2/sbin... no checking for apr-1-config in /usr/local/apache2/bin... no checking for apr-config in /usr/local/apache2/bin... no checking for apr-1-config in /usr/local/apache/sbin... no checking for apr-config in /usr/local/apache/sbin... no checking for apr-1-config in /usr/local/apache/bin... no checking for apr-config in /usr/local/apache/bin... no checking for apr-1-config in /usr/sbin... no checking for apr-config in /usr/sbin... no checking for apr-1-config in /usr/bin... no checking for apr-config in /usr/bin... no checking for apr-1-config... /usr/local/bin/apr-1-config checking for apu-1-config in /usr/local/sbin... no checking for apu-config in /usr/local/sbin... no checking for apu-1-config in /usr/local/apache2/sbin... no checking for apu-config in /usr/local/apache2/sbin... no checking for apu-1-config in /usr/local/apache2/bin... no checking for apu-config in /usr/local/apache2/bin... no checking for apu-1-config in /usr/local/apache/sbin... no checking for apu-config in /usr/local/apache/sbin... no checking for apu-1-config in /usr/local/apache/bin... no checking for apu-config in /usr/local/apache/bin... no checking for apu-1-config in /usr/sbin... no checking for apu-config in /usr/sbin... no checking for apu-1-config in /usr/bin... no checking for apu-config in /usr/bin... no checking for apu-1-config... /usr/local/bin/apu-1-config checking Apache version... 2.4 checking for http_protocol.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating apache2-mod_mono.spec config.status: creating Makefile config.status: creating mod_mono.conf config.status: creating src/Makefile config.status: creating man/mod_mono.8 config.status: creating man/Makefile config.status: creating include/mod_mono_config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing quiet commands ./config.status: ./scripts/patch-quiet.sh: not found config.status: executing quiet-libtool commands --- Configuration summary for mod_mono * Installation prefix = /usr/local * Apache version = 2.4 * Apache modules directory = /usr/local/libexec/apache24 * apxs = /usr/local/sbin/apxs * apr-config = /usr/local/bin/apr-1-config * apu-config = /usr/local/bin/apu-1-config * CFLAGS = -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 * Verbose logging (debug) = no * GCOV options used = no * Profiling enabled = no * mono prefix = /usr/local/libdata/pkgconfig/../.. * Default MonoApplicationsConfigDir = /usr/local/etc/apache24/mod-mono-applications --- SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ap24-mod_mono-3.13 --- all-recursive --- Making all in src --- mod_mono_la-mod_mono.lo --- --- mod_mono_la-mono-io-portability.lo --- --- mod_mono_la-glib_compat.lo --- --- mod_mono_la-mod_mono.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apache24 -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -DLIBICONV_PLUG -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 -Wall -DDFLT_MONO_CONFIG_DIR=\"/usr/local/etc/apache24/mod-mono-applications\" -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 -MT mod_mono_la-mod_mono.lo -MD -MP -MF .deps/mod_mono_la-mod_mono.Tpo -c -o mod_mono_la-mod_mono.lo `test -f 'mod_mono.c' || echo './'`mod_mono.c --- mod_mono_la-mono-io-portability.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apache24 -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -DLIBICONV_PLUG -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 -Wall -DDFLT_MONO_CONFIG_DIR=\"/usr/local/etc/apache24/mod-mono-applications\" -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 -MT mod_mono_la-mono-io-portability.lo -MD -MP -MF .deps/mod_mono_la-mono-io-portability.Tpo -c -o mod_mono_la-mono-io-portability.lo `test -f 'mono-io-portability.c' || echo './'`mono-io-portability.c --- mod_mono_la-glib_compat.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apache24 -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -DLIBICONV_PLUG -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 -Wall -DDFLT_MONO_CONFIG_DIR=\"/usr/local/etc/apache24/mod-mono-applications\" -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 -MT mod_mono_la-glib_compat.lo -MD -MP -MF .deps/mod_mono_la-glib_compat.Tpo -c -o mod_mono_la-glib_compat.lo `test -f 'glib_compat.c' || echo './'`glib_compat.c --- mod_mono_la-mod_mono.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apache24 -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -DLIBICONV_PLUG -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 -Wall -DDFLT_MONO_CONFIG_DIR=\"/usr/local/etc/apache24/mod-mono-applications\" -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 -MT mod_mono_la-mod_mono.lo -MD -MP -MF .deps/mod_mono_la-mod_mono.Tpo -c mod_mono.c -fPIC -DPIC -o .libs/mod_mono_la-mod_mono.o --- mod_mono_la-glib_compat.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apache24 -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -DLIBICONV_PLUG -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 -Wall -DDFLT_MONO_CONFIG_DIR=\"/usr/local/etc/apache24/mod-mono-applications\" -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 -MT mod_mono_la-glib_compat.lo -MD -MP -MF .deps/mod_mono_la-glib_compat.Tpo -c glib_compat.c -fPIC -DPIC -o .libs/mod_mono_la-glib_compat.o --- mod_mono_la-mono-io-portability.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../include -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apache24 -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -DLIBICONV_PLUG -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 -Wall -DDFLT_MONO_CONFIG_DIR=\"/usr/local/etc/apache24/mod-mono-applications\" -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 -MT mod_mono_la-mono-io-portability.lo -MD -MP -MF .deps/mod_mono_la-mono-io-portability.Tpo -c mono-io-portability.c -fPIC -DPIC -o .libs/mod_mono_la-mono-io-portability.o --- mod_mono_la-glib_compat.lo --- mv -f .deps/mod_mono_la-glib_compat.Tpo .deps/mod_mono_la-glib_compat.Plo --- mod_mono_la-mono-io-portability.lo --- mv -f .deps/mod_mono_la-mono-io-portability.Tpo .deps/mod_mono_la-mono-io-portability.Plo --- mod_mono_la-mod_mono.lo --- mv -f .deps/mod_mono_la-mod_mono.Tpo .deps/mod_mono_la-mod_mono.Plo --- mod_mono.la --- /bin/sh ../libtool --tag=CC --mode=link cc -Wall -DDFLT_MONO_CONFIG_DIR=\"/usr/local/etc/apache24/mod-mono-applications\" -pipe -O2 -fno-strict-aliasing -I/usr/local/include/apache24 -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -I/usr/local/include/apr-1 -pthread -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 -module -avoid-version -o mod_mono.la -rpath /usr/local/lib mod_mono_la-mod_mono.lo mod_mono_la-mono-io-portability.lo mod_mono_la-glib_compat.lo libtool: link: cc -shared -fPIC -DPIC .libs/mod_mono_la-mod_mono.o .libs/mod_mono_la-mono-io-portability.o .libs/mod_mono_la-glib_compat.o -O2 -O2 -pthread -pthread -pthread -Wl,-soname -Wl,mod_mono.so -o .libs/mod_mono.so libtool: link: ( cd ".libs" && rm -f "mod_mono.la" && ln -s "../mod_mono.la" "mod_mono.la" ) Making all in man SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> ap24-mod_mono-3.13 depends on executable: xsp - found ===> ap24-mod_mono-3.13 depends on file: /usr/local/sbin/apxs - found ===> ap24-mod_mono-3.13 depends on executable: mono - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ap24-mod_mono-3.13 ===> ap24-mod_mono-3.13 depends on executable: xsp - found ===> ap24-mod_mono-3.13 depends on file: /usr/local/sbin/apxs - found ===> ap24-mod_mono-3.13 depends on executable: mono - found ===> Generating temporary packing list Making install in src /bin/sh /construction/www/mod_mono/mod_mono-3.13/install-sh -d "/construction/www/mod_mono/stage/usr/local/libexec/apache24" /usr/local/sbin/apxs -S LIBEXECDIR="/construction/www/mod_mono/stage/usr/local/libexec/apache24" -i -n mono mod_mono.la /usr/local/share/apache24/build/instdso.sh SH_LIBTOOL='/usr/local/share/apr/build-1/libtool' mod_mono.la /construction/www/mod_mono/stage/usr/local/libexec/apache24 /usr/local/share/apr/build-1/libtool --mode=install install mod_mono.la /construction/www/mod_mono/stage/usr/local/libexec/apache24/ libtool: install: install .libs/mod_mono.so /construction/www/mod_mono/stage/usr/local/libexec/apache24/mod_mono.so libtool: install: install .libs/mod_mono.lai /construction/www/mod_mono/stage/usr/local/libexec/apache24/mod_mono.la libtool: warning: remember to run 'libtool --finish /usr/local/lib' chmod 755 /construction/www/mod_mono/stage/usr/local/libexec/apache24/mod_mono.so Making install in man /bin/mkdir -p '/construction/www/mod_mono/stage/usr/local/man/man8' install -m 0644 mod_mono.8 '/construction/www/mod_mono/stage/usr/local/man/man8' /bin/mkdir -p '/construction/www/mod_mono/stage/usr/local/etc/apache24/Includes' install -m 0644 mod_mono.conf '/construction/www/mod_mono/stage/usr/local/etc/apache24/Includes' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'libexec/apache24/mod_mono.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for ap24-mod_mono-3.13 file sizes/checksums [3]: 0% file sizes/checksums [3]: 100% packing files [3]: 0% packing files [3]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:01:41