------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz Installing /packages/All/gmake-4.2.1_3.txz Installing /packages/All/libinotify-20180201_1.txz ===== Message from libinotify-20180201_1: -- Libinotify functionality on FreeBSD is missing support for - detecting a file being moved into or out of a directory within the same filesystem - certain modifications to a symbolic link (rather than the file it points to.) in addition to the known limitations on all platforms using kqueue(2) where various open and close notifications are unimplemented. This means the following regression tests will fail: Directory notifications: IN_MOVED_FROM IN_MOVED_TO Open/close notifications: IN_OPEN IN_CLOSE_NOWRITE IN_CLOSE_WRITE Symbolic Link notifications: IN_DONT_FOLLOW IN_ATTRIB IN_MOVE_SELF IN_DELETE_SELF Kernel patches to address the missing directory and symbolic link notifications are available from: https://github.com/libinotify-kqueue/libinotify-kqueue/tree/master/patches You might want to consider increasing the kern.maxfiles tunable if you plan to use this library for applications that need to monitor activity of a lot of files. Installing /packages/All/libiconv-1.14_11.txz Installing /packages/All/ca_root_nss-3.51.txz ===== Message from ca_root_nss-3.51: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/expat-2.2.8.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/openssl-1.1.1d,1.txz Installing /packages/All/python37-3.7.6.txz ===== Message from python37-3.7.6: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/freetype2-2.10.1.txz ===== Message from freetype2-2.10.1: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed). Installing /packages/All/jbigkit-2.1_1.txz Installing /packages/All/jpeg-turbo-2.0.4.txz Installing /packages/All/tiff-4.1.0.txz Installing /packages/All/lcms2-2.9.txz Installing /packages/All/png-1.6.37.txz Installing /packages/All/openjpeg-2.3.1.txz Installing /packages/All/giflib-5.2.1.txz Installing /packages/All/webp-1.1.0.txz Installing /packages/All/fontconfig-2.12.6,1.txz Running fc-cache to build fontconfig cache... /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded Installing /packages/All/tcl86-8.6.10.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2019.2.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9,1.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/libXft-2.3.3.txz Installing /packages/All/libXScrnSaver-1.2.3_2.txz Installing /packages/All/tk86-8.6.10_1.txz Installing /packages/All/py37-setuptools-44.0.0.txz Installing /packages/All/py37-olefile-0.46.txz Installing /packages/All/py37-tkinter-3.7.6_6.txz Installing /packages/All/py37-pillow-7.0.0.txz Installing /packages/All/mono-5.10.1.57_3.txz ===== Message from mono-5.10.1.57_3: -- If you have build/runtime errors with Mono and Gtk# apps please try the following first: * Build Mono and gtk+ (x11-toolkits/gtk20) without CPUTYPE and with the default FreeBSD CFLAGS ('-O2 -fno-strict-aliasing -pipe') as Mono has been known to expose compiler bugs. * Try building and running Mono with the GENERIC kernel. - Mono requires SYSVSHM, SYSVMSG, and SYSVSEM which are part of the GENERIC kernel. - Removing kernel options or changing defaults to use experimental options can adversely affect Mono's ability to build and run. * Remove leftover semaphores / increase semaphore limits. - Close apps which use Mono and run `ipcs -sbt`. Remove the semaphores with MODE "--rw-------" and NSEMS "8" using ipcrm (1) - _OR_ simply reboot which is the safest method. - On multi-user systems the semaphore limits may need to be increased from the defaults. The following should comfortably support 30 users. # echo "kern.ipc.semmni=40" >> /boot/loader.conf # echo "kern.ipc.semmns=300" >> /boot/loader.conf * If you are in a jailed environment, ensure System V IPC are enabled. You can rely on the security.jail.sysvipc_allowed sysctl to check this status. The following enables this feature on the host system: # echo "jail_sysvipc_allow=\"YES\"" >> /etc/rc.conf * Some process information are accessed through /proc (e.g. when using NUnit) and procfs(5) has to be mounted for these features to work: # echo "proc /proc procfs rw 0 0" >> /etc/fstab Installing /packages/All/pkgconf-1.6.3,1.txz Installing /packages/All/pcre-8.43_2.txz Installing /packages/All/glib-2.56.3_7,1.txz No schema files found: doing nothing. Installing /packages/All/atk-2.28.1.txz Installing /packages/All/wayland-1.16.0.txz Installing /packages/All/pciids-20200222.txz Installing /packages/All/libpciaccess-0.16.txz Installing /packages/All/libdrm-2.4.100.txz Installing /packages/All/libelf-0.8.13_3.txz Installing /packages/All/libXfixes-5.0.3_2.txz Installing /packages/All/libXdamage-1.1.5.txz Installing /packages/All/libXrandr-1.5.2.txz Installing /packages/All/libxshmfence-1.3.txz Installing /packages/All/libXxf86vm-1.1.4_3.txz Installing /packages/All/mesa-libs-18.3.2_4.txz Installing /packages/All/pixman-0.38.4.txz Installing /packages/All/cairo-1.16.0,2.txz Installing /packages/All/shared-mime-info-1.10_2.txz Installing /packages/All/gdk-pixbuf2-2.40.0.txz Installing /packages/All/libepoxy-1.5.2.txz Installing /packages/All/fribidi-0.19.7.txz Installing /packages/All/graphite2-1.3.13_1.txz Installing /packages/All/harfbuzz-2.6.4.txz Installing /packages/All/nspr-4.25.txz Installing /packages/All/icu-66.1,1.txz Installing /packages/All/spidermonkey60-60.9.0_2.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/dbus-1.12.16.txz ===> Creating groups. Creating group 'messagebus' with gid '556'. ===> Creating users Creating user 'messagebus' with uid '556'. Installing /packages/All/polkit-0.116.txz ===> Creating groups. Creating group 'polkitd' with gid '565'. ===> Creating users Creating user 'polkitd' with uid '565'. Installing /packages/All/sqlite3-3.30.1_1,1.txz Installing /packages/All/libXinerama-1.1.4_2,1.txz Installing /packages/All/argyllcms-1.9.2_5.txz Installing /packages/All/colord-1.3.5.txz ===> Creating groups. Creating group 'colord' with gid '970'. ===> Creating users Creating user 'colord' with uid '970'. Installing /packages/All/libdaemon-0.14_1.txz Installing /packages/All/dbus-glib-0.110.txz Installing /packages/All/gdbm-1.18.1_1.txz Installing /packages/All/gobject-introspection-1.56.1,1.txz Installing /packages/All/gnome_subr-1.0.txz Installing /packages/All/avahi-app-0.7_2.txz ===> Creating groups. Creating group 'avahi' with gid '558'. ===> Creating users Creating user 'avahi' with uid '558'. Installing /packages/All/gmp-6.2.0.txz Installing /packages/All/nettle-3.5.1_1.txz Installing /packages/All/libtasn1-4.15.0.txz Installing /packages/All/libunistring-0.9.10_1.txz Installing /packages/All/libidn2-2.3.0_1.txz Installing /packages/All/p11-kit-0.23.18.1.txz Installing /packages/All/tpm-emulator-0.7.4_2.txz ===> Creating groups. Creating group '_tss' with gid '601'. ===> Creating users Creating user '_tss' with uid '601'. Installing /packages/All/trousers-0.3.14_2.txz ===> Creating groups. Using existing group '_tss'. ===> Creating users Using existing user '_tss'. ===== Message from trousers-0.3.14_2: -- To run tcsd automatically, add the following line to /etc/rc.conf: tcsd_enable="YES" You might want to edit /usr/local/etc/tcsd.conf to reflect your setup. If you want to use tcsd with software TPM emulator, use the following configuration in /etc/rc.conf: tcsd_enable="YES" tcsd_mode="emulator" tpmd_enable="YES" To use TPM, add your_account to '_tss' group like following: # pw groupmod _tss -m your_account Installing /packages/All/gnutls-3.6.12.txz Installing /packages/All/libpaper-1.1.24.4.txz Installing /packages/All/cups-2.2.13.txz ===> Creating groups. Creating group 'cups' with gid '193'. ===> Creating users Creating user 'cups' with uid '193'. Installing /packages/All/xkeyboard-config-2.27.txz Installing /packages/All/libxkbcommon-0.10.0.txz Installing /packages/All/libXi-1.7.10,1.txz Installing /packages/All/libXtst-1.2.3_2.txz Installing /packages/All/at-spi2-core-2.28.0.txz Installing /packages/All/at-spi2-atk-2.26.2.txz Installing /packages/All/libfontenc-1.1.4.txz Installing /packages/All/mkfontscale-1.2.1.txz Installing /packages/All/font-bh-ttf-1.0.3_4.txz Installing /packages/All/font-misc-meltho-1.0.3_4.txz Installing /packages/All/font-misc-ethiopic-1.0.3_4.txz Installing /packages/All/encodings-1.0.5,1.txz Installing /packages/All/dejavu-2.37_1.txz ===== Message from dejavu-2.37_1: -- Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "/usr/local/share/fonts/dejavu/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. Installing /packages/All/xorg-fonts-truetype-7.7_1.txz Installing /packages/All/pango-1.42.4_3.txz Installing /packages/All/hicolor-icon-theme-0.17.txz Installing /packages/All/libXcursor-1.2.0.txz Installing /packages/All/libXcomposite-0.4.5,1.txz Installing /packages/All/gtk-update-icon-cache-2.24.32.txz Installing /packages/All/adwaita-icon-theme-3.28.0.txz Installing /packages/All/libcroco-0.6.13.txz Installing /packages/All/libgsf-1.14.46.txz Installing /packages/All/librsvg2-2.40.21.txz Installing /packages/All/wayland-protocols-1.20.txz Installing /packages/All/gtk3-3.24.10_1.txz Installing /packages/All/perl5-5.30.1.txz ===== Message from perl5-5.30.1: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/p5-XML-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.0202,1.txz SUCCEEDED 00:02:22 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> gtk-sharp30-2.99.3_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> gtk-sharp30-2.99.3_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gtk-sharp30-2.99.3_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> gtk-sharp30-2.99.3_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gtk-sharp30-2.99.3_3 for building => SHA256 Checksum OK for gtk-sharp-2.99.3.tar.xz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> gtk-sharp30-2.99.3_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gtk-sharp30-2.99.3_3 for building ===> Extracting for gtk-sharp30-2.99.3_3 => SHA256 Checksum OK for gtk-sharp-2.99.3.tar.xz. Extracted Memory Use: 24.48M SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for gtk-sharp30-2.99.3_3 ===> Applying ports patches for gtk-sharp30-2.99.3_3 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> gtk-sharp30-2.99.3_3 depends on executable: gmake - found ===> gtk-sharp30-2.99.3_3 depends on executable: mono - found ===> gtk-sharp30-2.99.3_3 depends on package: pkgconf>=1.3.0_1 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> gtk-sharp30-2.99.3_3 depends on shared library: libinotify.so - found (/usr/local/lib/libinotify.so) ===> gtk-sharp30-2.99.3_3 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> gtk-sharp30-2.99.3_3 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> gtk-sharp30-2.99.3_3 depends on shared library: libcairo.so - found (/usr/local/lib/libcairo.so) ===> gtk-sharp30-2.99.3_3 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so) ===> gtk-sharp30-2.99.3_3 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> gtk-sharp30-2.99.3_3 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> gtk-sharp30-2.99.3_3 depends on shared library: libgtk-3.so - found (/usr/local/lib/libgtk-3.so) ===> gtk-sharp30-2.99.3_3 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> gtk-sharp30-2.99.3_3 depends on executable: gmake - found ===> gtk-sharp30-2.99.3_3 depends on executable: mono - found ===> gtk-sharp30-2.99.3_3 depends on package: pkgconf>=1.3.0_1 - found ===> gtk-sharp30-2.99.3_3 depends on shared library: libinotify.so - found (/usr/local/lib/libinotify.so) ===> gtk-sharp30-2.99.3_3 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> gtk-sharp30-2.99.3_3 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> gtk-sharp30-2.99.3_3 depends on shared library: libcairo.so - found (/usr/local/lib/libcairo.so) ===> gtk-sharp30-2.99.3_3 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so) ===> gtk-sharp30-2.99.3_3 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> gtk-sharp30-2.99.3_3 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> gtk-sharp30-2.99.3_3 depends on shared library: libgtk-3.so - found (/usr/local/lib/libgtk-3.so) ===> gtk-sharp30-2.99.3_3 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> Configuring for gtk-sharp30-2.99.3_3 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 build system type... x86_64-portbld-dragonfly5.9 checking host system type... x86_64-portbld-dragonfly5.9 checking whether to enable maintainer-specific portions of Makefiles... no checking whether we're on Windows... no checking for gcc... cc checking for gcc... (cached) cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no 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... dlltool 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 mt... mt checking if mt is a manifest tool... no 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... yes checking size of void *... 8 checking for pkg-config... /usr/local/bin/pkg-config checking size of off_t... 8 checking pkg-config is at least version 0.9.0... yes checking for MONO_DEPENDENCY... yes checking for gacutil... /usr/local/bin/gacutil checking for al... /usr/local/bin/al checking for mono... /usr/local/bin/mono checking for PROFILER... yes checking for mcs... /usr/local/bin/mcs checking for GLIB... yes checking for GIO... yes checking for GLIB_2_31... yes checking for PANGO... yes checking for ATK... yes checking for GTK... yes checking for mdoc... /usr/local/bin/mdoc checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating AssemblyInfo.cs config.status: creating Makefile config.status: creating policy.config config.status: creating sources/Makefile config.status: creating parser/Makefile config.status: creating parser/gapi-3.0.pc config.status: creating parser/gapi3-parser config.status: creating generator/Makefile config.status: creating generator/gapi3-codegen config.status: creating generator/gapi3-fixup config.status: creating glib/Makefile config.status: creating glib/glib-sharp-3.0.pc config.status: creating glib/glib-sharp.dll.config config.status: creating gio/Makefile config.status: creating gio/gio-sharp-3.0.pc config.status: creating gio/gio-sharp.dll.config config.status: creating gio/glue/Makefile config.status: creating cairo/AssemblyInfo.cs config.status: creating cairo/Makefile config.status: creating pango/Makefile config.status: creating pango/pango-sharp.dll.config config.status: creating pango/glue/Makefile config.status: creating atk/Makefile config.status: creating atk/atk-sharp.dll.config config.status: creating atk/glue/Makefile config.status: creating gdk/Makefile config.status: creating gdk/gdk-sharp-3.0.pc config.status: creating gdk/gdk-sharp.dll.config config.status: creating gtk/Makefile config.status: creating gtk/gtk-sharp-3.0.pc config.status: creating gtk/gtk-sharp.dll.config config.status: creating gtk/glue/Makefile config.status: creating gtk/gui-thread-check/Makefile config.status: creating gtk/gui-thread-check/profiler/Makefile config.status: creating gtkdotnet/Makefile config.status: creating gtkdotnet/gtk-dotnet.dll.config config.status: creating gtkdotnet/gtk-dotnet-3.0.pc config.status: creating doc/Makefile config.status: creating msi/gtk-sharp-3.0.wxs config.status: creating msi/Makefile config.status: creating msi/unmanaged/Makefile config.status: creating sample/GtkDemo/Makefile config.status: creating sample/Makefile config.status: creating sample/pixmaps/Makefile config.status: creating sample/test/Makefile config.status: creating sample/valtest/Makefile config.status: creating sample/valtest/valtest.exe.config config.status: creating sample/opaquetest/Makefile config.status: creating sample/opaquetest/opaquetest.exe.config config.status: creating sample/gio/Makefile config.status: creating sample/gtk-gio/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands --- Configuration summary * Installation prefix = /usr/local * C# compiler: /usr/local/bin/mcs Optional assemblies included in the build: * gtk-dotnet.dll: yes NOTE: if any of the above say 'no' you may install the corresponding development packages for them, rerun autogen.sh to include them in the build. * Documentation build enabled: yes --- readlink: illegal option -- m usage: readlink [-fn] [file ...] configure: WARNING: Prefix to use (/usr/local) is not the same as Mono's (). Consider using ./configure --prefix= See the README for more information. SUCCEEDED 00:00:12 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for gtk-sharp30-2.99.3_3 gmake[1]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3' gmake all-recursive gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3' Making all in sources gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sources' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sources' Making all in generator gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/generator' /usr/local/bin/mcs -out:gapi-fixup.exe ./gapi-fixup.cs /usr/local/bin/mcs -out:gapi_codegen.exe -define:OFF_T_8 ./AliasGen.cs ./ArrayParameter.cs ./BoxedGen.cs ./ByRefGen.cs ./CallbackGen.cs ./ChildProperty.cs ./ClassBase.cs ./ClassField.cs ./ClassGen.cs ./CodeGenerator.cs ./ConstFilenameGen.cs ./ConstStringGen.cs ./Constant.cs ./Ctor.cs ./DefaultSignalHandler.cs ./EnumGen.cs ./FieldBase.cs ./GenBase.cs ./GenerationInfo.cs ./GObjectVM.cs ./HandleBase.cs ./IAccessor.cs ./IGeneratable.cs ./IManualMarshaler.cs ./InterfaceGen.cs ./InterfaceVM.cs ./IOwnable.cs ./LogWriter.cs ./LPGen.cs ./LPUGen.cs ./ManagedCallString.cs ./ManualGen.cs ./MarshalGen.cs ./MethodBase.cs ./MethodBody.cs ./Method.cs ./NativeStructGen.cs ./ObjectField.cs ./ObjectBase.cs ./ObjectGen.cs ./OpaqueGen.cs ./Options.cs ./OwnableGen.cs ./Parameter.cs ./Parameters.cs ./Parser.cs ./Property.cs ./PropertyBase.cs ./ReturnValue.cs ./Signal.cs ./Signature.cs ./SimpleBase.cs ./SimpleGen.cs ./Statistics.cs ./StructBase.cs ./StructField.cs ./StructGen.cs ./SymbolTable.cs ./UnionGen.cs ./VirtualMethod.cs ./VMSignature.cs ./XmlElementExtensions.cs gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/generator' Making all in parser gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/parser' /usr/local/bin/mcs -out:gapi-parser.exe ./gapi-parser.cs gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/parser' Making all in glib gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib' gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib' /usr/local/bin/mcs -keyfile:../gtk-sharp.snk -unsafe -out:glib-sharp.dll -target:library ./Argv.cs ./ConnectBeforeAttribute.cs ./Cond.cs ./Date.cs ./DateTime.cs ./DefaultSignalHandlerAttribute.cs ./DestroyNotify.cs ./ExceptionManager.cs ./FileUtils.cs ./GException.cs ./GInterfaceAdapter.cs ./GInterfaceAttribute.cs ./GLibSynchronizationContext.cs ./Global.cs ./GString.cs ./GType.cs ./GTypeAttribute.cs ./Idle.cs ./InitiallyUnowned.cs ./IOChannel.cs ./IWrapper.cs ./KeyFile.cs ./ListBase.cs ./List.cs ./Log.cs ./MainContext.cs ./MainLoop.cs ./ManagedValue.cs ./Markup.cs ./Marshaller.cs ./MissingIntPtrCtorException.cs ./Mutex.cs ./NotifyHandler.cs ./Object.cs ./ObjectManager.cs ./Opaque.cs ./ParamSpec.cs ./PollFD.cs ./Priority.cs ./PropertyAttribute.cs ./PtrArray.cs ./RecMutex.cs ./Signal.cs ./SignalArgs.cs ./SignalAttribute.cs ./SignalClosure.cs ./SList.cs ./Source.cs ./SourceFunc.cs ./SourceFuncs.cs ./SourceDummyMarshal.cs ./GLibSharp.SourceFuncNative.cs ./GLibSharp.SourceDummyMarshalNative.cs ./SourceCallbackFuncs.cs ./Spawn.cs ./Thread.cs ./Timeout.cs ./TimeVal.cs ./TimeZone.cs ./ToggleRef.cs ./TypeFundamentals.cs ./TypeInitializerAttribute.cs ./ValueArray.cs ./Value.cs ./Variant.cs ./VariantType.cs ../AssemblyInfo.cs gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib' Making all in gio gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gio' Making all in . gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gio' cp ./gio-api.raw gio-api.xml chmod u+w gio-api.xml mono ../generator/gapi-fixup.exe --api=gio-api.xml --metadata=./Gio.metadata rm -rf generated/* && \ mono ../generator/gapi_codegen.exe --generate gio-api.xml \ -I:../glib/glib-api.xml \ --outdir=generated --assembly-name=gio-sharp \ --gluelib-name=giosharpglue-3 --glue-filename=glue/generated.c \ --glue-includes=gio/gio.h \ --schema=../gapi.xsd \ && touch generated-stamp GLib.DesktopAppLaunchCallback - Unknown type GPid on parameter pid GLib.IAction.State - property has unknown type 'variant' GLib.IAsyncInitable - Ellipsis parameter: hide and bind manually if no alternative exists. GLib.IAsyncInitable - Unknown type GParameter* on parameter parameters GLib.IInitable - Ellipsis parameter: hide and bind manually if no alternative exists. GLib.IInitable - Unknown type GParameter* on parameter parameters GLib.Application.AddPlatformData - Unknown type GVariantBuilder* on parameter builder GLib.ApplicationCommandLine.Arguments - property has unknown type 'variant' GLib.ApplicationCommandLine.PlatformData - property has unknown type 'variant' GLib.ApplicationCommandLine.Print - Ellipsis parameter: hide and bind manually if no alternative exists. GLib.ApplicationCommandLine.Printerr - Ellipsis parameter: hide and bind manually if no alternative exists. GLib.Cancellable.Connect - Unknown type GCallback on parameter cb GLib.Credentials.GetUnixUser - Unknown return type: uid_t GLib.Credentials.SetUnixUser - Unknown type uid_t on parameter uid GLib.DBusAuthMechanism.GetPriority - Static virtual methods can only be generated if you provide info on how to override this method via the metadata GLib.DBusAuthMechanism.GetName - Static virtual methods can only be generated if you provide info on how to override this method via the metadata GLib.DBusMessage - Ellipsis parameter: hide and bind manually if no alternative exists. GLib.DBusMethodInvocation.ReturnError - Ellipsis parameter: hide and bind manually if no alternative exists. GLib.DesktopAppInfo.LaunchUrisAsManager - Unknown type GDesktopAppLaunchCallback on parameter pid_callback GLib.DummyTlsBackend - implements unknown GInterface GTlsBackend GLib.LocalDirectoryMonitor.IsSupported - Static virtual methods can only be generated if you provide info on how to override this method via the metadata GLib.NativeVolumeMonitor.GetMountForMountPath - Static virtual methods can only be generated if you provide info on how to override this method via the metadata GLib.Settings.Get - Ellipsis parameter: hide and bind manually if no alternative exists. GLib.Settings.Set - Ellipsis parameter: hide and bind manually if no alternative exists. GLib.SettingsSchema.GetValue - Unknown return type: GVariantIter* GLib.SimpleAction.State - property has unknown type 'variant' GLib.SocketControlMessage.Deserialize - Static virtual methods can only be generated if you provide info on how to override this method via the metadata GLib.Vfs.GetSupportedUriSchemes - Unknown return type: const-* GLib.VolumeMonitor.IsSupported - Static virtual methods can only be generated if you provide info on how to override this method via the metadata GLib.VolumeMonitor.AdoptOrphanMount - Static virtual methods can only be generated if you provide info on how to override this method via the metadata GLib.IOExtension.RefClass - Unknown return type: GTypeClass* GLib.DBus.ErrorSetDbusError - Ellipsis parameter: hide and bind manually if no alternative exists. GLib.SocketSourceFunc.LoadPartialContentsAsync - defaulting FileReadMoreCallback param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. GLib.MemoryOutputStream.g_memory_output_stream_new - defaulting ReallocFunc param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. GLib.Settings.BindWithMapping - defaulting SettingsBindGetMapping param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. GLib.SimpleAsyncResult.RunInThread - defaulting SimpleAsyncThreadFunc param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. GLib.IOSchedulerJob.PushJob - defaulting IOSchedulerJobFunc param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. GLib.Bus.OwnName - defaulting BusAcquiredCallback param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. GLib.Bus.OwnName - defaulting BusNameAcquiredCallback param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. GLib.Bus.OwnNameOnConnection - defaulting BusNameAcquiredCallback param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. GLib.Bus.WatchName - defaulting BusNameAppearedCallback param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. GLib.Bus.WatchNameOnConnection - defaulting BusNameAppearedCallback param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. Generation Summary: Enums: 58 Structs: 7 Boxed: 0 Opaques: 35 Interfaces: 22 Objects: 92 Callbacks: 25 Properties: 159 Signals: 46 Methods: 1292 Constructors: 97 Throttled: 19 Total Nodes: 1852 /usr/local/bin/mcs -keyfile:../gtk-sharp.snk -nowarn:0169,0612,0618 -unsafe -out:gio-sharp.dll -target:library -r:../glib/glib-sharp.dll generated/*/*.cs ./AppInfoAdapter.cs ./FileAdapter.cs ./FileEnumerator.cs ./FileFactory.cs ./GioStream.cs ./IFile.cs ../AssemblyInfo.cs generated/GLib/InetAddress.cs(322,34): warning CS0108: `GLib.InetAddress.GInetAddressClass.ToString' hides inherited member `System.ValueType.ToString()'. Use the new keyword if hiding was intended /usr/local/lib/mono/4.5/mscorlib.dll (Location of the symbol related to previous warning) generated/GLib/MemoryOutputStream.cs(43,17): warning CS0108: `GLib.MemoryOutputStream.Data' hides inherited member `GLib.Object.Data'. Use the new keyword if hiding was intended /construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gio/../glib/glib-sharp.dll (Location of the symbol related to previous warning) generated/GLib/SocketControlMessage.cs(232,33): warning CS0108: `GLib.SocketControlMessage.GSocketControlMessageClass.GetType' hides inherited member `object.GetType()'. Use the new keyword if hiding was intended /usr/local/lib/mono/4.5/mscorlib.dll (Location of the symbol related to previous warning) Compilation succeeded - 3 warning(s) gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gio' Making all in glue gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gio/glue' /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -pthread -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT generated.lo -MD -MP -MF .deps/generated.Tpo -c -o generated.lo generated.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -pthread -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT generated.lo -MD -MP -MF .deps/generated.Tpo -c generated.c -fPIC -DPIC -o .libs/generated.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -pthread -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT generated.lo -MD -MP -MF .deps/generated.Tpo -c generated.c -o generated.o >/dev/null 2>&1 mv -f .deps/generated.Tpo .deps/generated.Plo /bin/sh ../../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -module -avoid-version -no-undefined -o libgiosharpglue-3.la -rpath /usr/local/lib generated.lo -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl libtool: link: cc -shared -fPIC -DPIC .libs/generated.o -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -O2 -Wl,-soname -Wl,libgiosharpglue-3.so -o .libs/libgiosharpglue-3.so libtool: link: ar cru .libs/libgiosharpglue-3.a generated.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libgiosharpglue-3.a libtool: link: ( cd ".libs" && rm -f "libgiosharpglue-3.la" && ln -s "../libgiosharpglue-3.la" "libgiosharpglue-3.la" ) gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gio/glue' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gio' Making all in cairo gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/cairo' /usr/local/bin/mcs -keyfile:./mono.snk -out:cairo-sharp.dll -target:library ./Antialias.cs ./Cairo.cs ./CairoDebug.cs ./Color.cs ./Content.cs ./Context.cs ./Device.cs ./DirectFBSurface.cs ./Distance.cs ./Extend.cs ./FillRule.cs ./Filter.cs ./FontExtents.cs ./FontFace.cs ./FontOptions.cs ./FontSlant.cs ./FontType.cs ./FontWeight.cs ./Format.cs ./GlitzSurface.cs ./Glyph.cs ./Gradient.cs ./HintMetrics.cs ./HintStyle.cs ./ImageSurface.cs ./LinearGradient.cs ./LineCap.cs ./LineJoin.cs ./Matrix.cs ./NativeMethods.cs ./Operator.cs ./Path.cs ./Pattern.cs ./PatternType.cs ./PdfSurface.cs ./Point.cs ./PointD.cs ./PSSurface.cs ./RadialGradient.cs ./Rectangle.cs ./Region.cs ./ScaledFont.cs ./SolidPattern.cs ./Status.cs ./SubpixelOrder.cs ./Surface.cs ./SurfacePattern.cs ./SurfaceType.cs ./SvgSurface.cs ./SvgVersion.cs ./TextExtents.cs ./Win32Surface.cs ./XcbSurface.cs ./XlibSurface.cs ./AssemblyInfo.cs gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/cairo' Making all in pango gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/pango' Making all in . gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/pango' cp ./pango-api.raw pango-api.xml chmod u+w pango-api.xml mono ../generator/gapi-fixup.exe --api=pango-api.xml --metadata=./Pango.metadata --symbols=./pango-symbols.xml rm -rf generated/* && \ mono ../generator/gapi_codegen.exe --generate pango-api.xml \ -I:../cairo/cairo-api.xml \ --outdir=generated --assembly-name=pango-sharp \ --gluelib-name=pangosharpglue-3 --glue-filename=glue/generated.c \ --glue-includes=pango/pango.h \ --schema=../gapi.xsd \ && touch generated-stamp Pango.FT2Font.GetFace - Unknown return type: FT_Face Pango.Win32Font.DescriptionFromLogfont - Unknown type const-LOGFONTA* on parameter lfp Pango.Win32Font.DescriptionFromLogfontw - Unknown type const-LOGFONTW* on parameter lfp Pango.Win32Font.Logfont - Unknown return type: LOGFONTA* Pango.Win32Font.Logfontw - Unknown return type: LOGFONTW* Pango.Win32FontMap.GetFontCache - Unknown return type: PangoWin32FontCache* Pango.Global.ItemizeWithBaseDir - Returns GList* with unknown element type. Add element_type attribute with gapi-fixup. Generation Summary: Enums: 18 Structs: 7 Boxed: 4 Opaques: 62 Interfaces: 0 Objects: 8 Callbacks: 4 Properties: 0 Signals: 0 Methods: 257 Constructors: 8 Throttled: 2 Total Nodes: 370 /usr/local/bin/mcs -keyfile:../gtk-sharp.snk -nowarn:0169,0612,0618 -unsafe -out:pango-sharp.dll -target:library -r:../glib/glib-sharp.dll -r:../cairo/cairo-sharp.dll generated/*/*.cs ./Analysis.cs ./AttrBackground.cs ./AttrColor.cs ./AttrFallback.cs ./AttrFamily.cs ./AttrFloat.cs ./AttrFontDesc.cs ./AttrForeground.cs ./AttrGravity.cs ./AttrGravityHint.cs ./Attribute.cs ./AttrInt.cs ./AttrIterator.cs ./AttrLanguage.cs ./AttrLetterSpacing.cs ./AttrList.cs ./AttrRise.cs ./AttrScale.cs ./AttrShape.cs ./AttrSize.cs ./AttrStretch.cs ./AttrStrikethrough.cs ./AttrStrikethroughColor.cs ./AttrStyle.cs ./AttrUnderline.cs ./AttrUnderlineColor.cs ./AttrVariant.cs ./AttrWeight.cs ./Context.cs ./Coverage.cs ./FontFamily.cs ./FontMap.cs ./Global.cs ./GlyphItem.cs ./GlyphString.cs ./Item.cs ./Layout.cs ./LayoutLine.cs ./LayoutRun.cs ./Matrix.cs ./Scale.cs ./ScriptIter.cs ./TabArray.cs ./Units.cs ../AssemblyInfo.cs gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/pango' Making all in glue gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/pango/glue' /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT generated.lo -MD -MP -MF .deps/generated.Tpo -c -o generated.lo generated.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT generated.lo -MD -MP -MF .deps/generated.Tpo -c generated.c -fPIC -DPIC -o .libs/generated.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT generated.lo -MD -MP -MF .deps/generated.Tpo -c generated.c -o generated.o >/dev/null 2>&1 mv -f .deps/generated.Tpo .deps/generated.Plo /bin/sh ../../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -module -avoid-version -no-undefined -o libpangosharpglue-3.la -rpath /usr/local/lib generated.lo -L/usr/local/lib -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl libtool: link: cc -shared -fPIC -DPIC .libs/generated.o -L/usr/local/lib -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -O2 -Wl,-soname -Wl,libpangosharpglue-3.so -o .libs/libpangosharpglue-3.so libtool: link: ar cru .libs/libpangosharpglue-3.a generated.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libpangosharpglue-3.a libtool: link: ( cd ".libs" && rm -f "libpangosharpglue-3.la" && ln -s "../libpangosharpglue-3.la" "libpangosharpglue-3.la" ) gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/pango/glue' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/pango' Making all in atk gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/atk' Making all in . gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/atk' cp ./atk-api.raw atk-api.xml chmod u+w atk-api.xml mono ../generator/gapi-fixup.exe --api=atk-api.xml --metadata=./Atk.metadata Warning: matched no nodes Warning: matched no nodes rm -rf generated/* && \ mono ../generator/gapi_codegen.exe --generate atk-api.xml \ \ --outdir=generated --assembly-name=atk-sharp \ --gluelib-name=atksharpglue-3 --glue-filename=glue/generated.c \ --glue-includes=atk/atk.h \ --schema=../gapi.xsd \ && touch generated-stamp Atk.Object.ConnectPropertyChangeHandler - Unknown type AtkObjectAtkPropertyChangeHandler* on parameter handler Atk.Object.RemovePropertyChangeHandler - Unknown type AtkObjectguinthandler_id on parameter arg1 Atk.Object.GetAttributes - Returns AtkAttributeSet* with unknown element type. Add element_type attribute with gapi-fixup. Atk.Relation.Target - property has unknown type 'value_array' Atk.PropertyChangeHandler.AddFocusHandler - defaulting FocusHandler param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. Atk.NoOpObject.AddFocusHandler - defaulting FocusHandler param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. Atk.Object.ConnectPropertyChangeHandler - defaulting PropertyChangeHandler param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. Atk.Plug.AddFocusHandler - defaulting FocusHandler param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. Atk.Socket.AddFocusHandler - defaulting FocusHandler param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. Atk.Global.AddFocusTracker - defaulting EventListener param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. Atk.Global.AddKeyEventListener - defaulting KeySnoopFunc param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. Atk.Focus.TrackerInit - defaulting EventListenerInit param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. Generation Summary: Enums: 10 Structs: 5 Boxed: 1 Opaques: 2 Interfaces: 13 Objects: 14 Callbacks: 6 Properties: 20 Signals: 26 Methods: 443 Constructors: 7 Throttled: 1 Total Nodes: 548 /usr/local/bin/mcs -keyfile:../gtk-sharp.snk -nowarn:0169,0612,0618 -unsafe -out:atk-sharp.dll -target:library -r:../glib/glib-sharp.dll generated/*/*.cs ./Global.cs ./Hyperlink.cs ./Misc.cs ./Object.cs ./SelectionAdapter.cs ./TextAdapter.cs ./TextChangedDetail.cs ./Util.cs ../AssemblyInfo.cs gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/atk' Making all in glue gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/atk/glue' /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo misc.c /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.c /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT generated.lo -MD -MP -MF .deps/generated.Tpo -c -o generated.lo generated.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT generated.lo -MD -MP -MF .deps/generated.Tpo -c generated.c -fPIC -DPIC -o .libs/generated.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -fPIC -DPIC -o .libs/util.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -fPIC -DPIC -o .libs/misc.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT generated.lo -MD -MP -MF .deps/generated.Tpo -c generated.c -o generated.o >/dev/null 2>&1 libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -o util.o >/dev/null 2>&1 libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -o misc.o >/dev/null 2>&1 mv -f .deps/generated.Tpo .deps/generated.Plo mv -f .deps/misc.Tpo .deps/misc.Plo mv -f .deps/util.Tpo .deps/util.Plo /bin/sh ../../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -module -avoid-version -no-undefined -o libatksharpglue-3.la -rpath /usr/local/lib misc.lo util.lo generated.lo -L/usr/local/lib -latk-1.0 -lgobject-2.0 -lglib-2.0 -lintl libtool: link: cc -shared -fPIC -DPIC .libs/misc.o .libs/util.o .libs/generated.o -L/usr/local/lib -latk-1.0 -lgobject-2.0 -lglib-2.0 -lintl -O2 -Wl,-soname -Wl,libatksharpglue-3.so -o .libs/libatksharpglue-3.so libtool: link: ar cru .libs/libatksharpglue-3.a misc.o util.o generated.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libatksharpglue-3.a libtool: link: ( cd ".libs" && rm -f "libatksharpglue-3.la" && ln -s "../libatksharpglue-3.la" "libatksharpglue-3.la" ) gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/atk/glue' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/atk' Making all in gdk gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gdk' cp ./gdk-api.raw gdk-api.xml chmod u+w gdk-api.xml mono ../generator/gapi-fixup.exe --api=gdk-api.xml --metadata=./Gdk.metadata --symbols=./gdk-symbols.xml rm -rf generated/* && \ mono ../generator/gapi_codegen.exe --generate gdk-api.xml \ -I:../glib/glib-api.xml -I:../cairo/cairo-api.xml -I:../gio/gio-api.xml -I:../pango/pango-api.xml \ --outdir=generated --assembly-name=gdk-sharp \ --gluelib-name=gdksharpglue-3 --glue-filename=glue/generated.c \ --glue-includes=gdk/gdk.h \ --schema=../gapi.xsd \ && touch generated-stamp Gdk.Display.ListDevices - Returns GList* with unknown element type. Add element_type attribute with gapi-fixup. Gdk.DisplayManager.ListDisplays - Returns GSList* with unknown element type. Add element_type attribute with gapi-fixup. Gdk.Screen.ListVisuals - Returns GList* with unknown element type. Add element_type attribute with gapi-fixup. Gdk.Pixbuf.SaveToStream - Ellipsis parameter: hide and bind manually if no alternative exists. Unable to create specified glue file. Glue will not be generated. Generation Summary: Enums: 43 Structs: 7 Boxed: 2 Opaques: 40 Interfaces: 0 Objects: 20 Callbacks: 5 Properties: 24 Signals: 21 Methods: 411 Constructors: 20 Throttled: 1 Total Nodes: 594 /usr/local/bin/mcs -keyfile:../gtk-sharp.snk -nowarn:0169,0612,0618 -unsafe -out:gdk-sharp.dll -target:library -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../pango/pango-sharp.dll -r:../cairo/cairo-sharp.dll generated/*/*.cs ./Atom.cs ./Color.cs ./Device.cs ./Display.cs ./DisplayManager.cs ./EventButton.cs ./EventConfigure.cs ./EventCrossing.cs ./Event.cs ./EventDND.cs ./EventExpose.cs ./EventFocus.cs ./EventGrabBroken.cs ./EventKey.cs ./EventMotion.cs ./EventOwnerChange.cs ./EventProperty.cs ./EventProximity.cs ./EventScroll.cs ./EventSelection.cs ./EventSetting.cs ./EventVisibility.cs ./EventWindowState.cs ./Global.cs ./Key.cs ./Keymap.cs ./Pixbuf.cs ./PixbufAnimation.cs ./PixbufFrame.cs ./PixbufLoader.cs ./Pixdata.cs ./Point.cs ./Property.cs ./Rectangle.cs ./Screen.cs ./Selection.cs ./Size.cs ./TextProperty.cs ./WindowAttr.cs ./Window.cs ../AssemblyInfo.cs gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gdk' Making all in gtk gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk' Making all in . gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk' cp ./gtk-api.raw gtk-api.xml chmod u+w gtk-api.xml mono ../generator/gapi-fixup.exe --api=gtk-api.xml --metadata=./Gtk.metadata --symbols=./gtk-symbols.xml rm -rf generated/* && \ mono ../generator/gapi_codegen.exe --generate gtk-api.xml \ -I:../glib/glib-api.xml -I:../cairo/cairo-api.xml -I:../gio/gio-api.xml -I:../pango/pango-api.xml -I:../atk/atk-api.xml -I:../gdk/gdk-api.xml \ --outdir=generated --assembly-name=gtk-sharp \ --gluelib-name=gtksharpglue-3 --glue-filename=glue/generated.c \ --glue-includes=gtk/gtk.h \ --schema=../gapi.xsd \ && touch generated-stamp Gtk.IActivatable.Update - No matching target method to invoke. Add target_method attribute with fixup. Gtk.IRecentChooser.ItemActivated - No matching target method to invoke. Add target_method attribute with fixup. Gtk.IRecentChooser.SelectionChanged - No matching target method to invoke. Add target_method attribute with fixup. Gtk.AccelMap.LoadScanner - Unknown type GScanner* on parameter scanner Gtk.AppChooserOnlinePk - implements unknown GInterface GtkAppChooserOnline Gtk.CellArea.AddWithProperties - Ellipsis parameter: hide and bind manually if no alternative exists. Gtk.CellArea.CellGet - Ellipsis parameter: hide and bind manually if no alternative exists. Gtk.CellArea.CellSet - Ellipsis parameter: hide and bind manually if no alternative exists. Gtk.CellArea.ClassFindCellProperty - Unknown type GtkCellAreaClass* on parameter aclass Gtk.CellArea.ClassInstallCellProperty - Unknown type GtkCellAreaClass* on parameter aclass Gtk.CellArea.ClassListCellProperties - Unknown type GtkCellAreaClass* on parameter aclass Gtk.Container.HandleBorderWidth - bitfields are not supported Gtk.Container.ClassHandleBorderWidth - Unknown type GtkContainerClass* on parameter klass Gtk.InfoBar.AddButtons - Ellipsis parameter: hide and bind manually if no alternative exists. Gtk.InfoBar - Ellipsis parameter: hide and bind manually if no alternative exists. Gtk.MenuItem.HideOnActivate - bitfields are not supported Gtk.MenuShell.SubmenuPlacement - bitfields are not supported Gtk.MessageDialog.FormatSecondaryMarkup - Ellipsis parameter: hide and bind manually if no alternative exists. Gtk.MessageDialog.FormatSecondaryText - Ellipsis parameter: hide and bind manually if no alternative exists. Gtk.RcStyle.Parse - Unknown type GScanner* on parameter scanner Gtk.RecentChooserDialog - Ellipsis parameter: hide and bind manually if no alternative exists. Gtk.RecentChooserDialog - Ellipsis parameter: hide and bind manually if no alternative exists. Gtk.Style.Get - Ellipsis parameter: hide and bind manually if no alternative exists. Gtk.StyleProperties.Get - Ellipsis parameter: hide and bind manually if no alternative exists. Gtk.StyleProperties.Set - Ellipsis parameter: hide and bind manually if no alternative exists. Gtk.TextBuffer.CreateTag - Ellipsis parameter: hide and bind manually if no alternative exists. Gtk.ThemingEngine.Get - Ellipsis parameter: hide and bind manually if no alternative exists. Gtk.ThemingEngine.GetStyle - Ellipsis parameter: hide and bind manually if no alternative exists. Gtk.PrintWin32Devnames.ToWin32FromPrinterName - Unknown return type: HGLOBAL Gtk.Global.GetOptionGroup - Unknown return type: GOptionGroup* Gtk.Global.ShowAboutDialog - Ellipsis parameter: hide and bind manually if no alternative exists. Gtk.Init.WithArgs - Unknown type const-GOptionEntry* on parameter entries Gtk.Rc.FindPixmapInPath - Unknown type GScanner* on parameter scanner Gtk.Rc.ParseColor - Unknown type GScanner* on parameter scanner Gtk.Rc.ParseColorFull - Unknown type GScanner* on parameter scanner Gtk.Rc.ParsePriority - Unknown type GScanner* on parameter scanner Gtk.Rc.ParseState - Unknown type GScanner* on parameter scanner Gtk.Rc.ScannerNew - Unknown return type: GScanner* Gtk.StyleProperties.LookupProperty - defaulting StylePropertyParser param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. Gtk.StyleProperties.RegisterProperty - defaulting StylePropertyParser param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. Gtk.ThemingEngine.RegisterProperty - defaulting StylePropertyParser param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. Generation Summary: Enums: 100 Structs: 12 Boxed: 5 Opaques: 147 Interfaces: 16 Objects: 180 Callbacks: 53 Properties: 970 Signals: 367 Methods: 2622 Constructors: 229 Throttled: 27 Total Nodes: 4728 /usr/local/bin/mcs -keyfile:../gtk-sharp.snk -nowarn:0169,0612,0618 -unsafe -out:gtk-sharp.dll -target:library -r:../glib/glib-sharp.dll -r:../cairo/cairo-sharp.dll -r:../gio/gio-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll generated/*/*.cs ./Accel.cs ./AccelKey.cs ./Action.cs ./ActionEntry.cs ./ActionGroup.cs ./Adjustment.cs ./Application.cs ./Bin.cs ./BindingAttribute.cs ./Builder.cs ./Button.cs ./Calendar.cs ./CellAreaBox.cs ./CellLayoutAdapter.cs ./CellRenderer.cs ./CellView.cs ./CheckMenuItem.cs ./ChildPropertyAttribute.cs ./Clipboard.cs ./ColorSelection.cs ./ComboBox.cs ./ComboBoxText.cs ./Container.cs ./Dialog.cs ./Drag.cs ./Entry.cs ./EntryCompletion.cs ./FileChooserDialog.cs ./Frame.cs ./Global.cs ./HBox.cs ./HScale.cs ./ICellLayout.cs ./IconFactory.cs ./IconSet.cs ./IconTheme.cs ./IconView.cs ./Image.cs ./ImageMenuItem.cs ./Init.cs ./ITreeModel.cs ./ITreeNode.cs ./Key.cs ./Label.cs ./ListStore.cs ./Menu.cs ./MenuItem.cs ./MessageDialog.cs ./NodeCellDataFunc.cs ./NodeSelection.cs ./NodeStore.cs ./NodeView.cs ./Notebook.cs ./PaperSize.cs ./Plug.cs ./Printer.cs ./RadioAction.cs ./RadioActionEntry.cs ./RadioButton.cs ./RadioMenuItem.cs ./RadioToolButton.cs ./RecentManager.cs ./RowsReorderedHandler.cs ./ScrolledWindow.cs ./SelectionData.cs ./Settings.cs ./SpinButton.cs ./StatusIcon.cs ./Stock.cs ./StockItem.cs ./StockManager.cs ./Style.cs ./StyleContext.cs ./Target.cs ./TargetEntry.cs ./TargetList.cs ./TextAttributes.cs ./TextBuffer.cs ./TextChildAnchor.cs ./TextIter.cs ./TextMark.cs ./TextTag.cs ./TextView.cs ./ThreadNotify.cs ./ToggleActionEntry.cs ./TreeEnumerator.cs ./TreeIter.cs ./TreeMenu.cs ./TreeModelAdapter.cs ./TreeModelFilter.cs ./TreeModelSort.cs ./TreeNode.cs ./TreeNodeAttribute.cs ./TreeNodeValueAttribute.cs ./TreePath.cs ./TreeSelection.cs ./TreeStore.cs ./TreeView.cs ./TreeViewColumn.cs ./UIManager.cs ./VBox.cs ./Viewport.cs ./VScale.cs ./Widget.cs ./Window.cs ../AssemblyInfo.cs generated/Gtk/Box.cs(74,20): warning CS0109: The member `Gtk.Box.BoxChild.Expand' does not hide an inherited member. The new keyword is not required generated/Gtk/AppChooserWidget.cs(108,15): warning CS0108: `Gtk.AppChooserWidget.ShowAll' hides inherited member `Gtk.Widget.ShowAll()'. Use the new keyword if hiding was intended generated/Gtk/Widget.cs(6547,15): (Location of the symbol related to previous warning) generated/Gtk/Assistant.cs(47,22): warning CS0109: The member `Gtk.Assistant.AssistantChild.Title' does not hide an inherited member. The new keyword is not required ./ComboBoxText.cs(42,20): warning CS0108: `Gtk.ComboBoxText.Entry' hides inherited member `Gtk.ComboBox.Entry'. Use the new keyword if hiding was intended ./ComboBox.cs(53,20): (Location of the symbol related to previous warning) generated/Gtk/ToolItemGroup.cs(145,20): warning CS0109: The member `Gtk.ToolItemGroup.ToolItemGroupChild.Expand' does not hide an inherited member. The new keyword is not required generated/Gtk/ToolPalette.cs(95,20): warning CS0109: The member `Gtk.ToolPalette.ToolPaletteChild.Expand' does not hide an inherited member. The new keyword is not required generated/Gtk/Toolbar.cs(98,20): warning CS0109: The member `Gtk.Toolbar.ToolbarChild.Expand' does not hide an inherited member. The new keyword is not required Compilation succeeded - 7 warning(s) gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk' Making all in glue gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/glue' /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0/ -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -D_THREAD_SAFE -pthread -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT cellrenderer.lo -MD -MP -MF .deps/cellrenderer.Tpo -c -o cellrenderer.lo cellrenderer.c /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0/ -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -D_THREAD_SAFE -pthread -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT container.lo -MD -MP -MF .deps/container.Tpo -c -o container.lo container.c /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0/ -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -D_THREAD_SAFE -pthread -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT style.lo -MD -MP -MF .deps/style.Tpo -c -o style.lo style.c /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0/ -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -D_THREAD_SAFE -pthread -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT widget.lo -MD -MP -MF .deps/widget.Tpo -c -o widget.lo widget.c /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0/ -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -D_THREAD_SAFE -pthread -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT generated.lo -MD -MP -MF .deps/generated.Tpo -c -o generated.lo generated.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0/ -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -D_THREAD_SAFE -pthread -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT container.lo -MD -MP -MF .deps/container.Tpo -c container.c -fPIC -DPIC -o .libs/container.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0/ -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -D_THREAD_SAFE -pthread -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT widget.lo -MD -MP -MF .deps/widget.Tpo -c widget.c -fPIC -DPIC -o .libs/widget.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0/ -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -D_THREAD_SAFE -pthread -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT cellrenderer.lo -MD -MP -MF .deps/cellrenderer.Tpo -c cellrenderer.c -fPIC -DPIC -o .libs/cellrenderer.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0/ -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -D_THREAD_SAFE -pthread -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT style.lo -MD -MP -MF .deps/style.Tpo -c style.c -fPIC -DPIC -o .libs/style.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0/ -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -D_THREAD_SAFE -pthread -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT generated.lo -MD -MP -MF .deps/generated.Tpo -c generated.c -fPIC -DPIC -o .libs/generated.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0/ -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -D_THREAD_SAFE -pthread -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT style.lo -MD -MP -MF .deps/style.Tpo -c style.c -o style.o >/dev/null 2>&1 libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0/ -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -D_THREAD_SAFE -pthread -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT cellrenderer.lo -MD -MP -MF .deps/cellrenderer.Tpo -c cellrenderer.c -o cellrenderer.o >/dev/null 2>&1 libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0/ -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -D_THREAD_SAFE -pthread -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT widget.lo -MD -MP -MF .deps/widget.Tpo -c widget.c -o widget.o >/dev/null 2>&1 libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0/ -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -D_THREAD_SAFE -pthread -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT container.lo -MD -MP -MF .deps/container.Tpo -c container.c -o container.o >/dev/null 2>&1 libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0/ -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -D_THREAD_SAFE -pthread -I../.. -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT generated.lo -MD -MP -MF .deps/generated.Tpo -c generated.c -o generated.o >/dev/null 2>&1 mv -f .deps/widget.Tpo .deps/widget.Plo mv -f .deps/container.Tpo .deps/container.Plo mv -f .deps/style.Tpo .deps/style.Plo mv -f .deps/cellrenderer.Tpo .deps/cellrenderer.Plo mv -f .deps/generated.Tpo .deps/generated.Plo /bin/sh ../../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -module -avoid-version -no-undefined -o libgtksharpglue-3.la -rpath /usr/local/lib cellrenderer.lo container.lo style.lo widget.lo generated.lo -L/usr/local/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lfribidi -latk-1.0 -lcairo-gobject -lcairo -lpthread -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl libtool: link: cc -shared -fPIC -DPIC .libs/cellrenderer.o .libs/container.o .libs/style.o .libs/widget.o .libs/generated.o -L/usr/local/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lfribidi -latk-1.0 -lcairo-gobject -lcairo -lpthread -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -O2 -Wl,-soname -Wl,libgtksharpglue-3.so -o .libs/libgtksharpglue-3.so libtool: link: ar cru .libs/libgtksharpglue-3.a cellrenderer.o container.o style.o widget.o generated.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libgtksharpglue-3.a libtool: link: ( cd ".libs" && rm -f "libgtksharpglue-3.la" && ln -s "../libgtksharpglue-3.la" "libgtksharpglue-3.la" ) gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/glue' Making all in gui-thread-check gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/gui-thread-check' Making all in profiler gmake[5]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/gui-thread-check/profiler' /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../../.. -I/usr/local/libdata/pkgconfig/../../include/mono-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -Wall -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT gui-thread-check.lo -MD -MP -MF .deps/gui-thread-check.Tpo -c -o gui-thread-check.lo gui-thread-check.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../../.. -I/usr/local/libdata/pkgconfig/../../include/mono-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -Wall -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT gui-thread-check.lo -MD -MP -MF .deps/gui-thread-check.Tpo -c gui-thread-check.c -fPIC -DPIC -o .libs/gui-thread-check.o gui-thread-check.c: In function 'simple_method_enter': gui-thread-check.c:57:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] int current_thread_id = (int) pthread_self(); ^ gui-thread-check.c: At top level: gui-thread-check.c:90:1: warning: no previous prototype for 'mono_profiler_startup' [-Wmissing-prototypes] mono_profiler_startup (const char *desc) ^~~~~~~~~~~~~~~~~~~~~ gui-thread-check.c: In function 'mono_profiler_startup': gui-thread-check.c:94:2: warning: implicit declaration of function 'mono_profiler_install'; did you mean 'mono_profiler_startup'? [-Wimplicit-function-declaration] mono_profiler_install (NULL, NULL); ^~~~~~~~~~~~~~~~~~~~~ mono_profiler_startup gui-thread-check.c:94:2: warning: nested extern declaration of 'mono_profiler_install' [-Wnested-externs] gui-thread-check.c:95:2: warning: implicit declaration of function 'mono_profiler_install_enter_leave'; did you mean 'mono_profiler_enable_coverage'? [-Wimplicit-function-declaration] mono_profiler_install_enter_leave (simple_method_enter, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mono_profiler_enable_coverage gui-thread-check.c:95:2: warning: nested extern declaration of 'mono_profiler_install_enter_leave' [-Wnested-externs] libtool: compile: cc -DHAVE_CONFIG_H -I. -I../../.. -I/usr/local/libdata/pkgconfig/../../include/mono-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -Wall -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT gui-thread-check.lo -MD -MP -MF .deps/gui-thread-check.Tpo -c gui-thread-check.c -o gui-thread-check.o >/dev/null 2>&1 mv -f .deps/gui-thread-check.Tpo .deps/gui-thread-check.Plo /bin/sh ../../../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -o libmono-profiler-gui-thread-check.la -rpath /usr/local/lib gui-thread-check.lo -L/usr/local/libdata/pkgconfig/../../lib -lmono-2.0 -pthread -liconv -lcharset -lm -L/usr/local/lib -lpthread -lglib-2.0 -lintl libtool: link: cc -shared -fPIC -DPIC .libs/gui-thread-check.o -L/usr/local/libdata/pkgconfig/../../lib -lmono-2.0 -liconv -lcharset -lm -L/usr/local/lib -lpthread -lglib-2.0 -lintl -O2 -pthread -pthread -Wl,-soname -Wl,libmono-profiler-gui-thread-check.so.0 -o .libs/libmono-profiler-gui-thread-check.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libmono-profiler-gui-thread-check.so.0" && ln -s "libmono-profiler-gui-thread-check.so.0.0.0" "libmono-profiler-gui-thread-check.so.0") libtool: link: (cd ".libs" && rm -f "libmono-profiler-gui-thread-check.so" && ln -s "libmono-profiler-gui-thread-check.so.0.0.0" "libmono-profiler-gui-thread-check.so") libtool: link: ar cru .libs/libmono-profiler-gui-thread-check.a gui-thread-check.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libmono-profiler-gui-thread-check.a libtool: link: ( cd ".libs" && rm -f "libmono-profiler-gui-thread-check.la" && ln -s "../libmono-profiler-gui-thread-check.la" "libmono-profiler-gui-thread-check.la" ) gmake[5]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/gui-thread-check/profiler' gmake[5]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/gui-thread-check' gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/gui-thread-check' gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/gui-thread-check' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk' Making all in gtkdotnet gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtkdotnet' /usr/local/bin/mcs -keyfile:../gtk-sharp.snk -nowarn:0169,0612,0618 -out:gtk-dotnet.dll -target:library -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:System.Drawing.dll ./Graphics.cs ./StyleContextExtensions.cs ../AssemblyInfo.cs gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtkdotnet' Making all in sample gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample' Making all in test gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/test' /usr/local/bin/mcs -out:WidgetViewer.exe -r:../../glib/glib-sharp.dll -r:../../gio/gio-sharp.dll -r:../../cairo/cairo-sharp.dll -r:../../pango/pango-sharp.dll -r:../../atk/atk-sharp.dll -r:../../gdk/gdk-sharp.dll -r:../../gtk/gtk-sharp.dll ./TestCheckButton.cs ./TestColorSelection.cs ./TestComboBox.cs ./TestDialog.cs ./TestFlipping.cs ./TestRadioButton.cs ./TestRange.cs ./TestSizeGroup.cs ./TestStatusbar.cs ./WidgetViewer.cs gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/test' Making all in GtkDemo gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/GtkDemo' /usr/local/bin/mcs -out:GtkDemo.exe ./DemoApplicationWindow.cs ./DemoAttribute.cs ./DemoButtonBox.cs ./DemoClipboard.cs ./DemoColorSelection.cs ./DemoCssBasics.cs ./DemoDialog.cs ./DemoDrawingArea.cs ./DemoEditableCells.cs ./DemoEntryCompletion.cs ./DemoExpander.cs ./DemoHyperText.cs ./DemoIconView.cs ./DemoImages.cs ./DemoListStore.cs ./DemoMain.cs ./DemoMenus.cs ./DemoPanes.cs ./DemoPixbuf.cs ./DemoRotatedText.cs ./DemoSizeGroup.cs ./DemoSpinner.cs ./DemoStockBrowser.cs ./DemoTextView.cs ./DemoThemingStyleClasses.cs ./DemoTreeStore.cs ./DemoUIManager.cs ./DemoPrinting.cs -r:../../glib/glib-sharp.dll -r:../../gio/gio-sharp.dll -r:../../cairo/cairo-sharp.dll -r:../../pango/pango-sharp.dll -r:../../atk/atk-sharp.dll -r:../../gdk/gdk-sharp.dll -r:../../gtk/gtk-sharp.dll -resource:./DemoApplicationWindow.cs -resource:./DemoAttribute.cs -resource:./DemoButtonBox.cs -resource:./DemoClipboard.cs -resource:./DemoColorSelection.cs -resource:./DemoCssBasics.cs -resource:./DemoDialog.cs -resource:./DemoDrawingArea.cs -resource:./DemoEditableCells.cs -resource:./DemoEntryCompletion.cs -resource:./DemoExpander.cs -resource:./DemoHyperText.cs -resource:./DemoIconView.cs -resource:./DemoImages.cs -resource:./DemoListStore.cs -resource:./DemoMain.cs -resource:./DemoMenus.cs -resource:./DemoPanes.cs -resource:./DemoPixbuf.cs -resource:./DemoRotatedText.cs -resource:./DemoSizeGroup.cs -resource:./DemoSpinner.cs -resource:./DemoStockBrowser.cs -resource:./DemoTextView.cs -resource:./DemoThemingStyleClasses.cs -resource:./DemoTreeStore.cs -resource:./DemoUIManager.cs -resource:./DemoPrinting.cs, -resource:./css/css_basics.css,css_basics.css -resource:./css/reset.css,reset.css -resource:./images/gnome-foot.png,gnome-foot.png -resource:./images/MonoIcon.png,MonoIcon.png -resource:./images/gnome-calendar.png,gnome-calendar.png -resource:./images/gnome-gmush.png,gnome-gmush.png -resource:./images/gnu-keys.png,gnu-keys.png -resource:./images/gnome-applets.png,gnome-applets.png -resource:./images/gnome-gsame.png,gnome-gsame.png -resource:./images/alphatest.png,alphatest.png -resource:./images/gnome-gimp.png,gnome-gimp.png -resource:./images/apple-red.png,apple-red.png -resource:./images/background.jpg,background.jpg -resource:./images/gtk-logo-rgb.gif,gtk-logo-rgb.gif -resource:./images/floppybuddy.gif,floppybuddy.gif -resource:./theming.ui,theming.ui gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/GtkDemo' Making all in pixmaps gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/pixmaps' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/pixmaps' Making all in valtest gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/valtest' /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0/ -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -D_THREAD_SAFE -pthread -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT valobj.lo -MD -MP -MF .deps/valobj.Tpo -c -o valobj.lo valobj.c mono ../../generator/gapi_codegen.exe --generate ./valobj-api.xml \ --include=../../gtk/gtk-api.xml --include=../../gdk/gdk-api.xml \ --outdir=generated --assembly-name=valobj-sharp \ --schema=../../gapi.xsd libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0/ -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -D_THREAD_SAFE -pthread -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT valobj.lo -MD -MP -MF .deps/valobj.Tpo -c valobj.c -fPIC -DPIC -o .libs/valobj.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0/ -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -D_THREAD_SAFE -pthread -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT valobj.lo -MD -MP -MF .deps/valobj.Tpo -c valobj.c -o valobj.o >/dev/null 2>&1 mv -f .deps/valobj.Tpo .deps/valobj.Plo /bin/sh ../../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -module -avoid-version -no-undefined -o libvalobj.la -rpath /usr/local/lib valobj.lo -L/usr/local/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lfribidi -latk-1.0 -lcairo-gobject -lcairo -lpthread -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl libtool: link: cc -shared -fPIC -DPIC .libs/valobj.o -L/usr/local/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lfribidi -latk-1.0 -lcairo-gobject -lcairo -lpthread -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -O2 -Wl,-soname -Wl,libvalobj.so -o .libs/libvalobj.so libtool: link: ar cru .libs/libvalobj.a valobj.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libvalobj.a libtool: link: ( cd ".libs" && rm -f "libvalobj.la" && ln -s "../libvalobj.la" "libvalobj.la" ) Generation Summary: Enums: 0 Structs: 0 Boxed: 0 Opaques: 0 Interfaces: 0 Objects: 1 Callbacks: 0 Properties: 14 Signals: 0 Methods: 15 Constructors: 1 Throttled: 0 Total Nodes: 31 /usr/local/bin/mcs -out:valtest.exe -r:../../glib/glib-sharp.dll -r:../../gio/gio-sharp.dll -r:../../cairo/cairo-sharp.dll -r:../../pango/pango-sharp.dll -r:../../atk/atk-sharp.dll -r:../../gdk/gdk-sharp.dll -r:../../gtk/gtk-sharp.dll ./Valtest.cs generated/*/*.cs gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/valtest' Making all in opaquetest gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/opaquetest' /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0/ -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -D_THREAD_SAFE -pthread -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT opaques.lo -MD -MP -MF .deps/opaques.Tpo -c -o opaques.lo opaques.c mono ../../generator/gapi_codegen.exe --generate ./opaque-api.xml \ --include=../../gtk/gtk-api.xml --include=../../gdk/gdk-api.xml \ --outdir=generated --assembly-name=opaque-sharp \ --schema=../../gapi.xsd libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0/ -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -D_THREAD_SAFE -pthread -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT opaques.lo -MD -MP -MF .deps/opaques.Tpo -c opaques.c -fPIC -DPIC -o .libs/opaques.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0/ -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -D_THREAD_SAFE -pthread -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT opaques.lo -MD -MP -MF .deps/opaques.Tpo -c opaques.c -o opaques.o >/dev/null 2>&1 mv -f .deps/opaques.Tpo .deps/opaques.Plo /bin/sh ../../libtool --tag=CC --mode=link cc -pipe -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -module -avoid-version -no-undefined -o libopaque.la -rpath /usr/local/lib opaques.lo -L/usr/local/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lfribidi -latk-1.0 -lcairo-gobject -lcairo -lpthread -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl libtool: link: cc -shared -fPIC -DPIC .libs/opaques.o -L/usr/local/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lfribidi -latk-1.0 -lcairo-gobject -lcairo -lpthread -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -O2 -Wl,-soname -Wl,libopaque.so -o .libs/libopaque.so libtool: link: ar cru .libs/libopaque.a opaques.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libopaque.a libtool: link: ( cd ".libs" && rm -f "libopaque.la" && ln -s "../libopaque.la" "libopaque.la" ) Gtksharp.Opaque.Valid - needs glue for field access. Specify --glue-filename Gtksharp.Opaque.Check - defaulting OpaqueReturnFunc param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. Gtksharp.Opaque.Check - defaulting GCFunc param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. Gtksharp.Opaque.CheckFree - defaulting OpaqueReturnFunc param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. Gtksharp.Opaque.CheckFree - defaulting GCFunc param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. Gtksharp.Refcounted.Valid - needs glue for field access. Specify --glue-filename Gtksharp.Refcounted.Check - defaulting RefcountedReturnFunc param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. Gtksharp.Refcounted.Check - defaulting GCFunc param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. Gtksharp.Refcounted.CheckUnref - defaulting RefcountedReturnFunc param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. Gtksharp.Refcounted.CheckUnref - defaulting GCFunc param to 'call' scope. Specify callback scope (call|async|notified) attribute with fixup. Generation Summary: Enums: 0 Structs: 0 Boxed: 0 Opaques: 2 Interfaces: 0 Objects: 0 Callbacks: 3 Properties: 0 Signals: 0 Methods: 9 Constructors: 2 Throttled: 0 Total Nodes: 16 /usr/local/bin/mcs -out:opaquetest.exe -r:../../glib/glib-sharp.dll -r:../../gio/gio-sharp.dll -r:../../pango/pango-sharp.dll -r:../../atk/atk-sharp.dll -r:../../gdk/gdk-sharp.dll -r:../../gtk/gtk-sharp.dll ./OpaqueTest.cs generated/*/*.cs gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/opaquetest' Making all in gio gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/gio' /usr/local/bin/mcs /out:AppInfo.exe -r:../../glib/glib-sharp.dll -r:../../gio/gio-sharp.dll AppInfo.cs /usr/local/bin/mcs /out:Volume.exe -r:../../glib/glib-sharp.dll -r:../../gio/gio-sharp.dll Volume.cs gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/gio' Making all in gtk-gio gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/gtk-gio' /usr/local/bin/mcs /out:MountOperation.exe -r:../../glib/glib-sharp.dll -r:../../cairo/cairo-sharp.dll -r:../../gtk/gtk-sharp.dll -r:../../gio/gio-sharp.dll -r:../../gdk/gdk-sharp.dll -r:../../pango/pango-sharp.dll -r:../../atk/atk-sharp.dll MountOperation.cs gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/gtk-gio' gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample' /usr/local/bin/mcs -out:gtk-hello-world.exe -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll ./HelloWorld.cs /usr/local/bin/mcs -out:async-sample.exe -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll ./AsyncSample.cs /usr/local/bin/mcs -out:button.exe -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll ./ButtonApp.cs /usr/local/bin/mcs -out:calendar.exe -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll ./CalendarApp.cs /usr/local/bin/mcs -out:subclass.exe -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll ./Subclass.cs /usr/local/bin/mcs -out:menu.exe -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll ./Menu.cs /usr/local/bin/mcs -out:treeviewdemo.exe -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll ./TreeViewDemo.cs /usr/local/bin/mcs -out:managedtreeviewdemo.exe -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll ./ManagedTreeViewDemo.cs /usr/local/bin/mcs -out:nodeviewdemo.exe -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll ./NodeViewDemo.cs /usr/local/bin/mcs -out:treemodeldemo.exe -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll ./TreeModelDemo.cs /usr/local/bin/mcs -unsafe -out:actions.exe -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll ./Actions.cs /usr/local/bin/mcs -out:spawn.exe -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll ./SpawnTests.cs /usr/local/bin/mcs -out:assistant.exe -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll ./Assistant.cs /usr/local/bin/mcs -out:registerprop.exe -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll ./PropertyRegistration.cs /usr/local/bin/mcs -out:gexceptiontest.exe -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll ./GExceptionTest.cs /usr/local/bin/mcs -out:native-instantiation.exe -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll ./NativeInstantiationTest.cs /usr/local/bin/mcs -out:polarfixed.exe -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll ./PolarFixed.cs /usr/local/bin/mcs -out:cairo-sample.exe -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll ./CairoSample.cs /usr/local/bin/mcs -out:scribble.exe -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll ./Scribble.cs /usr/local/bin/mcs -unsafe -out:testdnd.exe -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll ./TestDnd.cs /usr/local/bin/mcs -out:custom-cellrenderer.exe -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll ./CustomCellRenderer.cs /usr/local/bin/mcs -out:custom-widget.exe -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll ./CustomWidget.cs /usr/local/bin/mcs -out:custom-scrollable.exe -r:../glib/glib-sharp.dll -r:../gio/gio-sharp.dll -r:../cairo/cairo-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll ./CustomScrollableWidget.cs /usr/local/bin/mcs -out:cairo-png.exe -r:../cairo/cairo-sharp.dll ./CairoPng.cs gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample' Making all in doc gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/doc' /usr/local/bin/mdoc assemble -o gtk-sharp-3-docs ./en gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/doc' Making all in msi gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/msi' Making all in unmanaged gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/msi/unmanaged' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/msi/unmanaged' Making all in . gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/msi' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/msi' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/msi' gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3' gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3' gmake[1]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3' SUCCEEDED 00:02:17 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> gtk-sharp30-2.99.3_3 depends on package: p5-XML-LibXML>=0 - found ===> gtk-sharp30-2.99.3_3 depends on executable: mono - found ===> gtk-sharp30-2.99.3_3 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for gtk-sharp30-2.99.3_3 ===> gtk-sharp30-2.99.3_3 depends on package: p5-XML-LibXML>=0 - found ===> gtk-sharp30-2.99.3_3 depends on executable: mono - found ===> gtk-sharp30-2.99.3_3 depends on package: perl5>=5.30.r1<5.31 - found ===> Generating temporary packing list gmake[1]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3' Making install in sources gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sources' gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sources' 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/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sources' gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sources' Making install in generator gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/generator' gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/generator' /bin/mkdir -p '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/bin' install -m 555 gapi3-fixup gapi3-codegen '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/bin' /bin/mkdir -p '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/gapi-3.0' install -m 0644 gapi-fixup.exe gapi_codegen.exe '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/gapi-3.0' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/generator' gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/generator' Making install in parser gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/parser' gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/parser' /bin/mkdir -p '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/bin' install -m 555 gapi3-parser '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/bin' /bin/mkdir -p '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/gapi-3.0' install -m 0644 gapi-parser.exe '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/gapi-3.0' /bin/mkdir -p '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/gapi-3.0' install -m 555 gapi_pp.pl gapi2xml.pl '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/gapi-3.0' /bin/mkdir -p '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/libdata/pkgconfig' install -m 0644 gapi-3.0.pc '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/libdata/pkgconfig' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/parser' gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/parser' Making install in glib gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib' gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib' gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib' gmake[4]: Nothing to be done for 'install-exec-am'. /usr/local/bin/gacutil -i glib-sharp.dll -f /package gtk-sharp-3.0 /gacdir /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib Package exported to: /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/mono/gtk-sharp-3.0/glib-sharp.dll -> ../gac/glib-sharp/3.0.0.0__35e10195dab3c99f/glib-sharp.dll Installed glib-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/mono/gac) /bin/mkdir -p '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/share/gapi-3.0' install -m 0644 glib-api.xml '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/share/gapi-3.0' /bin/mkdir -p '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/libdata/pkgconfig' install -m 0644 glib-sharp-3.0.pc '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/libdata/pkgconfig' gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib' gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib' Making install in gio gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gio' Making install in . gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gio' gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gio' gmake[4]: Nothing to be done for 'install-exec-am'. /usr/local/bin/gacutil -i gio-sharp.dll -f /package gtk-sharp-3.0 /gacdir /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib Package exported to: /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/mono/gtk-sharp-3.0/gio-sharp.dll -> ../gac/gio-sharp/3.0.0.0__35e10195dab3c99f/gio-sharp.dll Installed gio-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/mono/gac) /bin/mkdir -p '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/share/gapi-3.0' install -m 0644 gio-api.xml ../gapi.xsd '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/share/gapi-3.0' /bin/mkdir -p '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/libdata/pkgconfig' install -m 0644 gio-sharp-3.0.pc '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/libdata/pkgconfig' gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gio' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gio' Making install in glue gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gio/glue' gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gio/glue' /bin/mkdir -p '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib' /bin/sh ../../libtool --mode=install /usr/bin/install -c -s libgiosharpglue-3.la '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib' libtool: install: /usr/bin/install -c .libs/libgiosharpglue-3.so /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libgiosharpglue-3.so libtool: install: strip --strip-unneeded /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libgiosharpglue-3.so libtool: install: /usr/bin/install -c .libs/libgiosharpglue-3.lai /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libgiosharpglue-3.la libtool: install: /usr/bin/install -c .libs/libgiosharpglue-3.a /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libgiosharpglue-3.a libtool: install: strip --strip-debug /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libgiosharpglue-3.a libtool: install: chmod 644 /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libgiosharpglue-3.a libtool: install: ranlib /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libgiosharpglue-3.a libtool: install: warning: remember to run `libtool --finish /usr/local/lib' gmake[4]: Nothing to be done for 'install-data-am'. gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gio/glue' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gio/glue' gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gio' Making install in cairo gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/cairo' gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/cairo' gmake[3]: Nothing to be done for 'install-exec-am'. /usr/local/bin/gacutil -i cairo-sharp.dll -f /package gtk-sharp-3.0 /gacdir /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib Package exported to: /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/mono/gtk-sharp-3.0/cairo-sharp.dll -> ../gac/cairo-sharp/1.10.0.0__0738eb9f132ed756/cairo-sharp.dll Installed cairo-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/mono/gac) gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/cairo' gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/cairo' Making install in pango gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/pango' Making install in . gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/pango' gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/pango' gmake[4]: Nothing to be done for 'install-exec-am'. /usr/local/bin/gacutil -i pango-sharp.dll -f /package gtk-sharp-3.0 /gacdir /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib Package exported to: /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/mono/gtk-sharp-3.0/pango-sharp.dll -> ../gac/pango-sharp/3.0.0.0__35e10195dab3c99f/pango-sharp.dll Installed pango-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/mono/gac) /bin/mkdir -p '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/share/gapi-3.0' install -m 0644 pango-api.xml ../gapi.xsd '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/share/gapi-3.0' gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/pango' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/pango' Making install in glue gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/pango/glue' gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/pango/glue' /bin/mkdir -p '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib' /bin/sh ../../libtool --mode=install /usr/bin/install -c -s libpangosharpglue-3.la '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib' libtool: install: /usr/bin/install -c .libs/libpangosharpglue-3.so /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libpangosharpglue-3.so libtool: install: strip --strip-unneeded /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libpangosharpglue-3.so libtool: install: /usr/bin/install -c .libs/libpangosharpglue-3.lai /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libpangosharpglue-3.la libtool: install: /usr/bin/install -c .libs/libpangosharpglue-3.a /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libpangosharpglue-3.a libtool: install: strip --strip-debug /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libpangosharpglue-3.a libtool: install: chmod 644 /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libpangosharpglue-3.a libtool: install: ranlib /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libpangosharpglue-3.a libtool: install: warning: remember to run `libtool --finish /usr/local/lib' gmake[4]: Nothing to be done for 'install-data-am'. gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/pango/glue' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/pango/glue' gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/pango' Making install in atk gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/atk' Making install in . gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/atk' gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/atk' gmake[4]: Nothing to be done for 'install-exec-am'. /usr/local/bin/gacutil -i atk-sharp.dll -f /package gtk-sharp-3.0 /gacdir /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib Package exported to: /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/mono/gtk-sharp-3.0/atk-sharp.dll -> ../gac/atk-sharp/3.0.0.0__35e10195dab3c99f/atk-sharp.dll Installed atk-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/mono/gac) /bin/mkdir -p '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/share/gapi-3.0' install -m 0644 atk-api.xml ../gapi.xsd '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/share/gapi-3.0' gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/atk' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/atk' Making install in glue gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/atk/glue' gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/atk/glue' /bin/mkdir -p '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib' /bin/sh ../../libtool --mode=install /usr/bin/install -c -s libatksharpglue-3.la '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib' libtool: install: /usr/bin/install -c .libs/libatksharpglue-3.so /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libatksharpglue-3.so libtool: install: strip --strip-unneeded /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libatksharpglue-3.so libtool: install: /usr/bin/install -c .libs/libatksharpglue-3.lai /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libatksharpglue-3.la libtool: install: /usr/bin/install -c .libs/libatksharpglue-3.a /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libatksharpglue-3.a libtool: install: strip --strip-debug /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libatksharpglue-3.a libtool: install: chmod 644 /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libatksharpglue-3.a libtool: install: ranlib /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libatksharpglue-3.a libtool: install: warning: remember to run `libtool --finish /usr/local/lib' gmake[4]: Nothing to be done for 'install-data-am'. gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/atk/glue' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/atk/glue' gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/atk' Making install in gdk gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gdk' gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gdk' gmake[3]: Nothing to be done for 'install-exec-am'. /usr/local/bin/gacutil -i gdk-sharp.dll -f /package gtk-sharp-3.0 /gacdir /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib Package exported to: /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/mono/gtk-sharp-3.0/gdk-sharp.dll -> ../gac/gdk-sharp/3.0.0.0__35e10195dab3c99f/gdk-sharp.dll Installed gdk-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/mono/gac) /bin/mkdir -p '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/share/gapi-3.0' install -m 0644 gdk-api.xml ../gapi.xsd '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/share/gapi-3.0' /bin/mkdir -p '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/libdata/pkgconfig' install -m 0644 gdk-sharp-3.0.pc '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/libdata/pkgconfig' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gdk' gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gdk' Making install in gtk gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk' Making install in . gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk' gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk' gmake[4]: Nothing to be done for 'install-exec-am'. /usr/local/bin/gacutil -i gtk-sharp.dll -f /package gtk-sharp-3.0 /gacdir /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib Package exported to: /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/mono/gtk-sharp-3.0/gtk-sharp.dll -> ../gac/gtk-sharp/3.0.0.0__35e10195dab3c99f/gtk-sharp.dll Installed gtk-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/mono/gac) /bin/mkdir -p '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/share/gapi-3.0' install -m 0644 gtk-api.xml ../gapi.xsd '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/share/gapi-3.0' /bin/mkdir -p '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/libdata/pkgconfig' install -m 0644 gtk-sharp-3.0.pc '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/libdata/pkgconfig' gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk' Making install in glue gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/glue' gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/glue' /bin/mkdir -p '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib' /bin/sh ../../libtool --mode=install /usr/bin/install -c -s libgtksharpglue-3.la '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib' libtool: install: /usr/bin/install -c .libs/libgtksharpglue-3.so /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libgtksharpglue-3.so libtool: install: strip --strip-unneeded /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libgtksharpglue-3.so libtool: install: /usr/bin/install -c .libs/libgtksharpglue-3.lai /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libgtksharpglue-3.la libtool: install: /usr/bin/install -c .libs/libgtksharpglue-3.a /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libgtksharpglue-3.a libtool: install: strip --strip-debug /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libgtksharpglue-3.a libtool: install: chmod 644 /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libgtksharpglue-3.a libtool: install: ranlib /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libgtksharpglue-3.a libtool: install: warning: remember to run `libtool --finish /usr/local/lib' gmake[4]: Nothing to be done for 'install-data-am'. gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/glue' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/glue' Making install in gui-thread-check gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/gui-thread-check' Making install in profiler gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/gui-thread-check/profiler' gmake[5]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/gui-thread-check/profiler' /bin/mkdir -p '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib' /bin/sh ../../../libtool --mode=install /usr/bin/install -c -s libmono-profiler-gui-thread-check.la '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib' libtool: install: /usr/bin/install -c .libs/libmono-profiler-gui-thread-check.so.0.0.0 /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libmono-profiler-gui-thread-check.so.0.0.0 libtool: install: strip --strip-unneeded /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libmono-profiler-gui-thread-check.so.0.0.0 libtool: install: (cd /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib && { ln -s -f libmono-profiler-gui-thread-check.so.0.0.0 libmono-profiler-gui-thread-check.so.0 || { rm -f libmono-profiler-gui-thread-check.so.0 && ln -s libmono-profiler-gui-thread-check.so.0.0.0 libmono-profiler-gui-thread-check.so.0; }; }) libtool: install: (cd /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib && { ln -s -f libmono-profiler-gui-thread-check.so.0.0.0 libmono-profiler-gui-thread-check.so || { rm -f libmono-profiler-gui-thread-check.so && ln -s libmono-profiler-gui-thread-check.so.0.0.0 libmono-profiler-gui-thread-check.so; }; }) libtool: install: /usr/bin/install -c .libs/libmono-profiler-gui-thread-check.lai /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libmono-profiler-gui-thread-check.la libtool: install: /usr/bin/install -c .libs/libmono-profiler-gui-thread-check.a /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libmono-profiler-gui-thread-check.a libtool: install: strip --strip-debug /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libmono-profiler-gui-thread-check.a libtool: install: chmod 644 /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libmono-profiler-gui-thread-check.a libtool: install: ranlib /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/libmono-profiler-gui-thread-check.a libtool: install: warning: remember to run `libtool --finish /usr/local/lib' gmake[5]: Nothing to be done for 'install-data-am'. gmake[5]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/gui-thread-check/profiler' gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/gui-thread-check/profiler' gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/gui-thread-check' gmake[5]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/gui-thread-check' 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/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/gui-thread-check' gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/gui-thread-check' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/gui-thread-check' gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk' Making install in gtkdotnet gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtkdotnet' gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtkdotnet' gmake[3]: Nothing to be done for 'install-exec-am'. /usr/local/bin/gacutil -i gtk-dotnet.dll -f /package gtk-sharp-3.0 /gacdir /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib Package exported to: /construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/mono/gtk-sharp-3.0/gtk-dotnet.dll -> ../gac/gtk-dotnet/3.0.0.0__35e10195dab3c99f/gtk-dotnet.dll Installed gtk-dotnet.dll into the gac (/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/mono/gac) /bin/mkdir -p '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/libdata/pkgconfig' install -m 0644 gtk-dotnet-3.0.pc '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/libdata/pkgconfig' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtkdotnet' gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtkdotnet' Making install in sample gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample' Making install in test gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/test' gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/test' 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/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/test' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/test' Making install in GtkDemo gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/GtkDemo' gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/GtkDemo' 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/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/GtkDemo' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/GtkDemo' Making install in pixmaps gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/pixmaps' gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/pixmaps' 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/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/pixmaps' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/pixmaps' Making install in valtest gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/valtest' gmake[3]: Nothing to be done for 'install'. gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/valtest' Making install in opaquetest gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/opaquetest' gmake[3]: Nothing to be done for 'install'. gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/opaquetest' Making install in gio gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/gio' gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/gio' 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/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/gio' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/gio' Making install in gtk-gio gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/gtk-gio' gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/gtk-gio' 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/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/gtk-gio' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/gtk-gio' gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample' gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample' 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/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample' gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample' Making install in doc gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/doc' gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/doc' gmake[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/monodoc/sources' install -m 0644 gtk-sharp-3-docs.zip gtk-sharp-3-docs.tree gtk-sharp-3-docs.source '/construction/x11-toolkits/gtk-sharp30/stage/usr/local/lib/monodoc/sources' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/doc' gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/doc' Making install in msi gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/msi' Making install in unmanaged gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/msi/unmanaged' gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/msi/unmanaged' 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/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/msi/unmanaged' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/msi/unmanaged' Making install in . gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/msi' gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/msi' 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/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/msi' gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/msi' gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/msi' gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3' gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3' 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/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3' gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3' gmake[1]: Leaving directory '/construction/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/libatksharpglue-3.so is linked to /usr/local/lib/libiconv.so.2 from converters/libiconv but it is not declared as a dependency Warning: you need USES+=iconv, USES+=iconv:wchar_t, or USES+=iconv:translit depending on needs Error: /usr/local/lib/libatksharpglue-3.so is linked to /usr/local/lib/libpcre.so.1 from devel/pcre but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpcre.so:devel/pcre Error: /usr/local/lib/libatksharpglue-3.so is linked to /usr/local/lib/libffi.so.6 from devel/libffi but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libffi.so:devel/libffi Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libfribidi.so.0 from converters/fribidi but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfribidi.so:converters/fribidi Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libXinerama.so.1 from x11/libXinerama but it is not declared as a dependency Warning: you need USE_XORG+=xinerama Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libXrandr.so.2 from x11/libXrandr but it is not declared as a dependency Warning: you need USE_XORG+=xrandr Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libXcursor.so.1 from x11/libXcursor but it is not declared as a dependency Warning: you need USE_XORG+=xcursor Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libXext.so.6 from x11/libXext but it is not declared as a dependency Warning: you need USE_XORG+=xext Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as a dependency Warning: you need USE_XORG+=x11 Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libXi.so.6 from x11/libXi but it is not declared as a dependency Warning: you need USE_XORG+=xi Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libXcomposite.so.1 from x11/libXcomposite but it is not declared as a dependency Warning: you need USE_XORG+=xcomposite Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libXdamage.so.1 from x11/libXdamage but it is not declared as a dependency Warning: you need USE_XORG+=xdamage Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libXfixes.so.3 from x11/libXfixes but it is not declared as a dependency Warning: you need USE_XORG+=xfixes Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libatk-bridge-2.0.so.0 from accessibility/at-spi2-atk but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libatk-bridge-2.0.so:accessibility/at-spi2-atk Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libxkbcommon.so.0 from x11/libxkbcommon but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libxkbcommon.so:x11/libxkbcommon Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libwayland-cursor.so.0 from graphics/wayland but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libwayland-cursor.so:graphics/wayland Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libwayland-egl.so.1 from graphics/wayland but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libwayland-egl.so:graphics/wayland Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libwayland-client.so.0 from graphics/wayland but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libwayland-client.so:graphics/wayland Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libepoxy.so.0 from graphics/libepoxy but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libepoxy.so:graphics/libepoxy Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libharfbuzz.so.0 from print/harfbuzz but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libharfbuzz.so:print/harfbuzz Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libfontconfig.so.1 from x11-fonts/fontconfig but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfontconfig.so:x11-fonts/fontconfig Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libfreetype.so.6 from print/freetype2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfreetype.so:print/freetype2 Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libpixman-1.so.0 from x11/pixman but it is not declared as a dependency Warning: you need USE_XORG+=pixman Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libEGL.so.1 from graphics/mesa-libs but it is not declared as a dependency Warning: you need USE_GL+=egl Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libpng16.so.16 from graphics/png but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpng16.so:graphics/png Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libxcb-shm.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libxcb.so.1 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libxcb-render.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libXrender.so.1 from x11/libXrender but it is not declared as a dependency Warning: you need USE_XORG+=xrender Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libGL.so.1 from graphics/mesa-libs but it is not declared as a dependency Warning: you need USE_GL+=gl Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libdbus-1.so.3 from devel/dbus but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libdbus-1.so:devel/dbus Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libatspi.so.0 from accessibility/at-spi2-core but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libatspi.so:accessibility/at-spi2-core Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libgraphite2.so.3 from graphics/graphite2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libgraphite2.so:graphics/graphite2 Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libexpat.so.1 from textproc/expat2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libexpat.so:textproc/expat2 Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libxcb-dri2.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libX11-xcb.so.1 from x11/libX11 but it is not declared as a dependency Warning: you need USE_XORG+=x11 Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libxcb-dri3.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libxcb-xfixes.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libxcb-present.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libxcb-sync.so.1 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libxshmfence.so.1 from x11/libxshmfence but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libxshmfence.so:x11/libxshmfence Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libgbm.so.1 from graphics/mesa-libs but it is not declared as a dependency Warning: you need USE_GL+=gbm Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libwayland-server.so.0 from graphics/wayland but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libwayland-server.so:graphics/wayland Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libdrm.so.2 from graphics/libdrm but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libdrm.so:graphics/libdrm Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libglapi.so.0 from graphics/mesa-libs but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libglapi.so:graphics/mesa-libs Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libXau.so.6 from x11/libXau but it is not declared as a dependency Warning: you need USE_XORG+=xau Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libXdmcp.so.6 from x11/libXdmcp but it is not declared as a dependency Warning: you need USE_XORG+=xdmcp Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libxcb-glx.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libgtksharpglue-3.so is linked to /usr/local/lib/libXxf86vm.so.1 from x11/libXxf86vm but it is not declared as a dependency Warning: you need USE_XORG+=xxf86vm Error: /usr/local/lib/libmono-profiler-gui-thread-check.so.0.0.0 is linked to /usr/local/lib/libcharset.so.1 from converters/libiconv but it is not declared as a dependency Warning: you need USES+=iconv, USES+=iconv:wchar_t, or USES+=iconv:translit depending on needs Notice: You have some Perl modules as dependencies but you do not have devel/p5-Module-CoreList installed, the perlcore QA check gets better results when using it, especially with older Perl versions. Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:16 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for gtk-sharp30-2.99.3_3 file sizes/checksums [59]: 0% file sizes/checksums [59]: 100% packing files [59]: 0% packing files [59]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:16 TOTAL TIME 00:05:26