------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz Installing /packages/All/gmake-4.2.1_3.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/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/pkgconf-1.6.3,1.txz SUCCEEDED 00:00:54 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> smartirc4net-1.1_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> smartirc4net-1.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by smartirc4net-1.1_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> smartirc4net-1.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by smartirc4net-1.1_1 for building => SHA256 Checksum OK for smartirc4net-1.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> smartirc4net-1.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by smartirc4net-1.1_1 for building ===> Extracting for smartirc4net-1.1_1 => SHA256 Checksum OK for smartirc4net-1.1.tar.gz. Extracted Memory Use: 0.94M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for smartirc4net-1.1_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> smartirc4net-1.1_1 depends on executable: gmake - found ===> smartirc4net-1.1_1 depends on executable: mono - found ===> smartirc4net-1.1_1 depends on package: pkgconf>=1.3.0_1 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> smartirc4net-1.1_1 depends on executable: gmake - found ===> smartirc4net-1.1_1 depends on executable: mono - found ===> smartirc4net-1.1_1 depends on package: pkgconf>=1.3.0_1 - found ===> Configuring for smartirc4net-1.1_1 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 whether to enable maintainer-specific portions of Makefiles... no checking pkg-config is at least version 0.9.0... yes checking for MONO_MODULE... yes checking for mono... /usr/local/bin/mono checking for mcs... (cached) /usr/local/bin/mcs checking for dmcs... (cached) /usr/local/bin/mcs checking Mono GAC for System.dll... found checking for gacutil... /usr/local/bin/gacutil checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating smartirc4net.pc config.status: creating src/Makefile config.status: creating src/AssemblyInfo.cs Configuration summary for smartirc4net (1.1) * Installation prefix: /usr/local SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for smartirc4net-1.1_1 gmake[1]: Entering directory '/construction/irc/smartirc4net/smartirc4net-1.1' Making all in src gmake[2]: Entering directory '/construction/irc/smartirc4net/smartirc4net-1.1/src' /usr/bin/install -c -d ../bin /usr/local/bin/mcs -debug -define:TRACE,DEBUG -nowarn:1591 -keyfile:../smartirc4net.snk -define:SIGN -doc:../bin/Meebey.SmartIrc4net.xml -target:library -out:../bin/Meebey.SmartIrc4net.dll AssemblyInfo.cs Consts.cs Logger.cs Exceptions.cs EventArgs.cs IrcCommands/IrcCommands.cs IrcCommands/Rfc2812.cs IrcFeatures/Delegates.cs IrcFeatures/DccSend.cs IrcFeatures/DccChat.cs IrcFeatures/IrcFeatures.cs IrcFeatures/IrcConstants.cs IrcFeatures/DccConnection.cs IrcFeatures/EventArgs.cs starksoftproxy/ProxyClientFactory.cs starksoftproxy/HttpProxyClient.cs starksoftproxy/Utils.cs starksoftproxy/Socks4ProxyClient.cs starksoftproxy/IProxyClient.cs starksoftproxy/Socks4aProxyClient.cs starksoftproxy/Socks5ProxyClient.cs IrcConnection/Delegates.cs IrcConnection/PrimaryOrFallbackEncoding.cs IrcConnection/IrcProperties.cs IrcConnection/ProxyType.cs IrcConnection/IrcConnection.cs IrcConnection/EventArgs.cs IrcClient/Delegates.cs IrcClient/Channel.cs IrcClient/ChannelUser.cs IrcClient/IrcMessageData.cs IrcClient/NonRfcChannelUser.cs IrcClient/NonRfcChannel.cs IrcClient/IrcUser.cs IrcClient/ChannelInfo.cs IrcClient/IrcClient.cs IrcClient/ChannelModeChangeInfo.cs IrcClient/ServerProperties.cs IrcClient/WhoInfo.cs IrcClient/EventArgs.cs IrcClient/BanInfo.cs starksoftproxy/EventArgs/CreateConnectionAsyncCompletedEventArgs.cs starksoftproxy/Exceptions/ProxyException.cs IrcConnection/IrcProperties.cs(49,1): warning CS1587: XML comment is not placed on a valid language element warning CS1616: Option `keyfile' overrides attribute `System.Reflection.AssemblyKeyFileAttribute' given in a source file or added module AssemblyInfo.cs(73,12): (Location of the symbol related to previous warning) IrcCommands/IrcCommands.cs(167,21): warning CS1572: XML comment on `Meebey.SmartIrc4net.IrcCommands.ChangeChannelPrivilege(string, string, string[])' has a param tag for `nickname', but there is no parameter by that name IrcCommands/IrcCommands.cs(167,21): warning CS1573: Parameter `nicknames' has no matching param tag in the XML comment for `Meebey.SmartIrc4net.IrcCommands.ChangeChannelPrivilege(string, string, string[])' IrcFeatures/IrcFeatures.cs(428,22): warning CS1572: XML comment on `Meebey.SmartIrc4net.IrcFeatures.RemoveInvalidDccConnections()' has a param tag for `dc', but there is no parameter by that name IrcFeatures/EventArgs.cs(49,18): warning CS1572: XML comment on `Meebey.SmartIrc4net.DccEventArgs.DccEventArgs(Meebey.SmartIrc4net.DccConnection)' has a param tag for `dccClient', but there is no parameter by that name IrcFeatures/EventArgs.cs(49,18): warning CS1572: XML comment on `Meebey.SmartIrc4net.DccEventArgs.DccEventArgs(Meebey.SmartIrc4net.DccConnection)' has a param tag for `stream', but there is no parameter by that name IrcFeatures/EventArgs.cs(49,18): warning CS1573: Parameter `dcc' has no matching param tag in the XML comment for `Meebey.SmartIrc4net.DccEventArgs.DccEventArgs(Meebey.SmartIrc4net.DccConnection)' IrcClient/IrcMessageData.cs(188,16): warning CS1572: XML comment on `Meebey.SmartIrc4net.IrcMessageData.IrcMessageData(Meebey.SmartIrc4net.IrcClient, string, string, string, string, string, string, string, Meebey.SmartIrc4net.ReceiveType, Meebey.SmartIrc4net.ReplyCode, System.Collections.Generic.Dictionary)' has a param tag for `rawTags', but there is no parameter by that name IrcClient/IrcClient.cs(1681,22): warning CS1572: XML comment on `Meebey.SmartIrc4net.IrcClient._InterpretChannelMode(Meebey.SmartIrc4net.IrcMessageData, System.Collections.Generic.List)' has a param tag for `mode', but there is no parameter by that name IrcClient/IrcClient.cs(1681,22): warning CS1572: XML comment on `Meebey.SmartIrc4net.IrcClient._InterpretChannelMode(Meebey.SmartIrc4net.IrcMessageData, System.Collections.Generic.List)' has a param tag for `parameter', but there is no parameter by that name IrcClient/IrcClient.cs(1681,22): warning CS1573: Parameter `changeInfos' has no matching param tag in the XML comment for `Meebey.SmartIrc4net.IrcClient._InterpretChannelMode(Meebey.SmartIrc4net.IrcMessageData, System.Collections.Generic.List)' IrcClient/ServerProperties.cs(434,23): warning CS1570: XML documentation comment on `Meebey.SmartIrc4net.ServerProperties.StatusNoticeParticipants' is not well-formed XML markup (An error occurred while parsing EntityName. Line 7, position 5.) IrcFeatures/DccSend.cs(89,26): warning CS0219: The variable `okFs' is assigned but its value is never used IrcFeatures/DccConnection.cs(197,29): warning CS0618: `System.Net.IPAddress.Address' is obsolete: `This property has been deprecated. It is address family dependent. Please use IPAddress.Equals method to perform comparisons. http://go.microsoft.com/fwlink/?linkid=14202' IrcFeatures/DccConnection.cs(198,25): warning CS0618: `System.Net.IPAddress.Address' is obsolete: `This property has been deprecated. It is address family dependent. Please use IPAddress.Equals method to perform comparisons. http://go.microsoft.com/fwlink/?linkid=14202' IrcFeatures/DccConnection.cs(199,25): warning CS0618: `System.Net.IPAddress.Address' is obsolete: `This property has been deprecated. It is address family dependent. Please use IPAddress.Equals method to perform comparisons. http://go.microsoft.com/fwlink/?linkid=14202' IrcFeatures/DccConnection.cs(200,25): warning CS0618: `System.Net.IPAddress.Address' is obsolete: `This property has been deprecated. It is address family dependent. Please use IPAddress.Equals method to perform comparisons. http://go.microsoft.com/fwlink/?linkid=14202' IrcFeatures/EventArgs.cs(78,20): warning CS0219: The variable `whiteSpace' is assigned but its value is never used IrcConnection/IrcConnection.cs(1151,42): warning CS0168: The variable `e' is declared but never used IrcConnection/IrcConnection.cs(1170,36): warning CS0168: The variable `ex' is declared but never used IrcConnection/IrcConnection.cs(1256,42): warning CS0168: The variable `e' is declared but never used IrcConnection/IrcConnection.cs(1275,36): warning CS0168: The variable `ex' is declared but never used IrcConnection/IrcConnection.cs(1529,36): warning CS0168: The variable `ex' is declared but never used IrcClient/Channel.cs(44,88): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' IrcClient/Channel.cs(44,70): warning CS0618: `System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Please use Hashtable(IEqualityComparer) instead.' IrcClient/Channel.cs(45,88): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' IrcClient/Channel.cs(45,70): warning CS0618: `System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Please use Hashtable(IEqualityComparer) instead.' IrcClient/Channel.cs(46,88): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' IrcClient/Channel.cs(46,70): warning CS0618: `System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Please use Hashtable(IEqualityComparer) instead.' IrcClient/NonRfcChannel.cs(40,78): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' IrcClient/NonRfcChannel.cs(40,60): warning CS0618: `System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Please use Hashtable(IEqualityComparer) instead.' IrcClient/NonRfcChannel.cs(41,85): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' IrcClient/NonRfcChannel.cs(41,67): warning CS0618: `System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Please use Hashtable(IEqualityComparer) instead.' IrcClient/NonRfcChannel.cs(42,79): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' IrcClient/NonRfcChannel.cs(42,61): warning CS0618: `System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Please use Hashtable(IEqualityComparer) instead.' IrcClient/IrcClient.cs(71,102): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' IrcClient/IrcClient.cs(71,84): warning CS0618: `System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Please use Hashtable(IEqualityComparer) instead.' IrcClient/IrcClient.cs(72,102): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' IrcClient/IrcClient.cs(72,84): warning CS0618: `System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: `Please use Hashtable(IEqualityComparer) instead.' IrcClient/IrcClient.cs(2760,26): warning CS0168: The variable `mode' is declared but never used IrcClient/IrcClient.cs(58,34): warning CS0649: Field `Meebey.SmartIrc4net.IrcClient._PassiveChannelSyncing' is never assigned to, and will always have its default value `false' Compilation succeeded - 42 warning(s) gmake[2]: Leaving directory '/construction/irc/smartirc4net/smartirc4net-1.1/src' gmake[2]: Entering directory '/construction/irc/smartirc4net/smartirc4net-1.1' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/construction/irc/smartirc4net/smartirc4net-1.1' gmake[1]: Leaving directory '/construction/irc/smartirc4net/smartirc4net-1.1' SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> smartirc4net-1.1_1 depends on executable: mono - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for smartirc4net-1.1_1 ===> smartirc4net-1.1_1 depends on executable: mono - found ===> Generating temporary packing list gmake[1]: Entering directory '/construction/irc/smartirc4net/smartirc4net-1.1' Making install in src gmake[2]: Entering directory '/construction/irc/smartirc4net/smartirc4net-1.1/src' gmake[3]: Entering directory '/construction/irc/smartirc4net/smartirc4net-1.1/src' gmake[3]: Nothing to be done for 'install-exec-am'. echo "/usr/local/bin/gacutil -i ../bin/Meebey.SmartIrc4net.dll -f -root /construction/irc/smartirc4net/stage/usr/local/lib"; \ /usr/local/bin/gacutil -i ../bin/Meebey.SmartIrc4net.dll -f -root /construction/irc/smartirc4net/stage/usr/local/lib || exit 1; /usr/local/bin/gacutil -i ../bin/Meebey.SmartIrc4net.dll -f -root /construction/irc/smartirc4net/stage/usr/local/lib Installed ../bin/Meebey.SmartIrc4net.dll into the gac (/construction/irc/smartirc4net/stage/usr/local/lib/mono/gac) /bin/mkdir -p '/construction/irc/smartirc4net/stage/usr/local/lib/smartirc4net' install -m 0644 ../bin/Meebey.SmartIrc4net.dll '/construction/irc/smartirc4net/stage/usr/local/lib/smartirc4net' /bin/mkdir -p '/construction/irc/smartirc4net/stage/usr/local/libdata/pkgconfig' install -m 0644 ../smartirc4net.pc '/construction/irc/smartirc4net/stage/usr/local/libdata/pkgconfig' gmake[3]: Leaving directory '/construction/irc/smartirc4net/smartirc4net-1.1/src' gmake[2]: Leaving directory '/construction/irc/smartirc4net/smartirc4net-1.1/src' gmake[2]: Entering directory '/construction/irc/smartirc4net/smartirc4net-1.1' gmake[3]: Entering directory '/construction/irc/smartirc4net/smartirc4net-1.1' gmake[3]: Nothing to be done for 'install-exec-am'. gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/construction/irc/smartirc4net/smartirc4net-1.1' gmake[2]: Leaving directory '/construction/irc/smartirc4net/smartirc4net-1.1' gmake[1]: Leaving directory '/construction/irc/smartirc4net/smartirc4net-1.1' ====> 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 SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for smartirc4net-1.1_1 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:01:12