------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libinotify-20180201_2.txz ===== Message from libinotify-20180201_2: -- Libinotify functionality on FreeBSD is missing support for - detecting a file being moved into or out of a directory within the same filesystem - certain modifications to a symbolic link (rather than the file it points to.) in addition to the known limitations on all platforms using kqueue(2) where various open and close notifications are unimplemented. This means the following regression tests will fail: Directory notifications: IN_MOVED_FROM IN_MOVED_TO Open/close notifications: IN_OPEN IN_CLOSE_NOWRITE IN_CLOSE_WRITE Symbolic Link notifications: IN_DONT_FOLLOW IN_ATTRIB IN_MOVE_SELF IN_DELETE_SELF Kernel patches to address the missing directory and symbolic link notifications are available from: https://github.com/libinotify-kqueue/libinotify-kqueue/tree/master/patches You might want to consider increasing the kern.maxfiles tunable if you plan to use this library for applications that need to monitor activity of a lot of files. Installing /packages/All/libiconv-1.16.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.21.txz Installing /packages/All/freetype2-2.10.2.txz ===== Message from freetype2-2.10.2: -- 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.11_1.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/expat-2.2.8.txz Installing /packages/All/fontconfig-2.13.92_2,1.txz Running fc-cache to build fontconfig cache... Font directories: /usr/local/share/fonts /usr/local/lib/X11/fonts /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded Installing /packages/All/tcl86-8.6.10.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.12,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/libffi-3.3_1.txz Installing /packages/All/ncurses-6.2.20200831.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python37-3.7.9.txz ===== Message from python37-3.7.9: -- 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/py37-setuptools-44.0.0.txz Installing /packages/All/py37-olefile-0.46.txz Installing /packages/All/py37-tkinter-3.7.9_6.txz Installing /packages/All/py37-pillow-7.0.0.txz Installing /packages/All/ca_root_nss-3.56.txz ===== Message from ca_root_nss-3.56: -- 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/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/log4net-1.2.10_3.txz ===== Message from log4net-1.2.10_3: -- ===> NOTICE: The log4net port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port Installing /packages/All/pcre-8.44.txz Installing /packages/All/glib-2.56.3_9,1.txz No schema files found: doing nothing. Installing /packages/All/atk-2.36.0.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.20.txz ===> Creating groups. Creating group 'messagebus' with gid '556'. ===> Creating users Creating user 'messagebus' with uid '556'. Installing /packages/All/dbus-glib-0.110.txz Installing /packages/All/gdbm-1.18.1_1.txz Installing /packages/All/gobject-introspection-1.56.1_1,1.txz Installing /packages/All/gnome_subr-1.0.txz Installing /packages/All/avahi-app-0.7_3.txz ===> Creating groups. Creating group 'avahi' with gid '558'. ===> Creating users Creating user 'avahi' with uid '558'. Installing /packages/All/gmp-6.2.0.txz Installing /packages/All/nettle-3.6.txz Installing /packages/All/libtasn1-4.16.0.txz Installing /packages/All/libunistring-0.9.10_1.txz Installing /packages/All/libidn2-2.3.0_1.txz Installing /packages/All/bash-5.0.18_3.txz Installing /packages/All/bash-completion-2.11,2.txz ===== Message from bash-completion-2.11,2: -- To enable the bash completion library, add the following to your .bashrc file: [[ $PS1 && -f /usr/local/share/bash-completion/bash_completion.sh ]] && \ source /usr/local/share/bash-completion/bash_completion.sh See /usr/local/share/doc/bash-completion/README.md for more information. Installing /packages/All/p11-kit-0.23.21.txz Installing /packages/All/tpm-emulator-0.7.4_2.txz ===> Creating groups. Creating group '_tss' with gid '601'. ===> Creating users Creating user '_tss' with uid '601'. Installing /packages/All/trousers-0.3.14_3.txz ===> Creating groups. Using existing group '_tss'. ===> Creating users Using existing user '_tss'. ===== Message from trousers-0.3.14_3: -- To run tcsd automatically, add the following line to /etc/rc.conf: tcsd_enable="YES" You might want to edit /usr/local/etc/tcsd.conf to reflect your setup. If you want to use tcsd with software TPM emulator, use the following configuration in /etc/rc.conf: tcsd_enable="YES" tcsd_mode="emulator" tpmd_enable="YES" To use TPM, add your_account to '_tss' group like following: # pw groupmod _tss -m your_account Installing /packages/All/gnutls-3.6.15.txz Installing /packages/All/libpaper-1.1.24.4.txz Installing /packages/All/cups-2.3.3_1.txz ===> Creating groups. Creating group 'cups' with gid '193'. ===> Creating users Creating user 'cups' with uid '193'. Installing /packages/All/shared-mime-info-2.0.txz Installing /packages/All/gdk-pixbuf2-2.40.0.txz Installing /packages/All/graphite2-1.3.14.txz Installing /packages/All/harfbuzz-2.7.2.txz Installing /packages/All/fribidi-0.19.7.txz Installing /packages/All/pixman-0.40.0_1.txz Installing /packages/All/cairo-1.16.0,2.txz Installing /packages/All/libfontenc-1.1.4.txz Installing /packages/All/mkfontscale-1.2.1.txz Installing /packages/All/font-bh-ttf-1.0.3_4.txz Installing /packages/All/font-misc-meltho-1.0.3_4.txz Installing /packages/All/font-misc-ethiopic-1.0.4.txz Installing /packages/All/encodings-1.0.5,1.txz Installing /packages/All/dejavu-2.37_1.txz ===== Message from dejavu-2.37_1: -- Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "/usr/local/share/fonts/dejavu/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. Installing /packages/All/xorg-fonts-truetype-7.7_1.txz Installing /packages/All/pango-1.42.4_4.txz Installing /packages/All/hicolor-icon-theme-0.17.txz Installing /packages/All/gtk-update-icon-cache-3.24.20.txz Installing /packages/All/libXinerama-1.1.4_2,1.txz Installing /packages/All/libXfixes-5.0.3_2.txz Installing /packages/All/libXi-1.7.10,1.txz Installing /packages/All/libXrandr-1.5.2.txz Installing /packages/All/libXcursor-1.2.0.txz Installing /packages/All/libXdamage-1.1.5.txz Installing /packages/All/libXcomposite-0.4.5,1.txz Installing /packages/All/gtk2-2.24.32.txz Installing /packages/All/xmlcatmgr-2.2_2.txz + Creating /usr/local/share/sgml/catalog + Registering CATALOG catalog.ports (SGML) + Creating /usr/local/share/sgml/catalog.ports + Creating /usr/local/share/xml/catalog + Registering nextCatalog catalog.ports (XML) + Creating /usr/local/share/xml/catalog.ports ===== Message from xmlcatmgr-2.2_2: -- The following catalogs are installed: 1) /usr/local/share/sgml/catalog The top level catalog for SGML stuff. It is not changed by any ports/packages except textproc/xmlcatmgr. 2) /usr/local/share/sgml/catalog.ports This catalog is for handling SGML stuff installed under /usr/local/share/sgml. It is changed by ports/packages. 3) /usr/local/share/xml/catalog The top level catalog for XML stuff. It is not changed by any ports/packages except textproc/xmlcatmgr. 4) /usr/local/share/xml/catalog.ports This catalog is for handling XML stuff installed under /usr/local/share/xml. It is changed by ports/packages. Installing /packages/All/libglade2-2.6.4_10.txz Installing /packages/All/perl5-5.32.0.txz Installing /packages/All/p5-XML-NamespaceSupport-1.12.txz Installing /packages/All/p5-XML-SAX-Base-1.09.txz Installing /packages/All/p5-XML-SAX-1.02.txz could not find ParserDetails.ini in /usr/local/lib/perl5/site_perl/XML/SAX Installing /packages/All/p5-XML-LibXML-2.0205,1.txz Installing /packages/All/gtk-sharp20-2.12.45_1.txz Installing /packages/All/mono-addins-1.3_1.txz Installing /packages/All/nini-1.1.0_1.txz ===== Message from nini-1.1.0_1: -- ===> NOTICE: The nini port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port Installing /packages/All/p5-XML-Parser-2.44.txz Installing /packages/All/intltool-0.51.0_1.txz Installing /packages/All/ndesk-dbus-0.6.1a_1.txz Installing /packages/All/ndesk-dbus-glib-0.4.1_2.txz Installing /packages/All/desktop-file-utils-0.24.txz Installing /packages/All/libtextstyle-0.21.txz Installing /packages/All/gettext-tools-0.21.txz Installing /packages/All/gmake-4.3_2.txz Installing /packages/All/pkgconf-1.7.3,1.txz Installing /packages/All/stfl-0.24_1.txz Installing /packages/All/hunspell-1.7.0_2.txz Installing /packages/All/enchant-1.6.0_9.txz Installing /packages/All/gtkspell-2.0.16_6.txz SUCCEEDED 00:01:45 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> smuxi-1.0.8 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> smuxi-1.0.8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by smuxi-1.0.8 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> smuxi-1.0.8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by smuxi-1.0.8 for building => SHA256 Checksum OK for smuxi-1.0.8.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> smuxi-1.0.8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by smuxi-1.0.8 for building ===> Extracting for smuxi-1.0.8 => SHA256 Checksum OK for smuxi-1.0.8.tar.gz. Extracted Memory Use: 31.14M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for smuxi-1.0.8 ===> Applying ports patches for smuxi-1.0.8 from /xports/irc/smuxi/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> smuxi-1.0.8 depends on file: /usr/local/libdata/pkgconfig/log4net.pc - found ===> smuxi-1.0.8 depends on file: /usr/local/libdata/pkgconfig/mono-addins.pc - found ===> smuxi-1.0.8 depends on file: /usr/local/libdata/pkgconfig/nini-1.1.pc - found ===> smuxi-1.0.8 depends on executable: bash - found ===> smuxi-1.0.8 depends on executable: intltool-update - found ===> smuxi-1.0.8 depends on file: /usr/local/libdata/pkgconfig/ndesk-dbus-1.0.pc - found ===> smuxi-1.0.8 depends on file: /usr/local/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc - found ===> smuxi-1.0.8 depends on executable: update-desktop-database - found ===> smuxi-1.0.8 depends on executable: msgfmt - found ===> smuxi-1.0.8 depends on package: gmake>=4.3 - found ===> smuxi-1.0.8 depends on executable: gtk-update-icon-cache - found ===> smuxi-1.0.8 depends on file: /usr/local/libdata/pkgconfig/gtk-sharp-2.0.pc - found ===> smuxi-1.0.8 depends on executable: mono - found ===> smuxi-1.0.8 depends on package: pkgconf>=1.3.0_1 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> smuxi-1.0.8 depends on shared library: libstfl.so - found (/usr/local/lib/libstfl.so) ===> smuxi-1.0.8 depends on shared library: libgtkspell.so - found (/usr/local/lib/libgtkspell.so) ===> smuxi-1.0.8 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> smuxi-1.0.8 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so) ===> smuxi-1.0.8 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> smuxi-1.0.8 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> smuxi-1.0.8 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so) ===> smuxi-1.0.8 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> smuxi-1.0.8 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> smuxi-1.0.8 depends on file: /usr/local/libdata/pkgconfig/log4net.pc - found ===> smuxi-1.0.8 depends on file: /usr/local/libdata/pkgconfig/mono-addins.pc - found ===> smuxi-1.0.8 depends on file: /usr/local/libdata/pkgconfig/nini-1.1.pc - found ===> smuxi-1.0.8 depends on executable: bash - found ===> smuxi-1.0.8 depends on executable: intltool-update - found ===> smuxi-1.0.8 depends on file: /usr/local/libdata/pkgconfig/ndesk-dbus-1.0.pc - found ===> smuxi-1.0.8 depends on file: /usr/local/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc - found ===> smuxi-1.0.8 depends on executable: update-desktop-database - found ===> smuxi-1.0.8 depends on executable: msgfmt - found ===> smuxi-1.0.8 depends on package: gmake>=4.3 - found ===> smuxi-1.0.8 depends on executable: gtk-update-icon-cache - found ===> smuxi-1.0.8 depends on file: /usr/local/libdata/pkgconfig/gtk-sharp-2.0.pc - found ===> smuxi-1.0.8 depends on executable: mono - found ===> smuxi-1.0.8 depends on package: pkgconf>=1.3.0_1 - found ===> smuxi-1.0.8 depends on shared library: libstfl.so - found (/usr/local/lib/libstfl.so) ===> smuxi-1.0.8 depends on shared library: libgtkspell.so - found (/usr/local/lib/libgtkspell.so) ===> smuxi-1.0.8 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> smuxi-1.0.8 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so) ===> smuxi-1.0.8 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> smuxi-1.0.8 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> smuxi-1.0.8 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so) ===> smuxi-1.0.8 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> smuxi-1.0.8 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> Configuring for smuxi-1.0.8 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 UID '0' is supported by ustar format... yes checking whether GID '0' is supported by ustar format... yes checking how to create a ustar tar archive... (cached) /usr/bin/tar checking whether to enable maintainer-specific portions of Makefiles... no checking for pkg-config... /usr/local/bin/pkg-config 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 style of include used by gmake... GNU 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 dependency style of cc... none 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 the shell understands "+="... yes checking whether NLS is requested... yes checking for intltool >= 0.25... 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.32.0 checking for XML::Parser... ok checking for msgfmt... (cached) /usr/local/bin/msgfmt checking for gmsgfmt... (cached) /usr/local/bin/msgfmt checking for xgettext... (cached) /usr/local/bin/xgettext checking for msgmerge... (cached) /usr/local/bin/msgmerge checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... no checking for iconv... yes checking for working iconv... yes checking how to link with libiconv... /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib checking for GNU gettext in libintl... yes checking whether to use NLS... yes checking where the gettext function comes from... external libintl checking how to link with libintl... /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib checking for git version... 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... /usr/local/bin/mcs checking for dmcs... (cached) /usr/local/bin/mcs checking Mono GAC for System.dll... found checking Mono GAC for System.Core.dll... found checking Mono GAC for System.Data.dll... found checking Mono GAC for System.Runtime.Remoting.dll... found checking Mono GAC for System.Runtime.Serialization.dll... found checking Mono GAC for System.Xml.dll... found checking Mono GAC for Mono.Posix.dll... found checking Mono GAC for Mono.Data.Sqlite.dll... found checking for Mono >= 5.0... yes checking for LOG4NET... yes checking for NINI... yes checking for xbuild... /usr/local/bin/xbuild checking for NDESK_DBUS... yes checking for NDESK_DBUS_GLIB... yes checking for GTKSPELL... yes checking for xbuild... (cached) /usr/local/bin/xbuild checking Mono GAC for System.dll... found checking Mono GAC for Mono.Posix.dll... found checking for xbuild... (cached) /usr/local/bin/xbuild checking Mono GAC for System.dll... found checking Mono GAC for System.Core.dll... found checking Mono GAC for Mono.Posix.dll... found checking Mono GAC for System.Xml.dll... found checking for xbuild... (cached) /usr/local/bin/xbuild checking for Mono >= 2.6... yes checking Mono GAC for System.dll... found checking Mono GAC for System.Core.dll... found checking Mono GAC for System.Data.dll... found checking Mono GAC for System.Runtime.Serialization.dll... found checking Mono GAC for System.Web.dll... found checking Mono GAC for System.Xml.dll... found checking Mono GAC for System.Xml.Linq.dll... found checking Mono GAC for System.dll... found checking Mono GAC for System.Configuration.dll... found checking Mono GAC for System.Core.dll... found checking Mono GAC for System.Data.dll... found checking Mono GAC for System.Drawing.dll... found checking Mono GAC for System.Web.dll... found checking Mono GAC for System.Web.Extensions.dll... found checking Mono GAC for System.Xml.dll... found checking Mono GAC for System.Xml.Linq.dll... found checking for xbuild... (cached) /usr/local/bin/xbuild checking for Mono >= 2.10... yes checking for 4.0 compiler... yes checking Mono GAC for System.dll... found checking Mono GAC for System.Core.dll... found checking Mono GAC for System.Data.dll... found checking Mono GAC for System.Runtime.Serialization.dll... found checking Mono GAC for System.Web.dll... found checking Mono GAC for System.Xml.dll... found checking Mono GAC for System.Xml.Linq.dll... found checking Mono GAC for System.dll... found checking Mono GAC for System.Core.dll... found checking Mono GAC for System.dll... found checking Mono GAC for System.Core.dll... found checking Mono GAC for System.Data.dll... found checking Mono GAC for System.Data.DataSetExtensions.dll... found checking Mono GAC for System.Xml.dll... found checking Mono GAC for System.Xml.Linq.dll... found checking for GLIB_SHARP_20... yes checking for GTK_SHARP_20... yes checking for GLADE_SHARP_20... yes checking for gtk-sharp version >= 2.10... yes checking Mono GAC for System.Drawing.dll... found checking for STFL... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/AssemblyVersion.cs config.status: creating src/smuxi-win32.nsis config.status: creating src/Common/Makefile config.status: creating src/Common/Defines.cs config.status: creating src/Common/smuxi-common.pc config.status: creating src/Engine/Makefile config.status: creating src/Engine/smuxi-engine.pc config.status: creating src/Engine-IRC/Makefile config.status: creating src/Engine-IRC/smuxi-engine-irc.pc config.status: creating src/Engine-JabbR/Makefile config.status: creating src/Engine-JabbR/smuxi-engine-jabbr.pc config.status: creating src/Engine-Twitter/Makefile config.status: creating src/Engine-XMPP/Makefile config.status: creating src/Engine-XMPP/smuxi-engine-xmpp.pc config.status: creating src/Engine-Campfire/Makefile config.status: creating src/Engine-MessageBuffer/Makefile config.status: creating src/Engine-MessageBuffer/smuxi-message-buffer config.status: creating src/Server/Makefile config.status: creating src/Server/smuxi-server config.status: creating src/Frontend/Makefile config.status: creating src/Frontend/smuxi-frontend.pc config.status: creating src/Frontend-GNOME/Makefile config.status: creating src/Frontend-GNOME/smuxi-frontend-gnome config.status: creating src/Frontend-GNOME-IRC/Makefile config.status: creating src/Frontend-GNOME-Twitter/Makefile config.status: creating src/Frontend-GNOME-XMPP/Makefile config.status: creating src/Frontend-Curses/Makefile config.status: creating src/Frontend-Curses/smuxi-frontend-curses config.status: creating src/Frontend-STFL/Makefile config.status: creating src/Frontend-STFL/smuxi-frontend-stfl config.status: creating src/Frontend-STFL/STFL/Makefile config.status: creating src/Frontend-SWF/Makefile config.status: creating src/Frontend-SWF/smuxi-frontend-swf config.status: creating src/Frontend-Test/Makefile config.status: creating src/Frontend-Test/smuxi-frontend-test config.status: creating lib/Makefile config.status: creating lib/osx/Info.plist config.status: creating po/Makefile.in config.status: creating po-Engine/Makefile.in config.status: creating po-Engine-Campfire/Makefile.in config.status: creating po-Engine-IRC/Makefile.in config.status: creating po-Engine-JabbR/Makefile.in config.status: creating po-Engine-Twitter/Makefile.in config.status: creating po-Engine-XMPP/Makefile.in config.status: creating po-Engine-MessageBuffer/Makefile.in config.status: creating po-Server/Makefile.in config.status: creating po-Frontend/Makefile.in config.status: creating po-Frontend-GNOME/Makefile.in config.status: creating po-Frontend-GNOME-IRC/Makefile.in config.status: creating po-Frontend-GNOME-Twitter/Makefile.in config.status: creating po-Frontend-GNOME-XMPP/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: creating po-Engine/POTFILES config.status: creating po-Engine/Makefile config.status: creating po-Engine-Campfire/POTFILES config.status: creating po-Engine-Campfire/Makefile config.status: creating po-Engine-IRC/POTFILES config.status: creating po-Engine-IRC/Makefile config.status: creating po-Engine-JabbR/POTFILES config.status: creating po-Engine-JabbR/Makefile config.status: creating po-Engine-Twitter/POTFILES config.status: creating po-Engine-Twitter/Makefile config.status: creating po-Engine-XMPP/POTFILES config.status: creating po-Engine-XMPP/Makefile config.status: creating po-Engine-MessageBuffer/POTFILES config.status: creating po-Engine-MessageBuffer/Makefile config.status: creating po-Server/POTFILES config.status: creating po-Server/Makefile config.status: creating po-Frontend/POTFILES config.status: creating po-Frontend/Makefile config.status: creating po-Frontend-GNOME/POTFILES config.status: creating po-Frontend-GNOME/Makefile config.status: creating po-Frontend-GNOME-IRC/POTFILES config.status: creating po-Frontend-GNOME-IRC/Makefile config.status: creating po-Frontend-GNOME-Twitter/POTFILES config.status: creating po-Frontend-GNOME-Twitter/Makefile config.status: creating po-Frontend-GNOME-XMPP/POTFILES config.status: creating po-Frontend-GNOME-XMPP/Makefile config.status: executing po/stamp-it commands Configuration summary for smuxi 1.0.8 (tarball) * Installation prefix: /usr/local * Build profile: debug * Compiler: /usr/local/bin/mcs * Target CLI runtime: 4.5 * Engines ------- Core: (sqlite: built-in, db4o: included) IRC: yes XMPP: yes Twitter: yes Campfire: yes JabbR: yes * Frontends --------- GNOME: yes (IRC: yes XMPP: yes Twitter: yes) + Messaging Menu (indicate: Ubuntu <= 12.04, messaging-menu: Ubuntu >= 12.04) - indicate: no - messaging-menu: no + Notifications: no + Spell Checking: yes + D-Bus: yes Ncurses: no STFL: yes SWF (WinForms): no WPF: no Test: no SUCCEEDED 00:00:20 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for smuxi-1.0.8 gmake[1]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8' Making all in lib gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/lib' gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/lib' /usr/local/bin/xbuild /toolsversion:4.0 /p:TargetFrameworkVersion=v4.5 /property:DefineConstants=MONO_4_5 /p:CscToolExe=mcs.exe /p:Configuration=Debug /p:SignAssembly=false /p:WarningLevel=0 /p:Warn=0 /p:OutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug /p:BaseIntermediateOutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ /p:IntermediateOutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ /p:DocumentationFile= ./ServiceStack.Text/src/ServiceStack.Text/ServiceStack.Text.csproj >>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<< XBuild Engine Version 14.0 Mono, Version 5.10.1.57 Copyright (C) 2005-2013 Various Mono authors Build started 9/20/2020 12:09:46 AM. __________________________________________________ Project "/construction/irc/smuxi/smuxi-1.0.8/lib/ServiceStack.Text/src/ServiceStack.Text/ServiceStack.Text.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Created directory "/construction/irc/smuxi/smuxi-1.0.8/bin/debug/" Created directory "/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/" Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/local/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /debug:portable /optimize- /out:/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ServiceStack.Text.dll AssemblyUtils.cs Common/DateTimeSerializer.cs Common/DeserializeArray.cs Common/DeserializeBuiltin.cs Common/DeserializeCollection.cs Common/DeserializeDictionary.cs Common/DeserializeListWithElements.cs Common/DeserializeSpecializedCollections.cs Common/DeserializeType.cs Common/DeserializeTypeRef.cs Common/DeserializeTypeRefJson.cs Common/DeserializeTypeRefJsv.cs Common/DeserializeTypeUtils.cs Common/ITypeSerializer.cs Common/JsDelegates.cs Common/JsReader.cs Common/JsState.cs Common/JsWriter.cs Common/ParseUtils.cs Common/StaticParseMethod.cs Common/WriteDictionary.cs Common/WriteLists.cs Common/WriteType.cs Controller/CommandProcessor.cs Controller/PathInfo.cs CsvConfig.cs CsvSerializer.cs CsvStreamExtensions.cs CsvWriter.cs DateTimeExtensions.cs Env.cs ITracer.cs ITypeSerializer.Generic.cs JsConfig.cs JsonObject.cs JsonSerializer.cs JsonSerializer.Generic.cs Json/JsonReader.Generic.cs Json/JsonTypeSerializer.cs Json/JsonUtils.cs Json/JsonWriter.Generic.cs JsvFormatter.cs Jsv/JsvDeserializeType.cs Jsv/JsvReader.Generic.cs Jsv/JsvSerializer.Generic.cs Jsv/JsvTypeSerializer.cs Jsv/JsvWriter.Generic.cs ListExtensions.cs MapExtensions.cs Marc/Link.cs Marc/ObjectAccessor.cs Marc/TypeAccessor.cs Properties/AssemblyInfo.cs QueryStringSerializer.cs ReflectionExtensions.cs Reflection/StaticAccessors.cs StreamExtensions.cs StringExtensions.cs Support/AssemblyTypeDefinition.cs Support/DoubleConverter.cs Support/TypePair.cs TextExtensions.cs Tracer.cs TranslateListWithElements.cs TypeConfig.cs TypeSerializer.cs TypeSerializer.Generic.cs XmlSerializer.cs /construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:MONO_4_5 /nostdlib /reference:/usr/local/lib/mono/4.5-api/System.dll /reference:/usr/local/lib/mono/4.5-api/System.Data.Linq.dll /reference:/usr/local/lib/mono/4.5-api/System.Runtime.Serialization.dll /reference:/usr/local/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/local/lib/mono/4.5-api/System.Data.dll /reference:/usr/local/lib/mono/4.5-api/System.Xml.dll /reference:/usr/local/lib/mono/4.5-api/System.Core.dll /reference:/usr/local/lib/mono/4.5-api//mscorlib.dll /warn:0 Target DeployOutputFiles: Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ServiceStack.Text.dll.mdb' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/ServiceStack.Text.dll.mdb' Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ServiceStack.Text.dll' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/ServiceStack.Text.dll' Done building project "/construction/irc/smuxi/smuxi-1.0.8/lib/ServiceStack.Text/src/ServiceStack.Text/ServiceStack.Text.csproj". Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:04.7316630 /usr/local/bin/xbuild /toolsversion:4.0 /p:TargetFrameworkVersion=v4.5 /property:DefineConstants=MONO_4_5 /p:CscToolExe=mcs.exe /p:Configuration=Debug /p:SignAssembly=false /p:WarningLevel=0 /p:Warn=0 /p:OutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug /p:BaseIntermediateOutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ /p:IntermediateOutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ /p:DocumentationFile= ./ServiceStack/src/ServiceStack.Interfaces/ServiceStack.Interfaces.csproj >>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<< XBuild Engine Version 14.0 Mono, Version 5.10.1.57 Copyright (C) 2005-2013 Various Mono authors Build started 9/20/2020 12:09:52 AM. __________________________________________________ Project "/construction/irc/smuxi/smuxi-1.0.8/lib/ServiceStack/src/ServiceStack.Interfaces/ServiceStack.Interfaces.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target _GenerateTargetFrameworkMonikerAttribute: Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Tool /usr/local/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /debug:portable /optimize- /out:/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ServiceStack.Interfaces.dll CacheAccess/ICacheClearable.cs CacheAccess/ICacheClient.cs CacheAccess/ICacheHasContentType.cs CacheAccess/ICacheManager.cs CacheAccess/ICacheTextManager.cs CacheAccess/ICacheTextManagerFactory.cs CacheAccess/ICompressableCacheTextManager.cs CacheAccess/ICompressableCacheTextManagerFactory.cs CacheAccess/IDeflateProvider.cs CacheAccess/IGZipProvider.cs CacheAccess/IHasCacheClient.cs CacheAccess/IMemcachedClient.cs CacheAccess/IPersistenceProviderCache.cs CacheAccess/IPersistenceProviderCacheFactory.cs CacheAccess/ISession.cs CacheAccess/ISessionFactory.cs Configuration/IContainerAdapter.cs Configuration/IFactoryProvider.cs Configuration/IRelease.cs Configuration/IResourceManager.cs Configuration/ITypeFactory.cs DataAccess/Criteria/ICriteria.cs DataAccess/Criteria/IOrderAscendingCriteria.cs DataAccess/Criteria/IOrderDescendingCriteria.cs DataAccess/Criteria/IPagingCriteria.cs DataAccess/Criteria/PagingCriteria.cs DataAccess/DataAccessException.cs DataAccess/IAggregatable.cs DataAccess/IBasicPersistenceProvider.cs DataAccess/IBasicPersistenceProvider.Generic.cs DataAccess/IHasDbConnection.cs DataAccess/IPersistenceProvider.cs DataAccess/IPersistenceProviderManager.cs DataAccess/IPersistenceProviderManagerFactory.cs DataAccess/IQueryable.cs DataAccess/IQueryableByComparer.cs DataAccess/IQueryableByExample.cs DataAccess/IQueryableByPredicate.cs DataAccess/IQueryablePersistenceProvider.cs DataAccess/IResultSet.cs DataAccess/ITransactionContext.cs DataAnnotations/AliasAttribute.cs DataAnnotations/AutoIncrementAttribute.cs DataAnnotations/CompositeIndexAttribute.cs DataAnnotations/DefaultAttribute.cs DataAnnotations/IndexAttribute.cs DataAnnotations/ReferencesAttribute.cs DesignPatterns/Command/ICommand.cs DesignPatterns/Command/ICommandExec.cs DesignPatterns/Command/ICommandIEnumerable.cs DesignPatterns/Command/ICommandIList.cs DesignPatterns/Command/ICommandList.cs DesignPatterns/Command/ICommandVoid.cs DesignPatterns/Model/IHasGuidId.cs DesignPatterns/Model/IHasId.cs DesignPatterns/Model/IHasIntId.cs DesignPatterns/Model/IHasLongId.cs DesignPatterns/Model/IHasNamed.cs DesignPatterns/Model/IHasNamedCollection.cs DesignPatterns/Model/IHasNamedList.cs DesignPatterns/Model/IHasStringId.cs DesignPatterns/Model/IHasUserId.cs DesignPatterns/Model/IHasUserSession.cs DesignPatterns/Serialization/IStringDeserializer.cs DesignPatterns/Serialization/IStringSerializer.cs DesignPatterns/Serialization/ITextSerializer.cs DesignPatterns/Translator/ITranslator.cs Logging/ILog.cs Logging/ILogFactory.cs Logging/LogManager.cs Logging/Support/Logging/ConsoleLogFactory.cs Logging/Support/Logging/ConsoleLogger.cs Logging/Support/Logging/DebugLogFactory.cs Logging/Support/Logging/DebugLogger.cs Logging/Support/Logging/NullDebugLogger.cs Logging/Support/Logging/NullLogFactory.cs Logging/Support/Logging/TestLogFactory.cs Logging/Support/Logging/TestLogger.cs LogicFacade/IApplicationContext.cs LogicFacade/IInitContext.cs LogicFacade/ILogicFacade.cs LogicFacade/InitOptions.cs LogicFacade/IOperationContext.cs LogicFacade/IServiceModelFinder.cs LogicFacade/IXmlRequest.cs Messaging/IMessage.cs Messaging/IMessageFactory.cs Messaging/IMessageProducer.cs Messaging/IMessageQueueClient.cs Messaging/IMessageQueueClientFactory.cs Messaging/IMessageService.cs Messaging/MessageError.cs Messaging/MessageFactory.cs Messaging/MessageHandlerStats.cs Messaging/MessageOption.cs Messaging/MessagingException.cs Messaging/QueueNames.cs Messaging/UnRetryableMessagingException.cs OrmLite/DbConnectionFactory.cs OrmLite/IDbConnectionFactory.cs Properties/AssemblyInfo.cs Redis/Generic/IRedisHash.Generic.cs Redis/Generic/IRedisList.Generic.cs Redis/Generic/IRedisSet.Generic.cs Redis/Generic/IRedisSortedSet.Generic.cs Redis/Generic/IRedisTransaction.cs Redis/Generic/IRedisTypedClient.cs Redis/Generic/IRedisTypedPipeline.cs Redis/Generic/IRedisTypedQueueableOperation.cs Redis/IRedisClient.cs Redis/IRedisClientCacheManager.cs Redis/IRedisClientsManager.cs Redis/IRedisHash.cs Redis/IRedisList.cs Redis/IRedisNativeClient.cs Redis/IRedisSet.cs Redis/IRedisSortedSet.cs Redis/IRedisSubscription.cs Redis/IRedisTransaction.cs Redis/IRedisTransactionBase.cs Redis/ItemRef.cs Redis/Pipeline/IRedisPipeline.cs Redis/Pipeline/IRedisPipelineShared.cs Redis/Pipeline/IRedisQueueableOperation.cs Redis/Pipeline/IRedisQueueCompletableOperation.cs Redis/RedisKeyType.cs Redis/SortOptions.cs SearchIndex/FullTextIndexAttribute.cs SearchIndex/FullTextIndexDocumentAttribute.cs SearchIndex/FullTextIndexFieldAttribute.cs ServiceHost/IRequiresHttpRequest.cs ServiceHost/IRequiresRequestStream.cs ServiceHost/EndpointAttributes.cs ServiceHost/Feature.cs ServiceHost/IAsyncService.cs ServiceHost/IResolver.cs ServiceHost/IContentTypeFilter.cs ServiceHost/IContentTypeReader.cs ServiceHost/IContentTypeWriter.cs ServiceHost/ICookies.cs ServiceHost/IExpirable.cs ServiceHost/IFile.cs ServiceHost/IHasOptions.cs ServiceHost/IHasRequestFilter.cs ServiceHost/IHasResponseFilter.cs ServiceHost/IHttpError.cs ServiceHost/IHttpRequest.cs ServiceHost/IHttpResponse.cs ServiceHost/IHttpResult.cs ServiceHost/IRequestAttributes.cs ServiceHost/IRequestContext.cs ServiceHost/IRequestLogger.cs ServiceHost/IRequiresRequestContext.cs ServiceHost/IRestDeleteService.cs ServiceHost/IRestGetService.cs ServiceHost/IRestPatchService.cs ServiceHost/IRestPath.cs ServiceHost/IRestPostService.cs ServiceHost/IRestPutService.cs ServiceHost/IRestService.cs ServiceHost/IService.cs ServiceHost/IServiceController.cs ServiceHost/IServiceRoutes.cs ServiceHost/RouteAttribute.cs ServiceInterface.ServiceModel/RequestLogEntry.cs ServiceHost/RestServiceAttribute.cs ServiceHost/ServiceAttribute.cs ServiceInterface.ServiceModel/CollectionTypes.cs ServiceInterface.ServiceModel/ICacheByDateModified.cs ServiceInterface.ServiceModel/ICacheByEtag.cs ServiceInterface.ServiceModel/IHasAction.cs ServiceInterface.ServiceModel/IHasResponseStatus.cs ServiceInterface.ServiceModel/Property.cs ServiceInterface.ServiceModel/ResponseError.cs ServiceInterface.ServiceModel/ResponseStatus.cs Service/IOneWayClient.cs Service/IReplyClient.cs Service/IResponseBase.cs Service/IResponseStatus.cs Service/IRestClient.cs Service/IRestClientAsync.cs Service/IServiceClient.cs Service/IServiceClientAsync.cs Service/IStreamWriter.cs Translators/TranslateAttribute.cs Translators/TranslateExtensionAttribute.cs Translators/TranslateMemberAttribute.cs /construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /warnaserror+ /define:MONO_4_5 /nostdlib /reference:/usr/local/lib/mono/4.5-api/System.dll /reference:/usr/local/lib/mono/4.5-api/System.Runtime.Serialization.dll /reference:/usr/local/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/local/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/local/lib/mono/4.5-api/System.Data.dll /reference:/usr/local/lib/mono/4.5-api/System.Xml.dll /reference:/usr/local/lib/mono/4.5-api/System.Core.dll /reference:/usr/local/lib/mono/4.5-api//mscorlib.dll /warn:0 Target DeployOutputFiles: Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ServiceStack.Interfaces.dll.mdb' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/ServiceStack.Interfaces.dll.mdb' Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ServiceStack.Interfaces.dll' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/ServiceStack.Interfaces.dll' Done building project "/construction/irc/smuxi/smuxi-1.0.8/lib/ServiceStack/src/ServiceStack.Interfaces/ServiceStack.Interfaces.csproj". Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:04.3969880 /usr/local/bin/xbuild /toolsversion:4.0 /p:TargetFrameworkVersion=v4.5 /property:DefineConstants=MONO_4_5 /p:CscToolExe=mcs.exe /p:Configuration=Debug /p:SignAssembly=false /p:WarningLevel=0 /p:Warn=0 /p:OutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug /p:BaseIntermediateOutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ /p:IntermediateOutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ /p:DocumentationFile= /property:DefineConstants="MONOTOUCH" ./ServiceStack/src/ServiceStack.Common/ServiceStack.Common.csproj >>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<< XBuild Engine Version 14.0 Mono, Version 5.10.1.57 Copyright (C) 2005-2013 Various Mono authors Build started 9/20/2020 12:09:57 AM. __________________________________________________ Project "/construction/irc/smuxi/smuxi-1.0.8/lib/ServiceStack/src/ServiceStack.Common/ServiceStack.Common.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target ResolveProjectReferences: Project "/construction/irc/smuxi/smuxi-1.0.8/lib/ServiceStack.Text/src/ServiceStack.Text/ServiceStack.Text.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target _GenerateTargetFrameworkMonikerAttribute: Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/construction/irc/smuxi/smuxi-1.0.8/lib/ServiceStack.Text/src/ServiceStack.Text/ServiceStack.Text.csproj". Project "/construction/irc/smuxi/smuxi-1.0.8/lib/ServiceStack/src/ServiceStack.Interfaces/ServiceStack.Interfaces.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target _GenerateTargetFrameworkMonikerAttribute: Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/construction/irc/smuxi/smuxi-1.0.8/lib/ServiceStack/src/ServiceStack.Interfaces/ServiceStack.Interfaces.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target _GenerateTargetFrameworkMonikerAttribute: Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Tool /usr/local/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /debug:portable /optimize- /out:/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ServiceStack.Common.dll ActionExecExtensions.cs AssertExtensions.cs ByteArrayExtensions.cs DictionaryExtensions.cs DirectoryInfoExtensions.cs DisposableExtensions.cs EnumerableExtensions.cs EnumExtensions.cs ExecExtensions.cs Expressions/DelegateFactory.cs Extensions/ActionExecExtensions.cs Extensions/AssertExtensions.cs Extensions/ByteArrayExtensions.cs Extensions/CollectionExtensions.cs Extensions/DictionaryExtensions.cs Extensions/EnumerableExtensions.cs Extensions/IntExtensions.cs Extensions/ITranslatorExtensions.cs Extensions/ReflectionExtensions.cs Extensions/StringExtensions.cs HostContext.cs IntExtensions.cs IPAddressExtensions.cs Messaging/ClientFactory.cs Messaging/IMessageHandler.cs Messaging/IMessageHandlerDisposer.cs Messaging/IMessageHandlerFactory.cs Messaging/InMemoryMessageQueueClient.cs Messaging/InMemoryTransientMessageFactory.cs Messaging/InMemoryTransientMessageService.cs Messaging/MessageExtensions.cs Messaging/MessageHandler.cs Messaging/MessageHandlerFactory.cs Messaging/MessageQueueClientFactory.cs Messaging/Rcon/Client.cs Messaging/Rcon/Packet.cs Messaging/Rcon/PacketCodec.cs Messaging/Rcon/PacketProcessingClient.cs Messaging/Rcon/Server.cs Messaging/TransientMessageServiceBase.cs Model.cs ModelConfig.cs Net30/ConcurrentDictionary.cs Net30/ConcurrentQueue.cs Net30/ObjectPool.cs Net30/SplitOrderedList.cs Net30/Tuple.cs Properties/AssemblyInfo.cs ReflectionExtensions.cs Reflection/PropertyAccessor.cs Reflection/StaticAccessors.cs ServiceClient.Web/AsyncServiceClient.cs ServiceClient.Web/AuthDtos.cs ServiceClient.Web/DictionaryExtensions.cs ServiceClient.Web/GenericProxy.cs ServiceClient.Web/HttpMethod.cs ServiceClient.Web/IDuplex.cs ServiceClient.Web/IDuplexCallback.cs ServiceClient.Web/IOneWay.cs ServiceClient.Web/ISyncReply.cs ServiceClient.Web/IWcfServiceClient.cs ServiceClient.Web/JsonRestClientAsync.cs ServiceClient.Web/JsonServiceClient.cs ServiceClient.Web/JsvRestClientAsync.cs ServiceClient.Web/JsvServiceClient.cs ServiceClient.Web/ServiceClientBase.cs ServiceClient.Web/Soap11ServiceClient.cs ServiceClient.Web/Soap12ServiceClient.cs ServiceClient.Web/WcfServiceClient.cs ServiceClient.Web/WebRequestExtensions.cs ServiceClient.Web/WebRequestUtils.cs ServiceClient.Web/WebServiceException.cs ServiceClient.Web/XLinqExtensions.cs ServiceClient.Web/XmlRestClientAsync.cs ServiceClient.Web/XmlServiceClient.cs ServiceModel/DictionaryExtensions.cs ServiceModel/Serialization/DataContractDeserializer.cs ServiceModel/Serialization/DataContractSerializer.cs ServiceModel/Serialization/JsonDataContractDeserializer.cs ServiceModel/Serialization/JsonDataContractSerializer.cs ServiceModel/Serialization/KeyValueDataContractDeserializer.cs ServiceModel/Serialization/StringMapTypeDeserializer.cs ServiceModel/Serialization/XmlSerializableDeserializer.cs ServiceModel/Serialization/XmlSerializableSerializer.cs ServiceModel/Support/XmlSerializableWrapper.cs ServiceModel/Validation/ValidationError.cs ServiceModel/Validation/ValidationErrorField.cs ServiceModel/Validation/ValidationErrorResult.cs ServiceModel/XLinqExtensions.cs StreamExtensions.cs StringExtensions.cs Support/ActionExecHandler.cs Support/AdapterBase.cs Support/AssignmentDefinition.cs Support/CommandExecsHandler.cs Support/CommandResultsHandler.cs Support/InMemoryLogFactory.cs Support/LogicFacadeBase.cs Support/NetDeflateProvider.cs Support/NetGZipProvider.cs Support/PropertyInvoker.cs TypeExtensions.cs UrnId.cs Utils/AssertUtils.cs Utils/CommandsUtils.cs Utils/FuncUtils.cs Utils/IdUtils.cs Utils/PathUtils.cs Utils/PerfUtils.cs Utils/ReflectionUtils.cs Web/CompressedFileResult.cs Web/CompressedResult.cs Web/CompressionTypes.cs Web/ContentType.cs Web/EndPoint.cs Web/EndpointType.cs Web/HttpError.cs Web/HttpHeaders.cs Web/HttpMethods.cs Web/HttpResponseFilter.cs Web/HttpResponseStreamWrapper.cs Web/HttpResult.cs Web/HttpResultExtensions.cs Web/MimeTypes.cs RequestContextExtensions.cs Web/SerializationContext.cs /construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:MONOTOUCH /nostdlib /reference:/usr/local/lib/mono/4.5-api/System.dll /reference:/usr/local/lib/mono/4.5-api/System.Data.dll /reference:/usr/local/lib/mono/4.5-api/System.Runtime.Serialization.dll /reference:/usr/local/lib/mono/4.5-api/System.ServiceModel.dll /reference:/usr/local/lib/mono/4.5-api/System.ServiceModel.Web.dll /reference:/usr/local/lib/mono/4.5-api/System.Web.dll /reference:/usr/local/lib/mono/4.5-api/System.Xml.dll /reference:/usr/local/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/local/lib/mono/4.5-api/System.Core.dll /reference:/construction/irc/smuxi/smuxi-1.0.8/bin/debug//ServiceStack.Text.dll /reference:/construction/irc/smuxi/smuxi-1.0.8/bin/debug//ServiceStack.Interfaces.dll /reference:/usr/local/lib/mono/4.5-api//mscorlib.dll /warn:0 Target DeployOutputFiles: Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ServiceStack.Common.dll.mdb' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/ServiceStack.Common.dll.mdb' Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ServiceStack.Common.dll' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/ServiceStack.Common.dll' Done building project "/construction/irc/smuxi/smuxi-1.0.8/lib/ServiceStack/src/ServiceStack.Common/ServiceStack.Common.csproj". Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:07.6061430 /usr/local/bin/xbuild /toolsversion:4.0 /p:TargetFrameworkVersion=v4.5 /property:DefineConstants=MONO_4_5 /p:CscToolExe=mcs.exe /p:Configuration=Debug /p:SignAssembly=false /p:WarningLevel=0 /p:Warn=0 /p:OutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug /p:BaseIntermediateOutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ /p:IntermediateOutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ /p:DocumentationFile= ./Newtonsoft.Json/Src/Newtonsoft.Json/Newtonsoft.Json.csproj >>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<< XBuild Engine Version 14.0 Mono, Version 5.10.1.57 Copyright (C) 2005-2013 Various Mono authors Build started 9/20/2020 12:10:05 AM. __________________________________________________ Project "/construction/irc/smuxi/smuxi-1.0.8/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Newtonsoft.Json.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target CopyNonResxEmbeddedResources: Copying file from '/construction/irc/smuxi/smuxi-1.0.8/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Dynamic.snk' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/Newtonsoft.Json.Dynamic.snk' Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target _GenerateTargetFrameworkMonikerAttribute: Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Tool /usr/local/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /debug:portable /optimize- /out:/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/Newtonsoft.Json.dll /resource:/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/Newtonsoft.Json.Dynamic.snk Bson/BsonBinaryType.cs Bson/BsonBinaryWriter.cs Bson/BsonReader.cs Bson/BsonToken.cs Bson/BsonType.cs Bson/BsonWriter.cs Bson/BsonObjectId.cs Converters/BinaryConverter.cs Converters/DataSetConverter.cs Converters/DataTableConverter.cs Converters/CustomCreationConverter.cs Converters/DateTimeConverterBase.cs Converters/EntityKeyMemberConverter.cs Converters/ExpandoObjectConverter.cs Converters/KeyValuePairConverter.cs Converters/BsonObjectIdConverter.cs Converters/RegexConverter.cs Converters/StringEnumConverter.cs ConstructorHandling.cs Converters/VersionConverter.cs JsonDictionaryAttribute.cs JsonException.cs DateFormatHandling.cs DateParseHandling.cs DateTimeZoneHandling.cs Formatting.cs JsonConstructorAttribute.cs JsonPosition.cs Linq/JPropertyKeyedCollection.cs Serialization/JsonContainerContract.cs Utilities/DynamicProxy.cs Linq/JPath.cs Linq/JRaw.cs Required.cs Serialization/JsonDynamicContract.cs Serialization/JsonFormatterConverter.cs Serialization/JsonISerializableContract.cs Serialization/JsonLinqContract.cs Serialization/JsonPrimitiveContract.cs Serialization/DynamicValueProvider.cs Serialization/ErrorEventArgs.cs Linq/JPropertyDescriptor.cs Serialization/DefaultReferenceResolver.cs PreserveReferencesHandling.cs IJsonLineInfo.cs JsonArrayAttribute.cs JsonContainerAttribute.cs DefaultValueHandling.cs JsonConverterAttribute.cs JsonObjectAttribute.cs JsonSerializerSettings.cs JsonValidatingReader.cs Linq/IJEnumerable.cs Linq/JTokenEqualityComparer.cs MemberSerialization.cs ObjectCreationHandling.cs Converters/IsoDateTimeConverter.cs Converters/JavaScriptDateTimeConverter.cs Converters/XmlNodeConverter.cs JsonTextReader.cs JsonPropertyAttribute.cs JsonIgnoreAttribute.cs JsonTextWriter.cs JsonWriterException.cs JsonReaderException.cs JsonConverter.cs JsonConverterCollection.cs JsonReader.cs JsonConvert.cs JsonSerializationException.cs JsonSerializer.cs Linq/Extensions.cs Linq/JConstructor.cs Linq/JContainer.cs Linq/JEnumerable.cs Linq/JObject.cs Linq/JArray.cs Linq/JTokenReader.cs Linq/JTokenWriter.cs Linq/JToken.cs Linq/JProperty.cs Linq/JTokenType.cs Linq/JValue.cs Schema/Extensions.cs Schema/JsonSchemaException.cs Schema/JsonSchemaModel.cs Schema/JsonSchemaModelBuilder.cs Schema/JsonSchemaNodeCollection.cs Schema/JsonSchemaNode.cs Schema/JsonSchemaResolver.cs Schema/JsonSchemaWriter.cs Schema/UndefinedSchemaIdHandling.cs Schema/ValidationEventArgs.cs Schema/ValidationEventHandler.cs Serialization/CamelCasePropertyNamesContractResolver.cs Serialization/DefaultContractResolver.cs Serialization/DefaultSerializationBinder.cs Serialization/ErrorContext.cs Serialization/IContractResolver.cs Serialization/IValueProvider.cs Serialization/JsonArrayContract.cs Serialization/JsonContract.cs Serialization/JsonDictionaryContract.cs Serialization/JsonProperty.cs Serialization/JsonPropertyCollection.cs MissingMemberHandling.cs NullValueHandling.cs ReferenceLoopHandling.cs Schema/JsonSchema.cs Schema/JsonSchemaBuilder.cs Schema/JsonSchemaConstants.cs Schema/JsonSchemaGenerator.cs Serialization/IReferenceResolver.cs Schema/JsonSchemaType.cs Serialization/JsonObjectContract.cs Serialization/JsonSerializerInternalBase.cs Serialization/JsonSerializerInternalReader.cs Serialization/JsonSerializerInternalWriter.cs Serialization/JsonSerializerProxy.cs Serialization/JsonStringContract.cs Serialization/JsonTypeReflector.cs Serialization/CachedAttributeGetter.cs Serialization/LateBoundMetadataTypeAttribute.cs Serialization/ReflectionValueProvider.cs Serialization/OnErrorAttribute.cs Utilities/Base64Encoder.cs Utilities/DynamicProxyMetaObject.cs Utilities/DynamicUtils.cs Utilities/DynamicWrapper.cs Utilities/DynamicReflectionDelegateFactory.cs Serialization/ObjectConstructor.cs Utilities/ILGeneratorExtensions.cs Utilities/ReflectionDelegateFactory.cs Utilities/LateBoundReflectionDelegateFactory.cs Utilities/MethodCall.cs Utilities/StringReference.cs Utilities/ThreadSafeStore.cs TypeNameHandling.cs Utilities/BidirectionalDictionary.cs Utilities/ConvertUtils.cs Utilities/CollectionWrapper.cs Utilities/DateTimeUtils.cs Utilities/DictionaryWrapper.cs Utilities/EnumUtils.cs Utilities/EnumValue.cs Utilities/EnumValues.cs Utilities/JavaScriptUtils.cs JsonToken.cs JsonWriter.cs Properties/AssemblyInfo.cs Utilities/StringBuffer.cs Utilities/CollectionUtils.cs Utilities/ListWrapper.cs Utilities/MathUtils.cs Utilities/MiscellaneousUtils.cs Utilities/ReflectionUtils.cs Utilities/StringUtils.cs Utilities/TypeExtensions.cs Utilities/ValidationUtils.cs WriteState.cs /construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:MONO_4_5 /nostdlib /reference:/usr/local/lib/mono/4.5-api/System.dll /reference:/usr/local/lib/mono/4.5-api/System.Data.dll /reference:/usr/local/lib/mono/4.5-api/System.Runtime.Serialization.dll /reference:/usr/local/lib/mono/4.5-api/System.Xml.dll /reference:/usr/local/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/local/lib/mono/4.5-api/System.Core.dll /reference:/usr/local/lib/mono/4.5-api//mscorlib.dll /warn:0 Target DeployOutputFiles: Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/Newtonsoft.Json.dll.mdb' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/Newtonsoft.Json.dll.mdb' Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/Newtonsoft.Json.dll' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/Newtonsoft.Json.dll' Done building project "/construction/irc/smuxi/smuxi-1.0.8/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Newtonsoft.Json.csproj". Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:05.7471750 /usr/local/bin/xbuild /toolsversion:4.0 /p:TargetFrameworkVersion=v4.5 /property:DefineConstants=MONO_4_5 /p:CscToolExe=mcs.exe /p:Configuration=Debug /p:SignAssembly=false /p:WarningLevel=0 /p:Warn=0 /p:OutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug /p:BaseIntermediateOutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ /p:IntermediateOutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ /p:DocumentationFile= /p:PostBuildEvent= ./Twitterizer/Twitterizer2/Twitterizer2.csproj >>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<< XBuild Engine Version 14.0 Mono, Version 5.10.1.57 Copyright (C) 2005-2013 Various Mono authors Build started 9/20/2020 12:10:12 AM. __________________________________________________ Project "/construction/irc/smuxi/smuxi-1.0.8/lib/Twitterizer/Twitterizer2/Twitterizer2.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target ResolveProjectReferences: Project "/construction/irc/smuxi/smuxi-1.0.8/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Newtonsoft.Json.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target _GenerateTargetFrameworkMonikerAttribute: Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/construction/irc/smuxi/smuxi-1.0.8/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Newtonsoft.Json.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target _GenerateTargetFrameworkMonikerAttribute: Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Tool /usr/local/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /debug:portable /optimize- /out:/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/Twitterizer2.dll ../CommonAssemblyInfo.cs Attributes/RateLimitedAttribute.cs Attributes/AuthorizedCommandAttribute.cs Core/TwitterDictionary.cs Core/RequestResult.cs Core/TwitterCursorPagedIdCollection.cs Core/ITwitterObject.cs Core/TwitterIdCollection.cs Core/TwitterImage.cs Core/TwitterizerDateConverter.cs Exceptions/TwitterErrorDetails.cs Methods/Account/TwitterAccount.cs Methods/Account/UpdateProfileBackgroundImageCommand.cs Methods/Account/UpdateProfileBackgroundImageOptions.cs Methods/Account/UpdateProfileColorsCommand.cs Methods/Account/UpdateProfileColorsOptions.cs Methods/Account/UpdateProfileCommand.cs Methods/Account/UpdateProfileImageCommand.cs Methods/Account/UpdateProfileOptions.cs Methods/Account/VerifyCredentialsCommand.cs Methods/Account/VerifyCredentialsOptions.cs Methods/Block/BlockingCommand.cs Methods/Block/BlockingIdsCommand.cs Methods/Block/BlockingOptions.cs Methods/Block/ExistsBlockCommand.cs Methods/Block/DestroyBlockCommand.cs Methods/Block/CreateBlockCommand.cs Methods/Block/TwitterBlock.cs Methods/DirectMessage/DeleteDirectMessageCommand.cs Methods/DirectMessage/DirectMessagesCommand.cs Methods/DirectMessage/DirectMessagesOptions.cs Methods/DirectMessage/DirectMessagesSentCommand.cs Methods/DirectMessage/DirectMessagesSentOptions.cs Methods/DirectMessage/SendDirectMessageCommand.cs Methods/DirectMessage/ShowDirectMessageCommand.cs Methods/DirectMessage/TwitterDirectMessage.cs Methods/DirectMessage/TwitterDirectMessageCollection.cs Methods/Favorites/CreateFavoriteCommand.cs Methods/Favorites/DeleteFavoriteCommand.cs Methods/Favorites/ListFavoritesCommand.cs Methods/Favorites/ListFavoritesOptions.cs Methods/Favorites/TwitterFavorite.cs Methods/Friendship/UpdateFriendshipOptions.cs Methods/Friendship/UpdateFriendshipCommand.cs Methods/Friendship/NoRetweetIDsCommand.cs Methods/Friendship/TwitterRelationship.cs Methods/Friendship/OutgoingFriendshipsCommand.cs Methods/Friendship/OutgoingFriendshipsOptions.cs Methods/Friendship/FriendsIdsCommand.cs Methods/Friendship/IncomingFriendshipsCommand.cs Methods/Friendship/IncomingFriendshipsOptions.cs Methods/Friendship/UserIdCollection.cs Methods/Friendship/FollowersIdsCommand.cs Methods/Friendship/UsersIdsOptions.cs Methods/Friendship/CreateFriendshipCommand.cs Methods/Friendship/CreateFriendshipOptions.cs Methods/Friendship/TwitterFriendship.cs Methods/Geo/Coordinate.cs Methods/Geo/ReverseGeocodeCommand.cs Methods/Geo/TwitterBoundingBox.cs Methods/Geo/TwitterGeo.cs Methods/Geo/TwitterPlace.cs Methods/Geo/TwitterPlaceCollection.cs Methods/Geo/TwitterPlaceLookupOptions.cs Methods/List/AddListMemberCommand.cs Methods/List/CheckListMembershipCommand.cs Methods/List/CreateListMembershipCommand.cs Methods/List/DestroyListSubscriber.cs Methods/List/GetListMembersOptions.cs Methods/List/GetListsOptions.cs Methods/List/GetListSubscriptionsOptions.cs Methods/List/ListMembershipsOptions.cs Methods/List/RemoveListMemberCommand.cs Methods/List/CreateListCommand.cs Methods/Friendship/DeleteFriendshipCommand.cs Methods/List/DeleteListCommand.cs Methods/List/GetListMembersCommand.cs Methods/List/GetListSubscriptionsCommand.cs Methods/List/ListStatusesOptions.cs Methods/List/UpdateListOptions.cs Methods/Notification/NotificationLeaveCommand.cs Methods/Notification/NotificationFollowCommand.cs Methods/Notification/TwitterNotification.cs Methods/SavedSearches/SavedSearchesCommand.cs Methods/SavedSearches/CreateSavedSearchCommand.cs Methods/SavedSearches/DeleteSavedSearchCommand.cs Methods/SavedSearches/TwitterSavedSearch.cs Methods/SavedSearches/TwitterSavedSearchCollection.cs Methods/Search/SearchOptions.cs Methods/Spam/ReportSpamCommand.cs Methods/Spam/TwitterSpam.cs Methods/Timeline/PagedTimelineCommand.cs Methods/Timeline/UserTimelineOptions.cs Methods/Trends/AvailableTrendsCommand.cs Methods/Trends/AvailableTrendsOptions.cs Methods/Trends/WeeklyTrendsCommand.cs Methods/Trends/DailyTrendsCommand.cs Methods/Trends/TrendsOptions.cs Methods/Trends/TwitterTrendDictionary.cs Methods/Trends/TwitterTrendLocationPlaceType.cs Methods/Trends/TwitterTrendLocation.cs Methods/Trends/TwitterTrendLocationCollection.cs Methods/Trends/TrendsCommand.cs Methods/Trends/LocalTrendsOptions.cs Methods/Search/SearchCommand.cs Methods/Timeline/TimelineOptions.cs Methods/Timeline/TwitterTimeline.cs Methods/Trends/TwitterTrendCollection.cs Methods/Tweets/DeleteStatusCommand.cs Methods/Tweets/Entities/TwitterEntity.cs Methods/Tweets/Entities/TwitterEntityCollection.cs Methods/Tweets/Entities/TwitterHashTagEntity.cs Methods/Tweets/Entities/TwitterMediaEntity.cs Methods/Tweets/Entities/TwitterMentionEntity.cs Methods/Tweets/Entities/TwitterUrlEntity.cs Methods/Tweets/RelatedResultsCommand.cs Methods/Tweets/UpdateWithmediaCommand.cs Methods/User/RetweetedByCommand.cs Methods/User/RetweetedByIdsCommand.cs Methods/User/RetweetedByIdsOptions.cs Methods/User/RetweetedByOptions.cs Methods/Tweets/TwitterRelatedTweets.cs Methods/Tweets/RetweetsOfMeOptions.cs Methods/Tweets/RetweetsOptions.cs Methods/Tweets/TwitterRelatedTweetsCollection.cs Methods/User/FollowersOptions.cs Methods/User/FriendsCommand.cs Methods/Timeline/FriendsTimelineCommand.cs Methods/List/GetListCommand.cs Methods/List/GetListsCommand.cs Methods/Timeline/HomeTimelineCommand.cs Methods/List/ListMembershipsCommand.cs Methods/List/ListStatusesCommand.cs Methods/Timeline/MentionsCommand.cs Methods/Timeline/PublicTimelineCommand.cs Methods/Account/RateLimitStatusCommand.cs Methods/Tweets/RetweetCommand.cs Methods/Timeline/RetweetedByMeCommand.cs Methods/Timeline/RetweetedToMeCommand.cs Methods/Tweets/RetweetsCommand.cs Methods/Tweets/RetweetsOfMeCommand.cs Methods/Friendship/ShowFriendshipCommand.cs Methods/Tweets/ShowStatusCommand.cs Methods/List/UpdateListCommand.cs Methods/Tweets/UpdateStatusCommand.cs Methods/User/FollowersCommand.cs Methods/User/FriendsOptions.cs Methods/User/LookupUsersOptions.cs Methods/User/LookupUsersCommand.cs Methods/User/SuggestedUserCategoriesCommand.cs Methods/User/SuggestedUsersCommand.cs Methods/User/TwitterUserCategory.cs Methods/User/UserSearchCommand.cs Methods/Timeline/UserTimelineCommand.cs Core/SerializationHelper.cs Core/TwitterCollection.cs Core/ConversionUtility.cs Core/ICommand.cs Methods/User/ShowUserCommand.cs Core/TwitterObject.cs Core/NamespaceDoc.cs Core/AccessLevel.cs Information.cs Methods/User/UserSearchOptions.cs OAuth/OAuthTokenResponse.cs OAuth/OAuthUtility.cs OAuth/OAuthTokens.cs Core/TwitterCommand.cs Core/CommandPerformer.cs Core/RateLimit.cs OAuth/WebRequestBuilder.cs OAuth/XAuthUtility.cs Properties/AssemblyInfo.cs Core/OptionalProperties.cs Methods/Tweets/StatusUpdateOptions.cs Methods/List/TwitterList.cs Methods/List/TwitterListCollection.cs Methods/Account/TwitterRateLimitStatus.cs Methods/Friendship/TwitterRelationshipUser.cs Methods/TwitterResultTypeEnum.cs Methods/Search/TwitterSearch.cs Methods/Search/TwitterSearchResultCollection.cs Methods/Tweets/TwitterStatus.cs Methods/Tweets/TwitterStatusCollection.cs Methods/Trends/TwitterTrend.cs Methods/User/TwitterUserCollection.cs Exceptions/TwitterizerException.cs Methods/User/TwitterUser.cs TwitterResponse.cs /construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:MONO_4_5 /nostdlib /reference:/usr/local/lib/mono/4.5-api/System.dll /reference:/usr/local/lib/mono/4.5-api/System.Drawing.dll /reference:/usr/local/lib/mono/4.5-api/System.Runtime.Serialization.dll /reference:/usr/local/lib/mono/4.5-api/System.Xml.dll /reference:/usr/local/lib/mono/4.5-api/System.Configuration.dll /reference:/usr/local/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/local/lib/mono/4.5-api/System.Core.dll /reference:/construction/irc/smuxi/smuxi-1.0.8/bin/debug//Newtonsoft.Json.dll /reference:/usr/local/lib/mono/4.5-api//mscorlib.dll /warn:0 Target DeployOutputFiles: Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/Twitterizer2.dll.mdb' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/Twitterizer2.dll.mdb' Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/Twitterizer2.dll' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/Twitterizer2.dll' Done building project "/construction/irc/smuxi/smuxi-1.0.8/lib/Twitterizer/Twitterizer2/Twitterizer2.csproj". Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:05.2143360 /usr/local/bin/xbuild /toolsversion:4.0 /p:TargetFrameworkVersion=v4.5 /property:DefineConstants=MONO_4_5 /p:CscToolExe=mcs.exe /p:Configuration=Debug /p:SignAssembly=false /p:WarningLevel=0 /p:Warn=0 /p:OutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug /p:BaseIntermediateOutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ /p:IntermediateOutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ /p:DocumentationFile= ./Twitterizer/Twitterizer2.Streaming/Twitterizer2.Streaming.csproj >>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<< XBuild Engine Version 14.0 Mono, Version 5.10.1.57 Copyright (C) 2005-2013 Various Mono authors Build started 9/20/2020 12:10:18 AM. __________________________________________________ Project "/construction/irc/smuxi/smuxi-1.0.8/lib/Twitterizer/Twitterizer2.Streaming/Twitterizer2.Streaming.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target ResolveProjectReferences: Project "/construction/irc/smuxi/smuxi-1.0.8/lib/Twitterizer/Twitterizer2/Twitterizer2.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target ResolveProjectReferences: Project "/construction/irc/smuxi/smuxi-1.0.8/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Newtonsoft.Json.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target _GenerateTargetFrameworkMonikerAttribute: Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/construction/irc/smuxi/smuxi-1.0.8/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Newtonsoft.Json.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target _GenerateTargetFrameworkMonikerAttribute: Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/construction/irc/smuxi/smuxi-1.0.8/lib/Twitterizer/Twitterizer2/Twitterizer2.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target _GenerateTargetFrameworkMonikerAttribute: Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Tool /usr/local/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /debug:portable /optimize- /out:/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/Twitterizer2.Streaming.dll ../CommonAssemblyInfo.cs TwitterSteamEvent.cs UserStreamOptions.cs TwitterStreamDeletedEvent.cs Location.cs Properties/AssemblyInfo.cs SerializationHelper.cs StreamOptions.cs TwitterStream.cs TwitterStreamEvent.cs /construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:MONO_4_5 /nostdlib /platform:AnyCPU /reference:/usr/local/lib/mono/4.5-api/System.dll /reference:/usr/local/lib/mono/4.5-api/System.Runtime.Serialization.dll /reference:/usr/local/lib/mono/4.5-api/System.Core.dll /reference:/construction/irc/smuxi/smuxi-1.0.8/bin/debug//Twitterizer2.dll /reference:/construction/irc/smuxi/smuxi-1.0.8/bin/debug//Newtonsoft.Json.dll /reference:/usr/local/lib/mono/4.5-api//mscorlib.dll /warn:0 Target DeployOutputFiles: Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/Twitterizer2.Streaming.dll.mdb' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/Twitterizer2.Streaming.dll.mdb' Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/Twitterizer2.Streaming.dll' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/Twitterizer2.Streaming.dll' Done building project "/construction/irc/smuxi/smuxi-1.0.8/lib/Twitterizer/Twitterizer2.Streaming/Twitterizer2.Streaming.csproj". Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:08.8597960 /usr/local/bin/xbuild /toolsversion:4.0 /p:TargetFrameworkVersion=v4.5 /property:DefineConstants=MONO_4_5 /p:CscToolExe=mcs.exe /p:Configuration=Debug /p:SignAssembly=false /p:WarningLevel=0 /p:Warn=0 /p:OutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug /p:BaseIntermediateOutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ /p:IntermediateOutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ /p:DocumentationFile= /property:DefineConstants="TRACE,DEBUG,SSL,STRINGPREP,MONO" ./agsxmpp/agsxmpp/agsxmpp.csproj >>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<< XBuild Engine Version 14.0 Mono, Version 5.10.1.57 Copyright (C) 2005-2013 Various Mono authors Build started 9/20/2020 12:10:28 AM. __________________________________________________ Project "/construction/irc/smuxi/smuxi-1.0.8/lib/agsxmpp/agsxmpp/agsxmpp.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target ResolveProjectReferences: Project "/construction/irc/smuxi/smuxi-1.0.8/lib/StarkSoftProxy/StarkSoftProxy.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target _GenerateTargetFrameworkMonikerAttribute: Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Tool /usr/local/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /debug:portable /optimize- /out:/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/StarkSoftProxy.dll HttpProxyClient.cs IProxyClient.cs ProxyClientFactory.cs Socks4aProxyClient.cs Socks4ProxyClient.cs Socks5ProxyClient.cs Utils.cs EventArgs/CreateConnectionAsyncCompletedEventArgs.cs Exceptions/ProxyException.cs /construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE,DEBUG,SSL,STRINGPREP,MONO /nostdlib /reference:/usr/local/lib/mono/4.5-api/System.dll /reference:/usr/local/lib/mono/4.5-api/System.Core.dll /reference:/usr/local/lib/mono/4.5-api//mscorlib.dll /warn:0 Target DeployOutputFiles: Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/StarkSoftProxy.dll.mdb' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/StarkSoftProxy.dll.mdb' Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/StarkSoftProxy.dll' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/StarkSoftProxy.dll' Done building project "/construction/irc/smuxi/smuxi-1.0.8/lib/StarkSoftProxy/StarkSoftProxy.csproj". Project "/construction/irc/smuxi/smuxi-1.0.8/lib/agsxmpp/agsxmpp/starksoftproxy/StarkSoftProxy.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target _GenerateTargetFrameworkMonikerAttribute: Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/construction/irc/smuxi/smuxi-1.0.8/lib/agsxmpp/agsxmpp/starksoftproxy/StarkSoftProxy.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target _GenerateTargetFrameworkMonikerAttribute: Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Tool /usr/local/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /debug:portable /optimize- /out:/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/agsxmpp.dll Properties/AssemblyInfo.cs Sasl/ExtendedData.cs Sasl/Mechanism.cs Sasl/SaslEventArgs.cs Sasl/SaslHandler.cs Sasl/Anonymous/AnonymousMechanism.cs Sasl/DigestMD5/DigestMD5Mechanism.cs Sasl/DigestMD5/Step1.cs Sasl/DigestMD5/Step2.cs Sasl/Facebook/FacebookExtendedData.cs Sasl/Facebook/FacebookMechanism.cs Sasl/Gssapi/GssapiMechanism.cs Sasl/Gssapi/SSPIHelper.cs Sasl/Plain/PlainMechanism.cs Sasl/Scram/ScramSha1Mechanism.cs Sasl/XGoogleToken/XGoogleTokenMechanism.cs Collections/BareJidComparer.cs Collections/FullJidComparer.cs Exceptions/JidException.cs Exceptions/RegisterException.cs Exceptions/XmlRpcException.cs Factory/ElementFactory.cs Factory/ElementType.cs Factory/SaslFactory.cs Idn/CombiningClass.cs Idn/Composition.cs Idn/DecompositionKeys.cs Idn/DecompositionMappings.cs Idn/IDNA.cs Idn/IDNAException.cs Idn/NFKC.cs Idn/Punycode.cs Idn/PunycodeException.cs Idn/RFC3454.cs Idn/Stringprep.cs Idn/StringprepException.cs IO/StringWriterWithEncoding.cs IO/Compression/Deflater.cs IO/Compression/DeflaterConstants.cs IO/Compression/DeflaterEngine.cs IO/Compression/DeflaterHuffman.cs IO/Compression/DeflaterPending.cs IO/Compression/Inflater.cs IO/Compression/InflaterDynHeader.cs IO/Compression/InflaterHuffmanTree.cs IO/Compression/PendingBuffer.cs IO/Compression/SharpZipBaseException.cs IO/Compression/Checksums/Adler32.cs IO/Compression/Checksums/IChecksum.cs IO/Compression/Streams/OutputWindow.cs IO/Compression/Streams/StreamManipulator.cs Net/BaseSocket.cs Net/BoshClientSocket.cs Net/CertificateVerifier.cs Net/ClientSocket.cs Net/PollClientSocket.cs Net/PollingSocketException.cs Net/SocketConnectionType.cs Net/SslStream.cs Net/SynchronousAsyncResult.cs Net/Dns/Enums.cs Net/Dns/IPConfigurationInformation.cs Net/Dns/InvalidResponseException.cs Net/Dns/NoResponseException.cs Net/Dns/Pointer.cs Net/Dns/Question.cs Net/Dns/RecordBase.cs Net/Dns/Request.cs Net/Dns/Resolver.cs Net/Dns/ResourceRecord.cs Net/Dns/Response.cs Net/Dns/SRVRecord.cs protocol/Error.cs protocol/Stream.cs protocol/Base/Avatar.cs protocol/Base/DirectionalElement.cs protocol/Base/Group.cs protocol/Base/Item.cs protocol/Base/RosterItem.cs protocol/Base/Stanza.cs protocol/Base/Stream.cs protocol/Time/Time.cs protocol/client/Error.cs protocol/client/Handler.cs protocol/client/IQ.cs protocol/client/Message.cs protocol/client/MessageType.cs protocol/client/Presence.cs protocol/client/PresenceManager.cs protocol/client/PresenceType.cs protocol/client/ShowType.cs protocol/component/Error.cs protocol/component/Handler.cs protocol/component/Handshake.cs protocol/component/IQ.cs protocol/component/Log.cs protocol/component/Message.cs protocol/component/Presence.cs protocol/component/Route.cs protocol/extensions/amp/Action.cs protocol/extensions/amp/Amp.cs protocol/extensions/amp/Condition.cs protocol/extensions/amp/Rule.cs protocol/extensions/bookmarks/BookmarkManager.cs protocol/extensions/bookmarks/Conference.cs protocol/extensions/bookmarks/RosterNote.cs protocol/extensions/bookmarks/RosterNotes.cs protocol/extensions/bookmarks/Storage.cs protocol/extensions/bookmarks/StorageIq.cs protocol/extensions/bookmarks/Url.cs protocol/extensions/bosh/Body.cs protocol/extensions/bosh/BoshType.cs protocol/extensions/bytestreams/Activate.cs protocol/extensions/bytestreams/ByteStream.cs protocol/extensions/bytestreams/ByteStreamIq.cs protocol/extensions/bytestreams/Mode.cs protocol/extensions/bytestreams/StreamHost.cs protocol/extensions/bytestreams/StreamHostUsed.cs protocol/extensions/bytestreams/UdpSuccess.cs protocol/extensions/caps/Capabilities.cs protocol/extensions/chatstates/Active.cs protocol/extensions/chatstates/Chatstate.cs protocol/extensions/chatstates/Composing.cs protocol/extensions/chatstates/Gone.cs protocol/extensions/chatstates/Inactive.cs protocol/extensions/chatstates/Paused.cs protocol/extensions/commands/Action.cs protocol/extensions/commands/Actions.cs protocol/extensions/commands/Command.cs protocol/extensions/commands/Note.cs protocol/extensions/commands/NoteType.cs protocol/extensions/commands/Status.cs protocol/extensions/compression/Compress.cs protocol/extensions/compression/Compressed.cs protocol/extensions/compression/CompressionMethod.cs protocol/extensions/compression/Failure.cs protocol/extensions/featureneg/FeatureNeg.cs protocol/extensions/featureneg/FeatureNegIq.cs protocol/extensions/filetransfer/File.cs protocol/extensions/filetransfer/Range.cs protocol/extensions/geoloc/GeoLoc.cs protocol/extensions/geoloc/GeoLocIq.cs protocol/extensions/html/Body.cs protocol/extensions/html/Html.cs protocol/extensions/ibb/Base.cs protocol/extensions/ibb/Close.cs protocol/extensions/ibb/Data.cs protocol/extensions/ibb/Open.cs protocol/extensions/jivesoftware/phone/ActionType.cs protocol/extensions/jivesoftware/phone/PhoneAction.cs protocol/extensions/jivesoftware/phone/PhoneEvent.cs protocol/extensions/jivesoftware/phone/PhoneStatus.cs protocol/extensions/jivesoftware/phone/PhoneStatusType.cs protocol/extensions/msgreceipts/Received.cs protocol/extensions/msgreceipts/Request.cs protocol/extensions/nickname/Nickname.cs protocol/extensions/ping/Ping.cs protocol/extensions/ping/PingIq.cs protocol/extensions/primary/Primary.cs protocol/extensions/pubsub/Access.cs protocol/extensions/pubsub/Affiliation.cs protocol/extensions/pubsub/AffiliationType.cs protocol/extensions/pubsub/Affiliations.cs protocol/extensions/pubsub/Configure.cs protocol/extensions/pubsub/Create.cs protocol/extensions/pubsub/Item.cs protocol/extensions/pubsub/Items.cs protocol/extensions/pubsub/Options.cs protocol/extensions/pubsub/PubSub.cs protocol/extensions/pubsub/PubSubAction.cs protocol/extensions/pubsub/PubSubIq.cs protocol/extensions/pubsub/PubSubManager.cs protocol/extensions/pubsub/Publish.cs protocol/extensions/pubsub/Retract.cs protocol/extensions/pubsub/Subscribe.cs protocol/extensions/pubsub/SubscribeOptions.cs protocol/extensions/pubsub/Subscription.cs protocol/extensions/pubsub/SubscriptionState.cs protocol/extensions/pubsub/Subscriptions.cs protocol/extensions/pubsub/Type.cs protocol/extensions/pubsub/Unsubscribe.cs protocol/extensions/pubsub/event/Delete.cs protocol/extensions/pubsub/event/Event.cs protocol/extensions/pubsub/event/Item.cs protocol/extensions/pubsub/event/Items.cs protocol/extensions/pubsub/event/Purge.cs protocol/extensions/pubsub/owner/Affiliate.cs protocol/extensions/pubsub/owner/Affiliates.cs protocol/extensions/pubsub/owner/Configure.cs protocol/extensions/pubsub/owner/Delete.cs protocol/extensions/pubsub/owner/Pending.cs protocol/extensions/pubsub/owner/PubSub.cs protocol/extensions/pubsub/owner/PubSubIq.cs protocol/extensions/pubsub/owner/Purge.cs protocol/extensions/pubsub/owner/Subscriber.cs protocol/extensions/pubsub/owner/Subscribers.cs protocol/extensions/shim/Header.cs protocol/extensions/shim/Headers.cs protocol/extensions/si/SI.cs protocol/extensions/si/SIIq.cs protocol/iq/agent/Agent.cs protocol/iq/agent/Agents.cs protocol/iq/agent/AgentsIq.cs protocol/iq/auth/Auth.cs protocol/iq/auth/AuthIq.cs protocol/iq/avatar/Avatar.cs protocol/iq/avatar/AvatarIq.cs protocol/iq/bind/Bind.cs protocol/iq/bind/BindIq.cs protocol/iq/browse/Browse.cs protocol/iq/browse/BrowseIq.cs protocol/iq/browse/BrowseItem.cs protocol/iq/browse/Service.cs protocol/iq/disco/DiscoFeature.cs protocol/iq/disco/DiscoIdentity.cs protocol/iq/disco/DiscoInfo.cs protocol/iq/disco/DiscoInfoIq.cs protocol/iq/disco/DiscoItem.cs protocol/iq/disco/DiscoItems.cs protocol/iq/disco/DiscoItemsIq.cs protocol/iq/disco/DiscoManager.cs protocol/iq/disco/Features.cs protocol/iq/last/Last.cs protocol/iq/last/LastIq.cs protocol/iq/oob/Oob.cs protocol/iq/oob/OobIq.cs protocol/iq/privacy/Action.cs protocol/iq/privacy/Active.cs protocol/iq/privacy/Default.cs protocol/iq/privacy/Item.cs protocol/iq/privacy/List.cs protocol/iq/privacy/Privacy.cs protocol/iq/privacy/PrivacyIq.cs protocol/iq/privacy/PrivacyManager.cs protocol/iq/privacy/RuleManager.cs protocol/iq/privacy/Stanza.cs protocol/iq/privacy/Type.cs protocol/iq/private/Private.cs protocol/iq/private/PrivateIq.cs protocol/iq/register/Register.cs protocol/iq/register/RegisterEventArgs.cs protocol/iq/register/RegisterIq.cs protocol/iq/roster/Delimiter.cs protocol/iq/roster/Roster.cs protocol/iq/roster/RosterIq.cs protocol/iq/roster/RosterItem.cs protocol/iq/roster/RosterManager.cs protocol/iq/rpc/MethodCall.cs protocol/iq/rpc/MethodResponse.cs protocol/iq/rpc/Rpc.cs protocol/iq/rpc/RpcHelper.cs protocol/iq/rpc/RpcIq.cs protocol/iq/search/Search.cs protocol/iq/search/SearchIq.cs protocol/iq/search/SearchItem.cs protocol/iq/session/Session.cs protocol/iq/session/SessionIq.cs protocol/iq/time/Time.cs protocol/iq/time/TimeIq.cs protocol/iq/vcard/Address.cs protocol/iq/vcard/Email.cs protocol/iq/vcard/Name.cs protocol/iq/vcard/Organization.cs protocol/iq/vcard/Photo.cs protocol/iq/vcard/Telephone.cs protocol/iq/vcard/Vcard.cs protocol/iq/vcard/VcardIq.cs protocol/iq/version/Version.cs protocol/iq/version/VersionIq.cs protocol/sasl/Abort.cs protocol/sasl/Auth.cs protocol/sasl/Challenge.cs protocol/sasl/Failure.cs protocol/sasl/FailureCondition.cs protocol/sasl/Mechanism.cs protocol/sasl/Mechanisms.cs protocol/sasl/Response.cs protocol/sasl/Success.cs protocol/server/Presence.cs protocol/storage/Avatar.cs protocol/storage/AvatarIq.cs protocol/stream/Features.cs protocol/stream/feature/Register.cs protocol/stream/feature/compression/Compression.cs protocol/stream/feature/compression/Method.cs protocol/tls/Failure.cs protocol/tls/Proceed.cs protocol/tls/StartTls.cs protocol/x/Avatar.cs protocol/x/Conference.cs protocol/x/Delay.cs protocol/x/Event.cs protocol/x/data/Data.cs protocol/x/data/Field.cs protocol/x/data/FieldContainer.cs protocol/x/data/FieldTypes.cs protocol/x/data/Item.cs protocol/x/data/Option.cs protocol/x/data/Reported.cs protocol/x/data/Value.cs protocol/x/muc/Actor.cs protocol/x/muc/Affiliation.cs protocol/x/muc/Decline.cs protocol/x/muc/Destroy.cs protocol/x/muc/History.cs protocol/x/muc/Invitation.cs protocol/x/muc/Invite.cs protocol/x/muc/Item.cs protocol/x/muc/Muc.cs protocol/x/muc/MucManager.cs protocol/x/muc/Role.cs protocol/x/muc/Status.cs protocol/x/muc/StatusCode.cs protocol/x/muc/User.cs protocol/x/muc/iq/admin/Admin.cs protocol/x/muc/iq/admin/AdminIq.cs protocol/x/muc/iq/admin/Item.cs protocol/x/muc/iq/owner/Owner.cs protocol/x/muc/iq/owner/OwnerIq.cs protocol/x/muc/owner/Destroy.cs protocol/x/muc/user/Destroy.cs protocol/x/rosterx/RosterItem.cs protocol/x/rosterx/RosterX.cs protocol/x/vcard_update/VcardUpdate.cs Xml/StreamParser.cs Xml/Dom/CData.cs Xml/Dom/Comment.cs Xml/Dom/Document.cs Xml/Dom/DomLoader.cs Xml/Dom/Element.cs Xml/Dom/ElementList.cs Xml/Dom/Node.cs Xml/Dom/NodeList.cs Xml/Dom/Text.cs Xml/Xpnet/BufferAggregate.cs Xml/Xpnet/ContentToken.cs Xml/Xpnet/Encoding.cs Xml/Xpnet/Exceptions.cs Xml/Xpnet/NS.cs Xml/Xpnet/NamespaceStack.cs Xml/Xpnet/Position.cs Xml/Xpnet/Token.cs Xml/Xpnet/UTF8Encoding.cs Util/Date.cs Util/Enum.cs Util/Exceptions.cs Util/Hash.cs Util/RNGCryptoServiceProvider.cs Util/RandomNumberGenerator.cs Util/Runtime.cs Util/WinCeApi.cs Id.cs IqGrabber.cs Jid.cs MessageGrabber.cs PacketGrabber.cs PresenceGrabber.cs Uri.cs XmppClientConnection.cs XmppClientConnectionState.cs XmppComponentConnection.cs XmppConnection.cs protocol/Base/StanzaWithError.cs Exceptions/StartTlsException.cs /construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:TRACE,DEBUG,SSL,STRINGPREP,MONO /nostdlib /reference:/usr/local/lib/mono/4.5-api/System.dll /reference:/usr/local/lib/mono/4.5-api/System.Xml.dll /reference:/usr/local/lib/mono/4.5-api/System.Data.dll /reference:/usr/local/lib/mono/4.5-api/System.Drawing.dll /reference:/usr/local/lib/mono/4.5-api/System.Core.dll /reference:/construction/irc/smuxi/smuxi-1.0.8/bin/debug//StarkSoftProxy.dll /reference:/usr/local/lib/mono/4.5-api//mscorlib.dll /warn:0 Target DeployOutputFiles: Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/agsxmpp.dll.mdb' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/agsxmpp.dll.mdb' Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/agsxmpp.dll' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/agsxmpp.dll' Done building project "/construction/irc/smuxi/smuxi-1.0.8/lib/agsxmpp/agsxmpp/agsxmpp.csproj". Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:09.5576140 /usr/local/bin/xbuild /toolsversion:4.0 /p:TargetFrameworkVersion=v4.5 /property:DefineConstants=MONO_4_5 /p:CscToolExe=mcs.exe /p:Configuration=Debug /p:SignAssembly=false /p:WarningLevel=0 /p:Warn=0 /p:OutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug /p:BaseIntermediateOutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ /p:IntermediateOutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ /p:DocumentationFile= /property:DefineConstants="NET_3_5,MONO,EMBEDDED" ./db4o-net/Db4objects.Db4o/Db4objects.Db4o-2008.csproj >>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<< XBuild Engine Version 14.0 Mono, Version 5.10.1.57 Copyright (C) 2005-2013 Various Mono authors Build started 9/20/2020 12:10:38 AM. __________________________________________________ Project "/construction/irc/smuxi/smuxi-1.0.8/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o-2008.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target _GenerateTargetFrameworkMonikerAttribute: Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Tool /usr/local/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /debug:portable /optimize- /out:/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/Db4objects.Db4o.dll Db4objects.Db4o/Activation/ActivationPurpose.cs Db4objects.Db4o/Activation/IActivator.cs Db4objects.Db4o/Collections/ArrayDictionary4.cs Db4objects.Db4o/Collections/ArrayList4.cs Db4objects.Db4o/Collections/CollectionFactory.cs Db4objects.Db4o/Config/ConfigScope.cs Db4objects.Db4o/Config/Encoding/IStringEncoding.cs Db4objects.Db4o/Config/Encoding/StringEncodings.cs Db4objects.Db4o/Config/Entry.cs Db4objects.Db4o/Config/GlobalOnlyConfigException.cs Db4objects.Db4o/Config/IAlias.cs Db4objects.Db4o/Config/ICacheConfiguration.cs Db4objects.Db4o/Config/ICacheConfigurationProvider.cs Db4objects.Db4o/Config/IClientServerConfiguration.cs Db4objects.Db4o/Config/ICommonConfiguration.cs Db4objects.Db4o/Config/ICommonConfigurationProvider.cs Db4objects.Db4o/Config/ICompare.cs Db4objects.Db4o/Config/IConfiguration.cs Db4objects.Db4o/Config/IConfigurationItem.cs Db4objects.Db4o/Config/IEmbeddedConfiguration.cs Db4objects.Db4o/Config/IEmbeddedConfigurationItem.cs Db4objects.Db4o/Config/IEnvironmentConfiguration.cs Db4objects.Db4o/Config/IFileConfiguration.cs Db4objects.Db4o/Config/IFileConfigurationProvider.cs Db4objects.Db4o/Config/IFreespaceConfiguration.cs Db4objects.Db4o/Config/IFreespaceFiller.cs Db4objects.Db4o/Config/IIdSystemConfiguration.cs Db4objects.Db4o/Config/IIdSystemConfigurationProvider.cs Db4objects.Db4o/Config/IIdSystemFactory.cs Db4objects.Db4o/Config/ILegacyClientServerFactory.cs Db4objects.Db4o/Config/INameProvider.cs Db4objects.Db4o/Config/IObjectAttribute.cs Db4objects.Db4o/Config/IObjectClass.cs Db4objects.Db4o/Config/IObjectConstructor.cs Db4objects.Db4o/Config/IObjectField.cs Db4objects.Db4o/Config/IObjectTranslator.cs Db4objects.Db4o/Config/IQueryConfiguration.cs Db4objects.Db4o/Config/QueryEvaluationMode.cs Db4objects.Db4o/Config/SimpleNameProvider.cs Db4objects.Db4o/Config/TNull.cs Db4objects.Db4o/Config/TypeAlias.cs Db4objects.Db4o/Config/WildcardAlias.cs Db4objects.Db4o/Constraints/ConstraintViolationException.cs Db4objects.Db4o/Constraints/UniqueFieldValueConstraint.cs Db4objects.Db4o/Constraints/UniqueFieldValueConstraintViolationException.cs Db4objects.Db4o/CorruptionException.cs Db4objects.Db4o/DTrace.cs Db4objects.Db4o/Db4oEmbedded.cs Db4objects.Db4o/Db4oFactory.cs Db4objects.Db4o/Db4oVersion.cs Db4objects.Db4o/Debug4.cs Db4objects.Db4o/Defragment/AbstractIdMapping.cs Db4objects.Db4o/Defragment/DatabaseIdMapping.cs Db4objects.Db4o/Defragment/Defragment.cs Db4objects.Db4o/Defragment/DefragmentConfig.cs Db4objects.Db4o/Defragment/DefragmentInfo.cs Db4objects.Db4o/Defragment/DefragmentServicesImpl.cs Db4objects.Db4o/Defragment/FirstPassCommand.cs Db4objects.Db4o/Defragment/IDMappingCollector.cs Db4objects.Db4o/Defragment/IDefragmentListener.cs Db4objects.Db4o/Defragment/IDefragmentServices.cs Db4objects.Db4o/Defragment/IIdMapping.cs Db4objects.Db4o/Defragment/IStoredClassFilter.cs Db4objects.Db4o/Defragment/InMemoryIdMapping.cs Db4objects.Db4o/Defragment/PassCommand.cs Db4objects.Db4o/Defragment/SecondPassCommand.cs Db4objects.Db4o/Deploy.cs Db4objects.Db4o/Diagnostic/ClassHasNoFields.cs Db4objects.Db4o/Diagnostic/DefragmentRecommendation.cs Db4objects.Db4o/Diagnostic/DeletionFailed.cs Db4objects.Db4o/Diagnostic/DescendIntoTranslator.cs Db4objects.Db4o/Diagnostic/DiagnosticBase.cs Db4objects.Db4o/Diagnostic/DiagnosticToConsole.cs Db4objects.Db4o/Diagnostic/IDiagnostic.cs Db4objects.Db4o/Diagnostic/IDiagnosticConfiguration.cs Db4objects.Db4o/Diagnostic/IDiagnosticListener.cs Db4objects.Db4o/Diagnostic/LoadedFromClassIndex.cs Db4objects.Db4o/Diagnostic/MissingClass.cs Db4objects.Db4o/Diagnostic/NativeQueryNotOptimized.cs Db4objects.Db4o/Diagnostic/NativeQueryOptimizerNotLoaded.cs Db4objects.Db4o/Diagnostic/ObjectFieldDoesNotExist.cs Db4objects.Db4o/Diagnostic/UpdateDepthGreaterOne.cs Db4objects.Db4o/Events/CancellableObjectEventArgs.cs Db4objects.Db4o/Events/ClassEventArgs.cs Db4objects.Db4o/Events/CommitEventArgs.cs Db4objects.Db4o/Events/EventException.cs Db4objects.Db4o/Events/EventRegistryFactory.cs Db4objects.Db4o/Events/ICancellableEventArgs.cs Db4objects.Db4o/Events/IEventRegistry.cs Db4objects.Db4o/Events/ObjectContainerEventArgs.cs Db4objects.Db4o/Events/ObjectEventArgs.cs Db4objects.Db4o/Events/ObjectInfoEventArgs.cs Db4objects.Db4o/Events/QueryEventArgs.cs Db4objects.Db4o/Events/StringEventArgs.cs Db4objects.Db4o/Events/TransactionalEventArgs.cs Db4objects.Db4o/Ext/BackupInProgressException.cs Db4objects.Db4o/Ext/CompositeDb4oException.cs Db4objects.Db4o/Ext/DatabaseClosedException.cs Db4objects.Db4o/Ext/DatabaseFileLockedException.cs Db4objects.Db4o/Ext/DatabaseMaximumSizeReachedException.cs Db4objects.Db4o/Ext/DatabaseReadOnlyException.cs Db4objects.Db4o/Ext/Db4oDatabase.cs Db4objects.Db4o/Ext/Db4oException.cs Db4objects.Db4o/Ext/Db4oFatalException.cs Db4objects.Db4o/Ext/Db4oFileHeaderCorruptionException.cs Db4objects.Db4o/Ext/Db4oIOException.cs Db4objects.Db4o/Ext/Db4oIllegalStateException.cs Db4objects.Db4o/Ext/Db4oRecoverableException.cs Db4objects.Db4o/Ext/Db4oUUID.cs Db4objects.Db4o/Ext/Db4oUnexpectedException.cs Db4objects.Db4o/Ext/EmergencyShutdownReadOnlyException.cs Db4objects.Db4o/Ext/IDb4oCallback.cs Db4objects.Db4o/Ext/IExtClient.cs Db4objects.Db4o/Ext/IExtObjectContainer.cs Db4objects.Db4o/Ext/IExtObjectServer.cs Db4objects.Db4o/Ext/IExtObjectSet.cs Db4objects.Db4o/Ext/IObjectCallbacks.cs Db4objects.Db4o/Ext/IObjectInfo.cs Db4objects.Db4o/Ext/IObjectInfoCollection.cs Db4objects.Db4o/Ext/IStoredClass.cs Db4objects.Db4o/Ext/IStoredField.cs Db4objects.Db4o/Ext/ISystemInfo.cs Db4objects.Db4o/Ext/IncompatibleFileFormatException.cs Db4objects.Db4o/Ext/InvalidIDException.cs Db4objects.Db4o/Ext/InvalidPasswordException.cs Db4objects.Db4o/Ext/InvalidSlotException.cs Db4objects.Db4o/Ext/ObjectNotStorableException.cs Db4objects.Db4o/Ext/OldFormatException.cs Db4objects.Db4o/Ext/Status.cs Db4objects.Db4o/Ext/UnsupportedOldFormatException.cs Db4objects.Db4o/Ext/VirtualField.cs Db4objects.Db4o/Foundation/AbstractTreeIterator.cs Db4objects.Db4o/Foundation/Algorithms4.cs Db4objects.Db4o/Foundation/ArrayIterator4.cs Db4objects.Db4o/Foundation/Arrays4.cs Db4objects.Db4o/Foundation/AutoStopWatch.cs Db4objects.Db4o/Foundation/BitMap4.cs Db4objects.Db4o/Foundation/BlockingQueue.cs Db4objects.Db4o/Foundation/BlockingQueueStoppedException.cs Db4objects.Db4o/Foundation/BooleanByRef.cs Db4objects.Db4o/Foundation/ByRef.cs Db4objects.Db4o/Foundation/CircularBuffer4.cs Db4objects.Db4o/Foundation/CircularIntBuffer4.cs Db4objects.Db4o/Foundation/CircularLongBuffer4.cs Db4objects.Db4o/Foundation/Collection4.cs Db4objects.Db4o/Foundation/Collection4Iterator.cs Db4objects.Db4o/Foundation/Collections4.cs Db4objects.Db4o/Foundation/CompositeIterable4.cs Db4objects.Db4o/Foundation/CompositeIterator4.cs Db4objects.Db4o/Foundation/DelegatingBlockingQueue.cs Db4objects.Db4o/Foundation/DynamicVariable.cs Db4objects.Db4o/Foundation/EnumerateIterator.cs Db4objects.Db4o/Foundation/Environments.cs Db4objects.Db4o/Foundation/FilteredIterator.cs Db4objects.Db4o/Foundation/FlatteningIterator.cs Db4objects.Db4o/Foundation/FunctionApplicationIterator.cs Db4objects.Db4o/Foundation/HashSet4.cs Db4objects.Db4o/Foundation/Hashtable4.cs Db4objects.Db4o/Foundation/HashtableBase.cs Db4objects.Db4o/Foundation/HashtableByteArrayEntry.cs Db4objects.Db4o/Foundation/HashtableIdentityEntry.cs Db4objects.Db4o/Foundation/HashtableIntEntry.cs Db4objects.Db4o/Foundation/HashtableIterator.cs Db4objects.Db4o/Foundation/HashtableLongEntry.cs Db4objects.Db4o/Foundation/HashtableObjectEntry.cs Db4objects.Db4o/Foundation/IArrayFactory.cs Db4objects.Db4o/Foundation/IBlock4.cs Db4objects.Db4o/Foundation/IBlockingQueue4.cs Db4objects.Db4o/Foundation/ICancellableVisitor4.cs Db4objects.Db4o/Foundation/IClosure4.cs Db4objects.Db4o/Foundation/IComparison4.cs Db4objects.Db4o/Foundation/IDeepClone.cs Db4objects.Db4o/Foundation/IEntry4.cs Db4objects.Db4o/Foundation/IEnvironment.cs Db4objects.Db4o/Foundation/IFixedSizeIntIterator4.cs Db4objects.Db4o/Foundation/IFunction4.cs Db4objects.Db4o/Foundation/IIntComparator.cs Db4objects.Db4o/Foundation/IIntIterator4.cs Db4objects.Db4o/Foundation/IIntObjectVisitor.cs Db4objects.Db4o/Foundation/IListener4.cs Db4objects.Db4o/Foundation/IMap4.cs Db4objects.Db4o/Foundation/IObjectPool.cs Db4objects.Db4o/Foundation/IPausableBlockingQueue4.cs Db4objects.Db4o/Foundation/IPredicate4.cs Db4objects.Db4o/Foundation/IPreparedComparison.cs Db4objects.Db4o/Foundation/IProcedure4.cs Db4objects.Db4o/Foundation/IQueue4.cs Db4objects.Db4o/Foundation/ISequence4.cs Db4objects.Db4o/Foundation/ISet4.cs Db4objects.Db4o/Foundation/IShallowClone.cs Db4objects.Db4o/Foundation/ISortable4.cs Db4objects.Db4o/Foundation/ITimeoutBlockingQueue4.cs Db4objects.Db4o/Foundation/IVisitable.cs Db4objects.Db4o/Foundation/IVisitor4.cs Db4objects.Db4o/Foundation/IdentityHashtable4.cs Db4objects.Db4o/Foundation/IdentitySet4.cs Db4objects.Db4o/Foundation/IndexedIterator.cs Db4objects.Db4o/Foundation/IntArrayByRef.cs Db4objects.Db4o/Foundation/IntArrayList.cs Db4objects.Db4o/Foundation/IntByRef.cs Db4objects.Db4o/Foundation/IntIdGenerator.cs Db4objects.Db4o/Foundation/IntIterator4Adaptor.cs Db4objects.Db4o/Foundation/IntIterator4Impl.cs Db4objects.Db4o/Foundation/IntIterators.cs Db4objects.Db4o/Foundation/InvalidIteratorException.cs Db4objects.Db4o/Foundation/Iterable4Adaptor.cs Db4objects.Db4o/Foundation/Iterator4Impl.cs Db4objects.Db4o/Foundation/Iterators.cs Db4objects.Db4o/Foundation/KeySpec.cs Db4objects.Db4o/Foundation/KeySpecHashtable4.cs Db4objects.Db4o/Foundation/List4.cs Db4objects.Db4o/Foundation/ListenerRegistry.cs Db4objects.Db4o/Foundation/LongByRef.cs Db4objects.Db4o/Foundation/MappingIterator.cs Db4objects.Db4o/Foundation/NativeCollections.cs Db4objects.Db4o/Foundation/No4.cs Db4objects.Db4o/Foundation/NoDuplicatesQueue.cs Db4objects.Db4o/Foundation/NonblockingQueue.cs Db4objects.Db4o/Foundation/ObjectByRef.cs Db4objects.Db4o/Foundation/Pair.cs Db4objects.Db4o/Foundation/PausableBlockingQueue.cs Db4objects.Db4o/Foundation/PrimitiveCodec.cs Db4objects.Db4o/Foundation/Runnable4.cs Db4objects.Db4o/Foundation/Runtime4.cs Db4objects.Db4o/Foundation/RuntimeInterruptedException.cs Db4objects.Db4o/Foundation/SimpleObjectPool.cs Db4objects.Db4o/Foundation/SimpleTimer.cs Db4objects.Db4o/Foundation/SingleValueIterator.cs Db4objects.Db4o/Foundation/SortedCollection4.cs Db4objects.Db4o/Foundation/Stack4.cs Db4objects.Db4o/Foundation/StopWatch.cs Db4objects.Db4o/Foundation/SubTypePredicate.cs Db4objects.Db4o/Foundation/SynchronizedHashtable4.cs Db4objects.Db4o/Foundation/SynchronizedIterator4.cs Db4objects.Db4o/Foundation/TernaryBool.cs Db4objects.Db4o/Foundation/ThreadLocal4.cs Db4objects.Db4o/Foundation/TimeStampIdGenerator.cs Db4objects.Db4o/Foundation/TimeoutBlockingQueue.cs Db4objects.Db4o/Foundation/Tree.cs Db4objects.Db4o/Foundation/TreeKeyIterator.cs Db4objects.Db4o/Foundation/TreeNodeIterator.cs Db4objects.Db4o/Foundation/TreeObject.cs Db4objects.Db4o/IBlobStatus.cs Db4objects.Db4o/IBlobTransport.cs Db4objects.Db4o/IEmbeddedObjectContainer.cs Db4objects.Db4o/IInternal4.cs Db4objects.Db4o/IO/BinConfiguration.cs Db4objects.Db4o/IO/BinDecorator.cs Db4objects.Db4o/IO/BlockAwareBin.cs Db4objects.Db4o/IO/BlockAwareBinWindow.cs Db4objects.Db4o/IO/CachedIoAdapter.cs Db4objects.Db4o/IO/CachingBin.cs Db4objects.Db4o/IO/CachingStorage.cs Db4objects.Db4o/IO/ConstantGrowthStrategy.cs Db4objects.Db4o/IO/DoublingGrowthStrategy.cs Db4objects.Db4o/IO/FileStorage.cs Db4objects.Db4o/IO/IBin.cs Db4objects.Db4o/IO/IBlockSize.cs Db4objects.Db4o/IO/IGrowthStrategy.cs Db4objects.Db4o/IO/IStorage.cs Db4objects.Db4o/IO/IoAdapter.cs Db4objects.Db4o/IO/IoAdapterStorage.cs Db4objects.Db4o/IO/MemoryBin.cs Db4objects.Db4o/IO/MemoryStorage.cs Db4objects.Db4o/IO/NonFlushingStorage.cs Db4objects.Db4o/IO/PagingMemoryBin.cs Db4objects.Db4o/IO/PagingMemoryStorage.cs Db4objects.Db4o/IO/RandomAccessFileAdapter.cs Db4objects.Db4o/IO/ReadOnlyBin.cs Db4objects.Db4o/IO/StorageDecorator.cs Db4objects.Db4o/IO/SynchronizedBin.cs Db4objects.Db4o/IO/ThreadedSyncBin.cs Db4objects.Db4o/IO/VanillaIoAdapter.cs Db4objects.Db4o/IObjectServer.cs Db4objects.Db4o/IObjectSet.cs Db4objects.Db4o/ITransactionAware.cs Db4objects.Db4o/ITransactionListener.cs Db4objects.Db4o/Internal/AbstractBufferContext.cs Db4objects.Db4o/Internal/Activation/ActivatableBase.cs Db4objects.Db4o/Internal/Activation/ActivationContext4.cs Db4objects.Db4o/Internal/Activation/ActivationDepthImpl.cs Db4objects.Db4o/Internal/Activation/ActivationMode.cs Db4objects.Db4o/Internal/Activation/DepthUtil.cs Db4objects.Db4o/Internal/Activation/DescendingActivationDepth.cs Db4objects.Db4o/Internal/Activation/FixedActivationDepth.cs Db4objects.Db4o/Internal/Activation/FixedUpdateDepth.cs Db4objects.Db4o/Internal/Activation/FullActivationDepth.cs Db4objects.Db4o/Internal/Activation/IActivationDepth.cs Db4objects.Db4o/Internal/Activation/IActivationDepthProvider.cs Db4objects.Db4o/Internal/Activation/IFixedDepth.cs Db4objects.Db4o/Internal/Activation/IModifiedObjectQuery.cs Db4objects.Db4o/Internal/Activation/ITransparentActivationDepthProvider.cs Db4objects.Db4o/Internal/Activation/IUpdateDepth.cs Db4objects.Db4o/Internal/Activation/IUpdateDepthProvider.cs Db4objects.Db4o/Internal/Activation/LegacyActivationDepth.cs Db4objects.Db4o/Internal/Activation/LegacyActivationDepthProvider.cs Db4objects.Db4o/Internal/Activation/LegacyFixedUpdateDepth.cs Db4objects.Db4o/Internal/Activation/LegacyUnspecifiedUpdateDepth.cs Db4objects.Db4o/Internal/Activation/LegacyUpdateDepthProvider.cs Db4objects.Db4o/Internal/Activation/NonDescendingActivationDepth.cs Db4objects.Db4o/Internal/Activation/NullModifiedObjectQuery.cs Db4objects.Db4o/Internal/Activation/TPFixedUpdateDepth.cs Db4objects.Db4o/Internal/Activation/TPUnspecifiedUpdateDepth.cs Db4objects.Db4o/Internal/Activation/TPUpdateDepthProvider.cs Db4objects.Db4o/Internal/Activation/TransparentActivationDepthProviderImpl.cs Db4objects.Db4o/Internal/Activation/UnknownActivationDepth.cs Db4objects.Db4o/Internal/Activation/UnspecifiedUpdateDepth.cs Db4objects.Db4o/Internal/ArrayType.cs Db4objects.Db4o/Internal/BlobImpl.cs Db4objects.Db4o/Internal/BlockSizeBlockConverter.cs Db4objects.Db4o/Internal/Btree/AbstractBTreeRangeIterator.cs Db4objects.Db4o/Internal/Btree/Algebra/BTreeAlgebra.cs Db4objects.Db4o/Internal/Btree/Algebra/BTreeRangeOperation.cs Db4objects.Db4o/Internal/Btree/Algebra/BTreeRangeSingleIntersect.cs Db4objects.Db4o/Internal/Btree/Algebra/BTreeRangeSingleOperation.cs Db4objects.Db4o/Internal/Btree/Algebra/BTreeRangeSingleUnion.cs Db4objects.Db4o/Internal/Btree/Algebra/BTreeRangeUnionIntersect.cs Db4objects.Db4o/Internal/Btree/Algebra/BTreeRangeUnionOperation.cs Db4objects.Db4o/Internal/Btree/Algebra/BTreeRangeUnionUnion.cs Db4objects.Db4o/Internal/Btree/BTree.cs Db4objects.Db4o/Internal/Btree/BTreeAdd.cs Db4objects.Db4o/Internal/Btree/BTreeCancelledRemoval.cs Db4objects.Db4o/Internal/Btree/BTreeConfiguration.cs Db4objects.Db4o/Internal/Btree/BTreeIterator.cs Db4objects.Db4o/Internal/Btree/BTreeNode.cs Db4objects.Db4o/Internal/Btree/BTreeNodeCacheEntry.cs Db4objects.Db4o/Internal/Btree/BTreeNodeSearchResult.cs Db4objects.Db4o/Internal/Btree/BTreePatch.cs Db4objects.Db4o/Internal/Btree/BTreePointer.cs Db4objects.Db4o/Internal/Btree/BTreeRangeKeyIterator.cs Db4objects.Db4o/Internal/Btree/BTreeRangePointerIterator.cs Db4objects.Db4o/Internal/Btree/BTreeRangeSingle.cs Db4objects.Db4o/Internal/Btree/BTreeRangeUnion.cs Db4objects.Db4o/Internal/Btree/BTreeRemove.cs Db4objects.Db4o/Internal/Btree/BTreeUpdate.cs Db4objects.Db4o/Internal/Btree/FieldIndexKeyHandler.cs Db4objects.Db4o/Internal/Btree/FieldIndexKeyImpl.cs Db4objects.Db4o/Internal/Btree/IBTreeRange.cs Db4objects.Db4o/Internal/Btree/IBTreeRangeVisitor.cs Db4objects.Db4o/Internal/Btree/IBTreeStructureListener.cs Db4objects.Db4o/Internal/Btree/IFieldIndexKey.cs Db4objects.Db4o/Internal/Btree/SearchTarget.cs Db4objects.Db4o/Internal/Btree/Searcher.cs Db4objects.Db4o/Internal/ByteArrayBuffer.cs Db4objects.Db4o/Internal/Caching/CacheFactory.cs Db4objects.Db4o/Internal/Caching/CacheStatistics.cs Db4objects.Db4o/Internal/Caching/ICache4.cs Db4objects.Db4o/Internal/Caching/IPurgeableCache4.cs Db4objects.Db4o/Internal/Caching/LRU2QCache.cs Db4objects.Db4o/Internal/Caching/LRU2QLongCache.cs Db4objects.Db4o/Internal/Caching/LRU2QXCache.cs Db4objects.Db4o/Internal/Caching/LRUCache.cs Db4objects.Db4o/Internal/Caching/LRUIntCache.cs Db4objects.Db4o/Internal/Caching/LRULongCache.cs Db4objects.Db4o/Internal/Caching/NullCache4.cs Db4objects.Db4o/Internal/CallBackMode.cs Db4objects.Db4o/Internal/CallbackObjectInfoCollections.cs Db4objects.Db4o/Internal/Callbacks/ICallbacks.cs Db4objects.Db4o/Internal/Callbacks/NullCallbacks.cs Db4objects.Db4o/Internal/ClassAspect.cs Db4objects.Db4o/Internal/ClassMetadata.cs Db4objects.Db4o/Internal/ClassMetadataIterator.cs Db4objects.Db4o/Internal/ClassMetadataRepository.cs Db4objects.Db4o/Internal/Classindex/AbstractClassIndexStrategy.cs Db4objects.Db4o/Internal/Classindex/BTreeClassIndexStrategy.cs Db4objects.Db4o/Internal/Classindex/IClassIndexStrategy.cs Db4objects.Db4o/Internal/Collections/BigSet.cs Db4objects.Db4o/Internal/Collections/BigSetBTreeManager.cs Db4objects.Db4o/Internal/Collections/BigSetTypeHandler.cs Db4objects.Db4o/Internal/Collections/IBigSetPersistence.cs Db4objects.Db4o/Internal/CommitTimestampFieldMetadata.cs Db4objects.Db4o/Internal/CommitTimestampSupport.cs Db4objects.Db4o/Internal/Config4Abstract.cs Db4objects.Db4o/Internal/Config4Class.cs Db4objects.Db4o/Internal/Config4Field.cs Db4objects.Db4o/Internal/Config4Impl.cs Db4objects.Db4o/Internal/Config/CacheConfigurationImpl.cs Db4objects.Db4o/Internal/Config/CommonConfigurationImpl.cs Db4objects.Db4o/Internal/Config/Db4oLegacyConfigurationBridge.cs Db4objects.Db4o/Internal/Config/EmbeddedConfigurationImpl.cs Db4objects.Db4o/Internal/Config/FileConfigurationImpl.cs Db4objects.Db4o/Internal/Config/ILegacyConfigurationProvider.cs Db4objects.Db4o/Internal/Config/IdSystemConfigurationImpl.cs Db4objects.Db4o/Internal/Const4.cs Db4objects.Db4o/Internal/Convert/Conversion.cs Db4objects.Db4o/Internal/Convert/ConversionStage.cs Db4objects.Db4o/Internal/Convert/Conversions/ClassAspects_7_4.cs Db4objects.Db4o/Internal/Convert/Conversions/ClassIndexesToBTrees_5_5.cs Db4objects.Db4o/Internal/Convert/Conversions/CommonConversions.cs Db4objects.Db4o/Internal/Convert/Conversions/DropDateTimeOffsetClassIndexes_7_12.cs Db4objects.Db4o/Internal/Convert/Conversions/DropEnumClassIndexes_7_10.cs Db4objects.Db4o/Internal/Convert/Conversions/DropGuidClassIndexes_7_12.cs Db4objects.Db4o/Internal/Convert/Conversions/FieldIndexesToBTrees_5_7.cs Db4objects.Db4o/Internal/Convert/Conversions/ReindexNetDateTime_7_8.cs Db4objects.Db4o/Internal/Convert/Conversions/VersionNumberToCommitTimestamp_8_0.cs Db4objects.Db4o/Internal/Convert/Converter.cs Db4objects.Db4o/Internal/DefragmentContextImpl.cs Db4objects.Db4o/Internal/DeleteInfo.cs Db4objects.Db4o/Internal/Delete/DeleteContextImpl.cs Db4objects.Db4o/Internal/Delete/IDeleteContext.cs Db4objects.Db4o/Internal/Diagnostic/DiagnosticProcessor.cs Db4objects.Db4o/Internal/DisabledBlockConverter.cs Db4objects.Db4o/Internal/Encoding/BuiltInStringEncoding.cs Db4objects.Db4o/Internal/Encoding/DelegatingStringIO.cs Db4objects.Db4o/Internal/Encoding/LatinStringEncoding.cs Db4objects.Db4o/Internal/Encoding/LatinStringIO.cs Db4objects.Db4o/Internal/Encoding/UnicodeStringEncoding.cs Db4objects.Db4o/Internal/Encoding/UnicodeStringIO.cs Db4objects.Db4o/Internal/EventDispatchers.cs Db4objects.Db4o/Internal/Events/EventRegistryImpl.cs Db4objects.Db4o/Internal/Exceptions4.cs Db4objects.Db4o/Internal/ExternalObjectContainer.cs Db4objects.Db4o/Internal/FieldIndexException.cs Db4objects.Db4o/Internal/FieldMetadata.cs Db4objects.Db4o/Internal/FieldMetadataState.cs Db4objects.Db4o/Internal/Fieldindex/AndIndexedLeaf.cs Db4objects.Db4o/Internal/Fieldindex/FieldIndexProcessor.cs Db4objects.Db4o/Internal/Fieldindex/FieldIndexProcessorResult.cs Db4objects.Db4o/Internal/Fieldindex/IIndexedNode.cs Db4objects.Db4o/Internal/Fieldindex/IIndexedNodeWithRange.cs Db4objects.Db4o/Internal/Fieldindex/IndexedLeaf.cs Db4objects.Db4o/Internal/Fieldindex/IndexedNodeBase.cs Db4objects.Db4o/Internal/Fieldindex/IndexedNodeCollector.cs Db4objects.Db4o/Internal/Fieldindex/IndexedPath.cs Db4objects.Db4o/Internal/Fieldindex/IndexedPathIterator.cs Db4objects.Db4o/Internal/Fieldindex/JoinedLeaf.cs Db4objects.Db4o/Internal/Fieldindex/OrIndexedLeaf.cs Db4objects.Db4o/Internal/Fieldindex/QEBitmap.cs Db4objects.Db4o/Internal/Fileheader/FileHeader.cs Db4objects.Db4o/Internal/Fileheader/FileHeader1.cs Db4objects.Db4o/Internal/Fileheader/FileHeader2.cs Db4objects.Db4o/Internal/Fileheader/FileHeader3.cs Db4objects.Db4o/Internal/Fileheader/FileHeaderVariablePart.cs Db4objects.Db4o/Internal/Fileheader/FileHeaderVariablePart1.cs Db4objects.Db4o/Internal/Fileheader/FileHeaderVariablePart2.cs Db4objects.Db4o/Internal/Fileheader/FileHeaderVariablePart3.cs Db4objects.Db4o/Internal/Fileheader/NewFileHeaderBase.cs Db4objects.Db4o/Internal/Fileheader/TimerFileLock.cs Db4objects.Db4o/Internal/Fileheader/TimerFileLockDisabled.cs Db4objects.Db4o/Internal/Freespace/AbstractFreespaceManager.cs Db4objects.Db4o/Internal/Freespace/AddressKeySlotHandler.cs Db4objects.Db4o/Internal/Freespace/BTreeFreespaceManager.cs Db4objects.Db4o/Internal/Freespace/BlockAwareFreespaceManager.cs Db4objects.Db4o/Internal/Freespace/FreeSlotNode.cs Db4objects.Db4o/Internal/Freespace/FreespaceManagerIx.cs Db4objects.Db4o/Internal/Freespace/IFreespaceListener.cs Db4objects.Db4o/Internal/Freespace/IFreespaceManager.cs Db4objects.Db4o/Internal/Freespace/InMemoryFreespaceManager.cs Db4objects.Db4o/Internal/Freespace/LengthKeySlotHandler.cs Db4objects.Db4o/Internal/Freespace/NullFreespaceListener.cs Db4objects.Db4o/Internal/Freespace/NullFreespaceManager.cs Db4objects.Db4o/Internal/Freespace/SlotHandler.cs Db4objects.Db4o/Internal/FrozenObjectInfo.cs Db4objects.Db4o/Internal/HandlerRegistry.cs Db4objects.Db4o/Internal/HandlerVersionRegistry.cs Db4objects.Db4o/Internal/Handlers4.cs Db4objects.Db4o/Internal/Handlers/Array/ArrayHandler.cs Db4objects.Db4o/Internal/Handlers/Array/ArrayHandler0.cs Db4objects.Db4o/Internal/Handlers/Array/ArrayHandler1.cs Db4objects.Db4o/Internal/Handlers/Array/ArrayHandler3.cs Db4objects.Db4o/Internal/Handlers/Array/ArrayHandler5.cs Db4objects.Db4o/Internal/Handlers/Array/ArrayVersionHelper.cs Db4objects.Db4o/Internal/Handlers/Array/ArrayVersionHelper0.cs Db4objects.Db4o/Internal/Handlers/Array/ArrayVersionHelper3.cs Db4objects.Db4o/Internal/Handlers/Array/ArrayVersionHelper5.cs Db4objects.Db4o/Internal/Handlers/Array/MultidimensionalArrayHandler.cs Db4objects.Db4o/Internal/Handlers/Array/MultidimensionalArrayHandler0.cs Db4objects.Db4o/Internal/Handlers/Array/MultidimensionalArrayHandler3.cs Db4objects.Db4o/Internal/Handlers/Array/MultidimensionalArrayIterator.cs Db4objects.Db4o/Internal/Handlers/Array/ReflectArrayIterator.cs Db4objects.Db4o/Internal/Handlers/BooleanHandler.cs Db4objects.Db4o/Internal/Handlers/ByteHandler.cs Db4objects.Db4o/Internal/Handlers/CharHandler.cs Db4objects.Db4o/Internal/Handlers/DateHandler0.cs Db4objects.Db4o/Internal/Handlers/DateHandlerBase.cs Db4objects.Db4o/Internal/Handlers/DoubleHandler.cs Db4objects.Db4o/Internal/Handlers/DoubleHandler0.cs Db4objects.Db4o/Internal/Handlers/FloatHandler.cs Db4objects.Db4o/Internal/Handlers/FloatHandler0.cs Db4objects.Db4o/Internal/Handlers/HandlerVersion.cs Db4objects.Db4o/Internal/Handlers/IFieldAwareTypeHandler.cs Db4objects.Db4o/Internal/Handlers/IVariableLengthTypeHandler.cs Db4objects.Db4o/Internal/Handlers/IVirtualAttributeHandler.cs Db4objects.Db4o/Internal/Handlers/IntHandler.cs Db4objects.Db4o/Internal/Handlers/IntHandler0.cs Db4objects.Db4o/Internal/Handlers/LongHandler.cs Db4objects.Db4o/Internal/Handlers/LongHandler0.cs Db4objects.Db4o/Internal/Handlers/NetType.cs Db4objects.Db4o/Internal/Handlers/NetTypeHandler.cs Db4objects.Db4o/Internal/Handlers/NullFieldAwareTypeHandler.cs Db4objects.Db4o/Internal/Handlers/PlainObjectHandler.cs Db4objects.Db4o/Internal/Handlers/PrimitiveHandler.cs Db4objects.Db4o/Internal/Handlers/ShortHandler.cs Db4objects.Db4o/Internal/Handlers/ShortHandler0.cs Db4objects.Db4o/Internal/Handlers/StandardReferenceTypeHandler.cs Db4objects.Db4o/Internal/Handlers/StandardReferenceTypeHandler0.cs Db4objects.Db4o/Internal/Handlers/StringBasedValueTypeHandlerBase.cs Db4objects.Db4o/Internal/Handlers/StringBufferHandler.cs Db4objects.Db4o/Internal/Handlers/StringHandler.cs Db4objects.Db4o/Internal/Handlers/StringHandler0.cs Db4objects.Db4o/Internal/Handlers/TypeHandlerPredicatePair.cs Db4objects.Db4o/Internal/Handlers/Versions/OpenTypeHandler0.cs Db4objects.Db4o/Internal/Handlers/Versions/OpenTypeHandler2.cs Db4objects.Db4o/Internal/Handlers/Versions/OpenTypeHandler7.cs Db4objects.Db4o/Internal/HardObjectReference.cs Db4objects.Db4o/Internal/IBlockConverter.cs Db4objects.Db4o/Internal/IBuiltinTypeHandler.cs Db4objects.Db4o/Internal/ICallbackInfoCollector.cs Db4objects.Db4o/Internal/ICommittedCallbackDispatcher.cs Db4objects.Db4o/Internal/IComparable4.cs Db4objects.Db4o/Internal/IDGenerator.cs Db4objects.Db4o/Internal/IDHandler.cs Db4objects.Db4o/Internal/IDb4oTypeImpl.cs Db4objects.Db4o/Internal/IDefragmentContext.cs Db4objects.Db4o/Internal/IEventDispatcher.cs Db4objects.Db4o/Internal/IIndexable4.cs Db4objects.Db4o/Internal/IIndexableTypeHandler.cs Db4objects.Db4o/Internal/IInternalObjectContainer.cs Db4objects.Db4o/Internal/ILinkLengthAware.cs Db4objects.Db4o/Internal/IModificationAware.cs Db4objects.Db4o/Internal/IO/BlockSizeImpl.cs Db4objects.Db4o/Internal/IObjectContainerSpec.cs Db4objects.Db4o/Internal/IPersistent.cs Db4objects.Db4o/Internal/IQueryResultIteratorFactory.cs Db4objects.Db4o/Internal/IReadWriteBuffer.cs Db4objects.Db4o/Internal/IReadWriteable.cs Db4objects.Db4o/Internal/IReadable.cs Db4objects.Db4o/Internal/IReadsObjectIds.cs Db4objects.Db4o/Internal/ISlotCopyHandler.cs Db4objects.Db4o/Internal/ITransactionParticipant.cs Db4objects.Db4o/Internal/IVersionedTypeHandler.cs Db4objects.Db4o/Internal/Identifiable.cs Db4objects.Db4o/Internal/Ids/BTreeIdSystem.cs Db4objects.Db4o/Internal/Ids/FreespaceCommitter.cs Db4objects.Db4o/Internal/Ids/IIdSystem.cs Db4objects.Db4o/Internal/Ids/IStackableIdSystem.cs Db4objects.Db4o/Internal/Ids/ITransactionalIdSystem.cs Db4objects.Db4o/Internal/Ids/IdSlotChanges.cs Db4objects.Db4o/Internal/Ids/IdSlotMapping.cs Db4objects.Db4o/Internal/Ids/IdSlotTree.cs Db4objects.Db4o/Internal/Ids/InMemoryIdSystem.cs Db4objects.Db4o/Internal/Ids/PointerBasedIdSystem.cs Db4objects.Db4o/Internal/Ids/SequentialIdGenerator.cs Db4objects.Db4o/Internal/Ids/StandardIdSystemFactory.cs Db4objects.Db4o/Internal/Ids/TransactionalIdSystemImpl.cs Db4objects.Db4o/Internal/Ids/TransportIdSystem.cs Db4objects.Db4o/Internal/IllegalComparisonException.cs Db4objects.Db4o/Internal/InCallback.cs Db4objects.Db4o/Internal/IntMatcher.cs Db4objects.Db4o/Internal/InterfaceTypeHandler.cs Db4objects.Db4o/Internal/IoAdaptedObjectContainer.cs Db4objects.Db4o/Internal/LazyObjectReference.cs Db4objects.Db4o/Internal/LocalObjectContainer.cs Db4objects.Db4o/Internal/LocalPersistentBase.cs Db4objects.Db4o/Internal/LocalTransaction.cs Db4objects.Db4o/Internal/LockedTree.cs Db4objects.Db4o/Internal/Mapping/IIDMapping.cs Db4objects.Db4o/Internal/Mapping/IdSource.cs Db4objects.Db4o/Internal/Mapping/MappedIDPair.cs Db4objects.Db4o/Internal/Mapping/MappedIDPairHandler.cs Db4objects.Db4o/Internal/Mapping/MappingNotFoundException.cs Db4objects.Db4o/Internal/Marshall/AbstractFieldMarshaller.cs Db4objects.Db4o/Internal/Marshall/AbstractReadContext.cs Db4objects.Db4o/Internal/Marshall/AspectType.cs Db4objects.Db4o/Internal/Marshall/AspectVersionContextImpl.cs Db4objects.Db4o/Internal/Marshall/ClassMarshaller.cs Db4objects.Db4o/Internal/Marshall/ClassMarshaller0.cs Db4objects.Db4o/Internal/Marshall/ClassMarshaller1.cs Db4objects.Db4o/Internal/Marshall/ClassMarshaller2.cs Db4objects.Db4o/Internal/Marshall/CollectIdContext.cs Db4objects.Db4o/Internal/Marshall/ContextState.cs Db4objects.Db4o/Internal/Marshall/FieldMarshaller0.cs Db4objects.Db4o/Internal/Marshall/FieldMarshaller1.cs Db4objects.Db4o/Internal/Marshall/FieldMarshaller2.cs Db4objects.Db4o/Internal/Marshall/IAspectVersionContext.cs Db4objects.Db4o/Internal/Marshall/IFieldMarshaller.cs Db4objects.Db4o/Internal/Marshall/IHandlerVersionContext.cs Db4objects.Db4o/Internal/Marshall/IInternalReadContext.cs Db4objects.Db4o/Internal/Marshall/IMarshallingInfo.cs Db4objects.Db4o/Internal/Marshall/IObjectIdContext.cs Db4objects.Db4o/Internal/Marshall/IdObjectCollector.cs Db4objects.Db4o/Internal/Marshall/MarshallerFamily.cs Db4objects.Db4o/Internal/Marshall/MarshallingContext.cs Db4objects.Db4o/Internal/Marshall/MarshallingContextState.cs Db4objects.Db4o/Internal/Marshall/ObjectHeader.cs Db4objects.Db4o/Internal/Marshall/ObjectHeaderAttributes.cs Db4objects.Db4o/Internal/Marshall/ObjectHeaderContext.cs Db4objects.Db4o/Internal/Marshall/ObjectIdContextImpl.cs Db4objects.Db4o/Internal/Marshall/ObjectReferenceContext.cs Db4objects.Db4o/Internal/Marshall/PrimitiveMarshaller.cs Db4objects.Db4o/Internal/Marshall/PrimitiveMarshaller0.cs Db4objects.Db4o/Internal/Marshall/PrimitiveMarshaller1.cs Db4objects.Db4o/Internal/Marshall/QueryingReadContext.cs Db4objects.Db4o/Internal/Marshall/RawClassSpec.cs Db4objects.Db4o/Internal/Marshall/RawFieldSpec.cs Db4objects.Db4o/Internal/Marshall/SlotFormat.cs Db4objects.Db4o/Internal/Marshall/SlotFormat0.cs Db4objects.Db4o/Internal/Marshall/SlotFormat2.cs Db4objects.Db4o/Internal/Marshall/SlotFormatCurrent.cs Db4objects.Db4o/Internal/Marshall/UnknownTypeHandlerAspect.cs Db4objects.Db4o/Internal/Marshall/UnmarshallingContext.cs Db4objects.Db4o/Internal/MarshallingBuffer.cs Db4objects.Db4o/Internal/MessageOutput.cs Db4objects.Db4o/Internal/Messages.cs Db4objects.Db4o/Internal/Metadata/HierarchyAnalyzer.cs Db4objects.Db4o/Internal/Metadata/IAspectTraversalStrategy.cs Db4objects.Db4o/Internal/Metadata/ITraverseAspectCommand.cs Db4objects.Db4o/Internal/Metadata/MarshallingInfoTraverseAspectCommand.cs Db4objects.Db4o/Internal/Metadata/ModifiedAspectTraversalStrategy.cs Db4objects.Db4o/Internal/Metadata/StandardAspectTraversalStrategy.cs Db4objects.Db4o/Internal/Metadata/TraverseFieldCommand.cs Db4objects.Db4o/Internal/Null.cs Db4objects.Db4o/Internal/NullFieldMetadata.cs Db4objects.Db4o/Internal/NullTransactionListener.cs Db4objects.Db4o/Internal/ObjectAnalyzer.cs Db4objects.Db4o/Internal/ObjectContainerBase.cs Db4objects.Db4o/Internal/ObjectContainerFactory.cs Db4objects.Db4o/Internal/ObjectContainerSession.cs Db4objects.Db4o/Internal/ObjectID.cs Db4objects.Db4o/Internal/ObjectInfoCollectionImpl.cs Db4objects.Db4o/Internal/ObjectReference.cs Db4objects.Db4o/Internal/ObjectTypeMetadata.cs Db4objects.Db4o/Internal/OpenTypeHandler.cs Db4objects.Db4o/Internal/PendingClassInits.cs Db4objects.Db4o/Internal/PersistentBase.cs Db4objects.Db4o/Internal/PersistentIntegerArray.cs Db4objects.Db4o/Internal/PreparedArrayContainsComparison.cs Db4objects.Db4o/Internal/PrimitiveTypeMetadata.cs Db4objects.Db4o/Internal/Qlin/QLinConstraint.cs Db4objects.Db4o/Internal/Qlin/QLinField.cs Db4objects.Db4o/Internal/Qlin/QLinNode.cs Db4objects.Db4o/Internal/Qlin/QLinOrderBy.cs Db4objects.Db4o/Internal/Qlin/QLinRoot.cs Db4objects.Db4o/Internal/Qlin/QLinSodaNode.cs Db4objects.Db4o/Internal/Qlin/QLinSubNode.cs Db4objects.Db4o/Internal/Query/IDb4oEnhancedFilter.cs Db4objects.Db4o/Internal/Query/IDb4oNQOptimizer.cs Db4objects.Db4o/Internal/Query/IDb4oQueryExecutionListener.cs Db4objects.Db4o/Internal/Query/NQOptimizationInfo.cs Db4objects.Db4o/Internal/Query/PredicateEvaluation.cs Db4objects.Db4o/Internal/Query/Processor/IInternalQuery.cs Db4objects.Db4o/Internal/Query/Processor/QCandidate.cs Db4objects.Db4o/Internal/Query/Processor/QCandidates.cs Db4objects.Db4o/Internal/Query/Processor/QCon.cs Db4objects.Db4o/Internal/Query/Processor/QConClass.cs Db4objects.Db4o/Internal/Query/Processor/QConEvaluation.cs Db4objects.Db4o/Internal/Query/Processor/QConJoin.cs Db4objects.Db4o/Internal/Query/Processor/QConObject.cs Db4objects.Db4o/Internal/Query/Processor/QConPath.cs Db4objects.Db4o/Internal/Query/Processor/QConUnconditional.cs Db4objects.Db4o/Internal/Query/Processor/QConstraints.cs Db4objects.Db4o/Internal/Query/Processor/QE.cs Db4objects.Db4o/Internal/Query/Processor/QEAbstract.cs Db4objects.Db4o/Internal/Query/Processor/QEContains.cs Db4objects.Db4o/Internal/Query/Processor/QEEndsWith.cs Db4objects.Db4o/Internal/Query/Processor/QEEqual.cs Db4objects.Db4o/Internal/Query/Processor/QEGreater.cs Db4objects.Db4o/Internal/Query/Processor/QEIdentity.cs Db4objects.Db4o/Internal/Query/Processor/QEMulti.cs Db4objects.Db4o/Internal/Query/Processor/QENot.cs Db4objects.Db4o/Internal/Query/Processor/QESmaller.cs Db4objects.Db4o/Internal/Query/Processor/QEStartsWith.cs Db4objects.Db4o/Internal/Query/Processor/QEStringCmp.cs Db4objects.Db4o/Internal/Query/Processor/QField.cs Db4objects.Db4o/Internal/Query/Processor/QPending.cs Db4objects.Db4o/Internal/Query/Processor/QQuery.cs Db4objects.Db4o/Internal/Query/Processor/QQueryBase.cs Db4objects.Db4o/Internal/Query/Result/AbstractLateQueryResult.cs Db4objects.Db4o/Internal/Query/Result/AbstractQueryResult.cs Db4objects.Db4o/Internal/Query/Result/HybridQueryResult.cs Db4objects.Db4o/Internal/Query/Result/IQueryResult.cs Db4objects.Db4o/Internal/Query/Result/IdListQueryResult.cs Db4objects.Db4o/Internal/Query/Result/IdTreeQueryResult.cs Db4objects.Db4o/Internal/Query/Result/LazyQueryResult.cs Db4objects.Db4o/Internal/Query/Result/SnapShotQueryResult.cs Db4objects.Db4o/Internal/Query/Result/StatefulQueryResult.cs Db4objects.Db4o/Internal/Query/SodaQueryComparator.cs Db4objects.Db4o/Internal/References/HashcodeReferenceSystem.cs Db4objects.Db4o/Internal/References/IReferenceSystem.cs Db4objects.Db4o/Internal/References/IReferenceSystemFactory.cs Db4objects.Db4o/Internal/References/ReferenceSystemRegistry.cs Db4objects.Db4o/Internal/References/TransactionalReferenceSystem.cs Db4objects.Db4o/Internal/References/TransactionalReferenceSystemBase.cs Db4objects.Db4o/Internal/ReflectException.cs Db4objects.Db4o/Internal/Reflect/Generic/KnownClassesCollector.cs Db4objects.Db4o/Internal/Reflect/IFieldAccessor.cs Db4objects.Db4o/Internal/Reflect/LenientFieldAccessor.cs Db4objects.Db4o/Internal/Reflect/ReflectClasses.cs Db4objects.Db4o/Internal/Reflect/StrictFieldAccessor.cs Db4objects.Db4o/Internal/Reflection4.cs Db4objects.Db4o/Internal/ReflectorConfigurationImpl.cs Db4objects.Db4o/Internal/Renames.cs Db4objects.Db4o/Internal/Replication/IDb4oReplicationReference.cs Db4objects.Db4o/Internal/Replication/IDb4oReplicationReferenceProvider.cs Db4objects.Db4o/Internal/SerializedGraph.cs Db4objects.Db4o/Internal/Serializer.cs Db4objects.Db4o/Internal/SharedIndexedFields.cs Db4objects.Db4o/Internal/ShutDownRunnable.cs Db4objects.Db4o/Internal/Slots/FreespaceSlotChange.cs Db4objects.Db4o/Internal/Slots/IdSystemSlotChange.cs Db4objects.Db4o/Internal/Slots/Pointer4.cs Db4objects.Db4o/Internal/Slots/ReferencedSlot.cs Db4objects.Db4o/Internal/Slots/Slot.cs Db4objects.Db4o/Internal/Slots/SlotChange.cs Db4objects.Db4o/Internal/Slots/SlotChangeFactory.cs Db4objects.Db4o/Internal/Slots/SystemSlotChange.cs Db4objects.Db4o/Internal/StatefulBuffer.cs Db4objects.Db4o/Internal/StoredClassImpl.cs Db4objects.Db4o/Internal/StoredFieldImpl.cs Db4objects.Db4o/Internal/SystemData.cs Db4objects.Db4o/Internal/SystemInfoFileImpl.cs Db4objects.Db4o/Internal/Threading/IThreadPool4.cs Db4objects.Db4o/Internal/Threading/ThreadPool4Impl.cs Db4objects.Db4o/Internal/Threading/UncaughtExceptionEventArgs.cs Db4objects.Db4o/Internal/Transaction.cs Db4objects.Db4o/Internal/TransactionContext.cs Db4objects.Db4o/Internal/TransactionLocal.cs Db4objects.Db4o/Internal/TransactionObjectCarrier.cs Db4objects.Db4o/Internal/Transactionlog/EmbeddedTransactionLogHandler.cs Db4objects.Db4o/Internal/Transactionlog/FileBasedTransactionLogHandler.cs Db4objects.Db4o/Internal/Transactionlog/TransactionLogHandler.cs Db4objects.Db4o/Internal/TranslatedAspect.cs Db4objects.Db4o/Internal/TransportObjectContainer.cs Db4objects.Db4o/Internal/TreeInt.cs Db4objects.Db4o/Internal/TreeIntObject.cs Db4objects.Db4o/Internal/TreeReader.cs Db4objects.Db4o/Internal/TypeHandlerAspect.cs Db4objects.Db4o/Internal/TypeHandlerCloneContext.cs Db4objects.Db4o/Internal/TypeHandlerConfiguration.cs Db4objects.Db4o/Internal/UUIDFieldMetadata.cs Db4objects.Db4o/Internal/VersionFieldMetadata.cs Db4objects.Db4o/Internal/VirtualAttributes.cs Db4objects.Db4o/Internal/VirtualFieldMetadata.cs Db4objects.Db4o/Internal/Weakref/EnabledWeakReferenceSupport.cs Db4objects.Db4o/Internal/Weakref/IWeakReferenceSupport.cs Db4objects.Db4o/Internal/Weakref/WeakReferenceSupportFactory.cs Db4objects.Db4o/Internal/WriteUpdateProcessor.cs Db4objects.Db4o/Marshall/IBufferContext.cs Db4objects.Db4o/Marshall/IContext.cs Db4objects.Db4o/Marshall/IReadBuffer.cs Db4objects.Db4o/Marshall/IReadContext.cs Db4objects.Db4o/Marshall/IReferenceActivationContext.cs Db4objects.Db4o/Marshall/IReservedBuffer.cs Db4objects.Db4o/Marshall/IWriteBuffer.cs Db4objects.Db4o/Marshall/IWriteContext.cs Db4objects.Db4o/Messaging/IMessageContext.cs Db4objects.Db4o/Messaging/IMessageRecipient.cs Db4objects.Db4o/Messaging/IMessageSender.cs Db4objects.Db4o/Qlin/IQLin.cs Db4objects.Db4o/Qlin/IQLinable.cs Db4objects.Db4o/Qlin/Prototypes.cs Db4objects.Db4o/Qlin/PrototypesException.cs Db4objects.Db4o/Qlin/QLinException.cs Db4objects.Db4o/Qlin/QLinOrderByDirection.cs Db4objects.Db4o/Qlin/QLinSupport.cs Db4objects.Db4o/Query/ICandidate.cs Db4objects.Db4o/Query/IConstraint.cs Db4objects.Db4o/Query/IConstraints.cs Db4objects.Db4o/Query/IEvaluation.cs Db4objects.Db4o/Query/IQuery.cs Db4objects.Db4o/Query/IQueryComparator.cs Db4objects.Db4o/Query/Predicate.cs Db4objects.Db4o/Reflect/ArrayInfo.cs Db4objects.Db4o/Reflect/Core/AbstractReflectArray.cs Db4objects.Db4o/Reflect/Core/ConstructorSupport.cs Db4objects.Db4o/Reflect/Core/IConstructorAwareReflectClass.cs Db4objects.Db4o/Reflect/Core/IReflectConstructor.cs Db4objects.Db4o/Reflect/Core/PlatformReflectConstructor.cs Db4objects.Db4o/Reflect/Core/ReflectConstructorSpec.cs Db4objects.Db4o/Reflect/Core/ReflectorUtils.cs Db4objects.Db4o/Reflect/Generic/CollectionUpdateDepthEntry.cs Db4objects.Db4o/Reflect/Generic/GenericArray.cs Db4objects.Db4o/Reflect/Generic/GenericArrayClass.cs Db4objects.Db4o/Reflect/Generic/GenericArrayReflector.cs Db4objects.Db4o/Reflect/Generic/GenericClass.cs Db4objects.Db4o/Reflect/Generic/GenericClassBuilder.cs Db4objects.Db4o/Reflect/Generic/GenericField.cs Db4objects.Db4o/Reflect/Generic/GenericObject.cs Db4objects.Db4o/Reflect/Generic/GenericReflector.cs Db4objects.Db4o/Reflect/Generic/GenericVirtualField.cs Db4objects.Db4o/Reflect/Generic/IGenericConverter.cs Db4objects.Db4o/Reflect/Generic/IReflectClassBuilder.cs Db4objects.Db4o/Reflect/Generic/KnownClassesRepository.cs Db4objects.Db4o/Reflect/IReflectArray.cs Db4objects.Db4o/Reflect/IReflectClass.cs Db4objects.Db4o/Reflect/IReflectClassPredicate.cs Db4objects.Db4o/Reflect/IReflectField.cs Db4objects.Db4o/Reflect/IReflectMethod.cs Db4objects.Db4o/Reflect/IReflector.cs Db4objects.Db4o/Reflect/IReflectorConfiguration.cs Db4objects.Db4o/Reflect/MultidimensionalArrayInfo.cs Db4objects.Db4o/Rename.cs Db4objects.Db4o/StaticClass.cs Db4objects.Db4o/StaticField.cs Db4objects.Db4o/TA/DeactivatingRollbackStrategy.cs Db4objects.Db4o/TA/IActivatable.cs Db4objects.Db4o/TA/IActivatableInstrumented.cs Db4objects.Db4o/TA/IRollbackStrategy.cs Db4objects.Db4o/TA/NotTransparentActivationEnabled.cs Db4objects.Db4o/TA/TransactionalActivator.cs Db4objects.Db4o/TA/TransparentActivationSupport.cs Db4objects.Db4o/TA/TransparentPersistenceSupport.cs Db4objects.Db4o/Typehandlers/CollectionTypeHandler.cs Db4objects.Db4o/Typehandlers/IActivationContext.cs Db4objects.Db4o/Typehandlers/ICascadingTypeHandler.cs Db4objects.Db4o/Typehandlers/IInstantiatingTypeHandler.cs Db4objects.Db4o/Typehandlers/IQueryableTypeHandler.cs Db4objects.Db4o/Typehandlers/IReferenceTypeHandler.cs Db4objects.Db4o/Typehandlers/ITypeFamilyTypeHandler.cs Db4objects.Db4o/Typehandlers/ITypeHandler4.cs Db4objects.Db4o/Typehandlers/ITypeHandlerPredicate.cs Db4objects.Db4o/Typehandlers/IValueTypeHandler.cs Db4objects.Db4o/Typehandlers/IgnoreFieldsTypeHandler.cs Db4objects.Db4o/Typehandlers/Internal/KeyValueHandlerPair.cs Db4objects.Db4o/Typehandlers/MapTypeHandler.cs Db4objects.Db4o/Typehandlers/SingleClassTypeHandlerPredicate.cs Db4objects.Db4o/Types/IBlob.cs Db4objects.Db4o/Types/IDb4oType.cs Db4objects.Db4o/Types/ITransientClass.cs Db4objects.Db4o/Types/IUnversioned.cs Db4objects.Db4o/User.cs Properties/AssemblyInfo.cs native/Db4objects.Db4o/Collections/ActivatableDictionary.cs native/Db4objects.Db4o/Collections/ActivatableList.cs native/Db4objects.Db4o/Collections/ArrayDictionary4.cs native/Db4objects.Db4o/Collections/ArrayList4.cs native/Db4objects.Db4o/Collections/IActivatableCollection.cs native/Db4objects.Db4o/Collections/ISet.cs native/Db4objects.Db4o/Config/Attributes/ConfigurationIntrospector.cs native/Db4objects.Db4o/Config/Attributes/IDb4oAttribute.cs native/Db4objects.Db4o/Config/Attributes/IndexedAttribute.cs native/Db4objects.Db4o/Config/TClass.cs native/Db4objects.Db4o/Config/TCultureInfo.cs native/Db4objects.Db4o/Config/TDictionary.cs native/Db4objects.Db4o/Config/TList.cs native/Db4objects.Db4o/Config/TQueue.cs native/Db4objects.Db4o/Config/TStack.cs native/Db4objects.Db4o/Config/TTransient.cs native/Db4objects.Db4o/Config/TType.cs native/Db4objects.Db4o/Defragment/AvailableTypeFilter.cs native/Db4objects.Db4o/Diagnostic/DiagnosticToTrace.cs native/Db4objects.Db4o/Dynamic.cs native/Db4objects.Db4o/Foundation/CRC32.cs native/Db4objects.Db4o/Foundation/Closures4.cs native/Db4objects.Db4o/Foundation/Coercion4.cs native/Db4objects.Db4o/Foundation/Collections/CollectionInitializer.cs native/Db4objects.Db4o/Foundation/Environments.cs native/Db4objects.Db4o/Foundation/IO/File4.cs native/Db4objects.Db4o/Foundation/Iterators.cs native/Db4objects.Db4o/Foundation/My.cs native/Db4objects.Db4o/Foundation/RunnableAction.cs native/Db4objects.Db4o/Foundation/SignatureGenerator.cs native/Db4objects.Db4o/IO/RandomAccessFileFactory.cs native/Db4objects.Db4o/IObjectContainer.cs native/Db4objects.Db4o/Internal/Collections/BigSet.cs native/Db4objects.Db4o/Internal/ComparerAdaptor.cs native/Db4objects.Db4o/Internal/Config4Impl.cs native/Db4objects.Db4o/Internal/Const4.cs native/Db4objects.Db4o/Internal/Convert/Conversions/DropClassIndexesConversion.cs native/Db4objects.Db4o/Internal/Convert/Conversions/DropDateTimeOffsetClassIndexes_7_12.cs native/Db4objects.Db4o/Internal/Convert/Conversions/DropEnumClassIndexes_7_10.cs native/Db4objects.Db4o/Internal/Convert/Conversions/DropGuidClassIndexes_7_12.cs native/Db4objects.Db4o/Internal/Convert/Conversions/ReindexNetDateTime_7_8.cs native/Db4objects.Db4o/Internal/Encoding/UTF8StringEncoding.cs native/Db4objects.Db4o/Internal/GenericTypeHandlerPredicate.cs native/Db4objects.Db4o/Internal/Handlers/DateHandler.cs native/Db4objects.Db4o/Internal/Handlers/DateTimeHandler.cs native/Db4objects.Db4o/Internal/Handlers/DateTimeHandler6.cs native/Db4objects.Db4o/Internal/Handlers/DecimalHandler.cs native/Db4objects.Db4o/Internal/Handlers/IntegralTypeHandler.cs native/Db4objects.Db4o/Internal/Handlers/PreparedComparisonFor.cs native/Db4objects.Db4o/Internal/Handlers/SByteHandler.cs native/Db4objects.Db4o/Internal/Handlers/StructHandler.cs native/Db4objects.Db4o/Internal/Handlers/UIntHandler.cs native/Db4objects.Db4o/Internal/Handlers/ULongHandler.cs native/Db4objects.Db4o/Internal/Handlers/UShortHandler.cs native/Db4objects.Db4o/Internal/Handlers/WeakReferenceHandler.cs native/Db4objects.Db4o/Internal/Handlers/WeakReferenceHandlerQueue.cs native/Db4objects.Db4o/Internal/IInternalObjectContainer.cs native/Db4objects.Db4o/Internal/LegacyDb4oAssemblyNameMapper.cs native/Db4objects.Db4o/Internal/Marshall/MarshallingConstants0.cs native/Db4objects.Db4o/Internal/ObjectContainerBase.cs native/Db4objects.Db4o/Internal/ObjectContainerSession.cs native/Db4objects.Db4o/Internal/Platform4.cs native/Db4objects.Db4o/Internal/Query/EvaluationDelegateWrapper.cs native/Db4objects.Db4o/Internal/Query/GenericObjectSetFacade.cs native/Db4objects.Db4o/Internal/Query/INQOptimizer.cs native/Db4objects.Db4o/Internal/Query/NQOptimizerFactory.cs native/Db4objects.Db4o/Internal/Query/NativeQueryHandler.cs native/Db4objects.Db4o/Internal/Query/ObjectSetFacade.cs native/Db4objects.Db4o/Internal/Query/QueryExecutionHandler.cs native/Db4objects.Db4o/Internal/Query/QueryOptimizationFailureHandler.cs native/Db4objects.Db4o/Internal/Query/SilverlightArrayListExtensions.cs native/Db4objects.Db4o/Internal/ReflectPlatform.cs native/Db4objects.Db4o/Internal/Reflect/Emitters/AccessorFactory.cs native/Db4objects.Db4o/Internal/Reflect/Emitters/Emitter.cs native/Db4objects.Db4o/Internal/Reflect/Emitters/GetFieldEmitter.cs native/Db4objects.Db4o/Internal/Reflect/Emitters/SetFieldEmitter.cs native/Db4objects.Db4o/Internal/Reflect/FastNetReflector.cs native/Db4objects.Db4o/Internal/TagAttribute.cs native/Db4objects.Db4o/Internal/TypeHandlerConfigurationDotNet.cs native/Db4objects.Db4o/Query/EvaluationDelegate.cs native/Db4objects.Db4o/Query/ISodaQueryFactory.cs native/Db4objects.Db4o/Query/PredicatePlatform.cs native/Db4objects.Db4o/Reflect/Net/NetArray.cs native/Db4objects.Db4o/Reflect/Net/NetClass.cs native/Db4objects.Db4o/Reflect/Net/NetConstructor.cs native/Db4objects.Db4o/Reflect/Net/NetField.cs native/Db4objects.Db4o/Reflect/Net/NetMethod.cs native/Db4objects.Db4o/Reflect/Net/NetReflector.cs native/Db4objects.Db4o/TransientAttribute.cs native/Db4objects.Db4o/Typehandlers/CollectionTypeHandler.cs native/Db4objects.Db4o/Typehandlers/ComparablePreparedComparison.cs native/Db4objects.Db4o/Typehandlers/DateTimeOffsetTypeHandler.cs native/Db4objects.Db4o/Typehandlers/EnumTypeHandler.cs native/Db4objects.Db4o/Typehandlers/GenericCollectionTypeHandler.cs native/Db4objects.Db4o/Typehandlers/GuidTypeHandler.cs native/Db4objects.Db4o/Typehandlers/SystemArrayTypeHandler.cs native/Sharpen/Collections.cs native/Sharpen/IO/BufferedInputStream.cs native/Sharpen/IO/BufferedOutputStream.cs native/Sharpen/IO/ByteArrayInputStream.cs native/Sharpen/IO/ByteArrayOutputStream.cs native/Sharpen/IO/File.cs native/Sharpen/IO/FileInputStream.cs native/Sharpen/IO/FileOutputStream.cs native/Sharpen/IO/IFilenameFilter.cs native/Sharpen/IO/IInputStream.cs native/Sharpen/IO/IOutputStream.cs native/Sharpen/IO/InputStream.cs native/Sharpen/IO/OutputStream.cs native/Sharpen/IO/RandomAccessFile.cs native/Sharpen/IO/StreamAdaptor.cs native/Sharpen/Lang/IdentityHashCodeProvider.cs native/Sharpen/Lang/Reflect.cs native/Sharpen/Lang/Runnable.cs native/Sharpen/Lang/SimpleTypeReference.Silverlight.cs native/Sharpen/Lang/Thread.cs native/Sharpen/Lang/ThreadLocal.cs native/Sharpen/Lang/TypeReference.cs native/Sharpen/Lang/TypeReferenceLexer.cs native/Sharpen/Lang/TypeReferenceParser.cs native/Sharpen/Net/ServerSocket.cs native/Sharpen/Net/Socket.cs native/Sharpen/Net/SocketWrapper.cs native/Sharpen/Runtime.cs native/Sharpen/Text/DecimalFormat.cs native/Sharpen/Util/Arrays.cs native/Sharpen/Util/HashSet.cs native/Sharpen/Util/ISet.cs native/Sharpen/Util/Random.cs native/Silverlight/Db4objects.Db4o/Config/SilverlightSupport.cs native/Silverlight/Db4objects.Db4o/Foundation/IO/File4.cs native/Silverlight/Db4objects.Db4o/IO/IsolatedStorageFileBin.cs native/Silverlight/Db4objects.Db4o/IO/IsolatedStorageStorage.cs native/Silverlight/Db4objects.Db4o/IO/SilverlightIO.cs native/Silverlight/Db4objects.Db4o/Internal/BlobImpl.cs native/Silverlight/System/Collections/ArrayList.cs native/Silverlight/System/Collections/Hashtable.cs native/Silverlight/System/NonSerialized.cs native/Silverlight/System/Serializable.cs native/compact/Lock4.cs native/net/Compat.cs native/net/Lock4.cs native/net/SerializationConstructor.cs native/net/TSerializable.cs /construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:NET_3_5,MONO,EMBEDDED /nowarn:1591;1572;1573;1574;0419 /nostdlib /reference:/usr/local/lib/mono/4.5-api/System.dll /reference:/usr/local/lib/mono/4.5-api/System.Data.dll /reference:/usr/local/lib/mono/4.5-api/System.Xml.dll /reference:/usr/local/lib/mono/4.5-api/System.Core.dll /reference:/usr/local/lib/mono/4.5-api//mscorlib.dll /warn:0 Target DeployOutputFiles: Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/Db4objects.Db4o.dll.mdb' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/Db4objects.Db4o.dll.mdb' Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/Db4objects.Db4o.dll' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/Db4objects.Db4o.dll' Done building project "/construction/irc/smuxi/smuxi-1.0.8/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o-2008.csproj". Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:11.7580950 /usr/local/bin/xbuild /toolsversion:4.0 /p:TargetFrameworkVersion=v4.5 /property:DefineConstants=MONO_4_5 /p:CscToolExe=mcs.exe /p:Configuration=Debug /p:SignAssembly=false /p:WarningLevel=0 /p:Warn=0 /p:OutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug /p:BaseIntermediateOutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ /p:IntermediateOutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ /p:DocumentationFile= ./SmartIrc4net/SmartIrc4net.csproj >>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<< XBuild Engine Version 14.0 Mono, Version 5.10.1.57 Copyright (C) 2005-2013 Various Mono authors Build started 9/20/2020 12:10:50 AM. __________________________________________________ Project "/construction/irc/smuxi/smuxi-1.0.8/lib/SmartIrc4net/SmartIrc4net.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target ResolveProjectReferences: Project "/construction/irc/smuxi/smuxi-1.0.8/lib/StarkSoftProxy/StarkSoftProxy.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target _GenerateTargetFrameworkMonikerAttribute: Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/construction/irc/smuxi/smuxi-1.0.8/lib/StarkSoftProxy/StarkSoftProxy.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target _GenerateTargetFrameworkMonikerAttribute: Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Tool /usr/local/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /debug:portable /optimize- /out:/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/Meebey.SmartIrc4net.dll src/AssemblyInfo.cs src/Logger.cs src/Consts.cs src/EventArgs.cs src/Exceptions.cs src/IrcConnection/IrcConnection.cs src/IrcConnection/Delegates.cs src/IrcConnection/EventArgs.cs src/IrcCommands/IrcCommands.cs src/IrcCommands/Rfc2812.cs src/IrcClient/IrcClient.cs src/IrcClient/IrcMessageData.cs src/IrcClient/Delegates.cs src/IrcClient/EventArgs.cs src/IrcClient/IrcUser.cs src/IrcClient/Channel.cs src/IrcClient/NonRfcChannel.cs src/IrcClient/ChannelUser.cs src/IrcClient/NonRfcChannelUser.cs src/IrcConnection/IrcProperties.cs src/IrcClient/ChannelInfo.cs src/IrcClient/WhoInfo.cs src/IrcClient/BanInfo.cs src/IrcFeatures/DccChat.cs src/IrcFeatures/DccConnection.cs src/IrcFeatures/DccSend.cs src/IrcFeatures/Delegates.cs src/IrcFeatures/EventArgs.cs src/IrcFeatures/IrcConstants.cs src/IrcFeatures/IrcFeatures.cs src/IrcConnection/ProxyType.cs src/IrcConnection/PrimaryOrFallbackEncoding.cs src/IrcClient/ServerProperties.cs src/IrcClient/ChannelModeChangeInfo.cs /construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /checked+ /define:MONO_4_5 /nostdlib /reference:/usr/local/lib/mono/2.0/log4net.dll /reference:/usr/local/lib/mono/4.5-api/System.dll /reference:/usr/local/lib/mono/4.5-api/System.Core.dll /reference:/construction/irc/smuxi/smuxi-1.0.8/bin/debug//StarkSoftProxy.dll /reference:/usr/local/lib/mono/4.5-api//mscorlib.dll /warn:0 Target DeployOutputFiles: Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/Meebey.SmartIrc4net.dll.mdb' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/Meebey.SmartIrc4net.dll.mdb' Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/Meebey.SmartIrc4net.dll' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/Meebey.SmartIrc4net.dll' Done building project "/construction/irc/smuxi/smuxi-1.0.8/lib/SmartIrc4net/SmartIrc4net.csproj". Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:06.9108220 /usr/local/bin/xbuild /toolsversion:4.0 /p:TargetFrameworkVersion=v4.5 /property:DefineConstants=MONO_4_5 /p:CscToolExe=mcs.exe /p:Configuration=Debug /p:SignAssembly=false /p:WarningLevel=0 /p:Warn=0 /p:OutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug /p:BaseIntermediateOutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ /p:IntermediateOutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ /p:DocumentationFile= /property:DefineConstants="MONO" ./SignalR/src/Microsoft.AspNet.SignalR.Client/Microsoft.AspNet.SignalR.Client.csproj >>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<< XBuild Engine Version 14.0 Mono, Version 5.10.1.57 Copyright (C) 2005-2013 Various Mono authors Build started 9/20/2020 12:10:58 AM. __________________________________________________ Project "/construction/irc/smuxi/smuxi-1.0.8/lib/SignalR/src/Microsoft.AspNet.SignalR.Client/Microsoft.AspNet.SignalR.Client.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target ResolveProjectReferences: Project "/construction/irc/smuxi/smuxi-1.0.8/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Newtonsoft.Json.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target _GenerateTargetFrameworkMonikerAttribute: Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/construction/irc/smuxi/smuxi-1.0.8/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Newtonsoft.Json.csproj". Target GenerateResources: Tool /usr/local/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "Resources.resx,/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/Microsoft.AspNet.SignalR.Client.Resources.resources" Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target _GenerateTargetFrameworkMonikerAttribute: Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Tool /usr/local/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /debug:portable /optimize- /out:/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/Microsoft.AspNet.SignalR.Client.dll /resource:/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/Microsoft.AspNet.SignalR.Client.Resources.resources ../Common/CommonAssemblyInfo.cs ../Common/CommonVersionInfo.cs ../Microsoft.AspNet.SignalR.Core/Infrastructure/CancellationTokenExtensions.cs ../Microsoft.AspNet.SignalR.Core/Infrastructure/DisposableAction.cs ../Microsoft.AspNet.SignalR.Core/Infrastructure/Disposer.cs ../Microsoft.AspNet.SignalR.Core/Infrastructure/ExceptionsExtensions.cs ../Microsoft.AspNet.SignalR.Core/TaskAsyncHelper.cs Connection.cs ConnectionExtensions.cs HeaderDictionary.cs HeartBeatMonitor.cs Http/IResponseExtensions.cs Hubs/HubInvocation.cs ConnectionState.cs Hubs/HubConnection.cs Hubs/HubProxy.cs Hubs/HubRegistrationData.cs Hubs/HubResult.cs Hubs/Hubservable.cs Hubs/IHubConnection.cs Hubs/IHubProxy.cs Hubs/Subscription.cs IConnection.cs Infrastructure/ErrorExtensions.cs KeepAliveData.cs Infrastructure/SignalRError.cs Infrastructure/ExceptionHelper.cs Infrastructure/ThreadSafeInvoker.cs Infrastructure/UrlEncoder.cs TraceLevels.cs Resources.Designer.cs Transports/AsyncStreamReader.cs Transports/LongPolling/NegotiateInitializer.cs Transports/LongPolling/PollingRequestHandler.cs Transports/ServerSentEvents/ChunkBuffer.cs Http/DefaultHttpClient.cs Http/HttpHelper.cs Http/HttpWebRequestWrapper.cs Http/HttpWebResponseWrapper.cs Http/IHttpClient.cs Http/IHttpClientExtensions.cs Http/IRequest.cs Http/IResponse.cs Transports/ServerSentEvents/EventSourceStreamReader.cs Infrastructure/StreamExtensions.cs NegotiationResponse.cs ObservableConnection.cs Properties/AssemblyInfo.cs Hubs/HubProxyExtensions.cs StateChange.cs Transports/AutoTransport.cs Transports/HttpBasedTransport.cs Transports/IClientTransport.cs Transports/LongPollingTransport.cs Transports/ServerSentEventsTransport.cs Transports/ServerSentEvents/EventType.cs Transports/ServerSentEvents/SseEvent.cs Transports/TransportHelper.cs /construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /warnaserror+ /define:MONO /nowarn:1591 /nostdlib /reference:/usr/local/lib/mono/4.5-api/System.dll /reference:/usr/local/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/local/lib/mono/4.5-api/System.Core.dll /reference:/construction/irc/smuxi/smuxi-1.0.8/bin/debug//Newtonsoft.Json.dll /reference:/usr/local/lib/mono/4.5-api//mscorlib.dll /warn:0 Target DeployOutputFiles: Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/Microsoft.AspNet.SignalR.Client.dll.mdb' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/Microsoft.AspNet.SignalR.Client.dll.mdb' Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/Microsoft.AspNet.SignalR.Client.dll' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/Microsoft.AspNet.SignalR.Client.dll' Done building project "/construction/irc/smuxi/smuxi-1.0.8/lib/SignalR/src/Microsoft.AspNet.SignalR.Client/Microsoft.AspNet.SignalR.Client.csproj". Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:07.0396650 /usr/local/bin/xbuild /toolsversion:4.0 /p:TargetFrameworkVersion=v4.5 /property:DefineConstants=MONO_4_5 /p:CscToolExe=mcs.exe /p:Configuration=Debug /p:SignAssembly=false /p:WarningLevel=0 /p:Warn=0 /p:OutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug /p:BaseIntermediateOutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ /p:IntermediateOutputPath=/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/ /p:DocumentationFile= ./JabbR/JabbR.Client/JabbR.Client.csproj >>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<< XBuild Engine Version 14.0 Mono, Version 5.10.1.57 Copyright (C) 2005-2013 Various Mono authors Build started 9/20/2020 12:11:05 AM. __________________________________________________ Project "/construction/irc/smuxi/smuxi-1.0.8/lib/JabbR/JabbR.Client/JabbR.Client.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target ResolveProjectReferences: Project "/construction/irc/smuxi/smuxi-1.0.8/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Newtonsoft.Json.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target _GenerateTargetFrameworkMonikerAttribute: Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/construction/irc/smuxi/smuxi-1.0.8/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Newtonsoft.Json.csproj". Project "/construction/irc/smuxi/smuxi-1.0.8/lib/SignalR/src/Microsoft.AspNet.SignalR.Client/Microsoft.AspNet.SignalR.Client.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target _GenerateTargetFrameworkMonikerAttribute: Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/construction/irc/smuxi/smuxi-1.0.8/lib/SignalR/src/Microsoft.AspNet.SignalR.Client/Microsoft.AspNet.SignalR.Client.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target _GenerateTargetFrameworkMonikerAttribute: Skipping target "_GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Tool /usr/local/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /debug:portable /optimize- /out:/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/JabbR.Client.dll ../JabbR/Models/ClientMessage.cs ../JabbR/Models/ClientNotification.cs ClientEvents.cs DefaultAuthenticationProvider.cs HttpHelper.cs IJabbRClient.cs IAuthenticationProvider.cs JabbRClient.cs Models/LogOnInfo.cs Models/Message.cs Models/Room.cs Models/User.cs Models/UserStatus.cs Properties/AssemblyInfo.cs StreamExtensions.cs TaskAsyncHelper.cs /construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:MONO_4_5 /nostdlib /reference:/usr/local/lib/mono/4.5-api/System.dll /reference:/usr/local/lib/mono/4.5-api/System.Xml.Linq.dll /reference:/usr/local/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/local/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/local/lib/mono/4.5-api/System.Data.dll /reference:/usr/local/lib/mono/4.5-api/System.Xml.dll /reference:/usr/local/lib/mono/4.5-api/System.Core.dll /reference:/construction/irc/smuxi/smuxi-1.0.8/bin/debug//Newtonsoft.Json.dll /reference:/construction/irc/smuxi/smuxi-1.0.8/bin/debug//Microsoft.AspNet.SignalR.Client.dll /reference:/usr/local/lib/mono/4.5-api//mscorlib.dll /warn:0 Target DeployOutputFiles: Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/JabbR.Client.dll.mdb' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/JabbR.Client.dll.mdb' Copying file from '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/obj/JabbR.Client.dll' to '/construction/irc/smuxi/smuxi-1.0.8/bin/debug/JabbR.Client.dll' Done building project "/construction/irc/smuxi/smuxi-1.0.8/lib/JabbR/JabbR.Client/JabbR.Client.csproj". Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:06.3351420 gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/lib' gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/lib' Making all in src gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src' Making all in Common gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Common' Makefile:917: warning: overriding recipe for target '../../bin/debug/smuxi-common.dll' Makefile:907: warning: ignoring old recipe for target '../../bin/debug/smuxi-common.dll' Makefile:917: warning: overriding recipe for target '../../bin/debug/smuxi-common.dll.mdb' Makefile:908: warning: ignoring old recipe for target '../../bin/debug/smuxi-common.dll.mdb' gmake[3]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. mkdir -p ../../bin/debug/ /usr/local/bin/mcs -noconfig -codepage:utf8 -warn:4 -debug -optimize+ "-define:DEBUG,TRACE,LOG4NET,NET_2_0,NDESK_OPTIONS,MONO_UNIX" -out:../../bin/debug/smuxi-common.dll -target:library './../AssemblyVersion.cs' './AssemblyInfo.cs' './AtomFeed.cs' './Crc32.cs' './Emojione.cs' './GeneratedEmojione.cs' './IconCache.cs' './IOSecurity.cs' './ITraceable.cs' './Trace.cs' './MD5.cs' './FastSerializer.cs' './LibraryCatalog.cs' './NDesk.Options.cs' './Defines.cs' './SpecialFolderPatternConverter.cs' './SingleApplicationInstance.cs' './TaskQueue.cs' './ThreadPoolQueue.cs' './Platform.cs' './RateLimiter.cs' './Pattern.cs' -r:System -r:System.Core -r:System.Runtime.Remoting -r:System.Xml -r:Mono.Posix -r:/usr/local/lib/mono/2.0/log4net.dll ./Crc32.cs(28,27): warning CS3003: Type of `Smuxi.Common.Crc32.DefaultSeed' is not CLS-compliant ./Crc32.cs(111,31): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first ./Crc32.cs(111,31): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first ./Crc32.cs(109,21): warning CS3003: Type of `Smuxi.Common.Crc32.CrcValue' is not CLS-compliant Compilation succeeded - 4 warning(s) mkdir -p '../../bin/debug' cp 'smuxi-common.pc' '../../bin/debug/smuxi-common.pc' gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Common' Making all in Engine gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine' gmake[3]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. mkdir -p ../../bin/debug/ /usr/local/bin/mcs -noconfig -codepage:utf8 -warn:4 -optimize- -debug -define:DEBUG "-define:DEBUG,TRACE,LOG4NET,CONFIG_NINI" -define:DB4O,DB4O_8_0 -out:../../bin/debug/smuxi-engine.dll -target:library './../AssemblyVersion.cs' './AssemblyInfo.cs' './CertificateValidator.cs' './CommandModel.cs' './Engine.cs' './FrontendManager.cs' './IFrontendUI.cs' './PermanentRemoteObject.cs' './PresenceStatus.cs' './Session.cs' './SessionManager.cs' './TextColor.cs' './TextColorContrast.cs' './TextColorPalettes.cs' './TextColorTools.cs' './MessageBuffers/Db4oMessageBuffer.cs' './MessageBuffers/IMessageBuffer.cs' './MessageBuffers/ListMessageBuffer.cs' './MessageBuffers/MessageBufferBase.cs' './MessageBuffers/MessageBufferPersistencyType.cs' './MessageBuffers/SqliteMessageBuffer.cs' './Messages/FeedMessageBuilder.cs' './Messages/MessageBuilder.cs' './Messages/MessageModel.cs' './Messages/MessagePartModel.cs' './Messages/TextMessagePartModel.cs' './Messages/UrlMessagePartModel.cs' './Messages/ImageMessagePartModel.cs' './Messages/MessageType.cs' './Messages/Dto/MessageDtoModelV1.cs' './Chats/ChatType.cs' './Chats/ChatModel.cs' './Chats/GroupChatModel.cs' './Chats/PersonChatModel.cs' './Chats/SessionChatModel.cs' './Chats/ProtocolChatModel.cs' './Config/FrontendConfig.cs' './Config/NotificationAreaIconMode.cs' './Config/UserConfig.cs' './Config/Config.cs' './Config/ServerModel.cs' './Config/ServerListController.cs' './Config/UserListController.cs' './Config/FilterListController.cs' './Config/FilterModel.cs' './Config/ProxySettings.cs' './Config/ProxyType.cs' './Config/EntrySettings.cs' './Config/MessageBuilderSettings.cs' './Config/MessagePatternListController.cs' './Config/MessagePatternModel.cs' './Protocols/ProtocolManagerBase.cs' './Protocols/ProtocolManagerFactory.cs' './Protocols/ProtocolManagerInfoModel.cs' './Protocols/ProtocolManagerInfoAttribute.cs' './Protocols/IProtocolManager.cs' './Persons/PersonModel.cs' './Persons/ContactModel.cs' './Hooks/HookRunner.cs' './Hooks/Commands/HookCommand.cs' './Hooks/Commands/ProtocolManagerHookCommand.cs' './Hooks/Commands/SessionHookCommand.cs' './Hooks/Environments/ChatHookEnvironment.cs' './Hooks/Environments/CommandHookEnvironment.cs' './Hooks/Environments/HookEnvironment.cs' './Hooks/Environments/MessageHookEnvironment.cs' './Hooks/Environments/PersonHookEnvironment.cs' './Hooks/Environments/ProtocolManagerHookEnvironment.cs' -r:System -r:System.Core -r:System.Data -r:System.Runtime.Remoting -r:System.Runtime.Serialization -r:System.Web -r:System.Xml -r:Mono.Posix -r:Mono.Data.Sqlite -r:/usr/local/lib/mono/nini-1.1/Nini.dll -r:/usr/local/lib/mono/2.0/log4net.dll -r:../../bin/debug/Db4objects.Db4o.dll -r:../../bin/debug/ServiceStack.Text.dll -r:../../bin/debug/smuxi-common.dll ./Messages/UrlMessagePartModel.cs(51,18): warning CS0659: `Smuxi.Engine.UrlMessagePartModel' overrides Object.Equals(object) but does not override Object.GetHashCode() ./Persons/ContactModel.cs(34,18): warning CS0661: `Smuxi.Engine.ContactModel' defines operator == or operator != but does not override Object.GetHashCode() ./Persons/ContactModel.cs(34,18): warning CS0659: `Smuxi.Engine.ContactModel' overrides Object.Equals(object) but does not override Object.GetHashCode() ./TextColorTools.cs(78,20): warning CS0219: The variable `lastDifference' is assigned but its value is never used ./MessageBuffers/Db4oMessageBuffer.cs(642,17): warning CS3009: `Smuxi.Engine.Db4oMessageBufferOptimizationTypes': base type `ushort' is not CLS-compliant ./Config/Config.cs(724,20): warning CS0219: The variable `iniKey' is assigned but its value is never used ./Config/Config.cs(782,23): warning CS0612: `Smuxi.Engine.Config.GetUserEntry(string, string, object)' is obsolete ./Hooks/HookRunner.cs(98,24): warning CS0618: `Smuxi.Engine.Engine.Version' is obsolete: `Use AssemblyVersion or ProtocolVersion instead.' ./Hooks/HookRunner.cs(99,50): warning CS0618: `Smuxi.Engine.Engine.Version' is obsolete: `Use AssemblyVersion or ProtocolVersion instead.' ./CommandModel.cs(41,46): warning CS0414: The private field `Smuxi.Engine.CommandModel._Logger' is assigned but its value is never used ./FrontendManager.cs(44,34): warning CS0414: The private field `Smuxi.Engine.FrontendManager._ConfigChangedDelegate' is assigned but its value is never used ./TextColorTools.cs(33,46): warning CS0414: The private field `Smuxi.Engine.TextColorTools.f_Logger' is assigned but its value is never used ./MessageBuffers/SqliteMessageBuffer.cs(34,38): warning CS0414: The private field `Smuxi.Engine.SqliteMessageBuffer.f_Logger' is assigned but its value is never used ./Messages/UrlMessagePartModel.cs(54,46): warning CS0414: The private field `Smuxi.Engine.UrlMessagePartModel._Logger' is assigned but its value is never used ./Messages/ImageMessagePartModel.cs(41,46): warning CS0414: The private field `Smuxi.Engine.ImageMessagePartModel._Logger' is assigned but its value is never used ./Chats/PersonChatModel.cs(37,46): warning CS0414: The private field `Smuxi.Engine.PersonChatModel._Logger' is assigned but its value is never used ./Chats/SessionChatModel.cs(30,46): warning CS0414: The private field `Smuxi.Engine.SessionChatModel._Logger' is assigned but its value is never used ./Chats/ProtocolChatModel.cs(37,46): warning CS0414: The private field `Smuxi.Engine.ProtocolChatModel._Logger' is assigned but its value is never used ./Protocols/ProtocolManagerBase.cs(36,46): warning CS0414: The private field `Smuxi.Engine.ProtocolManagerBase._Logger' is assigned but its value is never used ./Protocols/ProtocolManagerInfoModel.cs(38,46): warning CS0414: The private field `Smuxi.Engine.ProtocolManagerInfoModel._Logger' is assigned but its value is never used ./Protocols/ProtocolManagerInfoAttribute.cs(37,46): warning CS0414: The private field `Smuxi.Engine.ProtocolManagerInfoAttribute._Logger' is assigned but its value is never used Compilation succeeded - 21 warning(s) mkdir -p '../../bin/debug' cp 'smuxi-engine.pc' '../../bin/debug/smuxi-engine.pc' gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine' Making all in Engine-IRC gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-IRC' gmake[3]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine.dll <- ../../bin/debug/smuxi-engine.dll dependency dropped. mkdir -p ../../bin/debug/ /usr/local/bin/mcs -noconfig -codepage:utf8 -warn:4 -optimize+ -debug -define:DEBUG "-define:DEBUG,TRACE,LOG4NET" -out:../../bin/debug/smuxi-engine-irc.dll -target:library './Protocols/Irc/IrcGroupPersonModel.cs' './Protocols/Irc/IrcMessageBuilder.cs' './Protocols/Irc/IrcProtocolManager.cs' './Protocols/Irc/IrcPersonModel.cs' './Protocols/Irc/IrcTextColor.cs' './Config/IrcServerModel.cs' './../AssemblyVersion.cs' './AssemblyInfo.cs' -r:System -r:System.Core -r:Mono.Posix -r:/usr/local/lib/mono/2.0/log4net.dll -r:../../bin/debug/Meebey.SmartIrc4net.dll -r:../../bin/debug/smuxi-common.dll -r:../../bin/debug/smuxi-engine.dll mkdir -p '../../bin/debug' cp 'smuxi-engine-irc.pc' '../../bin/debug/smuxi-engine-irc.pc' gmake[3]: Circular ../../bin/debug/smuxi-engine.dll.mdb <- ../../bin/debug/smuxi-engine.dll.mdb dependency dropped. gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-IRC' Making all in Engine-Twitter gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-Twitter' /usr/local/bin/mcs -define:DEBUG,TRACE,LOG4NET -debug -define:IPC_DBUS -define:NDESK_DBUS -r:/usr/local/lib/mono/2.0/log4net.dll -r:System.Web -r:System.Core -r:../../bin/debug/Twitterizer2.dll -r:../../bin/debug/Twitterizer2.Streaming.dll -r:../../bin/debug/smuxi-common.dll -r:../../bin/debug/smuxi-engine.dll -target:library -out:../../bin/debug/smuxi-engine-twitter.dll ./../AssemblyVersion.cs ./AssemblyInfo.cs ./Protocols/Twitter/TwitterProtocolManager.cs ./Protocols/Twitter/TwitterMessageBuilder.cs ./Protocols/Twitter/TwitterSearchStream.cs ./Protocols/Twitter/TwitterProtocolManager.cs(65,33): warning CS0169: The private field `Smuxi.Engine.TwitterProtocolManager.f_LastFriendsUpdate' is never used Compilation succeeded - 1 warning(s) gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-Twitter' Making all in Engine-Campfire gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-Campfire' /usr/local/bin/mcs -define:DEBUG,TRACE,LOG4NET -debug -define:IPC_DBUS -define:NDESK_DBUS -r:System -r:System.Web -r:Mono.Posix -r:/usr/local/lib/mono/2.0/log4net.dll -r:../../bin/debug/smuxi-common.dll -r:../../bin/debug/smuxi-engine.dll -r:../../bin/debug/ServiceStack.Common.dll -r:../../bin/debug/ServiceStack.Interfaces.dll -r:../../bin/debug/ServiceStack.Text.dll -target:library -out:../../bin/debug/smuxi-engine-campfire.dll ./../AssemblyVersion.cs ./AssemblyInfo.cs ./Protocols/Campfire/CampfireProtocolManager.cs ./Protocols/Campfire/CampfirePersonModel.cs ./Protocols/Campfire/CampfireEventStream.cs ./Protocols/Campfire/DTO.cs gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-Campfire' Making all in Engine-JabbR gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-JabbR' /usr/local/bin/mcs -define:DEBUG,TRACE,LOG4NET -debug -define:IPC_DBUS -define:NDESK_DBUS -r:System -r:System.Web -r:Mono.Posix -r:/usr/local/lib/mono/2.0/log4net.dll -r:../../bin/debug/smuxi-common.dll -r:../../bin/debug/smuxi-engine.dll -r:../../bin/debug/Microsoft.AspNet.SignalR.Client.dll -r:../../bin/debug/JabbR.Client.dll -target:library -out:../../bin/debug/smuxi-engine-jabbr.dll ./../AssemblyVersion.cs ./AssemblyInfo.cs ./JabbrMessageBuilder.cs ./JabbrProtocolManager.cs gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-JabbR' Making all in Engine-XMPP gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-XMPP' /usr/local/bin/mcs -define:DEBUG,TRACE,LOG4NET -debug -define:IPC_DBUS -define:NDESK_DBUS -r:System -r:System.Core -r:Mono.Posix -r:/usr/local/lib/mono/2.0/log4net.dll -r:../../bin/debug/smuxi-common.dll -r:../../bin/debug/smuxi-engine.dll -r:../../bin/debug/StarkSoftProxy.dll -r:../../bin/debug/agsxmpp.dll -target:library -out:../../bin/debug/smuxi-engine-xmpp.dll ./../AssemblyVersion.cs ./AssemblyInfo.cs ./Config/XmppServerModel.cs ./Protocols/Xmpp/XmppGroupChatModel.cs ./Protocols/Xmpp/XmppProtocolManager.cs ./Config/XmppPersonModel.cs ./Protocols/Xmpp/FacebookProtocolManager.cs ./Protocols/Xmpp/XmppProtocolManager.cs(2737,34): warning CS0618: `agsXMPP.XmppClientConnection.UseSSL' is obsolete: `Try to use ForceStartTls instead' Compilation succeeded - 1 warning(s) gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-XMPP' Making all in Engine-MessageBuffer gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-MessageBuffer' /usr/local/bin/mcs -define:DEBUG,TRACE,LOG4NET -debug -define:IPC_DBUS -define:NDESK_DBUS -platform:x86 -r:System -r:System.Core -r:Mono.Posix -r:/usr/local/lib/mono/2.0/log4net.dll -r:../../bin/debug/smuxi-common.dll -r:../../bin/debug/smuxi-engine.dll -r:../../bin/debug/ServiceStack.Text.dll -target:exe -out:../../bin/debug/smuxi-message-buffer.exe ./../AssemblyVersion.cs ./AssemblyInfo.cs ./Main.cs mkdir -p ../../bin/debug/ cp 'smuxi-message-buffer.exe.config' '../../bin/debug/smuxi-message-buffer.exe.config' gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-MessageBuffer' Making all in Server gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Server' mkdir -p '../../bin/debug' cp 'smuxi-server' '../../bin/debug/smuxi-server' chmod +x '../../bin/debug/smuxi-server' gmake[3]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine.dll <- ../../bin/debug/smuxi-engine.dll dependency dropped. mkdir -p ../../bin/debug/ /usr/local/bin/mcs -platform:x86 -noconfig -codepage:utf8 -warn:4 -optimize- -debug -define:DEBUG "-define:TRACE,DEBUG,LOG4NET" -out:../../bin/debug/smuxi-server.exe -target:exe './../AssemblyVersion.cs' './AssemblyInfo.cs' './Main.cs' './Server.cs' -r:System.Runtime.Remoting -r:System -r:Mono.Posix -r:../../bin/debug/smuxi-common.dll -r:../../bin/debug/smuxi-engine.dll -r:/usr/local/lib/mono/2.0/log4net.dll gmake[3]: Circular ../../bin/debug/smuxi-engine.dll.mdb <- ../../bin/debug/smuxi-engine.dll.mdb dependency dropped. mkdir -p ../../bin/debug/ cp 'smuxi-server.exe.config' '../../bin/debug/smuxi-server.exe.config' gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Server' Making all in Frontend gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend' gmake[3]: Circular ../../bin/debug/smuxi-engine.dll <- ../../bin/debug/smuxi-engine.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. mkdir -p ../../bin/debug/ /usr/local/bin/mcs -noconfig -codepage:utf8 -warn:4 -optimize+ -debug -define:DEBUG "-define:DEBUG,TRACE,LOG4NET" -out:../../bin/debug/smuxi-frontend.dll -target:library './../AssemblyVersion.cs' './AssemblyInfo.cs' './ChatViewManagerBase.cs' './ChatViewSyncManager.cs' './IChatView.cs' './ChatViewInfoAttribute.cs' './IEntryView.cs' './EngineManager.cs' './SshTunnelManager.cs' './CommandManager.cs' './NickCompleter.cs' './LongestPrefixNickCompleter.cs' './TabCycleNickCompleter.cs' -r:System -r:System.Core -r:System.Runtime.Remoting -r:Mono.Posix -r:../../bin/debug/smuxi-engine.dll -r:../../bin/debug/smuxi-common.dll -r:/usr/local/lib/mono/2.0/log4net.dll ./CommandManager.cs(430,25): warning CS0219: The variable `msg' is assigned but its value is never used Compilation succeeded - 1 warning(s) mkdir -p '../../bin/debug' cp 'smuxi-frontend.pc' '../../bin/debug/smuxi-frontend.pc' gmake[3]: Circular ../../bin/debug/smuxi-engine.dll.mdb <- ../../bin/debug/smuxi-engine.dll.mdb dependency dropped. gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend' Making all in Frontend-GNOME gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME' mkdir -p '../../bin/debug' cp 'smuxi-frontend-gnome' '../../bin/debug/smuxi-frontend-gnome' chmod +x '../../bin/debug/smuxi-frontend-gnome' LC_ALL=C /usr/local/bin/intltool-merge -d -u -c ../../po-Frontend-GNOME/.intltool-merge-cache ../../po-Frontend-GNOME smuxi-frontend-gnome.desktop.in smuxi-frontend-gnome.desktop Generating and caching the translation database Merging translations into smuxi-frontend-gnome.desktop. gmake[3]: Circular ../../bin/debug/smuxi-engine.dll <- ../../bin/debug/smuxi-engine.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-frontend.dll <- ../../bin/debug/smuxi-frontend.dll dependency dropped. mkdir -p ../../bin/debug/ /usr/local/bin/mcs -define:DEBUG,TRACE,LOG4NET -debug -define:IPC_DBUS -define:NDESK_DBUS -noconfig -codepage:utf8 -warn:4 -optimize- -debug -define:DEBUG "-define:DEBUG,TRACE,LOG4NET,CONFIG_NINI,UI_GNOME,GTK_SHARP_2_8" -win32icon:../../images/icon.ico -define:GTK_SHARP_2_10 -define:GTKSPELL -platform:x86 -out:../../bin/debug/smuxi-frontend-gnome.exe -target:winexe './../AssemblyVersion.cs' './AssemblyInfo.cs' './AboutDialog.cs' './CrashDialog.cs' './EngineManagerDialog.cs' './Entry.cs' './Frontend.cs' './GnomeUI.cs' './Gtk.WindowExtensions.cs' './IndicateManager.cs' './Main.cs' './MainWindow.cs' './NetworkManager.cs' './NotImplementedMessageDialog.cs' './Notebook.cs' './SplashScreenWindow.cs' './ChatTypeWidget.cs' './ChatViewManager.cs' './ColorConverter.cs' './NotifyManager.cs' './PangoTools.cs' './Preferences/ServerListView.cs' './Preferences/PreferencesDialog.cs' './Views/ChatTreeView.cs' './Views/JoinWidget.cs' './Views/MenuWidget.cs' './Views/MessageTextView.cs' './Views/ServerWidget.cs' './Views/ServerDialog.cs' './Views/FilterListWidget.cs' './Views/Chats/ChatView.cs' './Views/Chats/GroupChatView.cs' './Views/Chats/PersonChatView.cs' './Views/Chats/ProtocolChatView.cs' './Views/Chats/SessionChatView.cs' './Views/Assistants/Engine/EngineAssistantNameWidget.cs' './Views/Assistants/Engine/EngineAssistantCredentialsWidget.cs' './Views/Assistants/Engine/EngineAssistantConnectionWidget.cs' './Views/Assistants/Engine/EngineAssistantIntroWidget.cs' './Views/Assistants/Engine/EngineAssistant.cs' './Views/Tags/EmojiTag.cs' './Views/Tags/LinkTag.cs' './Views/Tags/PersonTag.cs' './QuickConnectDialog.cs' './SteticPreferencesDialog.cs' './FindGroupChatDialog.cs' './ChatFindDialog.cs' './OpenChatDialog.cs' './ThemeSettings.cs' './StatusIconManager.cs' './gtk-gui/generated.cs' './gtk-gui/Smuxi.Frontend.Gnome.EngineAssistantConnectionWidget.cs' './gtk-gui/Smuxi.Frontend.Gnome.EngineAssistantCredentialsWidget.cs' './gtk-gui/Smuxi.Frontend.Gnome.EngineAssistantIntroWidget.cs' './gtk-gui/Smuxi.Frontend.Gnome.EngineAssistantNameWidget.cs' './gtk-gui/Smuxi.Frontend.Gnome.JoinWidget.cs' './gtk-gui/Smuxi.Frontend.Gnome.MenuWidget.cs' './gtk-gui/Smuxi.Frontend.Gnome.OpenChatDialog.cs' './gtk-gui/Smuxi.Frontend.Gnome.SteticPreferencesDialog.cs' './gtk-gui/Smuxi.Frontend.Gnome.QuickConnectDialog.cs' './gtk-gui/Smuxi.Frontend.Gnome.FindGroupChatDialog.cs' './gtk-gui/Smuxi.Frontend.Gnome.ChatFindDialog.cs' './gtk-gui/Smuxi.Frontend.Gnome.ChatTypeWidget.cs' './gtk-gui/Smuxi.Frontend.Gnome.ServerDialog.cs' './gtk-gui/Smuxi.Frontend.Gnome.ServerWidget.cs' './gtk-gui/Smuxi.Frontend.Gnome.FilterListWidget.cs' './osx/AppleEvent.cs' './osx/ApplicationEvents.cs' './osx/Carbon.cs' './osx/CoreFoundation.cs' './osx/IgeMacMenu.cs' '-resource:./gtk-gui/gui.stetic' '-resource:./../../glade/smuxi-frontend-gnome.glade' '-resource:./../../images/icon_256x256.png' '-resource:./../../images/group-chat_256x256.png' '-resource:./../../images/person-chat_256x256.png' '-resource:./../../images/protocol-chat_256x256.png' '-resource:./../../images/session-chat_256x256.png' -r:System.Runtime.Remoting -r:System -r:System.Core -r:System.Web -r:Mono.Posix -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glade-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/local/lib/mono/2.0/log4net.dll -r:/usr/local/lib/mono/ndesk-dbus-1.0/NDesk.DBus.dll -r:/usr/local/lib/mono/ndesk-dbus-glib-1.0/NDesk.DBus.GLib.dll -r:/usr/local/lib/mono/ndesk-dbus-1.0/NDesk.DBus.dll -r:../../bin/debug/smuxi-engine.dll -r:../../bin/debug/smuxi-common.dll -r:../../bin/debug/smuxi-frontend.dll ./Frontend.cs(1129,17): warning CS0219: The variable `unityWithLightIcons' is assigned but its value is never used ./Views/Chats/ChatView.cs(532,41): warning CS0618: `Smuxi.Engine.ChatModel.Messages' is obsolete: `Use ChatModel.MessageBuffer instead.' Compilation succeeded - 2 warning(s) LC_ALL=C /usr/local/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po smuxi-frontend-gnome.appdata.xml.in smuxi-frontend-gnome.appdata.xml Generating and caching the translation database Merging translations into smuxi-frontend-gnome.appdata.xml. CREATED smuxi-frontend-gnome.appdata.xml /usr/bin/install -c -D -m644 ../../images/group-chat_256x256.png ../../images/256/smuxi-group-chat.png /usr/bin/install -c -D -m644 ../../images/person-chat_256x256.png ../../images/256/smuxi-person-chat.png gmake[3]: Circular ../../bin/debug/smuxi-engine.dll.mdb <- ../../bin/debug/smuxi-engine.dll.mdb dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-frontend.dll.mdb <- ../../bin/debug/smuxi-frontend.dll.mdb dependency dropped. mkdir -p ../../bin/debug/ cp 'smuxi-frontend-gnome.exe.config' '../../bin/debug/smuxi-frontend-gnome.exe.config' gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME' Making all in Frontend-GNOME-IRC gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME-IRC' gmake[3]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine.dll <- ../../bin/debug/smuxi-engine.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-frontend-gnome.exe <- ../../bin/debug/smuxi-frontend-gnome.exe dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine-irc.dll <- ../../bin/debug/smuxi-engine-irc.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-frontend.dll <- ../../bin/debug/smuxi-frontend.dll dependency dropped. mkdir -p ../../bin/debug/ /usr/local/bin/mcs -noconfig -codepage:utf8 -warn:4 -optimize+ -debug -define:DEBUG "-define:DEBUG,TRACE,LOG4NET" -out:../../bin/debug/smuxi-frontend-gnome-irc.dll -target:library './../AssemblyVersion.cs' './AssemblyInfo.cs' './IrcGroupChatView.cs' './IrcPersonChatView.cs' './InviteToMenu.cs' './CtcpMenu.cs' -r:System -r:Mono.Posix -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:../../bin/debug/Meebey.SmartIrc4net.dll -r:../../bin/debug/smuxi-common.dll -r:../../bin/debug/smuxi-engine.dll -r:../../bin/debug/smuxi-frontend-gnome.exe -r:../../bin/debug/smuxi-engine-irc.dll -r:../../bin/debug/smuxi-frontend.dll -r:/usr/local/lib/mono/2.0/log4net.dll ./IrcGroupChatView.cs(339,44): warning CS0618: `Smuxi.Engine.IrcProtocolManager.CommandMessageQuery(Smuxi.Engine.CommandModel)' is obsolete: `CommandMessageQuery() is deprecated, use CommandQuery() instead' Compilation succeeded - 1 warning(s) gmake[3]: Circular ../../bin/debug/smuxi-frontend-gnome.exe.mdb <- ../../bin/debug/smuxi-frontend-gnome.exe.mdb dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine-irc.dll.mdb <- ../../bin/debug/smuxi-engine-irc.dll.mdb dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine.dll.mdb <- ../../bin/debug/smuxi-engine.dll.mdb dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-frontend.dll.mdb <- ../../bin/debug/smuxi-frontend.dll.mdb dependency dropped. gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME-IRC' Making all in Frontend-GNOME-Twitter gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME-Twitter' /usr/local/bin/mcs -define:DEBUG,TRACE,LOG4NET -debug -define:IPC_DBUS -define:NDESK_DBUS -r:System -r:System.Core -r:Mono.Posix -r:/usr/local/lib/mono/2.0/log4net.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:../../bin/debug/smuxi-common.dll -r:../../bin/debug/smuxi-engine.dll -r:../../bin/debug/smuxi-engine-twitter.dll -r:../../bin/debug/smuxi-frontend.dll -r:../../bin/debug/smuxi-frontend-gnome.exe -target:library -out:../../bin/debug/smuxi-frontend-gnome-twitter.dll ./../AssemblyVersion.cs ./AssemblyInfo.cs ./TwitterGroupChatView.cs gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME-Twitter' Making all in Frontend-GNOME-XMPP gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME-XMPP' gmake[3]: Circular ../../bin/debug/smuxi-frontend.dll <- ../../bin/debug/smuxi-frontend.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-frontend-gnome.exe <- ../../bin/debug/smuxi-frontend-gnome.exe dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine.dll <- ../../bin/debug/smuxi-engine.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine-xmpp.dll <- ../../bin/debug/smuxi-engine-xmpp.dll dependency dropped. mkdir -p ../../bin/debug/ /usr/local/bin/mcs -noconfig -codepage:utf8 -warn:4 -optimize+ -debug -define:DEBUG "-define:DEBUG,TRACE,LOG4NET" -out:../../bin/debug/smuxi-frontend-gnome-xmpp.dll -target:library './../AssemblyVersion.cs' './AssemblyInfo.cs' './InviteToMenu.cs' './XmppGroupChatView.cs' './XmppPersonChatView.cs' -r:Mono.Posix -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:../../bin/debug/smuxi-frontend.dll -r:../../bin/debug/smuxi-frontend-gnome.exe -r:../../bin/debug/smuxi-engine.dll -r:../../bin/debug/smuxi-common.dll -r:../../bin/debug/smuxi-engine-xmpp.dll -r:/usr/local/lib/mono/2.0/log4net.dll gmake[3]: Circular ../../bin/debug/smuxi-engine-xmpp.dll.mdb <- ../../bin/debug/smuxi-engine-xmpp.dll.mdb dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-frontend-gnome.exe.mdb <- ../../bin/debug/smuxi-frontend-gnome.exe.mdb dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine.dll.mdb <- ../../bin/debug/smuxi-engine.dll.mdb dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-frontend.dll.mdb <- ../../bin/debug/smuxi-frontend.dll.mdb dependency dropped. gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME-XMPP' Making all in Frontend-STFL gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-STFL' Makefile:1161: warning: overriding recipe for target '../../bin/debug/smuxi-frontend-stfl.exe.config' Makefile:1160: warning: ignoring old recipe for target '../../bin/debug/smuxi-frontend-stfl.exe.config' Making all in STFL gmake[4]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-STFL/STFL' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-STFL/STFL' gmake[4]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-STFL' Makefile:1161: warning: overriding recipe for target '../../bin/debug/smuxi-frontend-stfl.exe.config' Makefile:1160: warning: ignoring old recipe for target '../../bin/debug/smuxi-frontend-stfl.exe.config' mkdir -p '../../bin/debug' cp 'smuxi-frontend-stfl' '../../bin/debug/smuxi-frontend-stfl' chmod +x '../../bin/debug/smuxi-frontend-stfl' mkdir -p ../../bin/debug/ cp 'smuxi-frontend-stfl.exe.config' '../../bin/debug/smuxi-frontend-stfl.exe.config' gmake[4]: Circular ../../bin/debug/smuxi-engine.dll <- ../../bin/debug/smuxi-engine.dll dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-frontend.dll <- ../../bin/debug/smuxi-frontend.dll dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. mkdir -p ../../bin/debug/ /usr/local/bin/mcs -define:DEBUG,TRACE,LOG4NET -debug -define:IPC_DBUS -define:NDESK_DBUS -out:../../bin/debug/smuxi-frontend-stfl.exe -target:exe './Main.cs' './../AssemblyVersion.cs' './AssemblyInfo.cs' './Frontend.cs' './MainWindow.cs' './StflUI.cs' './Entry.cs' './STFL/Form.cs' './STFL/EventReceivedEventArgs.cs' './STFL/KeyPressedEventArgs.cs' './STFL/NcursesApi.cs' './STFL/StflApi.cs' './STFL/StringOnHeap.cs' './STFL/TextView.cs' './STFL/Widget.cs' './Views/ChatView.cs' './Views/GroupChatView.cs' './Views/PersonChatView.cs' './ChatViewManager.cs' '-resource:./MainWindow.stfl' -r:System -r:System.Core -r:Mono.Posix -r:/usr/local/lib/mono/2.0/log4net.dll -r:../../bin/debug/smuxi-engine.dll -r:../../bin/debug/smuxi-frontend.dll -r:../../bin/debug/smuxi-common.dll ./Views/ChatView.cs(229,38): warning CS0618: `Smuxi.Engine.ChatModel.Messages' is obsolete: `Use ChatModel.MessageBuffer instead.' ./Views/ChatView.cs(254,18): warning CS0219: The variable `hasHighlight' is assigned but its value is never used ./ChatViewManager.cs(107,44): warning CS0618: `Smuxi.Frontend.ChatViewManagerBase.CreateChatView(Smuxi.Engine.ChatModel, params object[])' is obsolete: `Use CreateChatView(ChatModel, ChatType, Type) instead.' Compilation succeeded - 3 warning(s) gmake[4]: Circular ../../bin/debug/smuxi-engine.dll.mdb <- ../../bin/debug/smuxi-engine.dll.mdb dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-frontend.dll.mdb <- ../../bin/debug/smuxi-frontend.dll.mdb dependency dropped. gmake[4]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-STFL' gmake[3]: Circular ../../bin/debug/smuxi-engine.dll <- ../../bin/debug/smuxi-engine.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-frontend.dll <- ../../bin/debug/smuxi-frontend.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine.dll.mdb <- ../../bin/debug/smuxi-engine.dll.mdb dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-frontend.dll.mdb <- ../../bin/debug/smuxi-frontend.dll.mdb dependency dropped. gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-STFL' gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src' gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src' Making all in po gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po' Making all in po-Engine gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands file=`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ca.po file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file cs.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file de.po file=`echo en_GB | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file en_GB.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es.po file=`echo es_AR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es_AR.po file=`echo fa | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fa.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fi.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fr.po file=`echo hr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file hr.po file=`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file it.po file=`echo lt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file lt.po file=`echo nb_NO | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nb_NO.po file=`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nl.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pl.po file=`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt.po file=`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt_BR.po file=`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ru.po file=`echo sk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sk.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sv.po file=`echo te | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file te.po file=`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file tr.po file=`echo ur | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ur.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file zh_CN.po gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine' Making all in po-Engine-MessageBuffer gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-MessageBuffer' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file cs.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file de.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fi.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fr.po file=`echo lt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file lt.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pl.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sv.po file=`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file tr.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file zh_CN.po gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-MessageBuffer' Making all in po-Engine-Campfire gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-Campfire' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file cs.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file de.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es.po file=`echo fa | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fa.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fi.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fr.po file=`echo lt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file lt.po file=`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nl.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pl.po file=`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt_BR.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sv.po file=`echo te | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file te.po file=`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file tr.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file zh_CN.po gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-Campfire' Making all in po-Engine-IRC gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-IRC' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands file=`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ca.po file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file cs.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file de.po file=`echo en_GB | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file en_GB.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es.po file=`echo es_AR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es_AR.po file=`echo fa | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fa.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fi.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fr.po file=`echo hr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file hr.po file=`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file it.po file=`echo lt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file lt.po file=`echo nb_NO | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nb_NO.po file=`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nl.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pl.po file=`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt.po file=`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt_BR.po file=`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ru.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sv.po file=`echo sk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sk.po file=`echo te | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file te.po file=`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file tr.po file=`echo ur | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ur.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file zh_CN.po gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-IRC' Making all in po-Engine-JabbR gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-JabbR' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file cs.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file de.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es.po file=`echo fa | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fa.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fi.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fr.po file=`echo lt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file lt.po file=`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nl.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pl.po file=`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt_BR.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sv.po file=`echo te | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file te.po file=`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file tr.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file zh_CN.po gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-JabbR' Making all in po-Engine-Twitter gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-Twitter' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands file=`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ca.po file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file cs.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file de.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es.po file=`echo en_GB | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file en_GB.po file=`echo fa | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fa.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fi.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fr.po file=`echo hr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file hr.po file=`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file it.po file=`echo lt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file lt.po file=`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nl.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pl.po file=`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt.po file=`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt_BR.po file=`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ru.po file=`echo sk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sk.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sv.po file=`echo te | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file te.po file=`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file tr.po file=`echo ur | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ur.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file zh_CN.po gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-Twitter' Making all in po-Engine-XMPP gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-XMPP' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file cs.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file de.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es.po file=`echo fa | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fa.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fi.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fr.po file=`echo lt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file lt.po file=`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nl.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pl.po file=`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt_BR.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sv.po file=`echo te | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file te.po file=`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file tr.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file zh_CN.po gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-XMPP' Making all in po-Server gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Server' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands file=`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ca.po file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file cs.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file de.po file=`echo en_GB | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file en_GB.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es.po file=`echo fa | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fa.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fi.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fr.po file=`echo hr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file hr.po file=`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file it.po file=`echo lt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file lt.po file=`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nl.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pl.po file=`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt.po file=`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt_BR.po file=`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ru.po file=`echo sk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sk.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sv.po file=`echo te | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file te.po file=`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file tr.po file=`echo ur | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ur.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file zh_CN.po gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Server' Making all in po-Frontend gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Frontend' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands file=`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ca.po file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file cs.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file de.po file=`echo en_GB | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file en_GB.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es.po file=`echo es_AR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es_AR.po file=`echo fa | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fa.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fi.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fr.po file=`echo hr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file hr.po file=`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file it.po file=`echo lt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file lt.po file=`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nl.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pl.po file=`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt.po file=`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt_BR.po file=`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ru.po file=`echo sk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sk.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sv.po file=`echo te | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file te.po file=`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file tr.po file=`echo ur | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ur.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file zh_CN.po gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Frontend' Making all in po-Frontend-GNOME gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Frontend-GNOME' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands file=`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ca.po file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file cs.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file de.po file=`echo el | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file el.po file=`echo en_GB | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file en_GB.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es.po file=`echo es_AR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es_AR.po file=`echo fa | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fa.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fi.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fr.po file=`echo hr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file hr.po file=`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file it.po file=`echo lt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file lt.po file=`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nl.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pl.po file=`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt.po file=`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt_BR.po file=`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ru.po file=`echo sk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sk.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sv.po file=`echo te | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file te.po file=`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file tr.po file=`echo ur | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ur.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file zh_CN.po gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Frontend-GNOME' Making all in po-Frontend-GNOME-IRC gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Frontend-GNOME-IRC' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands file=`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ca.po file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file cs.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file de.po file=`echo en_GB | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file en_GB.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es.po file=`echo es_AR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es_AR.po file=`echo fa | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fa.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fi.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fr.po file=`echo hr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file hr.po file=`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file it.po file=`echo lt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file lt.po file=`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nl.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pl.po file=`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt.po file=`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt_BR.po file=`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ru.po file=`echo sk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sk.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sv.po file=`echo te | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file te.po file=`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file tr.po file=`echo ur | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ur.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file zh_CN.po gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Frontend-GNOME-IRC' Making all in po-Frontend-GNOME-Twitter gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Frontend-GNOME-Twitter' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file cs.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file de.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es.po file=`echo fa | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fa.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fi.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fr.po file=`echo lt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file lt.po file=`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nl.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pl.po file=`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt_BR.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sv.po file=`echo te | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file te.po file=`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file tr.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file zh_CN.po gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Frontend-GNOME-Twitter' Making all in po-Frontend-GNOME-XMPP gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Frontend-GNOME-XMPP' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands file=`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ca.po file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file cs.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file de.po file=`echo en_GB | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file en_GB.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es.po file=`echo es_AR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file es_AR.po file=`echo fa | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fa.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fi.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file fr.po file=`echo hr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file hr.po file=`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file it.po file=`echo lt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file lt.po file=`echo nb_NO | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nb_NO.po file=`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file nl.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pl.po file=`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt.po file=`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file pt_BR.po file=`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ru.po file=`echo sk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sk.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file sv.po file=`echo te | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file te.po file=`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file tr.po file=`echo ur | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file ur.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/local/bin/msgfmt -o $file zh_CN.po gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Frontend-GNOME-XMPP' gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8' gmake[1]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8' SUCCEEDED 00:02:34 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> smuxi-1.0.8 depends on package: mono-addins>0 - found ===> smuxi-1.0.8 depends on executable: update-desktop-database - found ===> smuxi-1.0.8 depends on executable: gtk-update-icon-cache - found ===> smuxi-1.0.8 depends on file: /usr/local/libdata/pkgconfig/gtk-sharp-2.0.pc - found ===> smuxi-1.0.8 depends on executable: mono - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for smuxi-1.0.8 ===> smuxi-1.0.8 depends on package: mono-addins>0 - found ===> smuxi-1.0.8 depends on executable: update-desktop-database - found ===> smuxi-1.0.8 depends on executable: gtk-update-icon-cache - found ===> smuxi-1.0.8 depends on file: /usr/local/libdata/pkgconfig/gtk-sharp-2.0.pc - found ===> smuxi-1.0.8 depends on executable: mono - found ===> Generating temporary packing list gmake[1]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8' Making install in lib gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/lib' gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/lib' gmake[4]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/lib' gmake[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 0644 ../bin/debug/ServiceStack.Text.dll ../bin/debug/ServiceStack.Text.dll.mdb ../bin/debug/ServiceStack.Interfaces.dll ../bin/debug/ServiceStack.Interfaces.dll.mdb ../bin/debug/ServiceStack.Common.dll ../bin/debug/ServiceStack.Common.dll.mdb ../bin/debug/Newtonsoft.Json.dll ../bin/debug/Newtonsoft.Json.dll.mdb ../bin/debug/Twitterizer2.dll ../bin/debug/Twitterizer2.dll.mdb ../bin/debug/Twitterizer2.Streaming.dll ../bin/debug/Twitterizer2.Streaming.dll.mdb ../bin/debug/agsxmpp.dll ../bin/debug/agsxmpp.dll.mdb ../bin/debug/Db4objects.Db4o.dll ../bin/debug/Db4objects.Db4o.dll.mdb ../bin/debug/Meebey.SmartIrc4net.dll ../bin/debug/Meebey.SmartIrc4net.dll.mdb ../bin/debug/StarkSoftProxy.dll ../bin/debug/StarkSoftProxy.dll.mdb ../bin/debug/Microsoft.AspNet.SignalR.Client.dll ../bin/debug/Microsoft.AspNet.SignalR.Client.dll.mdb ../bin/debug/JabbR.Client.dll ../bin/debug/JabbR.Client.dll.mdb '/construction/irc/smuxi/stage/usr/local/lib/smuxi' gmake[4]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/lib' gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/lib' gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/lib' Making install in src gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src' Making install in Common gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Common' Makefile:917: warning: overriding recipe for target '../../bin/debug/smuxi-common.dll' Makefile:907: warning: ignoring old recipe for target '../../bin/debug/smuxi-common.dll' Makefile:917: warning: overriding recipe for target '../../bin/debug/smuxi-common.dll.mdb' Makefile:908: warning: ignoring old recipe for target '../../bin/debug/smuxi-common.dll.mdb' gmake[3]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. gmake[4]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Common' Makefile:917: warning: overriding recipe for target '../../bin/debug/smuxi-common.dll' Makefile:907: warning: ignoring old recipe for target '../../bin/debug/smuxi-common.dll' Makefile:917: warning: overriding recipe for target '../../bin/debug/smuxi-common.dll.mdb' Makefile:908: warning: ignoring old recipe for target '../../bin/debug/smuxi-common.dll.mdb' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/pkgconfig' install -m 0644 ../../bin/debug/smuxi-common.pc '/construction/irc/smuxi/stage/usr/local/lib/pkgconfig' gmake[4]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 555 ../../bin/debug/smuxi-common.dll '/construction/irc/smuxi/stage/usr/local/lib/smuxi' gmake[4]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Common' gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Common' Making install in Engine gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine' gmake[3]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. gmake[4]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/pkgconfig' install -m 0644 ../../bin/debug/smuxi-engine.pc '/construction/irc/smuxi/stage/usr/local/lib/pkgconfig' gmake[4]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 555 ../../bin/debug/smuxi-engine.dll '/construction/irc/smuxi/stage/usr/local/lib/smuxi' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 0644 ../../bin/debug/smuxi-common.dll ../../bin/debug/Db4objects.Db4o.dll '/construction/irc/smuxi/stage/usr/local/lib/smuxi' gmake[4]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine' gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine' Making install in Engine-IRC gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-IRC' gmake[3]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine.dll <- ../../bin/debug/smuxi-engine.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine.dll.mdb <- ../../bin/debug/smuxi-engine.dll.mdb dependency dropped. gmake[4]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-IRC' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/pkgconfig' install -m 0644 ../../bin/debug/smuxi-engine-irc.pc '/construction/irc/smuxi/stage/usr/local/lib/pkgconfig' gmake[4]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-engine.dll <- ../../bin/debug/smuxi-engine.dll dependency dropped. /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 555 ../../bin/debug/smuxi-engine-irc.dll '/construction/irc/smuxi/stage/usr/local/lib/smuxi' gmake[4]: Circular ../../bin/debug/smuxi-engine.dll.mdb <- ../../bin/debug/smuxi-engine.dll.mdb dependency dropped. /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 0644 ../../bin/debug/smuxi-common.dll ../../bin/debug/smuxi-engine.dll ../../bin/debug/smuxi-engine.dll.mdb '/construction/irc/smuxi/stage/usr/local/lib/smuxi' gmake[4]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-IRC' gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-IRC' Making install in Engine-Twitter gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-Twitter' gmake[4]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-Twitter' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 0644 ../../bin/debug/smuxi-engine-twitter.dll '/construction/irc/smuxi/stage/usr/local/lib/smuxi' gmake[4]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-Twitter' gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-Twitter' Making install in Engine-Campfire gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-Campfire' gmake[4]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-Campfire' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 0644 ../../bin/debug/smuxi-engine-campfire.dll ../../bin/debug/smuxi-engine-campfire.dll.mdb '/construction/irc/smuxi/stage/usr/local/lib/smuxi' gmake[4]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-Campfire' gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-Campfire' Making install in Engine-JabbR gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-JabbR' gmake[4]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-JabbR' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 0644 ../../bin/debug/smuxi-engine-jabbr.dll ../../bin/debug/smuxi-engine-jabbr.dll.mdb '/construction/irc/smuxi/stage/usr/local/lib/smuxi' gmake[4]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-JabbR' gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-JabbR' Making install in Engine-XMPP gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-XMPP' gmake[4]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-XMPP' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 0644 ../../bin/debug/smuxi-engine-xmpp.dll ../../bin/debug/smuxi-engine-xmpp.dll.mdb '/construction/irc/smuxi/stage/usr/local/lib/smuxi' gmake[4]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-XMPP' gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-XMPP' Making install in Engine-MessageBuffer gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-MessageBuffer' gmake[4]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-MessageBuffer' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/bin' install -m 555 smuxi-message-buffer '/construction/irc/smuxi/stage/usr/local/bin' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/man/man1' install -m 0644 smuxi-message-buffer.1 '/construction/irc/smuxi/stage/usr/local/man/man1' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 0644 ../../bin/debug/smuxi-message-buffer.exe ../../bin/debug/smuxi-message-buffer.exe.mdb '/construction/irc/smuxi/stage/usr/local/lib/smuxi' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 0644 ../../bin/debug/smuxi-message-buffer.exe.config '/construction/irc/smuxi/stage/usr/local/lib/smuxi' gmake[4]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-MessageBuffer' gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Engine-MessageBuffer' Making install in Server gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Server' gmake[3]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine.dll <- ../../bin/debug/smuxi-engine.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine.dll.mdb <- ../../bin/debug/smuxi-engine.dll.mdb dependency dropped. gmake[4]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Server' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/bin' install -m 555 ../../bin/debug/smuxi-server '/construction/irc/smuxi/stage/usr/local/bin' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/man/man1' install -m 0644 smuxi-server.1 '/construction/irc/smuxi/stage/usr/local/man/man1' gmake[4]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-engine.dll <- ../../bin/debug/smuxi-engine.dll dependency dropped. /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 555 ../../bin/debug/smuxi-server.exe '/construction/irc/smuxi/stage/usr/local/lib/smuxi' gmake[4]: Circular ../../bin/debug/smuxi-engine.dll.mdb <- ../../bin/debug/smuxi-engine.dll.mdb dependency dropped. /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 0644 ../../bin/debug/smuxi-engine.dll.mdb ../../bin/debug/smuxi-engine.dll ../../bin/debug/smuxi-common.dll ../../bin/debug/smuxi-server.exe.config '/construction/irc/smuxi/stage/usr/local/lib/smuxi' gmake[4]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Server' gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Server' Making install in Frontend gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend' gmake[3]: Circular ../../bin/debug/smuxi-engine.dll <- ../../bin/debug/smuxi-engine.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine.dll.mdb <- ../../bin/debug/smuxi-engine.dll.mdb dependency dropped. gmake[4]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/pkgconfig' install -m 0644 ../../bin/debug/smuxi-frontend.pc '/construction/irc/smuxi/stage/usr/local/lib/pkgconfig' gmake[4]: Circular ../../bin/debug/smuxi-engine.dll <- ../../bin/debug/smuxi-engine.dll dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 555 ../../bin/debug/smuxi-frontend.dll '/construction/irc/smuxi/stage/usr/local/lib/smuxi' gmake[4]: Circular ../../bin/debug/smuxi-engine.dll.mdb <- ../../bin/debug/smuxi-engine.dll.mdb dependency dropped. /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 0644 ../../bin/debug/smuxi-engine.dll.mdb ../../bin/debug/smuxi-engine.dll ../../bin/debug/smuxi-common.dll '/construction/irc/smuxi/stage/usr/local/lib/smuxi' gmake[4]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend' gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend' Making install in Frontend-GNOME gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME' gmake[3]: Circular ../../bin/debug/smuxi-engine.dll <- ../../bin/debug/smuxi-engine.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-frontend.dll <- ../../bin/debug/smuxi-frontend.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine.dll.mdb <- ../../bin/debug/smuxi-engine.dll.mdb dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-frontend.dll.mdb <- ../../bin/debug/smuxi-frontend.dll.mdb dependency dropped. gmake[4]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/bin' install -m 555 ../../bin/debug/smuxi-frontend-gnome '/construction/irc/smuxi/stage/usr/local/bin' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/share/appdata' install -m 0644 smuxi-frontend-gnome.appdata.xml '/construction/irc/smuxi/stage/usr/local/share/appdata' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/share/applications' install -m 0644 smuxi-frontend-gnome.desktop '/construction/irc/smuxi/stage/usr/local/share/applications' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/share/icons/hicolor/128x128/apps' install -m 0644 ../../images/128/smuxi-frontend-gnome.png '/construction/irc/smuxi/stage/usr/local/share/icons/hicolor/128x128/apps' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/share/icons/hicolor/16x16/apps' install -m 0644 ../../images/16/smuxi-frontend-gnome.png '/construction/irc/smuxi/stage/usr/local/share/icons/hicolor/16x16/apps' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/share/icons/hicolor/22x22/apps' install -m 0644 ../../images/22/smuxi-frontend-gnome.png '/construction/irc/smuxi/stage/usr/local/share/icons/hicolor/22x22/apps' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/share/icons/hicolor/24x24/apps' install -m 0644 ../../images/24/smuxi-frontend-gnome.png '/construction/irc/smuxi/stage/usr/local/share/icons/hicolor/24x24/apps' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/share/icons/hicolor/256x256/apps' install -m 0644 ../../images/256/smuxi-frontend-gnome.png ../../images/256/smuxi-group-chat.png ../../images/256/smuxi-person-chat.png '/construction/irc/smuxi/stage/usr/local/share/icons/hicolor/256x256/apps' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/share/icons/hicolor/32x32/apps' install -m 0644 ../../images/32/smuxi-frontend-gnome.png '/construction/irc/smuxi/stage/usr/local/share/icons/hicolor/32x32/apps' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/share/icons/hicolor/48x48/apps' install -m 0644 ../../images/48/smuxi-frontend-gnome.png '/construction/irc/smuxi/stage/usr/local/share/icons/hicolor/48x48/apps' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/share/applications' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/man/man1' install -m 0644 smuxi-frontend-gnome.1 '/construction/irc/smuxi/stage/usr/local/man/man1' gmake[4]: Circular ../../bin/debug/smuxi-engine.dll <- ../../bin/debug/smuxi-engine.dll dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-frontend.dll <- ../../bin/debug/smuxi-frontend.dll dependency dropped. /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 555 ../../bin/debug/smuxi-frontend-gnome.exe '/construction/irc/smuxi/stage/usr/local/lib/smuxi' gmake[4]: Circular ../../bin/debug/smuxi-engine.dll.mdb <- ../../bin/debug/smuxi-engine.dll.mdb dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-frontend.dll.mdb <- ../../bin/debug/smuxi-frontend.dll.mdb dependency dropped. /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 0644 ../../bin/debug/smuxi-engine.dll.mdb ../../bin/debug/smuxi-engine.dll ../../bin/debug/smuxi-frontend.dll.mdb ../../bin/debug/smuxi-frontend.dll ../../bin/debug/smuxi-common.dll ../../bin/debug/smuxi-frontend-gnome.exe.config '/construction/irc/smuxi/stage/usr/local/lib/smuxi' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/share/icons/hicolor/scalable/apps' install -m 0644 smuxi-frontend-gnome.svg '/construction/irc/smuxi/stage/usr/local/share/icons/hicolor/scalable/apps' gmake install-data-hook gmake[5]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME' *** Icon cache not updated. After (un)install, run this: *** gtk-update-icon-cache -f -t /usr/local/share/icons/hicolor gmake[5]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME' gmake[4]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME' gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME' Making install in Frontend-GNOME-IRC gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME-IRC' gmake[3]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine.dll <- ../../bin/debug/smuxi-engine.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-frontend-gnome.exe <- ../../bin/debug/smuxi-frontend-gnome.exe dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine-irc.dll <- ../../bin/debug/smuxi-engine-irc.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-frontend.dll <- ../../bin/debug/smuxi-frontend.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-frontend-gnome.exe.mdb <- ../../bin/debug/smuxi-frontend-gnome.exe.mdb dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine-irc.dll.mdb <- ../../bin/debug/smuxi-engine-irc.dll.mdb dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine.dll.mdb <- ../../bin/debug/smuxi-engine.dll.mdb dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-frontend.dll.mdb <- ../../bin/debug/smuxi-frontend.dll.mdb dependency dropped. gmake[4]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME-IRC' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/pkgconfig' gmake[4]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-engine.dll <- ../../bin/debug/smuxi-engine.dll dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-frontend-gnome.exe <- ../../bin/debug/smuxi-frontend-gnome.exe dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-engine-irc.dll <- ../../bin/debug/smuxi-engine-irc.dll dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-frontend.dll <- ../../bin/debug/smuxi-frontend.dll dependency dropped. /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 555 ../../bin/debug/smuxi-frontend-gnome-irc.dll '/construction/irc/smuxi/stage/usr/local/lib/smuxi' gmake[4]: Circular ../../bin/debug/smuxi-frontend-gnome.exe.mdb <- ../../bin/debug/smuxi-frontend-gnome.exe.mdb dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-engine-irc.dll.mdb <- ../../bin/debug/smuxi-engine-irc.dll.mdb dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-engine.dll.mdb <- ../../bin/debug/smuxi-engine.dll.mdb dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-frontend.dll.mdb <- ../../bin/debug/smuxi-frontend.dll.mdb dependency dropped. /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 0644 ../../bin/debug/smuxi-common.dll ../../bin/debug/smuxi-frontend-gnome.exe.mdb ../../bin/debug/smuxi-frontend.dll ../../bin/debug/smuxi-engine-irc.dll ../../bin/debug/smuxi-engine-irc.dll.mdb ../../bin/debug/smuxi-engine.dll.mdb ../../bin/debug/smuxi-frontend.dll.mdb ../../bin/debug/smuxi-frontend-gnome.exe ../../bin/debug/smuxi-engine.dll '/construction/irc/smuxi/stage/usr/local/lib/smuxi' gmake[4]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME-IRC' gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME-IRC' Making install in Frontend-GNOME-Twitter gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME-Twitter' gmake[4]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME-Twitter' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 0644 ../../bin/debug/smuxi-frontend-gnome-twitter.dll ../../bin/debug/smuxi-frontend-gnome-twitter.dll.mdb '/construction/irc/smuxi/stage/usr/local/lib/smuxi' gmake[4]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME-Twitter' gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME-Twitter' Making install in Frontend-GNOME-XMPP gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME-XMPP' gmake[3]: Circular ../../bin/debug/smuxi-frontend.dll <- ../../bin/debug/smuxi-frontend.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-frontend-gnome.exe <- ../../bin/debug/smuxi-frontend-gnome.exe dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine.dll <- ../../bin/debug/smuxi-engine.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine-xmpp.dll <- ../../bin/debug/smuxi-engine-xmpp.dll dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine-xmpp.dll.mdb <- ../../bin/debug/smuxi-engine-xmpp.dll.mdb dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-frontend-gnome.exe.mdb <- ../../bin/debug/smuxi-frontend-gnome.exe.mdb dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-engine.dll.mdb <- ../../bin/debug/smuxi-engine.dll.mdb dependency dropped. gmake[3]: Circular ../../bin/debug/smuxi-frontend.dll.mdb <- ../../bin/debug/smuxi-frontend.dll.mdb dependency dropped. gmake[4]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME-XMPP' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/pkgconfig' gmake[4]: Circular ../../bin/debug/smuxi-frontend.dll <- ../../bin/debug/smuxi-frontend.dll dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-frontend-gnome.exe <- ../../bin/debug/smuxi-frontend-gnome.exe dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-engine.dll <- ../../bin/debug/smuxi-engine.dll dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-engine-xmpp.dll <- ../../bin/debug/smuxi-engine-xmpp.dll dependency dropped. /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 555 ../../bin/debug/smuxi-frontend-gnome-xmpp.dll '/construction/irc/smuxi/stage/usr/local/lib/smuxi' gmake[4]: Circular ../../bin/debug/smuxi-engine-xmpp.dll.mdb <- ../../bin/debug/smuxi-engine-xmpp.dll.mdb dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-frontend-gnome.exe.mdb <- ../../bin/debug/smuxi-frontend-gnome.exe.mdb dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-engine.dll.mdb <- ../../bin/debug/smuxi-engine.dll.mdb dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-frontend.dll.mdb <- ../../bin/debug/smuxi-frontend.dll.mdb dependency dropped. /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 0644 ../../bin/debug/smuxi-common.dll ../../bin/debug/smuxi-engine-xmpp.dll.mdb ../../bin/debug/smuxi-engine-xmpp.dll ../../bin/debug/smuxi-frontend-gnome.exe.mdb ../../bin/debug/smuxi-frontend.dll ../../bin/debug/smuxi-engine.dll.mdb ../../bin/debug/smuxi-frontend.dll.mdb ../../bin/debug/smuxi-frontend-gnome.exe ../../bin/debug/smuxi-engine.dll '/construction/irc/smuxi/stage/usr/local/lib/smuxi' gmake[4]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME-XMPP' gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-GNOME-XMPP' Making install in Frontend-STFL gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-STFL' Makefile:1161: warning: overriding recipe for target '../../bin/debug/smuxi-frontend-stfl.exe.config' Makefile:1160: warning: ignoring old recipe for target '../../bin/debug/smuxi-frontend-stfl.exe.config' Making install in STFL gmake[4]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-STFL/STFL' gmake[5]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-STFL/STFL' gmake[5]: Nothing to be done for 'install-exec-am'. gmake[5]: Nothing to be done for 'install-data-am'. gmake[5]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-STFL/STFL' gmake[4]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-STFL/STFL' gmake[4]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-STFL' Makefile:1161: warning: overriding recipe for target '../../bin/debug/smuxi-frontend-stfl.exe.config' Makefile:1160: warning: ignoring old recipe for target '../../bin/debug/smuxi-frontend-stfl.exe.config' gmake[4]: Circular ../../bin/debug/smuxi-engine.dll <- ../../bin/debug/smuxi-engine.dll dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-frontend.dll <- ../../bin/debug/smuxi-frontend.dll dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-engine.dll.mdb <- ../../bin/debug/smuxi-engine.dll.mdb dependency dropped. gmake[4]: Circular ../../bin/debug/smuxi-frontend.dll.mdb <- ../../bin/debug/smuxi-frontend.dll.mdb dependency dropped. gmake[5]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-STFL' Makefile:1161: warning: overriding recipe for target '../../bin/debug/smuxi-frontend-stfl.exe.config' Makefile:1160: warning: ignoring old recipe for target '../../bin/debug/smuxi-frontend-stfl.exe.config' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/bin' install -m 555 ../../bin/debug/smuxi-frontend-stfl '/construction/irc/smuxi/stage/usr/local/bin' /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/man/man1' install -m 0644 smuxi-frontend-stfl.1 '/construction/irc/smuxi/stage/usr/local/man/man1' gmake[5]: Circular ../../bin/debug/smuxi-engine.dll <- ../../bin/debug/smuxi-engine.dll dependency dropped. gmake[5]: Circular ../../bin/debug/smuxi-frontend.dll <- ../../bin/debug/smuxi-frontend.dll dependency dropped. gmake[5]: Circular ../../bin/debug/smuxi-common.dll <- ../../bin/debug/smuxi-common.dll dependency dropped. /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 555 ../../bin/debug/smuxi-frontend-stfl.exe '/construction/irc/smuxi/stage/usr/local/lib/smuxi' gmake[5]: Circular ../../bin/debug/smuxi-engine.dll.mdb <- ../../bin/debug/smuxi-engine.dll.mdb dependency dropped. gmake[5]: Circular ../../bin/debug/smuxi-frontend.dll.mdb <- ../../bin/debug/smuxi-frontend.dll.mdb dependency dropped. /bin/mkdir -p '/construction/irc/smuxi/stage/usr/local/lib/smuxi' install -m 0644 ../../bin/debug/smuxi-engine.dll.mdb ../../bin/debug/smuxi-engine.dll ../../bin/debug/smuxi-frontend.dll.mdb ../../bin/debug/smuxi-frontend.dll ../../bin/debug/smuxi-common.dll ../../bin/debug/smuxi-frontend-stfl.exe.config '/construction/irc/smuxi/stage/usr/local/lib/smuxi' gmake[5]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-STFL' gmake[4]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-STFL' gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src/Frontend-STFL' gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src' gmake[4]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/src' gmake[4]: Nothing to be done for 'install-exec-am'. gmake[4]: Nothing to be done for 'install-data-am'. gmake[4]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src' gmake[3]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src' gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/src' Making install in po gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po' linguas=""; \ for lang in $linguas; do \ dir=/construction/irc/smuxi/stage/usr/local/share/locale/$lang/LC_MESSAGES; \ env /usr/local/bin/bash /construction/irc/smuxi/smuxi-1.0.8/install-sh -d $dir; \ if test -r $lang.gmo; then \ install -m 0644 $lang.gmo $dir/smuxi.mo; \ echo "installing $lang.gmo as $dir/smuxi.mo"; \ else \ install -m 0644 ./$lang.gmo $dir/smuxi.mo; \ echo "installing ./$lang.gmo as" \ "$dir/smuxi.mo"; \ fi; \ if test -r $lang.gmo.m; then \ install -m 0644 $lang.gmo.m $dir/smuxi.mo.m; \ echo "installing $lang.gmo.m as $dir/smuxi.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ install -m 0644 ./$lang.gmo.m \ $dir/smuxi.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/smuxi.mo.m"; \ else \ true; \ fi; \ fi; \ done gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po' Making install in po-Engine gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands linguas="ca cs da de en_GB es es_AR fa fi fr hr it lt nb_NO nl pl pt pt_BR ru sk sv te tr ur zh_CN "; \ for lang in $linguas; do \ dir=/construction/irc/smuxi/stage/usr/local/share/locale/$lang/LC_MESSAGES; \ env /usr/local/bin/bash /construction/irc/smuxi/smuxi-1.0.8/install-sh -d $dir; \ if test -r $lang.gmo; then \ install -m 0644 $lang.gmo $dir/smuxi-engine.mo; \ echo "installing $lang.gmo as $dir/smuxi-engine.mo"; \ else \ install -m 0644 ./$lang.gmo $dir/smuxi-engine.mo; \ echo "installing ./$lang.gmo as" \ "$dir/smuxi-engine.mo"; \ fi; \ if test -r $lang.gmo.m; then \ install -m 0644 $lang.gmo.m $dir/smuxi-engine.mo.m; \ echo "installing $lang.gmo.m as $dir/smuxi-engine.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ install -m 0644 ./$lang.gmo.m \ $dir/smuxi-engine.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/smuxi-engine.mo.m"; \ else \ true; \ fi; \ fi; \ done installing ca.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ca/LC_MESSAGES/smuxi-engine.mo installing cs.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/cs/LC_MESSAGES/smuxi-engine.mo installing da.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/da/LC_MESSAGES/smuxi-engine.mo installing de.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/de/LC_MESSAGES/smuxi-engine.mo installing en_GB.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/en_GB/LC_MESSAGES/smuxi-engine.mo installing es.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/es/LC_MESSAGES/smuxi-engine.mo installing es_AR.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/es_AR/LC_MESSAGES/smuxi-engine.mo installing fa.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fa/LC_MESSAGES/smuxi-engine.mo installing fi.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fi/LC_MESSAGES/smuxi-engine.mo installing fr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fr/LC_MESSAGES/smuxi-engine.mo installing hr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/hr/LC_MESSAGES/smuxi-engine.mo installing it.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/it/LC_MESSAGES/smuxi-engine.mo installing lt.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/lt/LC_MESSAGES/smuxi-engine.mo installing nb_NO.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/nb_NO/LC_MESSAGES/smuxi-engine.mo installing nl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/nl/LC_MESSAGES/smuxi-engine.mo installing pl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pl/LC_MESSAGES/smuxi-engine.mo installing pt.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pt/LC_MESSAGES/smuxi-engine.mo installing pt_BR.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pt_BR/LC_MESSAGES/smuxi-engine.mo installing ru.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ru/LC_MESSAGES/smuxi-engine.mo installing sk.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/sk/LC_MESSAGES/smuxi-engine.mo installing sv.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/sv/LC_MESSAGES/smuxi-engine.mo installing te.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/te/LC_MESSAGES/smuxi-engine.mo installing tr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/tr/LC_MESSAGES/smuxi-engine.mo installing ur.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ur/LC_MESSAGES/smuxi-engine.mo installing zh_CN.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/zh_CN/LC_MESSAGES/smuxi-engine.mo gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine' Making install in po-Engine-MessageBuffer gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-MessageBuffer' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands linguas="cs da de es fi fr lt pl sv tr zh_CN "; \ for lang in $linguas; do \ dir=/construction/irc/smuxi/stage/usr/local/share/locale/$lang/LC_MESSAGES; \ env /usr/local/bin/bash /construction/irc/smuxi/smuxi-1.0.8/install-sh -d $dir; \ if test -r $lang.gmo; then \ install -m 0644 $lang.gmo $dir/smuxi-message-buffer.mo; \ echo "installing $lang.gmo as $dir/smuxi-message-buffer.mo"; \ else \ install -m 0644 ./$lang.gmo $dir/smuxi-message-buffer.mo; \ echo "installing ./$lang.gmo as" \ "$dir/smuxi-message-buffer.mo"; \ fi; \ if test -r $lang.gmo.m; then \ install -m 0644 $lang.gmo.m $dir/smuxi-message-buffer.mo.m; \ echo "installing $lang.gmo.m as $dir/smuxi-message-buffer.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ install -m 0644 ./$lang.gmo.m \ $dir/smuxi-message-buffer.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/smuxi-message-buffer.mo.m"; \ else \ true; \ fi; \ fi; \ done installing cs.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/cs/LC_MESSAGES/smuxi-message-buffer.mo installing da.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/da/LC_MESSAGES/smuxi-message-buffer.mo installing de.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/de/LC_MESSAGES/smuxi-message-buffer.mo installing es.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/es/LC_MESSAGES/smuxi-message-buffer.mo installing fi.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fi/LC_MESSAGES/smuxi-message-buffer.mo installing fr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fr/LC_MESSAGES/smuxi-message-buffer.mo installing lt.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/lt/LC_MESSAGES/smuxi-message-buffer.mo installing pl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pl/LC_MESSAGES/smuxi-message-buffer.mo installing sv.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/sv/LC_MESSAGES/smuxi-message-buffer.mo installing tr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/tr/LC_MESSAGES/smuxi-message-buffer.mo installing zh_CN.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/zh_CN/LC_MESSAGES/smuxi-message-buffer.mo gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-MessageBuffer' Making install in po-Engine-Campfire gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-Campfire' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands linguas="cs da de es fa fi fr lt nl pl pt_BR sv te tr zh_CN "; \ for lang in $linguas; do \ dir=/construction/irc/smuxi/stage/usr/local/share/locale/$lang/LC_MESSAGES; \ env /usr/local/bin/bash /construction/irc/smuxi/smuxi-1.0.8/install-sh -d $dir; \ if test -r $lang.gmo; then \ install -m 0644 $lang.gmo $dir/smuxi-engine-campfire.mo; \ echo "installing $lang.gmo as $dir/smuxi-engine-campfire.mo"; \ else \ install -m 0644 ./$lang.gmo $dir/smuxi-engine-campfire.mo; \ echo "installing ./$lang.gmo as" \ "$dir/smuxi-engine-campfire.mo"; \ fi; \ if test -r $lang.gmo.m; then \ install -m 0644 $lang.gmo.m $dir/smuxi-engine-campfire.mo.m; \ echo "installing $lang.gmo.m as $dir/smuxi-engine-campfire.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ install -m 0644 ./$lang.gmo.m \ $dir/smuxi-engine-campfire.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/smuxi-engine-campfire.mo.m"; \ else \ true; \ fi; \ fi; \ done installing cs.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/cs/LC_MESSAGES/smuxi-engine-campfire.mo installing da.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/da/LC_MESSAGES/smuxi-engine-campfire.mo installing de.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/de/LC_MESSAGES/smuxi-engine-campfire.mo installing es.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/es/LC_MESSAGES/smuxi-engine-campfire.mo installing fa.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fa/LC_MESSAGES/smuxi-engine-campfire.mo installing fi.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fi/LC_MESSAGES/smuxi-engine-campfire.mo installing fr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fr/LC_MESSAGES/smuxi-engine-campfire.mo installing lt.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/lt/LC_MESSAGES/smuxi-engine-campfire.mo installing nl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/nl/LC_MESSAGES/smuxi-engine-campfire.mo installing pl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pl/LC_MESSAGES/smuxi-engine-campfire.mo installing pt_BR.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pt_BR/LC_MESSAGES/smuxi-engine-campfire.mo installing sv.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/sv/LC_MESSAGES/smuxi-engine-campfire.mo installing te.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/te/LC_MESSAGES/smuxi-engine-campfire.mo installing tr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/tr/LC_MESSAGES/smuxi-engine-campfire.mo installing zh_CN.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/zh_CN/LC_MESSAGES/smuxi-engine-campfire.mo gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-Campfire' Making install in po-Engine-IRC gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-IRC' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands linguas="ca cs da de en_GB es es_AR fa fi fr hr it lt nb_NO nl pl pt pt_BR ru sv sk te tr ur zh_CN "; \ for lang in $linguas; do \ dir=/construction/irc/smuxi/stage/usr/local/share/locale/$lang/LC_MESSAGES; \ env /usr/local/bin/bash /construction/irc/smuxi/smuxi-1.0.8/install-sh -d $dir; \ if test -r $lang.gmo; then \ install -m 0644 $lang.gmo $dir/smuxi-engine-irc.mo; \ echo "installing $lang.gmo as $dir/smuxi-engine-irc.mo"; \ else \ install -m 0644 ./$lang.gmo $dir/smuxi-engine-irc.mo; \ echo "installing ./$lang.gmo as" \ "$dir/smuxi-engine-irc.mo"; \ fi; \ if test -r $lang.gmo.m; then \ install -m 0644 $lang.gmo.m $dir/smuxi-engine-irc.mo.m; \ echo "installing $lang.gmo.m as $dir/smuxi-engine-irc.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ install -m 0644 ./$lang.gmo.m \ $dir/smuxi-engine-irc.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/smuxi-engine-irc.mo.m"; \ else \ true; \ fi; \ fi; \ done installing ca.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ca/LC_MESSAGES/smuxi-engine-irc.mo installing cs.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/cs/LC_MESSAGES/smuxi-engine-irc.mo installing da.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/da/LC_MESSAGES/smuxi-engine-irc.mo installing de.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/de/LC_MESSAGES/smuxi-engine-irc.mo installing en_GB.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/en_GB/LC_MESSAGES/smuxi-engine-irc.mo installing es.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/es/LC_MESSAGES/smuxi-engine-irc.mo installing es_AR.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/es_AR/LC_MESSAGES/smuxi-engine-irc.mo installing fa.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fa/LC_MESSAGES/smuxi-engine-irc.mo installing fi.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fi/LC_MESSAGES/smuxi-engine-irc.mo installing fr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fr/LC_MESSAGES/smuxi-engine-irc.mo installing hr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/hr/LC_MESSAGES/smuxi-engine-irc.mo installing it.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/it/LC_MESSAGES/smuxi-engine-irc.mo installing lt.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/lt/LC_MESSAGES/smuxi-engine-irc.mo installing nb_NO.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/nb_NO/LC_MESSAGES/smuxi-engine-irc.mo installing nl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/nl/LC_MESSAGES/smuxi-engine-irc.mo installing pl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pl/LC_MESSAGES/smuxi-engine-irc.mo installing pt.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pt/LC_MESSAGES/smuxi-engine-irc.mo installing pt_BR.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pt_BR/LC_MESSAGES/smuxi-engine-irc.mo installing ru.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ru/LC_MESSAGES/smuxi-engine-irc.mo installing sv.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/sv/LC_MESSAGES/smuxi-engine-irc.mo installing sk.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/sk/LC_MESSAGES/smuxi-engine-irc.mo installing te.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/te/LC_MESSAGES/smuxi-engine-irc.mo installing tr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/tr/LC_MESSAGES/smuxi-engine-irc.mo installing ur.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ur/LC_MESSAGES/smuxi-engine-irc.mo installing zh_CN.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/zh_CN/LC_MESSAGES/smuxi-engine-irc.mo gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-IRC' Making install in po-Engine-JabbR gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-JabbR' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands linguas="cs da de es fa fi fr lt nl pl pt_BR sv te tr zh_CN "; \ for lang in $linguas; do \ dir=/construction/irc/smuxi/stage/usr/local/share/locale/$lang/LC_MESSAGES; \ env /usr/local/bin/bash /construction/irc/smuxi/smuxi-1.0.8/install-sh -d $dir; \ if test -r $lang.gmo; then \ install -m 0644 $lang.gmo $dir/smuxi-engine-jabbr.mo; \ echo "installing $lang.gmo as $dir/smuxi-engine-jabbr.mo"; \ else \ install -m 0644 ./$lang.gmo $dir/smuxi-engine-jabbr.mo; \ echo "installing ./$lang.gmo as" \ "$dir/smuxi-engine-jabbr.mo"; \ fi; \ if test -r $lang.gmo.m; then \ install -m 0644 $lang.gmo.m $dir/smuxi-engine-jabbr.mo.m; \ echo "installing $lang.gmo.m as $dir/smuxi-engine-jabbr.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ install -m 0644 ./$lang.gmo.m \ $dir/smuxi-engine-jabbr.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/smuxi-engine-jabbr.mo.m"; \ else \ true; \ fi; \ fi; \ done installing cs.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/cs/LC_MESSAGES/smuxi-engine-jabbr.mo installing da.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/da/LC_MESSAGES/smuxi-engine-jabbr.mo installing de.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/de/LC_MESSAGES/smuxi-engine-jabbr.mo installing es.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/es/LC_MESSAGES/smuxi-engine-jabbr.mo installing fa.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fa/LC_MESSAGES/smuxi-engine-jabbr.mo installing fi.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fi/LC_MESSAGES/smuxi-engine-jabbr.mo installing fr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fr/LC_MESSAGES/smuxi-engine-jabbr.mo installing lt.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/lt/LC_MESSAGES/smuxi-engine-jabbr.mo installing nl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/nl/LC_MESSAGES/smuxi-engine-jabbr.mo installing pl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pl/LC_MESSAGES/smuxi-engine-jabbr.mo installing pt_BR.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pt_BR/LC_MESSAGES/smuxi-engine-jabbr.mo installing sv.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/sv/LC_MESSAGES/smuxi-engine-jabbr.mo installing te.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/te/LC_MESSAGES/smuxi-engine-jabbr.mo installing tr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/tr/LC_MESSAGES/smuxi-engine-jabbr.mo installing zh_CN.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/zh_CN/LC_MESSAGES/smuxi-engine-jabbr.mo gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-JabbR' Making install in po-Engine-Twitter gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-Twitter' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands linguas="ca cs da de es en_GB fa fi fr hr it lt nl pl pt pt_BR ru sk sv te tr ur zh_CN "; \ for lang in $linguas; do \ dir=/construction/irc/smuxi/stage/usr/local/share/locale/$lang/LC_MESSAGES; \ env /usr/local/bin/bash /construction/irc/smuxi/smuxi-1.0.8/install-sh -d $dir; \ if test -r $lang.gmo; then \ install -m 0644 $lang.gmo $dir/smuxi-engine-twitter.mo; \ echo "installing $lang.gmo as $dir/smuxi-engine-twitter.mo"; \ else \ install -m 0644 ./$lang.gmo $dir/smuxi-engine-twitter.mo; \ echo "installing ./$lang.gmo as" \ "$dir/smuxi-engine-twitter.mo"; \ fi; \ if test -r $lang.gmo.m; then \ install -m 0644 $lang.gmo.m $dir/smuxi-engine-twitter.mo.m; \ echo "installing $lang.gmo.m as $dir/smuxi-engine-twitter.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ install -m 0644 ./$lang.gmo.m \ $dir/smuxi-engine-twitter.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/smuxi-engine-twitter.mo.m"; \ else \ true; \ fi; \ fi; \ done installing ca.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ca/LC_MESSAGES/smuxi-engine-twitter.mo installing cs.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/cs/LC_MESSAGES/smuxi-engine-twitter.mo installing da.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/da/LC_MESSAGES/smuxi-engine-twitter.mo installing de.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/de/LC_MESSAGES/smuxi-engine-twitter.mo installing es.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/es/LC_MESSAGES/smuxi-engine-twitter.mo installing en_GB.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/en_GB/LC_MESSAGES/smuxi-engine-twitter.mo installing fa.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fa/LC_MESSAGES/smuxi-engine-twitter.mo installing fi.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fi/LC_MESSAGES/smuxi-engine-twitter.mo installing fr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fr/LC_MESSAGES/smuxi-engine-twitter.mo installing hr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/hr/LC_MESSAGES/smuxi-engine-twitter.mo installing it.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/it/LC_MESSAGES/smuxi-engine-twitter.mo installing lt.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/lt/LC_MESSAGES/smuxi-engine-twitter.mo installing nl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/nl/LC_MESSAGES/smuxi-engine-twitter.mo installing pl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pl/LC_MESSAGES/smuxi-engine-twitter.mo installing pt.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pt/LC_MESSAGES/smuxi-engine-twitter.mo installing pt_BR.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pt_BR/LC_MESSAGES/smuxi-engine-twitter.mo installing ru.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ru/LC_MESSAGES/smuxi-engine-twitter.mo installing sk.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/sk/LC_MESSAGES/smuxi-engine-twitter.mo installing sv.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/sv/LC_MESSAGES/smuxi-engine-twitter.mo installing te.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/te/LC_MESSAGES/smuxi-engine-twitter.mo installing tr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/tr/LC_MESSAGES/smuxi-engine-twitter.mo installing ur.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ur/LC_MESSAGES/smuxi-engine-twitter.mo installing zh_CN.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/zh_CN/LC_MESSAGES/smuxi-engine-twitter.mo gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-Twitter' Making install in po-Engine-XMPP gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-XMPP' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands linguas="cs da de es fa fi fr lt nl pl pt_BR sv te tr zh_CN "; \ for lang in $linguas; do \ dir=/construction/irc/smuxi/stage/usr/local/share/locale/$lang/LC_MESSAGES; \ env /usr/local/bin/bash /construction/irc/smuxi/smuxi-1.0.8/install-sh -d $dir; \ if test -r $lang.gmo; then \ install -m 0644 $lang.gmo $dir/smuxi-engine-xmpp.mo; \ echo "installing $lang.gmo as $dir/smuxi-engine-xmpp.mo"; \ else \ install -m 0644 ./$lang.gmo $dir/smuxi-engine-xmpp.mo; \ echo "installing ./$lang.gmo as" \ "$dir/smuxi-engine-xmpp.mo"; \ fi; \ if test -r $lang.gmo.m; then \ install -m 0644 $lang.gmo.m $dir/smuxi-engine-xmpp.mo.m; \ echo "installing $lang.gmo.m as $dir/smuxi-engine-xmpp.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ install -m 0644 ./$lang.gmo.m \ $dir/smuxi-engine-xmpp.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/smuxi-engine-xmpp.mo.m"; \ else \ true; \ fi; \ fi; \ done installing cs.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/cs/LC_MESSAGES/smuxi-engine-xmpp.mo installing da.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/da/LC_MESSAGES/smuxi-engine-xmpp.mo installing de.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/de/LC_MESSAGES/smuxi-engine-xmpp.mo installing es.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/es/LC_MESSAGES/smuxi-engine-xmpp.mo installing fa.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fa/LC_MESSAGES/smuxi-engine-xmpp.mo installing fi.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fi/LC_MESSAGES/smuxi-engine-xmpp.mo installing fr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fr/LC_MESSAGES/smuxi-engine-xmpp.mo installing lt.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/lt/LC_MESSAGES/smuxi-engine-xmpp.mo installing nl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/nl/LC_MESSAGES/smuxi-engine-xmpp.mo installing pl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pl/LC_MESSAGES/smuxi-engine-xmpp.mo installing pt_BR.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pt_BR/LC_MESSAGES/smuxi-engine-xmpp.mo installing sv.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/sv/LC_MESSAGES/smuxi-engine-xmpp.mo installing te.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/te/LC_MESSAGES/smuxi-engine-xmpp.mo installing tr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/tr/LC_MESSAGES/smuxi-engine-xmpp.mo installing zh_CN.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/zh_CN/LC_MESSAGES/smuxi-engine-xmpp.mo gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Engine-XMPP' Making install in po-Server gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Server' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands linguas="ca cs da de en_GB es fa fi fr hr it lt nl pl pt pt_BR ru sk sv te tr ur zh_CN "; \ for lang in $linguas; do \ dir=/construction/irc/smuxi/stage/usr/local/share/locale/$lang/LC_MESSAGES; \ env /usr/local/bin/bash /construction/irc/smuxi/smuxi-1.0.8/install-sh -d $dir; \ if test -r $lang.gmo; then \ install -m 0644 $lang.gmo $dir/smuxi-server.mo; \ echo "installing $lang.gmo as $dir/smuxi-server.mo"; \ else \ install -m 0644 ./$lang.gmo $dir/smuxi-server.mo; \ echo "installing ./$lang.gmo as" \ "$dir/smuxi-server.mo"; \ fi; \ if test -r $lang.gmo.m; then \ install -m 0644 $lang.gmo.m $dir/smuxi-server.mo.m; \ echo "installing $lang.gmo.m as $dir/smuxi-server.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ install -m 0644 ./$lang.gmo.m \ $dir/smuxi-server.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/smuxi-server.mo.m"; \ else \ true; \ fi; \ fi; \ done installing ca.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ca/LC_MESSAGES/smuxi-server.mo installing cs.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/cs/LC_MESSAGES/smuxi-server.mo installing da.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/da/LC_MESSAGES/smuxi-server.mo installing de.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/de/LC_MESSAGES/smuxi-server.mo installing en_GB.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/en_GB/LC_MESSAGES/smuxi-server.mo installing es.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/es/LC_MESSAGES/smuxi-server.mo installing fa.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fa/LC_MESSAGES/smuxi-server.mo installing fi.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fi/LC_MESSAGES/smuxi-server.mo installing fr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fr/LC_MESSAGES/smuxi-server.mo installing hr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/hr/LC_MESSAGES/smuxi-server.mo installing it.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/it/LC_MESSAGES/smuxi-server.mo installing lt.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/lt/LC_MESSAGES/smuxi-server.mo installing nl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/nl/LC_MESSAGES/smuxi-server.mo installing pl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pl/LC_MESSAGES/smuxi-server.mo installing pt.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pt/LC_MESSAGES/smuxi-server.mo installing pt_BR.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pt_BR/LC_MESSAGES/smuxi-server.mo installing ru.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ru/LC_MESSAGES/smuxi-server.mo installing sk.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/sk/LC_MESSAGES/smuxi-server.mo installing sv.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/sv/LC_MESSAGES/smuxi-server.mo installing te.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/te/LC_MESSAGES/smuxi-server.mo installing tr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/tr/LC_MESSAGES/smuxi-server.mo installing ur.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ur/LC_MESSAGES/smuxi-server.mo installing zh_CN.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/zh_CN/LC_MESSAGES/smuxi-server.mo gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Server' Making install in po-Frontend gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Frontend' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands linguas="ca cs da de en_GB es es_AR fa fi fr hr it lt nl pl pt pt_BR ru sk sv te tr ur zh_CN "; \ for lang in $linguas; do \ dir=/construction/irc/smuxi/stage/usr/local/share/locale/$lang/LC_MESSAGES; \ env /usr/local/bin/bash /construction/irc/smuxi/smuxi-1.0.8/install-sh -d $dir; \ if test -r $lang.gmo; then \ install -m 0644 $lang.gmo $dir/smuxi-frontend.mo; \ echo "installing $lang.gmo as $dir/smuxi-frontend.mo"; \ else \ install -m 0644 ./$lang.gmo $dir/smuxi-frontend.mo; \ echo "installing ./$lang.gmo as" \ "$dir/smuxi-frontend.mo"; \ fi; \ if test -r $lang.gmo.m; then \ install -m 0644 $lang.gmo.m $dir/smuxi-frontend.mo.m; \ echo "installing $lang.gmo.m as $dir/smuxi-frontend.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ install -m 0644 ./$lang.gmo.m \ $dir/smuxi-frontend.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/smuxi-frontend.mo.m"; \ else \ true; \ fi; \ fi; \ done installing ca.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ca/LC_MESSAGES/smuxi-frontend.mo installing cs.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/cs/LC_MESSAGES/smuxi-frontend.mo installing da.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/da/LC_MESSAGES/smuxi-frontend.mo installing de.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/de/LC_MESSAGES/smuxi-frontend.mo installing en_GB.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/en_GB/LC_MESSAGES/smuxi-frontend.mo installing es.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/es/LC_MESSAGES/smuxi-frontend.mo installing es_AR.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/es_AR/LC_MESSAGES/smuxi-frontend.mo installing fa.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fa/LC_MESSAGES/smuxi-frontend.mo installing fi.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fi/LC_MESSAGES/smuxi-frontend.mo installing fr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fr/LC_MESSAGES/smuxi-frontend.mo installing hr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/hr/LC_MESSAGES/smuxi-frontend.mo installing it.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/it/LC_MESSAGES/smuxi-frontend.mo installing lt.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/lt/LC_MESSAGES/smuxi-frontend.mo installing nl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/nl/LC_MESSAGES/smuxi-frontend.mo installing pl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pl/LC_MESSAGES/smuxi-frontend.mo installing pt.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pt/LC_MESSAGES/smuxi-frontend.mo installing pt_BR.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pt_BR/LC_MESSAGES/smuxi-frontend.mo installing ru.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ru/LC_MESSAGES/smuxi-frontend.mo installing sk.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/sk/LC_MESSAGES/smuxi-frontend.mo installing sv.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/sv/LC_MESSAGES/smuxi-frontend.mo installing te.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/te/LC_MESSAGES/smuxi-frontend.mo installing tr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/tr/LC_MESSAGES/smuxi-frontend.mo installing ur.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ur/LC_MESSAGES/smuxi-frontend.mo installing zh_CN.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/zh_CN/LC_MESSAGES/smuxi-frontend.mo gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Frontend' Making install in po-Frontend-GNOME gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Frontend-GNOME' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands linguas="ca cs da de el en_GB es es_AR fa fi fr hr it lt nl pl pt pt_BR ru sk sv te tr ur zh_CN "; \ for lang in $linguas; do \ dir=/construction/irc/smuxi/stage/usr/local/share/locale/$lang/LC_MESSAGES; \ env /usr/local/bin/bash /construction/irc/smuxi/smuxi-1.0.8/install-sh -d $dir; \ if test -r $lang.gmo; then \ install -m 0644 $lang.gmo $dir/smuxi-frontend-gnome.mo; \ echo "installing $lang.gmo as $dir/smuxi-frontend-gnome.mo"; \ else \ install -m 0644 ./$lang.gmo $dir/smuxi-frontend-gnome.mo; \ echo "installing ./$lang.gmo as" \ "$dir/smuxi-frontend-gnome.mo"; \ fi; \ if test -r $lang.gmo.m; then \ install -m 0644 $lang.gmo.m $dir/smuxi-frontend-gnome.mo.m; \ echo "installing $lang.gmo.m as $dir/smuxi-frontend-gnome.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ install -m 0644 ./$lang.gmo.m \ $dir/smuxi-frontend-gnome.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/smuxi-frontend-gnome.mo.m"; \ else \ true; \ fi; \ fi; \ done installing ca.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ca/LC_MESSAGES/smuxi-frontend-gnome.mo installing cs.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/cs/LC_MESSAGES/smuxi-frontend-gnome.mo installing da.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/da/LC_MESSAGES/smuxi-frontend-gnome.mo installing de.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/de/LC_MESSAGES/smuxi-frontend-gnome.mo installing el.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/el/LC_MESSAGES/smuxi-frontend-gnome.mo installing en_GB.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/en_GB/LC_MESSAGES/smuxi-frontend-gnome.mo installing es.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/es/LC_MESSAGES/smuxi-frontend-gnome.mo installing es_AR.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/es_AR/LC_MESSAGES/smuxi-frontend-gnome.mo installing fa.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fa/LC_MESSAGES/smuxi-frontend-gnome.mo installing fi.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fi/LC_MESSAGES/smuxi-frontend-gnome.mo installing fr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fr/LC_MESSAGES/smuxi-frontend-gnome.mo installing hr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/hr/LC_MESSAGES/smuxi-frontend-gnome.mo installing it.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/it/LC_MESSAGES/smuxi-frontend-gnome.mo installing lt.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/lt/LC_MESSAGES/smuxi-frontend-gnome.mo installing nl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/nl/LC_MESSAGES/smuxi-frontend-gnome.mo installing pl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pl/LC_MESSAGES/smuxi-frontend-gnome.mo installing pt.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pt/LC_MESSAGES/smuxi-frontend-gnome.mo installing pt_BR.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pt_BR/LC_MESSAGES/smuxi-frontend-gnome.mo installing ru.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ru/LC_MESSAGES/smuxi-frontend-gnome.mo installing sk.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/sk/LC_MESSAGES/smuxi-frontend-gnome.mo installing sv.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/sv/LC_MESSAGES/smuxi-frontend-gnome.mo installing te.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/te/LC_MESSAGES/smuxi-frontend-gnome.mo installing tr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/tr/LC_MESSAGES/smuxi-frontend-gnome.mo installing ur.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ur/LC_MESSAGES/smuxi-frontend-gnome.mo installing zh_CN.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/zh_CN/LC_MESSAGES/smuxi-frontend-gnome.mo gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Frontend-GNOME' Making install in po-Frontend-GNOME-IRC gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Frontend-GNOME-IRC' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands linguas="ca cs da de en_GB es es_AR fa fi fr hr it lt nl pl pt pt_BR ru sk sv te tr ur zh_CN "; \ for lang in $linguas; do \ dir=/construction/irc/smuxi/stage/usr/local/share/locale/$lang/LC_MESSAGES; \ env /usr/local/bin/bash /construction/irc/smuxi/smuxi-1.0.8/install-sh -d $dir; \ if test -r $lang.gmo; then \ install -m 0644 $lang.gmo $dir/smuxi-frontend-gnome-irc.mo; \ echo "installing $lang.gmo as $dir/smuxi-frontend-gnome-irc.mo"; \ else \ install -m 0644 ./$lang.gmo $dir/smuxi-frontend-gnome-irc.mo; \ echo "installing ./$lang.gmo as" \ "$dir/smuxi-frontend-gnome-irc.mo"; \ fi; \ if test -r $lang.gmo.m; then \ install -m 0644 $lang.gmo.m $dir/smuxi-frontend-gnome-irc.mo.m; \ echo "installing $lang.gmo.m as $dir/smuxi-frontend-gnome-irc.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ install -m 0644 ./$lang.gmo.m \ $dir/smuxi-frontend-gnome-irc.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/smuxi-frontend-gnome-irc.mo.m"; \ else \ true; \ fi; \ fi; \ done installing ca.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ca/LC_MESSAGES/smuxi-frontend-gnome-irc.mo installing cs.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/cs/LC_MESSAGES/smuxi-frontend-gnome-irc.mo installing da.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/da/LC_MESSAGES/smuxi-frontend-gnome-irc.mo installing de.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/de/LC_MESSAGES/smuxi-frontend-gnome-irc.mo installing en_GB.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/en_GB/LC_MESSAGES/smuxi-frontend-gnome-irc.mo installing es.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/es/LC_MESSAGES/smuxi-frontend-gnome-irc.mo installing es_AR.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/es_AR/LC_MESSAGES/smuxi-frontend-gnome-irc.mo installing fa.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fa/LC_MESSAGES/smuxi-frontend-gnome-irc.mo installing fi.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fi/LC_MESSAGES/smuxi-frontend-gnome-irc.mo installing fr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fr/LC_MESSAGES/smuxi-frontend-gnome-irc.mo installing hr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/hr/LC_MESSAGES/smuxi-frontend-gnome-irc.mo installing it.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/it/LC_MESSAGES/smuxi-frontend-gnome-irc.mo installing lt.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/lt/LC_MESSAGES/smuxi-frontend-gnome-irc.mo installing nl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/nl/LC_MESSAGES/smuxi-frontend-gnome-irc.mo installing pl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pl/LC_MESSAGES/smuxi-frontend-gnome-irc.mo installing pt.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pt/LC_MESSAGES/smuxi-frontend-gnome-irc.mo installing pt_BR.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pt_BR/LC_MESSAGES/smuxi-frontend-gnome-irc.mo installing ru.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ru/LC_MESSAGES/smuxi-frontend-gnome-irc.mo installing sk.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/sk/LC_MESSAGES/smuxi-frontend-gnome-irc.mo installing sv.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/sv/LC_MESSAGES/smuxi-frontend-gnome-irc.mo installing te.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/te/LC_MESSAGES/smuxi-frontend-gnome-irc.mo installing tr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/tr/LC_MESSAGES/smuxi-frontend-gnome-irc.mo installing ur.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ur/LC_MESSAGES/smuxi-frontend-gnome-irc.mo installing zh_CN.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/zh_CN/LC_MESSAGES/smuxi-frontend-gnome-irc.mo gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Frontend-GNOME-IRC' Making install in po-Frontend-GNOME-Twitter gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Frontend-GNOME-Twitter' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands linguas="cs da de es fa fi fr lt nl pl pt_BR sv te tr zh_CN "; \ for lang in $linguas; do \ dir=/construction/irc/smuxi/stage/usr/local/share/locale/$lang/LC_MESSAGES; \ env /usr/local/bin/bash /construction/irc/smuxi/smuxi-1.0.8/install-sh -d $dir; \ if test -r $lang.gmo; then \ install -m 0644 $lang.gmo $dir/smuxi-frontend-gnome-twitter.mo; \ echo "installing $lang.gmo as $dir/smuxi-frontend-gnome-twitter.mo"; \ else \ install -m 0644 ./$lang.gmo $dir/smuxi-frontend-gnome-twitter.mo; \ echo "installing ./$lang.gmo as" \ "$dir/smuxi-frontend-gnome-twitter.mo"; \ fi; \ if test -r $lang.gmo.m; then \ install -m 0644 $lang.gmo.m $dir/smuxi-frontend-gnome-twitter.mo.m; \ echo "installing $lang.gmo.m as $dir/smuxi-frontend-gnome-twitter.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ install -m 0644 ./$lang.gmo.m \ $dir/smuxi-frontend-gnome-twitter.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/smuxi-frontend-gnome-twitter.mo.m"; \ else \ true; \ fi; \ fi; \ done installing cs.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/cs/LC_MESSAGES/smuxi-frontend-gnome-twitter.mo installing da.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/da/LC_MESSAGES/smuxi-frontend-gnome-twitter.mo installing de.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/de/LC_MESSAGES/smuxi-frontend-gnome-twitter.mo installing es.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/es/LC_MESSAGES/smuxi-frontend-gnome-twitter.mo installing fa.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fa/LC_MESSAGES/smuxi-frontend-gnome-twitter.mo installing fi.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fi/LC_MESSAGES/smuxi-frontend-gnome-twitter.mo installing fr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fr/LC_MESSAGES/smuxi-frontend-gnome-twitter.mo installing lt.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/lt/LC_MESSAGES/smuxi-frontend-gnome-twitter.mo installing nl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/nl/LC_MESSAGES/smuxi-frontend-gnome-twitter.mo installing pl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pl/LC_MESSAGES/smuxi-frontend-gnome-twitter.mo installing pt_BR.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pt_BR/LC_MESSAGES/smuxi-frontend-gnome-twitter.mo installing sv.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/sv/LC_MESSAGES/smuxi-frontend-gnome-twitter.mo installing te.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/te/LC_MESSAGES/smuxi-frontend-gnome-twitter.mo installing tr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/tr/LC_MESSAGES/smuxi-frontend-gnome-twitter.mo installing zh_CN.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/zh_CN/LC_MESSAGES/smuxi-frontend-gnome-twitter.mo gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Frontend-GNOME-Twitter' Making install in po-Frontend-GNOME-XMPP gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8/po-Frontend-GNOME-XMPP' cd .. \ && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ env /usr/local/bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands linguas="ca cs da de en_GB es es_AR fa fi fr hr it lt nb_NO nl pl pt pt_BR ru sk sv te tr ur zh_CN "; \ for lang in $linguas; do \ dir=/construction/irc/smuxi/stage/usr/local/share/locale/$lang/LC_MESSAGES; \ env /usr/local/bin/bash /construction/irc/smuxi/smuxi-1.0.8/install-sh -d $dir; \ if test -r $lang.gmo; then \ install -m 0644 $lang.gmo $dir/smuxi-frontend-gnome-xmpp.mo; \ echo "installing $lang.gmo as $dir/smuxi-frontend-gnome-xmpp.mo"; \ else \ install -m 0644 ./$lang.gmo $dir/smuxi-frontend-gnome-xmpp.mo; \ echo "installing ./$lang.gmo as" \ "$dir/smuxi-frontend-gnome-xmpp.mo"; \ fi; \ if test -r $lang.gmo.m; then \ install -m 0644 $lang.gmo.m $dir/smuxi-frontend-gnome-xmpp.mo.m; \ echo "installing $lang.gmo.m as $dir/smuxi-frontend-gnome-xmpp.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ install -m 0644 ./$lang.gmo.m \ $dir/smuxi-frontend-gnome-xmpp.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/smuxi-frontend-gnome-xmpp.mo.m"; \ else \ true; \ fi; \ fi; \ done installing ca.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ca/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing cs.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/cs/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing da.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/da/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing de.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/de/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing en_GB.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/en_GB/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing es.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/es/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing es_AR.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/es_AR/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing fa.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fa/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing fi.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fi/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing fr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/fr/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing hr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/hr/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing it.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/it/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing lt.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/lt/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing nb_NO.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/nb_NO/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing nl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/nl/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing pl.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pl/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing pt.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pt/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing pt_BR.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/pt_BR/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing ru.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ru/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing sk.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/sk/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing sv.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/sv/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing te.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/te/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing tr.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/tr/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing ur.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/ur/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo installing zh_CN.gmo as /construction/irc/smuxi/stage/usr/local/share/locale/zh_CN/LC_MESSAGES/smuxi-frontend-gnome-xmpp.mo gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8/po-Frontend-GNOME-XMPP' gmake[2]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8' gmake[3]: Entering directory '/construction/irc/smuxi/smuxi-1.0.8' 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/smuxi/smuxi-1.0.8' gmake[2]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8' gmake[1]: Leaving directory '/construction/irc/smuxi/smuxi-1.0.8' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: you may not need USES=desktop-file-utils Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:29 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for smuxi-1.0.8 file sizes/checksums [341]: 0% file sizes/checksums [341]: 29% file sizes/checksums [341]: 58% file sizes/checksums [341]: 87% file sizes/checksums [341]: 100% packing files [341]: 0% packing files [341]: 29% packing files [341]: 58% packing files [341]: 87% packing files [341]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:14 TOTAL TIME 00:05:26