-------------------------------------------------------------------------------
-- Phase: setup
-------------------------------------------------------------------------------
Installing /packages/All/indexinfo-0.3.1.txz
Installing /packages/All/gettext-runtime-0.20.2.txz
Installing /packages/All/gmake-4.3.txz
Installing /packages/All/libinotify-20180201_2.txz
=====
Message from libinotify-20180201_2:
--
Libinotify functionality on FreeBSD is missing support for
- detecting a file being moved into or out of a directory within the
same filesystem
- certain modifications to a symbolic link (rather than the
file it points to.)
in addition to the known limitations on all platforms using kqueue(2)
where various open and close notifications are unimplemented.
This means the following regression tests will fail:
Directory notifications:
IN_MOVED_FROM
IN_MOVED_TO
Open/close notifications:
IN_OPEN
IN_CLOSE_NOWRITE
IN_CLOSE_WRITE
Symbolic Link notifications:
IN_DONT_FOLLOW
IN_ATTRIB
IN_MOVE_SELF
IN_DELETE_SELF
Kernel patches to address the missing directory and symbolic link
notifications are available from:
https://github.com/libinotify-kqueue/libinotify-kqueue/tree/master/patches
You might want to consider increasing the kern.maxfiles tunable if you plan
to use this library for applications that need to monitor activity of a lot
of files.
Installing /packages/All/libiconv-1.14_11.txz
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/expat-2.2.8.txz
Installing /packages/All/fontconfig-2.13.92_2,1.txz
Running fc-cache to build fontconfig cache...
Font directories:
/usr/local/share/fonts
/usr/local/lib/X11/fonts
/usr/local/share/fonts: skipping, no such directory
/usr/local/lib/X11/fonts: skipping, no such directory
/var/db/fontconfig: cleaning cache directory
fc-cache: succeeded
Installing /packages/All/tcl86-8.6.10.txz
Installing /packages/All/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-2020.1.txz
Installing /packages/All/libXdmcp-1.1.3.txz
Installing /packages/All/libxcb-1.13.1.txz
Installing /packages/All/libX11-1.6.9_1,1.txz
Installing /packages/All/libXext-1.3.4,1.txz
Installing /packages/All/libXrender-0.9.10_2.txz
Installing /packages/All/libXft-2.3.3.txz
Installing /packages/All/libXScrnSaver-1.2.3_2.txz
Installing /packages/All/tk86-8.6.10_1.txz
Installing /packages/All/libffi-3.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.1g,1.txz
Installing /packages/All/python37-3.7.7.txz
=====
Message from python37-3.7.7:
--
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:
py37-gdbm databases/py-gdbm@py37
py37-sqlite3 databases/py-sqlite3@py37
py37-tkinter x11-toolkits/py-tkinter@py37
Installing /packages/All/py37-setuptools-44.0.0.txz
Installing /packages/All/py37-olefile-0.46.txz
Installing /packages/All/py37-tkinter-3.7.7_6.txz
Installing /packages/All/py37-pillow-7.0.0.txz
Installing /packages/All/ca_root_nss-3.52.txz
=====
Message from ca_root_nss-3.52:
--
FreeBSD does not, and can not warrant that the certification authorities
whose certificates are included in this package have in any way been
audited for trustworthiness or RFC 3647 compliance.
Assessment and verification of trust is the complete responsibility of the
system administrator.
This package installs symlinks to support root certificates discovery by
default for software that uses OpenSSL.
This enables SSL Certificate Verification by client software without manual
intervention.
If you prefer to do this manually, replace the following symlinks with
either an empty file or your site-local certificate bundle.
* /etc/ssl/cert.pem
* /usr/local/etc/ssl/cert.pem
* /usr/local/openssl/cert.pem
Installing /packages/All/mono-5.10.1.57_3.txz
=====
Message from mono-5.10.1.57_3:
--
If you have build/runtime errors with Mono and Gtk# apps please try the
following first:
* Build Mono and gtk+ (x11-toolkits/gtk20) without CPUTYPE and with the
default FreeBSD CFLAGS ('-O2 -fno-strict-aliasing -pipe') as Mono has
been known to expose compiler bugs.
* Try building and running Mono with the GENERIC kernel.
- Mono requires SYSVSHM, SYSVMSG, and SYSVSEM which are part of the
GENERIC kernel.
- Removing kernel options or changing defaults to use experimental
options can adversely affect Mono's ability to build and run.
* Remove leftover semaphores / increase semaphore limits.
- Close apps which use Mono and run `ipcs -sbt`. Remove the
semaphores with MODE "--rw-------" and NSEMS "8" using ipcrm (1)
- _OR_ simply reboot which is the safest method.
- On multi-user systems the semaphore limits may need to be increased
from the defaults. The following should comfortably support 30 users.
# echo "kern.ipc.semmni=40" >> /boot/loader.conf
# echo "kern.ipc.semmns=300" >> /boot/loader.conf
* If you are in a jailed environment, ensure System V IPC are enabled.
You can rely on the security.jail.sysvipc_allowed sysctl to check
this status. The following enables this feature on the host system:
# echo "jail_sysvipc_allow=\"YES\"" >> /etc/rc.conf
* Some process information are accessed through /proc (e.g. when using
NUnit) and procfs(5) has to be mounted for these features to work:
# echo "proc /proc procfs rw 0 0" >> /etc/fstab
Installing /packages/All/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-20200421.txz
Installing /packages/All/libpciaccess-0.16.txz
Installing /packages/All/libdrm-2.4.101.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-19.0.8.txz
=====
Message from mesa-libs-19.0.8:
--
===> NOTICE:
This port is deprecated; you may wish to reconsider installing it:
Uses Python 2.7 which is EOLed upstream.
It is scheduled to be removed on or after 2020-12-31.
Installing /packages/All/pixman-0.40.0.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/libdaemon-0.14_1.txz
Installing /packages/All/libICE-1.0.10,1.txz
Installing /packages/All/libSM-1.2.3,1.txz
Installing /packages/All/dbus-1.12.16.txz
===> Creating groups.
Creating group 'messagebus' with gid '556'.
===> Creating users
Creating user 'messagebus' with uid '556'.
Installing /packages/All/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_3.txz
===> Creating groups.
Creating group 'avahi' with gid '558'.
===> Creating users
Creating user 'avahi' with uid '558'.
Installing /packages/All/gmp-6.2.0.txz
Installing /packages/All/nettle-3.5.1_1.txz
Installing /packages/All/libtasn1-4.16.0.txz
Installing /packages/All/libunistring-0.9.10_1.txz
Installing /packages/All/libidn2-2.3.0_1.txz
Installing /packages/All/p11-kit-0.23.20.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.13.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/graphite2-1.3.14.txz
Installing /packages/All/harfbuzz-2.6.5.txz
Installing /packages/All/fribidi-0.19.7.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/libXinerama-1.1.4_2,1.txz
Installing /packages/All/libXi-1.7.10,1.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/gtk2-2.24.32.txz
Installing /packages/All/xmlcatmgr-2.2_2.txz
+ Creating /usr/local/share/sgml/catalog
+ Registering CATALOG catalog.ports (SGML)
+ Creating /usr/local/share/sgml/catalog.ports
+ Creating /usr/local/share/xml/catalog
+ Registering nextCatalog catalog.ports (XML)
+ Creating /usr/local/share/xml/catalog.ports
=====
Message from xmlcatmgr-2.2_2:
--
The following catalogs are installed:
1) /usr/local/share/sgml/catalog
The top level catalog for SGML stuff. It is not changed
by any ports/packages except textproc/xmlcatmgr.
2) /usr/local/share/sgml/catalog.ports
This catalog is for handling SGML stuff installed under
/usr/local/share/sgml. It is changed by ports/packages.
3) /usr/local/share/xml/catalog
The top level catalog for XML stuff. It is not changed
by any ports/packages except textproc/xmlcatmgr.
4) /usr/local/share/xml/catalog.ports
This catalog is for handling XML stuff installed under
/usr/local/share/xml. It is changed by ports/packages.
Installing /packages/All/libglade2-2.6.4_10.txz
Installing /packages/All/perl5-5.30.2.txz
=====
Message from perl5-5.30.2:
--
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.0204,1.txz
SUCCEEDED 00:01:41
-------------------------------------------------------------------------------
-- Phase: check-sanity
-------------------------------------------------------------------------------
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: pkg-depends
-------------------------------------------------------------------------------
===> gtk-sharp20-2.12.45_1 depends on file: /usr/local/sbin/pkg - found
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: fetch-depends
-------------------------------------------------------------------------------
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: fetch
-------------------------------------------------------------------------------
===> gtk-sharp20-2.12.45_1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by gtk-sharp20-2.12.45_1 for building
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: checksum
-------------------------------------------------------------------------------
===> gtk-sharp20-2.12.45_1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by gtk-sharp20-2.12.45_1 for building
=> SHA256 Checksum OK for gtk-sharp-2.12.45.tar.gz.
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: extract-depends
-------------------------------------------------------------------------------
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: extract
-------------------------------------------------------------------------------
===> gtk-sharp20-2.12.45_1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by gtk-sharp20-2.12.45_1 for building
===> Extracting for gtk-sharp20-2.12.45_1
=> SHA256 Checksum OK for gtk-sharp-2.12.45.tar.gz.
Extracted Memory Use: 25.46M
SUCCEEDED 00:00:01
-------------------------------------------------------------------------------
-- Phase: patch-depends
-------------------------------------------------------------------------------
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: patch
-------------------------------------------------------------------------------
===> Patching for gtk-sharp20-2.12.45_1
SUCCEEDED 00:00:01
-------------------------------------------------------------------------------
-- Phase: build-depends
-------------------------------------------------------------------------------
===> gtk-sharp20-2.12.45_1 depends on package: gmake>=4.3 - found
===> gtk-sharp20-2.12.45_1 depends on executable: mono - found
===> gtk-sharp20-2.12.45_1 depends on package: pkgconf>=1.3.0_1 - found
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: lib-depends
-------------------------------------------------------------------------------
===> gtk-sharp20-2.12.45_1 depends on shared library: libfontconfig.so - found (/usr/local/lib/libfontconfig.so)
===> gtk-sharp20-2.12.45_1 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so)
===> gtk-sharp20-2.12.45_1 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so)
===> gtk-sharp20-2.12.45_1 depends on shared library: libcairo.so - found (/usr/local/lib/libcairo.so)
===> gtk-sharp20-2.12.45_1 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so)
===> gtk-sharp20-2.12.45_1 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so)
===> gtk-sharp20-2.12.45_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so)
===> gtk-sharp20-2.12.45_1 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so)
===> gtk-sharp20-2.12.45_1 depends on shared library: libglade-2.0.so - found (/usr/local/lib/libglade-2.0.so)
===> gtk-sharp20-2.12.45_1 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so)
===> gtk-sharp20-2.12.45_1 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so)
SUCCEEDED 00:00:01
-------------------------------------------------------------------------------
-- Phase: configure
-------------------------------------------------------------------------------
===> gtk-sharp20-2.12.45_1 depends on package: gmake>=4.3 - found
===> gtk-sharp20-2.12.45_1 depends on executable: mono - found
===> gtk-sharp20-2.12.45_1 depends on package: pkgconf>=1.3.0_1 - found
===> gtk-sharp20-2.12.45_1 depends on shared library: libfontconfig.so - found (/usr/local/lib/libfontconfig.so)
===> gtk-sharp20-2.12.45_1 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so)
===> gtk-sharp20-2.12.45_1 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so)
===> gtk-sharp20-2.12.45_1 depends on shared library: libcairo.so - found (/usr/local/lib/libcairo.so)
===> gtk-sharp20-2.12.45_1 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so)
===> gtk-sharp20-2.12.45_1 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so)
===> gtk-sharp20-2.12.45_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so)
===> gtk-sharp20-2.12.45_1 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so)
===> gtk-sharp20-2.12.45_1 depends on shared library: libglade-2.0.so - found (/usr/local/lib/libglade-2.0.so)
===> gtk-sharp20-2.12.45_1 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so)
===> gtk-sharp20-2.12.45_1 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so)
===> Configuring for gtk-sharp20-2.12.45_1
configure: loading site script /xports/Templates/config.site
checking build system type... x86_64-portbld-dragonfly5.9
checking host system type... x86_64-portbld-dragonfly5.9
checking target system type... x86_64-portbld-dragonfly5.9
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... yes
checking whether gmake supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking 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 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 a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for 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 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 mcs... /usr/local/bin/mcs
checking for MONO_CAIRO... yes
checking for GLIB... yes
checking for PANGO... yes
checking for ATK... yes
checking for GTK... yes
checking for GLADE... yes
checking for mdassembler... /usr/local/bin/mdassembler
checking for monodocer... /usr/local/bin/monodocer
checking for GLIB_2_31... yes
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 msi/gtk-sharp-2.0.wxs
config.status: creating msi/Makefile
config.status: creating msi/unmanaged/Makefile
config.status: creating msi/unmanaged/custom/Makefile
config.status: creating msi/unmanaged/custom/etc/Makefile
config.status: creating msi/unmanaged/custom/etc/gtk-2.0/Makefile
config.status: creating msi/unmanaged/custom/share/Makefile
config.status: creating msi/unmanaged/custom/share/icons/Makefile
config.status: creating msi/unmanaged/custom/share/icons/hicolor/Makefile
config.status: creating sources/Makefile
config.status: creating parser/Makefile
config.status: creating parser/gapi-2.0.pc
config.status: creating parser/gapi2-fixup
config.status: creating parser/gapi2-parser
config.status: creating generator/Makefile
config.status: creating generator/gapi2-codegen
config.status: creating glib/Makefile
config.status: creating glib/glib-sharp-2.0.pc
config.status: creating glib/glib-sharp.dll.config
config.status: creating glib/glue/Makefile
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.dll.config
config.status: creating gdk/glue/Makefile
config.status: creating gtk/Makefile
config.status: creating gtk/gtk-sharp-2.0.pc
config.status: creating gtk/gtk-sharp.dll.config
config.status: creating gtk/glue/Makefile
config.status: creating glade/Makefile
config.status: creating glade/glade-sharp.dll.config
config.status: creating glade/glade-sharp-2.0.pc
config.status: creating glade/glue/Makefile
config.status: creating gtkdotnet/Makefile
config.status: creating gtkdotnet/gtk-dotnet.dll.config
config.status: creating gtkdotnet/gtk-dotnet-2.0.pc
config.status: creating doc/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 config.h
config.status: executing depfiles commands
config.status: executing libtool commands
---
Configuration summary
* Installation prefix = /usr/local
* C# compiler: /usr/local/bin/mcs -define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GTK_SHARP_2_10 -define:GTK_SHARP_2_12 -unsafe -define:HAVE_NET_4_6 -define:DISABLE_GTHREAD_CHECK
Optional assemblies included in the build:
* glade-sharp.dll: yes
* gtk-dotnet.dll: yes
* Mono.Cairo.dll: using system assembly
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
---
SUCCEEDED 00:00:09
-------------------------------------------------------------------------------
-- Phase: build
-------------------------------------------------------------------------------
===> Building for gtk-sharp20-2.12.45_1
gmake[1]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45'
gmake all-recursive
gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45'
Making all in sources
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sources'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sources'
Making all in generator
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/generator'
/usr/local/bin/mcs -out:gapi_codegen.exe -define:OFF_T_8 ./AttributeHelper.cs ./AliasGen.cs ./BoxedGen.cs ./ByRefGen.cs ./CallbackGen.cs ./ChildProperty.cs ./ClassBase.cs ./ClassGen.cs ./CodeGenerator.cs ./ConstFilenameGen.cs ./ConstStringGen.cs ./Ctor.cs ./EnumGen.cs ./FieldBase.cs ./GenBase.cs ./GenerationInfo.cs ./HandleBase.cs ./IAccessor.cs ./IGeneratable.cs ./IManualMarshaler.cs ./InterfaceGen.cs ./LPGen.cs ./LPUGen.cs ./ManagedCallString.cs ./ManualGen.cs ./MarshalGen.cs ./MethodBase.cs ./MethodBody.cs ./Method.cs ./ObjectField.cs ./ObjectBase.cs ./ObjectGen.cs ./OpaqueGen.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 ./VirtualMethod.cs ./VMSignature.cs
./MarshalGen.cs(31,8): warning CS0169: The private field `GtkSharp.Generation.MarshalGen.freeAfterUse' is never used
Compilation succeeded - 1 warning(s)
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/generator'
Making all in parser
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/parser'
/usr/local/bin/mcs -out:gapi-fixup.exe ./gapi-fixup.cs
/usr/local/bin/mcs -out:gapi-parser.exe ./gapi-parser.cs
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/parser'
Making all in glib
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib'
Making all in glue
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib/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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT closure.lo -MD -MP -MF .deps/closure.Tpo -c -o closure.lo closure.c
/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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo error.c
/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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT object.lo -MD -MP -MF .deps/object.Tpo -c -o object.lo object.c
/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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT ptrarray.lo -MD -MP -MF .deps/ptrarray.Tpo -c -o ptrarray.lo ptrarray.c
/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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c -o signal.lo signal.c
/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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT type.lo -MD -MP -MF .deps/type.Tpo -c -o type.lo type.c
/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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT unichar.lo -MD -MP -MF .deps/unichar.Tpo -c -o unichar.lo unichar.c
/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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT value.lo -MD -MP -MF .deps/value.Tpo -c -o value.lo value.c
/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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT valuearray.lo -MD -MP -MF .deps/valuearray.Tpo -c -o valuearray.lo valuearray.c
/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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT thread.lo -MD -MP -MF .deps/thread.Tpo -c -o thread.lo thread.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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT object.lo -MD -MP -MF .deps/object.Tpo -c object.c -fPIC -DPIC -o .libs/object.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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT unichar.lo -MD -MP -MF .deps/unichar.Tpo -c unichar.c -fPIC -DPIC -o .libs/unichar.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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT valuearray.lo -MD -MP -MF .deps/valuearray.Tpo -c valuearray.c -fPIC -DPIC -o .libs/valuearray.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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT ptrarray.lo -MD -MP -MF .deps/ptrarray.Tpo -c ptrarray.c -fPIC -DPIC -o .libs/ptrarray.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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/gli-Wcast-align -Wwrite-strings -DDISABLE_GTHREAD_CHECK -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -fPIC -DPIC -o .libs/error.o
b-2.0/include -I/usr/local/include -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c signal.c -fPIC -DPIC -o .libs/signal.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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT type.lo -MD -MP -MF .deps/type.Tpo -c type.c -fPIC -DPIC -o .libs/type.o
object.c: In function 'gtksharp_object_newv':
object.c:52:2: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
result = g_object_newv (type, cnt, parms);
^~~~~~
In file included from /usr/local/include/glib-2.0/gobject/gbinding.h:29,
from /usr/local/include/glib-2.0/glib-object.h:23,
from object.c:22:
/usr/local/include/glib-2.0/gobject/gobject.h:428:13: note: declared here
gpointer g_object_newv (GType object_type,
^~~~~~~~~~~~~
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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT closure.lo -MD -MP -MF .deps/closure.Tpo -c closure.c -fPIC -DPIC -o .libs/closure.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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT thread.lo -MD -MP -MF .deps/thread.Tpo -c thread.c -fPIC -DPIC -o .libs/thread.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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -o error.o >/dev/null 2>&1
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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c signal.c -o signal.o >/dev/null 2>&1
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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT unichar.lo -MD -MP -MF .deps/unichar.Tpo -c unichar.c -o unichar.o >/dev/null 2>&1
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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT ptrarray.lo -MD -MP -MF .deps/ptrarray.Tpo -c ptrarray.c -o ptrarray.o >/dev/null 2>&1
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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT value.lo -MD -MP -MF .deps/value.Tpo -c value.c -fPIC -DPIC -o .libs/value.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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT valuearray.lo -MD -MP -MF .deps/valuearray.Tpo -c valuearray.c -o valuearray.o >/dev/null 2>&1
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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT object.lo -MD -MP -MF .deps/object.Tpo -c object.c -o object.o >/dev/null 2>&1
mv -f .deps/error.Tpo .deps/error.Plo
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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT closure.lo -MD -MP -MF .deps/closure.Tpo -c closure.c -o closure.o >/dev/null 2>&1
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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT type.lo -MD -MP -MF .deps/type.Tpo -c type.c -o type.o >/dev/null 2>&1
mv -f .deps/valuearray.Tpo .deps/valuearray.Plo
mv -f .deps/unichar.Tpo .deps/unichar.Plo
mv -f .deps/signal.Tpo .deps/signal.Plo
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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT thread.lo -MD -MP -MF .deps/thread.Tpo -c thread.c -o thread.o >/dev/null 2>&1
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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT value.lo -MD -MP -MF .deps/value.Tpo -c value.c -o value.o >/dev/null 2>&1
mv -f .deps/type.Tpo .deps/type.Plo
mv -f .deps/closure.Tpo .deps/closure.Plo
mv -f .deps/ptrarray.Tpo .deps/ptrarray.Plo
mv -f .deps/thread.Tpo .deps/thread.Plo
mv -f .deps/value.Tpo .deps/value.Plo
mv -f .deps/object.Tpo .deps/object.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 -DDISABLE_GTHREAD_CHECK -module -avoid-version -no-undefined -o libglibsharpglue-2.la -rpath /usr/local/lib closure.lo error.lo object.lo ptrarray.lo signal.lo type.lo unichar.lo value.lo valuearray.lo thread.lo -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -lintl
libtool: link: cc -shared -fPIC -DPIC .libs/closure.o .libs/error.o .libs/object.o .libs/ptrarray.o .libs/signal.o .libs/type.o .libs/unichar.o .libs/value.o .libs/valuearray.o .libs/thread.o -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -lintl -O2 -g -Wl,-soname -Wl,libglibsharpglue-2.so -o .libs/libglibsharpglue-2.so
libtool: link: ar cru .libs/libglibsharpglue-2.a closure.o error.o object.o ptrarray.o signal.o type.o unichar.o value.o valuearray.o thread.o
/usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libglibsharpglue-2.a
libtool: link: ( cd ".libs" && rm -f "libglibsharpglue-2.la" && ln -s "../libglibsharpglue-2.la" "libglibsharpglue-2.la" )
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib/glue'
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib'
cp ../AssemblyInfo.cs .
cp ../gtk-sharp.snk .
sed -e "s/@ASSEMBLY_NAME@/glib-sharp/" -e "s/@POLICY@/2.4/" ../policy.config > policy.2.4.config
sed -e "s/@ASSEMBLY_NAME@/glib-sharp/" -e "s/@POLICY@/2.6/" ../policy.config > policy.2.6.config
sed -e "s/@ASSEMBLY_NAME@/glib-sharp/" -e "s/@POLICY@/2.8/" ../policy.config > policy.2.8.config
sed -e "s/@ASSEMBLY_NAME@/glib-sharp/" -e "s/@POLICY@/2.10/" ../policy.config > policy.2.10.config
/usr/local/bin/mcs -define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GTK_SHARP_2_10 -define:GTK_SHARP_2_12 -unsafe -define:HAVE_NET_4_6 -define:DISABLE_GTHREAD_CHECK -nowarn:0169,0612,0618 -out:glib-sharp.dll -target:library ./Argv.cs ./Boxed.cs ./CDeclCallbackAttribute.cs ./ClassInitializerAttribute.cs ./ConnectBeforeAttribute.cs ./DefaultSignalHandlerAttribute.cs ./DelegateWrapper.cs ./DestroyNotify.cs ./EnumWrapper.cs ./ExceptionManager.cs ./FastActivator.cs ./FileUtils.cs ./Format.cs ./GException.cs ./GInterfaceAdapter.cs ./GInterfaceAttribute.cs ./Global.cs ./GString.cs ./GType.cs ./GTypeAttribute.cs ./Idle.cs ./IgnoreClassInitializersAttribute.cs ./InitiallyUnowned.cs ./IntPtrEqualityComparer.cs ./IOChannel.cs ./IWrapper.cs ./ListBase.cs ./List.cs ./Log.cs ./MainContext.cs ./MainLoop.cs ./ManagedValue.cs ./Markup.cs ./Marshaller.cs ./MissingIntPtrCtorException.cs ./NotifyHandler.cs ./Object.cs ./ObjectManager.cs ./Opaque.cs ./PropertyAttribute.cs ./PtrArray.cs ./Signal.cs ./SignalArgs.cs ./SignalAttribute.cs ./SignalCallback.cs ./SignalClosure.cs ./SList.cs ./Source.cs ./Spawn.cs ./Thread.cs ./Timeout.cs ./ToggleRef.cs ./TypeConverter.cs ./TypeFundamentals.cs ./TypeInitializerAttribute.cs ./UnwrappedObject.cs ./ValueArray.cs ./Value.cs AssemblyInfo.cs
"/usr/local/bin/al" -link:policy.2.4.config -version:2.4 -out:policy.2.4.glib-sharp.dll -keyfile:gtk-sharp.snk
"/usr/local/bin/al" -link:policy.2.8.config -version:2.8 -out:policy.2.8.glib-sharp.dll -keyfile:gtk-sharp.snk
"/usr/local/bin/al" -link:policy.2.6.config -version:2.6 -out:policy.2.6.glib-sharp.dll -keyfile:gtk-sharp.snk
"/usr/local/bin/al" -link:policy.2.10.config -version:2.10 -out:policy.2.10.glib-sharp.dll -keyfile:gtk-sharp.snk
ALINK: warning A99999: Path 'policy.2.4.config' in the resource name is not supported. Using just file name 'policy.2.4.config'
ALINK: warning A99999: Path 'policy.2.10.config' in the resource name is not supported. Using just file name 'policy.2.10.config'
ALINK: warning A99999: Path 'policy.2.8.config' in the resource name is not supported. Using just file name 'policy.2.8.config'
AssemblyInfo.cs(6,11): warning CS1699: Use compiler option `keyfile' or appropriate project settings instead of `AssemblyKeyFile' attribute
ALINK: warning A99999: Path 'policy.2.6.config' in the resource name is not supported. Using just file name 'policy.2.6.config'
./ObjectManager.cs(31,23): warning CS0414: The private field `GLib.ObjectManager.flags' is assigned but its value is never used
Compilation succeeded - 2 warning(s)
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib'
Making all in cairo
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/cairo'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/cairo'
Making all in pango
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/pango'
Making all in .
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/pango'
cp ./pango-api.raw pango-api.xml
cp ../gtk-sharp.snk .
cp ../AssemblyInfo.cs .
sed -e "s/@ASSEMBLY_NAME@/pango-sharp/" -e "s/@POLICY@/2.4/" ../policy.config > policy.2.4.config
sed -e "s/@ASSEMBLY_NAME@/pango-sharp/" -e "s/@POLICY@/2.6/" ../policy.config > policy.2.6.config
sed -e "s/@ASSEMBLY_NAME@/pango-sharp/" -e "s/@POLICY@/2.8/" ../policy.config > policy.2.8.config
sed -e "s/@ASSEMBLY_NAME@/pango-sharp/" -e "s/@POLICY@/2.10/" ../policy.config > policy.2.10.config
"/usr/local/bin/al" -link:policy.2.4.config -version:2.4 -out:policy.2.4.pango-sharp.dll -keyfile:gtk-sharp.snk
"/usr/local/bin/al" -link:policy.2.6.config -version:2.6 -out:policy.2.6.pango-sharp.dll -keyfile:gtk-sharp.snk
"/usr/local/bin/al" -link:policy.2.10.config -version:2.10 -out:policy.2.10.pango-sharp.dll -keyfile:gtk-sharp.snk
chmod u+w pango-api.xml
"/usr/local/bin/al" -link:policy.2.8.config -version:2.8 -out:policy.2.8.pango-sharp.dll -keyfile:gtk-sharp.snk
mono ../parser/gapi-fixup.exe --api=pango-api.xml --metadata=./Pango.metadata --symbols=./pango-symbols.xml
ALINK: warning A99999: Path 'policy.2.6.config' in the resource name is not supported. Using just file name 'policy.2.6.config'
ALINK: warning A99999: Path 'policy.2.10.config' in the resource name is not supported. Using just file name 'policy.2.10.config'
rm -f generated/* && \
mono ../generator/gapi_codegen.exe --generate pango-api.xml \
\
--outdir=generated --customdir=. --assembly-name=pango-sharp \
--gluelib-name=pangosharpglue-2 --glue-filename=glue/generated.c \
--glue-includes=pango/pango.h \
&& touch generated-stamp
ALINK: warning A99999: Path 'policy.2.4.config' in the resource name is not supported. Using just file name 'policy.2.4.config'
ALINK: warning A99999: Path 'policy.2.8.config' in the resource name is not supported. Using just file name 'policy.2.8.config'
Generation Summary:
Enums: 17 Structs: 8 Boxed: 2 Opaques: 13 Interfaces: 0 Objects: 8 Callbacks: 4
Properties: 0 Signals: 0 Methods: 234 Constructors: 7 Throttled: 0
Total Nodes: 293
/usr/local/bin/mcs -define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GTK_SHARP_2_10 -define:GTK_SHARP_2_12 -unsafe -define:HAVE_NET_4_6 -define:DISABLE_GTHREAD_CHECK -nowarn:0169,0612,0618 -unsafe -out:pango-sharp.dll -target:library -r:../glib/glib-sharp.dll -r:Mono.Cairo generated/*.cs ./Attribute.cs ./AttrBackground.cs ./AttrFallback.cs ./AttrFamily.cs ./AttrFontDesc.cs ./AttrForeground.cs ./AttrGravity.cs ./AttrGravityHint.cs ./AttrLanguage.cs ./AttrLetterSpacing.cs ./AttrRise.cs ./AttrScale.cs ./AttrShape.cs ./AttrSize.cs ./AttrStretch.cs ./AttrStrikethroughColor.cs ./AttrStrikethrough.cs ./AttrStyle.cs ./AttrUnderlineColor.cs ./AttrUnderline.cs ./AttrVariant.cs ./AttrWeight.cs ./Scale.cs ./ScriptIter.cs AssemblyInfo.cs
AssemblyInfo.cs(6,11): warning CS1699: Use compiler option `keyfile' or appropriate project settings instead of `AssemblyKeyFile' attribute
Compilation succeeded - 1 warning(s)
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/pango'
Making all in glue
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT attribute.lo -MD -MP -MF .deps/attribute.Tpo -c -o attribute.lo attribute.c
/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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT units.lo -MD -MP -MF .deps/units.Tpo -c -o units.lo units.c
/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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT attribute.lo -MD -MP -MF .deps/attribute.Tpo -c attribute.c -fPIC -DPIC -o .libs/attribute.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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT units.lo -MD -MP -MF .deps/units.Tpo -c units.c -fPIC -DPIC -o .libs/units.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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT units.lo -MD -MP -MF .deps/units.Tpo -c units.c -o units.o >/dev/null 2>&1
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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT attribute.lo -MD -MP -MF .deps/attribute.Tpo -c attribute.c -o attribute.o >/dev/null 2>&1
generated.c:11:1: warning: 'get_threshold_class' defined but not used [-Wunused-function]
get_threshold_class (GObject *obj)
^~~~~~~~~~~~~~~~~~~
mv -f .deps/attribute.Tpo .deps/attribute.Plo
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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT generated.lo -MD -MP -MF .deps/generated.Tpo -c generated.c -o generated.o >/dev/null 2>&1
mv -f .deps/units.Tpo .deps/units.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 -DDISABLE_GTHREAD_CHECK -module -avoid-version -no-undefined -o libpangosharpglue-2.la -rpath /usr/local/lib attribute.lo units.lo generated.lo -L/usr/local/lib -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl
libtool: link: cc -shared -fPIC -DPIC .libs/attribute.o .libs/units.o .libs/generated.o -L/usr/local/lib -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -O2 -g -Wl,-soname -Wl,libpangosharpglue-2.so -o .libs/libpangosharpglue-2.so
libtool: link: ar cru .libs/libpangosharpglue-2.a attribute.o units.o generated.o
/usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libpangosharpglue-2.a
libtool: link: ( cd ".libs" && rm -f "libpangosharpglue-2.la" && ln -s "../libpangosharpglue-2.la" "libpangosharpglue-2.la" )
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/pango/glue'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/pango'
Making all in atk
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/atk'
Making all in .
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/atk'
cp ./atk-api.raw atk-api.xml
cp ../gtk-sharp.snk .
cp ../AssemblyInfo.cs .
sed -e "s/@ASSEMBLY_NAME@/atk-sharp/" -e "s/@POLICY@/2.4/" ../policy.config > policy.2.4.config
sed -e "s/@ASSEMBLY_NAME@/atk-sharp/" -e "s/@POLICY@/2.6/" ../policy.config > policy.2.6.config
sed -e "s/@ASSEMBLY_NAME@/atk-sharp/" -e "s/@POLICY@/2.8/" ../policy.config > policy.2.8.config
sed -e "s/@ASSEMBLY_NAME@/atk-sharp/" -e "s/@POLICY@/2.10/" ../policy.config > policy.2.10.config
"/usr/local/bin/al" -link:policy.2.8.config -version:2.8 -out:policy.2.8.atk-sharp.dll -keyfile:gtk-sharp.snk
"/usr/local/bin/al" -link:policy.2.10.config -version:2.10 -out:policy.2.10.atk-sharp.dll -keyfile:gtk-sharp.snk
chmod u+w atk-api.xml
"/usr/local/bin/al" -link:policy.2.4.config -version:2.4 -out:policy.2.4.atk-sharp.dll -keyfile:gtk-sharp.snk
"/usr/local/bin/al" -link:policy.2.6.config -version:2.6 -out:policy.2.6.atk-sharp.dll -keyfile:gtk-sharp.snk
mono ../parser/gapi-fixup.exe --api=atk-api.xml --metadata=./Atk.metadata
Warning: matched no nodes
Warning: matched no nodes
Warning: matched no nodes
Warning: matched no nodes
ALINK: warning A99999: Path 'policy.2.4.config' in the resource name is not supported. Using just file name 'policy.2.4.config'
ALINK: warning A99999: Path 'policy.2.8.config' in the resource name is not supported. Using just file name 'policy.2.8.config'
ALINK: warning A99999: Path 'policy.2.10.config' in the resource name is not supported. Using just file name 'policy.2.10.config'
ALINK: warning A99999: Path 'policy.2.6.config' in the resource name is not supported. Using just file name 'policy.2.6.config'
rm -f generated/* && \
mono ../generator/gapi_codegen.exe --generate atk-api.xml \
\
--outdir=generated --customdir=. --assembly-name=atk-sharp \
--gluelib-name=atksharpglue-2 --glue-filename=glue/generated.c \
--glue-includes=atk/atk.h \
&& touch generated-stamp
Property has unknown Type value_array in type Atk.Relation
Defaulting FocusHandler param to 'call' scope in method PropertyChangeHandler.AddFocusHandler
Interface Atk.Text virtual method GetRunAttributes has no matching method to invoke.
Interface Atk.Text virtual method GetDefaultAttributes has no matching method to invoke.
Defaulting FocusHandler param to 'call' scope in method NoOpObject.AddFocusHandler
Defaulting PropertyChangeHandler param to 'call' scope in method Object.ConnectPropertyChangeHandler
Defaulting EventListener param to 'call' scope in method Global.AddFocusTracker
Defaulting KeySnoopFunc param to 'call' scope in method Global.AddKeyEventListener
Defaulting EventListenerInit param to 'call' scope in method Focus.TrackerInit
Generation Summary:
Enums: 10 Structs: 5 Boxed: 1 Opaques: 0 Interfaces: 12 Objects: 12 Callbacks: 6
Properties: 20 Signals: 17 Methods: 321 Constructors: 5 Throttled: 1
Total Nodes: 410
/usr/local/bin/mcs -define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GTK_SHARP_2_10 -define:GTK_SHARP_2_12 -unsafe -define:HAVE_NET_4_6 -define:DISABLE_GTHREAD_CHECK -nowarn:0169,0612,0618 -unsafe -out:atk-sharp.dll -target:library -r:../glib/glib-sharp.dll -r:Mono.Cairo generated/*.cs ./ColumnDeletedHandler.cs ./ColumnInsertedHandler.cs ./RowDeletedHandler.cs ./RowInsertedHandler.cs ./TableAdapter.cs ./Table.cs ./TextChangedDetail.cs AssemblyInfo.cs
AssemblyInfo.cs(6,11): warning CS1699: Use compiler option `keyfile' or appropriate project settings instead of `AssemblyKeyFile' attribute
generated/NoOpObject.cs(969,26): warning CS0108: `Atk.NoOpObject.Attributes' hides inherited member `Atk.Object.Attributes'. Use the new keyword if hiding was intended
generated/Object.custom(286,26): (Location of the symbol related to previous warning)
Compilation succeeded - 2 warning(s)
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/atk'
Making all in glue
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT hyperlink.lo -MD -MP -MF .deps/hyperlink.Tpo -c -o hyperlink.lo hyperlink.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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT object.lo -MD -MP -MF .deps/object.Tpo -c -o object.lo object.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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT object_factory.lo -MD -MP -MF .deps/object_factory.Tpo -c -o object_factory.lo object_factory.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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT object_factory.lo -MD -MP -MF .deps/object_factory.Tpo -c object_factory.c -fPIC -DPIC -o .libs/object_factory.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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT hyperlink.lo -MD -MP -MF .deps/hyperlink.Tpo -c hyperlink.c -fPIC -DPIC -o .libs/hyperlink.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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT object.lo -MD -MP -MF .deps/object.Tpo -c object.c -fPIC -DPIC -o .libs/object.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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT object_factory.lo -MD -MP -MF .deps/object_factory.Tpo -c object_factory.c -o object_factory.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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -o misc.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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT hyperlink.lo -MD -MP -MF .deps/hyperlink.Tpo -c hyperlink.c -o hyperlink.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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT generated.lo -MD -MP -MF .deps/generated.Tpo -c generated.c -o generated.o >/dev/null 2>&1
mv -f .deps/object_factory.Tpo .deps/object_factory.Plo
mv -f .deps/hyperlink.Tpo .deps/hyperlink.Plo
mv -f .deps/misc.Tpo .deps/misc.Plo
mv -f .deps/util.Tpo .deps/util.Plo
mv -f .deps/generated.Tpo .deps/generated.Plo
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 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT object.lo -MD -MP -MF .deps/object.Tpo -c object.c -o object.o >/dev/null 2>&1
mv -f .deps/object.Tpo .deps/object.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 -DDISABLE_GTHREAD_CHECK -module -avoid-version -no-undefined -o libatksharpglue-2.la -rpath /usr/local/lib hyperlink.lo misc.lo object.lo object_factory.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/hyperlink.o .libs/misc.o .libs/object.o .libs/object_factory.o .libs/util.o .libs/generated.o -L/usr/local/lib -latk-1.0 -lgobject-2.0 -lglib-2.0 -lintl -O2 -g -Wl,-soname -Wl,libatksharpglue-2.so -o .libs/libatksharpglue-2.so
libtool: link: ar cru .libs/libatksharpglue-2.a hyperlink.o misc.o object.o object_factory.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-2.a
libtool: link: ( cd ".libs" && rm -f "libatksharpglue-2.la" && ln -s "../libatksharpglue-2.la" "libatksharpglue-2.la" )
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/atk/glue'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/atk'
Making all in gdk
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gdk'
Making all in .
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gdk'
cp ./gdk-api.raw gdk-api.xml
cp ../gtk-sharp.snk .
chmod u+w gdk-api.xml
cp ../AssemblyInfo.cs .
sed -e "s/@ASSEMBLY_NAME@/gdk-sharp/" -e "s/@POLICY@/2.4/" ../policy.config > policy.2.4.config
sed -e "s/@ASSEMBLY_NAME@/gdk-sharp/" -e "s/@POLICY@/2.6/" ../policy.config > policy.2.6.config
sed -e "s/@ASSEMBLY_NAME@/gdk-sharp/" -e "s/@POLICY@/2.8/" ../policy.config > policy.2.8.config
sed -e "s/@ASSEMBLY_NAME@/gdk-sharp/" -e "s/@POLICY@/2.10/" ../policy.config > policy.2.10.config
"/usr/local/bin/al" -link:policy.2.10.config -version:2.10 -out:policy.2.10.gdk-sharp.dll -keyfile:gtk-sharp.snk
"/usr/local/bin/al" -link:policy.2.6.config -version:2.6 -out:policy.2.6.gdk-sharp.dll -keyfile:gtk-sharp.snk
"/usr/local/bin/al" -link:policy.2.8.config -version:2.8 -out:policy.2.8.gdk-sharp.dll -keyfile:gtk-sharp.snk
mono ../parser/gapi-fixup.exe --api=gdk-api.xml --metadata=./Gdk.metadata --symbols=./gdk-symbols.xml
"/usr/local/bin/al" -link:policy.2.4.config -version:2.4 -out:policy.2.4.gdk-sharp.dll -keyfile:gtk-sharp.snk
ALINK: warning A99999: Path 'policy.2.10.config' in the resource name is not supported. Using just file name 'policy.2.10.config'
ALINK: warning A99999: Path 'policy.2.6.config' in the resource name is not supported. Using just file name 'policy.2.6.config'
ALINK: warning A99999: Path 'policy.2.8.config' in the resource name is not supported. Using just file name 'policy.2.8.config'
ALINK: warning A99999: Path 'policy.2.4.config' in the resource name is not supported. Using just file name 'policy.2.4.config'
Warning: matched no nodes
rm -f generated/* && \
mono ../generator/gapi_codegen.exe --generate gdk-api.xml \
-I:../glib/glib-api.xml -I:../pango/pango-api.xml \
--outdir=generated --customdir=. --assembly-name=gdk-sharp \
--gluelib-name=gdksharpglue-2 --glue-filename=glue/generated.c \
--glue-includes=gdk/gdk.h \
&& touch generated-stamp
Generation Summary:
Enums: 54 Structs: 18 Boxed: 3 Opaques: 12 Interfaces: 0 Objects: 23 Callbacks: 8
Properties: 10 Signals: 10 Methods: 493 Constructors: 30 Throttled: 0
Total Nodes: 661
/usr/local/bin/mcs -define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GTK_SHARP_2_10 -define:GTK_SHARP_2_12 -unsafe -define:HAVE_NET_4_6 -define:DISABLE_GTHREAD_CHECK -nowarn:0169,0612,0618 -unsafe -out:gdk-sharp.dll -target:library -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:Mono.Cairo generated/*.cs ./EventButton.cs ./EventClient.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 ./Key.cs ./Size.cs ./TextProperty.cs AssemblyInfo.cs
AssemblyInfo.cs(6,11): warning CS1699: Use compiler option `keyfile' or appropriate project settings instead of `AssemblyKeyFile' attribute
./Event.cs(44,8): warning CS0414: The private field `Gdk.Event.owned' is assigned but its value is never used
Compilation succeeded - 2 warning(s)
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gdk'
Making all in glue
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gdk/glue'
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT dragcontext.lo -MD -MP -MF .deps/dragcontext.Tpo -c -o dragcontext.lo dragcontext.c
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT device.lo -MD -MP -MF .deps/device.Tpo -c -o device.lo device.c
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT event.lo -MD -MP -MF .deps/event.Tpo -c -o event.lo event.c
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT selection.lo -MD -MP -MF .deps/selection.Tpo -c -o selection.lo selection.c
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT windowmanager.lo -MD -MP -MF .deps/windowmanager.Tpo -c -o windowmanager.lo windowmanager.c
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -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-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -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-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT selection.lo -MD -MP -MF .deps/selection.Tpo -c selection.c -fPIC -DPIC -o .libs/selection.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT windowmanager.lo -MD -MP -MF .deps/windowmanager.Tpo -c windowmanager.c -fPIC -DPIC -o .libs/windowmanager.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT event.lo -MD -MP -MF .deps/event.Tpo -c event.c -fPIC -DPIC -o .libs/event.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT device.lo -MD -MP -MF .deps/device.Tpo -c device.c -fPIC -DPIC -o .libs/device.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT dragcontext.lo -MD -MP -MF .deps/dragcontext.Tpo -c dragcontext.c -fPIC -DPIC -o .libs/dragcontext.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT selection.lo -MD -MP -MF .deps/selection.Tpo -c selection.c -o selection.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT dragcontext.lo -MD -MP -MF .deps/dragcontext.Tpo -c dragcontext.c -o dragcontext.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT event.lo -MD -MP -MF .deps/event.Tpo -c event.c -o event.o >/dev/null 2>&1
windowmanager.c: In function 'gtksharp_get_gdk_net_client_list':
windowmanager.c:113:12: warning: assignment to 'gpointer' {aka 'void *'} from 'long int' makes pointer from integer without a cast [-Wint-conversion]
list [i] = data [i];
^
In file included from /usr/local/include/glib-2.0/glib.h:62,
from /usr/local/include/gtk-2.0/gdk/gdktypes.h:36,
from /usr/local/include/gtk-2.0/gdk/gdkscreen.h:32,
from windowmanager.c:27:
windowmanager.c:114:14: warning: format '%d' expects argument of type 'int', but argument 4 has type 'gpointer' {aka 'void *'} [-Wformat=]
g_message ("WinID: %d", list [i]);
^~~~~~~~~~~ ~~~~~~~~
/usr/local/include/glib-2.0/glib/gmessages.h:333:32: note: in definition of macro 'g_message'
__VA_ARGS__)
^~~~~~~~~~~
mv -f .deps/dragcontext.Tpo .deps/dragcontext.Plo
mv -f .deps/selection.Tpo .deps/selection.Plo
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT windowmanager.lo -MD -MP -MF .deps/windowmanager.Tpo -c windowmanager.c -o windowmanager.o >/dev/null 2>&1
mv -f .deps/event.Tpo .deps/event.Plo
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -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/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT device.lo -MD -MP -MF .deps/device.Tpo -c device.c -o device.o >/dev/null 2>&1
mv -f .deps/windowmanager.Tpo .deps/windowmanager.Plo
mv -f .deps/generated.Tpo .deps/generated.Plo
mv -f .deps/device.Tpo .deps/device.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 -DDISABLE_GTHREAD_CHECK -module -avoid-version -no-undefined -o libgdksharpglue-2.la -rpath /usr/local/lib dragcontext.lo device.lo event.lo selection.lo windowmanager.lo generated.lo -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lpthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype
libtool: link: cc -shared -fPIC -DPIC .libs/dragcontext.o .libs/device.o .libs/event.o .libs/selection.o .libs/windowmanager.o .libs/generated.o -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lpthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype -O2 -g -Wl,-soname -Wl,libgdksharpglue-2.so -o .libs/libgdksharpglue-2.so
libtool: link: ar cru .libs/libgdksharpglue-2.a dragcontext.o device.o event.o selection.o windowmanager.o generated.o
/usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libgdksharpglue-2.a
libtool: link: ( cd ".libs" && rm -f "libgdksharpglue-2.la" && ln -s "../libgdksharpglue-2.la" "libgdksharpglue-2.la" )
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gdk/glue'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gdk'
Making all in gtk
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk'
Making all in .
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk'
cp ./gtk-api.raw gtk-api.xml
cp ../gtk-sharp.snk .
cp ../AssemblyInfo.cs .
sed -e "s/@ASSEMBLY_NAME@/gtk-sharp/" -e "s/@POLICY@/2.4/" ../policy.config > policy.2.4.config
sed -e "s/@ASSEMBLY_NAME@/gtk-sharp/" -e "s/@POLICY@/2.6/" ../policy.config > policy.2.6.config
sed -e "s/@ASSEMBLY_NAME@/gtk-sharp/" -e "s/@POLICY@/2.8/" ../policy.config > policy.2.8.config
sed -e "s/@ASSEMBLY_NAME@/gtk-sharp/" -e "s/@POLICY@/2.10/" ../policy.config > policy.2.10.config
"/usr/local/bin/al" -link:policy.2.4.config -version:2.4 -out:policy.2.4.gtk-sharp.dll -keyfile:gtk-sharp.snk
"/usr/local/bin/al" -link:policy.2.10.config -version:2.10 -out:policy.2.10.gtk-sharp.dll -keyfile:gtk-sharp.snk
"/usr/local/bin/al" -link:policy.2.8.config -version:2.8 -out:policy.2.8.gtk-sharp.dll -keyfile:gtk-sharp.snk
chmod u+w gtk-api.xml
"/usr/local/bin/al" -link:policy.2.6.config -version:2.6 -out:policy.2.6.gtk-sharp.dll -keyfile:gtk-sharp.snk
mono ../parser/gapi-fixup.exe --api=gtk-api.xml --metadata=./Gtk.metadata --symbols=./gtk-symbols.xml
ALINK: warning A99999: Path 'policy.2.6.config' in the resource name is not supported. Using just file name 'policy.2.6.config'
ALINK: warning A99999: Path 'policy.2.10.config' in the resource name is not supported. Using just file name 'policy.2.10.config'
ALINK: warning A99999: Path 'policy.2.4.config' in the resource name is not supported. Using just file name 'policy.2.4.config'
ALINK: warning A99999: Path 'policy.2.8.config' in the resource name is not supported. Using just file name 'policy.2.8.config'
Warning: matched no nodes
Warning: matched no nodes
Warning: matched no nodes
Warning: matched no nodes
Warning: matched no nodes
Warning: matched no nodes
Warning: matched no nodes
Warning: matched no nodes
rm -f generated/* && \
mono ../generator/gapi_codegen.exe --generate gtk-api.xml \
-I:../glib/glib-api.xml -I:../pango/pango-api.xml -I:../atk/atk-api.xml -I:../gdk/gdk-api.xml \
--outdir=generated --customdir=. --assembly-name=gtk-sharp \
--gluelib-name=gtksharpglue-2 --glue-filename=glue/generated.c \
--glue-includes=gtk/gtk.h \
&& touch generated-stamp
Name: scanner Type: GScanner* in gtk_accel_map_load_scanner in method LoadScanner in type Gtk.AccelMap
Property has unknown Type GtkBorder in type Gtk.Entry
rettype: const-GtkBorder* in method GetInnerBorder in type Gtk.Entry
Name: border Type: const-GtkBorder* in gtk_entry_set_inner_border in method SetInnerBorder in type Gtk.Entry
Ellipsis parameter in gtk_message_dialog_format_secondary_markup in method FormatSecondaryMarkup in type Gtk.MessageDialog
Ellipsis parameter in gtk_message_dialog_format_secondary_text in method FormatSecondaryText in type Gtk.MessageDialog
Name: key_file Type: GKeyFile* in gtk_page_setup_to_key_file in method ToKeyFile in type Gtk.PageSetup
Name: key_file Type: GKeyFile* in gtk_page_setup_new_from_key_file in type Gtk.PageSetup
rettype: cairo_surface_t* in method GetSurface in type Gtk.PrintJob
Name: key_file Type: GKeyFile* in gtk_print_settings_to_key_file in method ToKeyFile in type Gtk.PrintSettings
Name: key_file Type: GKeyFile* in gtk_print_settings_new_from_key_file in type Gtk.PrintSettings
Ellipsis parameter in gtk_recent_chooser_dialog_new in type Gtk.RecentChooserDialog
Ellipsis parameter in gtk_recent_chooser_dialog_new_for_manager in type Gtk.RecentChooserDialog
Ellipsis parameter in gtk_text_buffer_create_tag in method CreateTag in type Gtk.TextBuffer
Field GtkTooltips has unknown Type deprecated in type Gtk.Toolbar
Field Gpointer has unknown Type deprecated in type Gtk.Toolbar
Name: key_file Type: GKeyFile* in gtk_paper_size_to_key_file in method ToKeyFile in type Gtk.PaperSize
Name: key_file Type: GKeyFile* in gtk_paper_size_new_from_key_file in type Gtk.PaperSize
Field ParentClass has unknown Type GtkScaleButtonClass in Struct Gtk.VolumeButtonClass
rettype: GOptionGroup* in method GetOptionGroup in type Gtk.Global
Ellipsis parameter in gtk_show_about_dialog in method ShowAboutDialog in type Gtk.Global
Name: scanner Type: GScanner* in gtk_binding_parse_binding in method BindingParseBinding in type Gtk.Global
Name: entries Type: GOptionEntry* in gtk_init_with_args in method WithArgs in type Gtk.Init
rettype: GScanner* in method ScannerNew in type Gtk.Rc
Name: scanner Type: GScanner* in gtk_rc_find_pixmap_in_path in method FindPixmapInPath in type Gtk.Rc
Name: scanner Type: GScanner* in gtk_rc_parse_color_full in method ParseColorFull in type Gtk.Rc
Name: scanner Type: GScanner* in gtk_rc_parse_color in method ParseColor in type Gtk.Rc
Name: scanner Type: GScanner* in gtk_rc_parse_state in method ParseState in type Gtk.Rc
Name: scanner Type: GScanner* in gtk_rc_parse_priority in method ParsePriority in type Gtk.Rc
Interface Gtk.RecentChooser virtual method GetRecentManager has no matching method to invoke.
Defaulting DestroyNotify param to 'call' scope in method ItemFactory.PopupWithData
Defaulting DestroyNotify param to 'call' scope in method Object.Weakunref
Defaulting DestroyNotify param to 'call' scope in method Object.SetDataByIdFull
Defaulting DestroyNotify param to 'call' scope in method Object.Weakref
Defaulting DestroyNotify param to 'call' scope in method Object.SetDataFull
Defaulting RcPropertyParser param to 'call' scope in method Settings.InstallPropertyParser
Defaulting Function param to 'call' scope in method Init.Add
Generation Summary:
Enums: 97 Structs: 19 Boxed: 3 Opaques: 17 Interfaces: 10 Objects: 167 Callbacks: 58
Properties: 751 Signals: 356 Methods: 2062 Constructors: 191 Throttled: 25
Total Nodes: 3756
/usr/local/bin/mcs -define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GTK_SHARP_2_10 -define:GTK_SHARP_2_12 -unsafe -define:HAVE_NET_4_6 -define:DISABLE_GTHREAD_CHECK -nowarn:0169,0612,0618 -unsafe -out:gtk-sharp.dll -target:library -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:Mono.Cairo generated/*.cs ./ActionEntry.cs ./Application.cs ./BindingAttribute.cs ./ChildPropertyAttribute.cs ./ITreeNode.cs ./IntPtrEqualityComparer.cs ./Key.cs ./MoveFocusHandler.cs ./NodeCellDataFunc.cs ./NodeSelection.cs ./NodeStore.cs ./NodeView.cs ./RadioActionEntry.cs ./RowsReorderedHandler.cs ./StockManager.cs ./TextBufferSerializeFunc.cs ./GtkSharp.TextBufferSerializeFuncNative.cs ./ThreadNotify.cs ./ToggleActionEntry.cs ./Timeout.cs ./TreeEnumerator.cs ./TreeNodeAttribute.cs ./TreeNode.cs ./TreeNodeValueAttribute.cs AssemblyInfo.cs
AssemblyInfo.cs(6,11): warning CS1699: Use compiler option `keyfile' or appropriate project settings instead of `AssemblyKeyFile' attribute
generated/AboutDialog.custom(23,17): warning CS0108: `Gtk.AboutDialog.Name' hides inherited member `Gtk.Widget.Name'. Use the new keyword if hiding was intended
generated/Widget.cs(69,17): (Location of the symbol related to previous warning)
generated/Assistant.cs(81,22): warning CS0109: The member `Gtk.Assistant.AssistantChild.Title' does not hide an inherited member. The new keyword is not required
generated/TreePath.cs(12,15): warning CS0659: `Gtk.TreePath' overrides Object.Equals(object) but does not override Object.GetHashCode()
generated/Input.custom(55,25): warning CS0414: The private field `Gtk.Input.InputProxy.function' is assigned but its value is never used
generated/Input.custom(56,36): warning CS0414: The private field `Gtk.Input.InputProxy.marshal' is assigned but its value is never used
generated/Input.custom(57,11): warning CS0414: The private field `Gtk.Input.InputProxy.data' is assigned but its value is never used
./NodeStore.cs(97,7): warning CS0649: Field `Gtk.NodeStore.n_cols' is never assigned to, and will always have its default value `0'
Compilation succeeded - 8 warning(s)
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk'
Making all in glue
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk/glue'
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT adjustment.lo -MD -MP -MF .deps/adjustment.Tpo -c -o adjustment.lo adjustment.c
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -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-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT clipboard.lo -MD -MP -MF .deps/clipboard.Tpo -c -o clipboard.lo clipboard.c
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT colorseldialog.lo -MD -MP -MF .deps/colorseldialog.Tpo -c -o colorseldialog.lo colorseldialog.c
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -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-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT nodestore.lo -MD -MP -MF .deps/nodestore.Tpo -c -o nodestore.lo nodestore.c
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT object.lo -MD -MP -MF .deps/object.Tpo -c -o object.lo object.c
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT selectiondata.lo -MD -MP -MF .deps/selectiondata.Tpo -c -o selectiondata.lo selectiondata.c
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT statusicon.lo -MD -MP -MF .deps/statusicon.Tpo -c -o statusicon.lo statusicon.c
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT style.lo -MD -MP -MF .deps/style.Tpo -c -o style.lo style.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT adjustment.lo -MD -MP -MF .deps/adjustment.Tpo -c adjustment.c -fPIC -DPIC -o .libs/adjustment.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -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-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT colorseldialog.lo -MD -MP -MF .deps/colorseldialog.Tpo -c colorseldialog.c -fPIC -DPIC -o .libs/colorseldialog.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT clipboard.lo -MD -MP -MF .deps/clipboard.Tpo -c clipboard.c -fPIC -DPIC -o .libs/clipboard.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT object.lo -MD -MP -MF .deps/object.Tpo -c object.c -fPIC -DPIC -o .libs/object.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT statusicon.lo -MD -MP -MF .deps/statusicon.Tpo -c statusicon.c -fPIC -DPIC -o .libs/statusicon.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT nodestore.lo -MD -MP -MF .deps/nodestore.Tpo -c nodestore.c -fPIC -DPIC -o .libs/nodestore.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -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-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -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-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT selectiondata.lo -MD -MP -MF .deps/selectiondata.Tpo -c selectiondata.c -fPIC -DPIC -o .libs/selectiondata.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT object.lo -MD -MP -MF .deps/object.Tpo -c object.c -o object.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT nodestore.lo -MD -MP -MF .deps/nodestore.Tpo -c nodestore.c -o nodestore.o >/dev/null 2>&1
mv -f .deps/object.Tpo .deps/object.Plo
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT targetlist.lo -MD -MP -MF .deps/targetlist.Tpo -c -o targetlist.lo targetlist.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT targetlist.lo -MD -MP -MF .deps/targetlist.Tpo -c targetlist.c -fPIC -DPIC -o .libs/targetlist.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT selectiondata.lo -MD -MP -MF .deps/selectiondata.Tpo -c selectiondata.c -o selectiondata.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT colorseldialog.lo -MD -MP -MF .deps/colorseldialog.Tpo -c colorseldialog.c -o colorseldialog.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT adjustment.lo -MD -MP -MF .deps/adjustment.Tpo -c adjustment.c -o adjustment.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -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-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT statusicon.lo -MD -MP -MF .deps/statusicon.Tpo -c statusicon.c -o statusicon.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT cellrenderer.lo -MD -MP -MF .deps/cellrenderer.Tpo -c cellrenderer.c -o cellrenderer.o >/dev/null 2>&1
mv -f .deps/selectiondata.Tpo .deps/selectiondata.Plo
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT widget.lo -MD -MP -MF .deps/widget.Tpo -c -o widget.lo widget.c
mv -f .deps/nodestore.Tpo .deps/nodestore.Plo
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -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-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT widget.lo -MD -MP -MF .deps/widget.Tpo -c widget.c -fPIC -DPIC -o .libs/widget.o
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:234,
from clipboard.c:19:
/usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
typedef void (*GtkItemFactoryCallback) ();
^~~~~~~
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT generated.lo -MD -MP -MF .deps/generated.Tpo -c generated.c -fPIC -DPIC -o .libs/generated.o
mv -f .deps/adjustment.Tpo .deps/adjustment.Plo
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT clipboard.lo -MD -MP -MF .deps/clipboard.Tpo -c clipboard.c -o clipboard.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -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-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT targetlist.lo -MD -MP -MF .deps/targetlist.Tpo -c targetlist.c -o targetlist.o >/dev/null 2>&1
mv -f .deps/statusicon.Tpo .deps/statusicon.Plo
mv -f .deps/colorseldialog.Tpo .deps/colorseldialog.Plo
mv -f .deps/container.Tpo .deps/container.Plo
mv -f .deps/style.Tpo .deps/style.Plo
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:234,
from generated.c:4:
/usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
typedef void (*GtkItemFactoryCallback) ();
^~~~~~~
mv -f .deps/targetlist.Tpo .deps/targetlist.Plo
mv -f .deps/cellrenderer.Tpo .deps/cellrenderer.Plo
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT widget.lo -MD -MP -MF .deps/widget.Tpo -c widget.c -o widget.o >/dev/null 2>&1
mv -f .deps/clipboard.Tpo .deps/clipboard.Plo
mv -f .deps/widget.Tpo .deps/widget.Plo
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -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 -DDISABLE_GTHREAD_CHECK -module -avoid-version -no-undefined -o libgtksharpglue-2.la -rpath /usr/local/lib adjustment.lo cellrenderer.lo clipboard.lo colorseldialog.lo container.lo nodestore.lo object.lo selectiondata.lo statusicon.lo style.lo targetlist.lo widget.lo generated.lo -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lpthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype
libtool: link: cc -shared -fPIC -DPIC .libs/adjustment.o .libs/cellrenderer.o .libs/clipboard.o .libs/colorseldialog.o .libs/container.o .libs/nodestore.o .libs/object.o .libs/selectiondata.o .libs/statusicon.o .libs/style.o .libs/targetlist.o .libs/widget.o .libs/generated.o -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lpthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype -O2 -g -Wl,-soname -Wl,libgtksharpglue-2.so -o .libs/libgtksharpglue-2.so
libtool: link: ar cru .libs/libgtksharpglue-2.a adjustment.o cellrenderer.o clipboard.o colorseldialog.o container.o nodestore.o object.o selectiondata.o statusicon.o style.o targetlist.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-2.a
libtool: link: ( cd ".libs" && rm -f "libgtksharpglue-2.la" && ln -s "../libgtksharpglue-2.la" "libgtksharpglue-2.la" )
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk/glue'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk'
Making all in glade
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glade'
Making all in .
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glade'
cp ./glade-api.raw glade-api.xml
cp ../gtk-sharp.snk .
cp ../AssemblyInfo.cs .
sed -e "s/@ASSEMBLY_NAME@/glade-sharp/" -e "s/@POLICY@/2.4/" ../policy.config > policy.2.4.config
sed -e "s/@ASSEMBLY_NAME@/glade-sharp/" -e "s/@POLICY@/2.6/" ../policy.config > policy.2.6.config
sed -e "s/@ASSEMBLY_NAME@/glade-sharp/" -e "s/@POLICY@/2.8/" ../policy.config > policy.2.8.config
sed -e "s/@ASSEMBLY_NAME@/glade-sharp/" -e "s/@POLICY@/2.10/" ../policy.config > policy.2.10.config
chmod u+w glade-api.xml
"/usr/local/bin/al" -link:policy.2.4.config -version:2.4 -out:policy.2.4.glade-sharp.dll -keyfile:gtk-sharp.snk
"/usr/local/bin/al" -link:policy.2.6.config -version:2.6 -out:policy.2.6.glade-sharp.dll -keyfile:gtk-sharp.snk
"/usr/local/bin/al" -link:policy.2.8.config -version:2.8 -out:policy.2.8.glade-sharp.dll -keyfile:gtk-sharp.snk
"/usr/local/bin/al" -link:policy.2.10.config -version:2.10 -out:policy.2.10.glade-sharp.dll -keyfile:gtk-sharp.snk
mono ../parser/gapi-fixup.exe --api=glade-api.xml --metadata=./Glade.metadata
rm -f generated/* && \
mono ../generator/gapi_codegen.exe --generate glade-api.xml \
-I:../pango/pango-api.xml -I:../atk/atk-api.xml -I:../gdk/gdk-api.xml -I:../gtk/gtk-api.xml \
--outdir=generated --customdir=. --assembly-name=glade-sharp \
--gluelib-name=gladesharpglue-2 --glue-filename=glue/generated.c \
--glue-includes=glade/glade.h,glade/glade-parser.h \
&& touch generated-stamp
ALINK: warning A99999: Path 'policy.2.4.config' in the resource name is not supported. Using just file name 'policy.2.4.config'
ALINK: warning A99999: Path 'policy.2.6.config' in the resource name is not supported. Using just file name 'policy.2.6.config'
ALINK: warning A99999: Path 'policy.2.10.config' in the resource name is not supported. Using just file name 'policy.2.10.config'
ALINK: warning A99999: Path 'policy.2.8.config' in the resource name is not supported. Using just file name 'policy.2.8.config'
Name: func Type: GCallback in glade_xml_signal_connect in method SignalConnect in type Glade.XML
Name: func Type: GCallback in glade_xml_signal_connect_data in method SignalConnectData in type Glade.XML
Defaulting XMLConnectFunc param to 'call' scope in method XML.SignalAutoconnectFull
Defaulting XMLConnectFunc param to 'call' scope in method XML.SignalConnectFull
Defaulting NewFunc param to 'call' scope in method Global.RegisterWidget
Defaulting BuildChildrenFunc param to 'call' scope in method Global.RegisterWidget
Defaulting FindInternalChildFunc param to 'call' scope in method Global.RegisterWidget
Defaulting ApplyCustomPropFunc param to 'call' scope in method Global.RegisterCustomProp
Generation Summary:
Enums: 0 Structs: 8 Boxed: 0 Opaques: 0 Interfaces: 0 Objects: 1 Callbacks: 6
Properties: 0 Signals: 0 Methods: 29 Constructors: 2 Throttled: 2
Total Nodes: 48
/usr/local/bin/mcs -define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GTK_SHARP_2_10 -define:GTK_SHARP_2_12 -unsafe -define:HAVE_NET_4_6 -define:DISABLE_GTHREAD_CHECK -nowarn:0169,0612,0618 -unsafe -out:glade-sharp.dll -target:library -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:Mono.Cairo generated/*.cs ./HandlerNotFoundExeception.cs ./WidgetAttribute.cs AssemblyInfo.cs
AssemblyInfo.cs(6,11): warning CS1699: Use compiler option `keyfile' or appropriate project settings instead of `AssemblyKeyFile' attribute
Compilation succeeded - 1 warning(s)
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glade'
Making all in glue
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glade/glue'
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/libglade-2.0 -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -I/usr/local/include/libxml2 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT gladexml.lo -MD -MP -MF .deps/gladexml.Tpo -c -o gladexml.lo gladexml.c
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/libglade-2.0 -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -I/usr/local/include/libxml2 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -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/libglade-2.0 -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -I/usr/local/include/libxml2 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -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/libglade-2.0 -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -I/usr/local/include/libxml2 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT gladexml.lo -MD -MP -MF .deps/gladexml.Tpo -c gladexml.c -fPIC -DPIC -o .libs/gladexml.o
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:234,
from /usr/local/include/libglade-2.0/glade/glade-xml.h:26,
from /usr/local/include/libglade-2.0/glade/glade.h:28,
from generated.c:4:
/usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
typedef void (*GtkItemFactoryCallback) ();
^~~~~~~
generated.c:12:1: warning: 'get_threshold_class' defined but not used [-Wunused-function]
get_threshold_class (GObject *obj)
^~~~~~~~~~~~~~~~~~~
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/libglade-2.0 -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -I/usr/local/include/libxml2 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT generated.lo -MD -MP -MF .deps/generated.Tpo -c generated.c -o generated.o >/dev/null 2>&1
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:234,
from /usr/local/include/libglade-2.0/glade/glade-xml.h:26,
from /usr/local/include/libglade-2.0/glade/glade.h:28,
from gladexml.c:22:
/usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
typedef void (*GtkItemFactoryCallback) ();
^~~~~~~
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/libglade-2.0 -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -I/usr/local/include/libxml2 -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -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 -DDISABLE_GTHREAD_CHECK -MT gladexml.lo -MD -MP -MF .deps/gladexml.Tpo -c gladexml.c -o gladexml.o >/dev/null 2>&1
mv -f .deps/generated.Tpo .deps/generated.Plo
mv -f .deps/gladexml.Tpo .deps/gladexml.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 -DDISABLE_GTHREAD_CHECK -module -avoid-version -no-undefined -o libgladesharpglue-2.la -rpath /usr/local/lib gladexml.lo generated.lo -L/usr/local/lib -lglade-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lpthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype -lxml2
libtool: link: cc -shared -fPIC -DPIC .libs/gladexml.o .libs/generated.o -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libglade-2.0.so -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lpthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype -lxml2 -O2 -g -Wl,-soname -Wl,libgladesharpglue-2.so -o .libs/libgladesharpglue-2.so
libtool: link: ar cru .libs/libgladesharpglue-2.a gladexml.o generated.o
/usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libgladesharpglue-2.a
libtool: link: ( cd ".libs" && rm -f "libgladesharpglue-2.la" && ln -s "../libgladesharpglue-2.la" "libgladesharpglue-2.la" )
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glade/glue'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glade'
Making all in gtkdotnet
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtkdotnet'
cp ../AssemblyInfo.cs .
cp ../gtk-sharp.snk .
sed -e "s/@ASSEMBLY_NAME@/gtk-dotnet/" -e "s/@POLICY@/2.4/" ../policy.config > policy.2.4.config
sed -e "s/@ASSEMBLY_NAME@/gtk-dotnet/" -e "s/@POLICY@/2.6/" ../policy.config > policy.2.6.config
sed -e "s/@ASSEMBLY_NAME@/gtk-dotnet/" -e "s/@POLICY@/2.8/" ../policy.config > policy.2.8.config
sed -e "s/@ASSEMBLY_NAME@/gtk-dotnet/" -e "s/@POLICY@/2.10/" ../policy.config > policy.2.10.config
/usr/local/bin/mcs -define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GTK_SHARP_2_10 -define:GTK_SHARP_2_12 -unsafe -define:HAVE_NET_4_6 -define:DISABLE_GTHREAD_CHECK -nowarn:0169,0612,0618 -out:gtk-dotnet.dll -target:library -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../gdk/gdk-sharp.dll -r:System.Drawing.dll ./Graphics.cs AssemblyInfo.cs
"/usr/local/bin/al" -link:policy.2.4.config -version:2.4 -out:policy.2.4.gtk-dotnet.dll -keyfile:gtk-sharp.snk
"/usr/local/bin/al" -link:policy.2.6.config -version:2.6 -out:policy.2.6.gtk-dotnet.dll -keyfile:gtk-sharp.snk
"/usr/local/bin/al" -link:policy.2.8.config -version:2.8 -out:policy.2.8.gtk-dotnet.dll -keyfile:gtk-sharp.snk
"/usr/local/bin/al" -link:policy.2.10.config -version:2.10 -out:policy.2.10.gtk-dotnet.dll -keyfile:gtk-sharp.snk
AssemblyInfo.cs(6,11): warning CS1699: Use compiler option `keyfile' or appropriate project settings instead of `AssemblyKeyFile' attribute
ALINK: warning A99999: Path 'policy.2.6.config' in the resource name is not supported. Using just file name 'policy.2.6.config'
ALINK: warning A99999: Path 'policy.2.10.config' in the resource name is not supported. Using just file name 'policy.2.10.config'
ALINK: warning A99999: Path 'policy.2.8.config' in the resource name is not supported. Using just file name 'policy.2.8.config'
ALINK: warning A99999: Path 'policy.2.4.config' in the resource name is not supported. Using just file name 'policy.2.4.config'
Compilation succeeded - 1 warning(s)
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtkdotnet'
Making all in sample
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample'
Making all in test
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/test'
/usr/local/bin/mcs -out:WidgetViewer.exe -r:../../glib/glib-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 ./TestRadioButton.cs ./TestRange.cs ./TestStatusbar.cs ./TestDialog.cs ./TestFlipping.cs ./TestSizeGroup.cs ./TestCombo.cs ./TestComboBox.cs ./WidgetViewer.cs
./TestCombo.cs(17,14): warning CS0612: `Gtk.Combo' is obsolete
./TestCombo.cs(31,20): warning CS0612: `Gtk.Combo' is obsolete
Compilation succeeded - 2 warning(s)
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/test'
Making all in GtkDemo
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/GtkDemo'
/usr/local/bin/mcs -define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GTK_SHARP_2_10 -define:GTK_SHARP_2_12 -unsafe -define:HAVE_NET_4_6 -define:DISABLE_GTHREAD_CHECK -out:GtkDemo.exe ./DemoApplicationWindow.cs ./DemoAttribute.cs ./DemoButtonBox.cs ./DemoClipboard.cs ./DemoColorSelection.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 ./DemoStockBrowser.cs ./DemoTextView.cs ./DemoTreeStore.cs ./DemoUIManager.cs ./DemoPrinting.cs -r:../../glib/glib-sharp.dll -r:../../pango/pango-sharp.dll -r:../../atk/atk-sharp.dll -r:../../gdk/gdk-sharp.dll -r:../../gtk/gtk-sharp.dll -r:Mono.Cairo -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
./DemoImages.cs(173,21): warning CS0618: `Gtk.Image.FromPixbuf' is obsolete: `Use the Pixbuf property instead'
Compilation succeeded - 1 warning(s)
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/GtkDemo'
Making all in pixmaps
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/pixmaps'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/pixmaps'
Making all in valtest
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/valtest'
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -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 -DDISABLE_GTHREAD_CHECK -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 ../../gdk/gdk-api.xml --outdir=. --assembly-name=valobj-sharp
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -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 -DDISABLE_GTHREAD_CHECK -MT valobj.lo -MD -MP -MF .deps/valobj.Tpo -c valobj.c -fPIC -DPIC -o .libs/valobj.o
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:../../pango/pango-sharp.dll -r:../../atk/atk-sharp.dll -r:../../gdk/gdk-sharp.dll -r:../../gtk/gtk-sharp.dll ./Valtest.cs Valobj.cs
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -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 -DDISABLE_GTHREAD_CHECK -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 -DDISABLE_GTHREAD_CHECK -module -avoid-version -no-undefined -o libvalobj.la -rpath /usr/local/lib valobj.lo -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lpthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype
libtool: link: cc -shared -fPIC -DPIC .libs/valobj.o -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lpthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype -O2 -g -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" )
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/valtest'
Making all in opaquetest
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/opaquetest'
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -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 -DDISABLE_GTHREAD_CHECK -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 ../../gdk/gdk-api.xml --outdir=generated --assembly-name=opaque-sharp
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gtk-2.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 -I/usr/local/include/atk-1.0 -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 -DDISABLE_GTHREAD_CHECK -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-2.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 -I/usr/local/include/atk-1.0 -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 -DDISABLE_GTHREAD_CHECK -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 -DDISABLE_GTHREAD_CHECK -module -avoid-version -no-undefined -o libopaque.la -rpath /usr/local/lib opaques.lo -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lpthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype
Defaulting OpaqueReturnFunc param to 'call' scope in method Opaque.CheckFree
Defaulting GCFunc param to 'call' scope in method Opaque.CheckFree
Defaulting OpaqueReturnFunc param to 'call' scope in method Opaque.Check
Defaulting GCFunc param to 'call' scope in method Opaque.Check
Defaulting RefcountedReturnFunc param to 'call' scope in method Refcounted.Check
Defaulting GCFunc param to 'call' scope in method Refcounted.Check
Defaulting RefcountedReturnFunc param to 'call' scope in method Refcounted.CheckUnref
Defaulting GCFunc param to 'call' scope in method Refcounted.CheckUnref
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
libtool: link: cc -shared -fPIC -DPIC .libs/opaques.o -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lpthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype -O2 -g -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" )
/usr/local/bin/mcs -out:opaquetest.exe -r:../../glib/glib-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-sharp20/gtk-sharp-2.12.45/sample/opaquetest'
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample'
/usr/local/bin/mcs -debug -out:polarfixed.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll ./PolarFixed.cs
/usr/local/bin/mcs -debug -out:custom-widget.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll ./CustomWidget.cs
/usr/local/bin/mcs -debug -out:custom-cellrenderer.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll ./CustomCellRenderer.cs
/usr/local/bin/mcs -out:gtk-hello-world.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll ./HelloWorld.cs
/usr/local/bin/mcs -out:button.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll ./ButtonApp.cs
/usr/local/bin/mcs -out:calendar.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll ./CalendarApp.cs
/usr/local/bin/mcs -out:subclass.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll ./Subclass.cs
/usr/local/bin/mcs -out:menu.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll ./Menu.cs
/usr/local/bin/mcs -out:size.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll ./Size.cs
/usr/local/bin/mcs -out:scribble.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll ./Scribble.cs
./CustomWidget.cs(44,24): warning CS0649: Field `CustomWidget.customWidgetGType' is never assigned to, and will always have its default value
/usr/local/bin/mcs -out:scribble-xinput.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll ./ScribbleXInput.cs
/usr/local/bin/mcs -out:treeviewdemo.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll ./TreeViewDemo.cs
/usr/local/bin/mcs -out:managedtreeviewdemo.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll ./ManagedTreeViewDemo.cs
/usr/local/bin/mcs -out:nodeviewdemo.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll ./NodeViewDemo.cs
Compilation succeeded - 1 warning(s)
/usr/local/bin/mcs -out:treemodeldemo.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll ./TreeModelDemo.cs
/usr/local/bin/mcs -debug -unsafe -out:testdnd.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll ./TestDnd.cs
/usr/local/bin/mcs -debug -unsafe -out:actions.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll ./Actions.cs
/usr/local/bin/mcs -out:spawn.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll ./SpawnTests.cs
/usr/local/bin/mcs -out:assistant.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll ./Assistant.cs
/usr/local/bin/mcs -out:registerprop.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll ./PropertyRegistration.cs
/usr/local/bin/mcs -out:gexceptiontest.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll ./GExceptionTest.cs
/usr/local/bin/mcs -out:cairo-sample.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll -r:Mono.Cairo ./CairoSample.cs
./TestDnd.cs(293,25): warning CS0618: `Gtk.Image.FromPixbuf' is obsolete: `Use the Pixbuf property instead'
/usr/local/bin/mcs -out:glade-viewer.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll ./GladeViewer.cs
./TestDnd.cs(301,26): warning CS0618: `Gtk.Image.FromPixbuf' is obsolete: `Use the Pixbuf property instead'
./TestDnd.cs(319,25): warning CS0618: `Gtk.Image.FromPixbuf' is obsolete: `Use the Pixbuf property instead'
/usr/local/bin/mcs -resource:./test.glade,test.glade -out:glade-test.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll ./GladeTest.cs
./TestDnd.cs(475,10): warning CS0219: The variable `drag_icon_pixbuf' is assigned but its value is never used
/usr/local/bin/mcs -debug -out:drawing-sample.exe -r:../glib/glib-sharp.dll -r:../pango/pango-sharp.dll -r:../atk/atk-sharp.dll -r:../gdk/gdk-sharp.dll -r:../gtk/gtk-sharp.dll -r:../glade/glade-sharp.dll -r:../gtkdotnet/gtk-dotnet.dll -r:System.Drawing.dll ./DrawingSample.cs
Compilation succeeded - 4 warning(s)
./CairoSample.cs(41,22): warning CS0618: `Cairo.Context.Target' is obsolete: `Use GetTarget/SetTarget'
./CairoSample.cs(46,8): warning CS0618: `Cairo.Context.Color' is obsolete: `Use SetSourceColor method'
./CairoSample.cs(50,8): warning CS0618: `Cairo.Context.Color' is obsolete: `Use SetSourceColor method'
./CairoSample.cs(61,6): warning CS0618: `Cairo.Context.Source' is obsolete: `Use GetSource/SetSource'
./CairoSample.cs(65,17): warning CS0618: `Cairo.Pattern.Destroy()' is obsolete: `Use Dispose()'
./CairoSample.cs(66,9): warning CS0618: `Cairo.Surface.Destroy()' is obsolete: `Use Dispose()'
./CairoSample.cs(74,6): warning CS0618: `Cairo.Context.Color' is obsolete: `Use SetSourceColor method'
./CairoSample.cs(78,6): warning CS0618: `Cairo.Context.Color' is obsolete: `Use SetSourceColor method'
./CairoSample.cs(82,6): warning CS0618: `Cairo.Context.Color' is obsolete: `Use SetSourceColor method'
./CairoSample.cs(93,24): warning CS0618: `Cairo.Context.Target' is obsolete: `Use GetTarget/SetTarget'
./CairoSample.cs(94,24): warning CS0618: `Cairo.Context.Target' is obsolete: `Use GetTarget/SetTarget'
./CairoSample.cs(95,24): warning CS0618: `Cairo.Context.Target' is obsolete: `Use GetTarget/SetTarget'
./CairoSample.cs(102,15): warning CS0618: `Cairo.Context.Color' is obsolete: `Use SetSourceColor method'
./CairoSample.cs(131,11): warning CS0618: `Cairo.Surface.Destroy()' is obsolete: `Use Dispose()'
./CairoSample.cs(132,9): warning CS0618: `Cairo.Surface.Destroy()' is obsolete: `Use Dispose()'
./CairoSample.cs(133,11): warning CS0618: `Cairo.Surface.Destroy()' is obsolete: `Use Dispose()'
Compilation succeeded - 16 warning(s)
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample'
Making all in doc
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/doc'
/usr/local/bin/mdassembler --ecma ./en -o gtk-sharp-docs
Error reading namespace XML for GtkSharp.GnomeSharp at ./en/ns-GtkSharp.GnomeSharp.xml
Error reading namespace XML for GtkSharp.GnomeVfsSharp at ./en/ns-GtkSharp.GnomeVfsSharp.xml
Warning: couldn't process type file `./en/GtkSharp.GnomeVfsSharp/ObjectManager.xml' as it doesn't exist
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/doc'
Making all in msi
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi'
Making all in unmanaged
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged'
Making all in custom
gmake[5]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom'
Making all in etc
gmake[6]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/etc'
Making all in gtk-2.0
gmake[7]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/etc/gtk-2.0'
gmake[7]: Nothing to be done for 'all'.
gmake[7]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/etc/gtk-2.0'
gmake[7]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/etc'
gmake[7]: Nothing to be done for 'all-am'.
gmake[7]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/etc'
gmake[6]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/etc'
Making all in share
gmake[6]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share'
Making all in icons
gmake[7]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share/icons'
Making all in hicolor
gmake[8]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share/icons/hicolor'
gmake[8]: Nothing to be done for 'all'.
gmake[8]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share/icons/hicolor'
gmake[8]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share/icons'
gmake[8]: Nothing to be done for 'all-am'.
gmake[8]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share/icons'
gmake[7]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share/icons'
gmake[7]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share'
gmake[7]: Nothing to be done for 'all-am'.
gmake[7]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share'
gmake[6]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share'
gmake[6]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom'
gmake[6]: Nothing to be done for 'all-am'.
gmake[6]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom'
gmake[5]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom'
gmake[5]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged'
gmake[5]: Nothing to be done for 'all-am'.
gmake[5]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged'
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged'
Making all in .
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi'
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi'
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45'
gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45'
gmake[1]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45'
SUCCEEDED 00:01:40
-------------------------------------------------------------------------------
-- Phase: run-depends
-------------------------------------------------------------------------------
===> gtk-sharp20-2.12.45_1 depends on package: p5-XML-LibXML>=0 - found
===> gtk-sharp20-2.12.45_1 depends on executable: mono - found
===> gtk-sharp20-2.12.45_1 depends on package: perl5>=5.30.r1<5.31 - found
SUCCEEDED 00:00:01
-------------------------------------------------------------------------------
-- Phase: stage
-------------------------------------------------------------------------------
===> Staging for gtk-sharp20-2.12.45_1
===> gtk-sharp20-2.12.45_1 depends on package: p5-XML-LibXML>=0 - found
===> gtk-sharp20-2.12.45_1 depends on executable: mono - found
===> gtk-sharp20-2.12.45_1 depends on package: perl5>=5.30.r1<5.31 - found
===> Generating temporary packing list
gmake[1]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45'
Making install in sources
gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sources'
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/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-sharp20/gtk-sharp-2.12.45/sources'
gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sources'
Making install in generator
gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/generator'
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/generator'
/bin/mkdir -p '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/bin'
install -m 555 gapi2-codegen '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/bin'
/bin/mkdir -p '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/gtk-sharp-2.0'
install -m 0644 gapi_codegen.exe '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/gtk-sharp-2.0'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/generator'
gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/generator'
Making install in parser
gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/parser'
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/parser'
/bin/mkdir -p '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/bin'
install -m 555 gapi2-fixup gapi2-parser '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/bin'
/bin/mkdir -p '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/gtk-sharp-2.0'
install -m 0644 gapi-fixup.exe gapi-parser.exe '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/gtk-sharp-2.0'
/bin/mkdir -p '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/gtk-sharp-2.0'
install -m 555 gapi_pp.pl gapi2xml.pl '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/gtk-sharp-2.0'
/bin/mkdir -p '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/libdata/pkgconfig'
install -m 0644 gapi-2.0.pc '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/libdata/pkgconfig'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/parser'
gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/parser'
Making install in glib
gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib'
Making install in glue
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib/glue'
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib/glue'
/bin/mkdir -p '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib'
/bin/sh ../../libtool --mode=install /usr/bin/install -c -s libglibsharpglue-2.la '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libglibsharpglue-2.so /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libglibsharpglue-2.so
libtool: install: strip --strip-unneeded /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libglibsharpglue-2.so
libtool: install: /usr/bin/install -c .libs/libglibsharpglue-2.lai /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libglibsharpglue-2.la
libtool: install: /usr/bin/install -c .libs/libglibsharpglue-2.a /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libglibsharpglue-2.a
libtool: install: strip --strip-debug /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libglibsharpglue-2.a
libtool: install: chmod 644 /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libglibsharpglue-2.a
libtool: install: ranlib /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libglibsharpglue-2.a
libtool: 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-sharp20/gtk-sharp-2.12.45/glib/glue'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib/glue'
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib'
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib'
gmake[4]: Nothing to be done for 'install-exec-am'.
/usr/local/bin/gacutil -i glib-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/glib-sharp.dll -> ../gac/glib-sharp/2.12.0.0__35e10195dab3c99f/glib-sharp.dll
Installed glib-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.4.glib-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.4.glib-sharp.dll -> ../gac/policy.2.4.glib-sharp/0.0.0.0__35e10195dab3c99f/policy.2.4.glib-sharp.dll
Installed policy.2.4.glib-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.6.glib-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.6.glib-sharp.dll -> ../gac/policy.2.6.glib-sharp/0.0.0.0__35e10195dab3c99f/policy.2.6.glib-sharp.dll
Installed policy.2.6.glib-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.8.glib-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.8.glib-sharp.dll -> ../gac/policy.2.8.glib-sharp/0.0.0.0__35e10195dab3c99f/policy.2.8.glib-sharp.dll
Installed policy.2.8.glib-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.10.glib-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.10.glib-sharp.dll -> ../gac/policy.2.10.glib-sharp/0.0.0.0__35e10195dab3c99f/policy.2.10.glib-sharp.dll
Installed policy.2.10.glib-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/bin/mkdir -p '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/share/gapi-2.0'
install -m 0644 glib-api.xml '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/share/gapi-2.0'
/bin/mkdir -p '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/libdata/pkgconfig'
install -m 0644 glib-sharp-2.0.pc '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/libdata/pkgconfig'
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib'
gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib'
Making install in cairo
gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/cairo'
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/cairo'
gmake[3]: Nothing to be done for 'install-exec-am'.
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/cairo'
gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/cairo'
Making install in pango
gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/pango'
Making install in .
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/pango'
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/pango'
gmake[4]: Nothing to be done for 'install-exec-am'.
/usr/local/bin/gacutil -i pango-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/pango-sharp.dll -> ../gac/pango-sharp/2.12.0.0__35e10195dab3c99f/pango-sharp.dll
Installed pango-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.4.pango-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.4.pango-sharp.dll -> ../gac/policy.2.4.pango-sharp/0.0.0.0__35e10195dab3c99f/policy.2.4.pango-sharp.dll
Installed policy.2.4.pango-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.6.pango-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.6.pango-sharp.dll -> ../gac/policy.2.6.pango-sharp/0.0.0.0__35e10195dab3c99f/policy.2.6.pango-sharp.dll
Installed policy.2.6.pango-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.8.pango-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.8.pango-sharp.dll -> ../gac/policy.2.8.pango-sharp/0.0.0.0__35e10195dab3c99f/policy.2.8.pango-sharp.dll
Installed policy.2.8.pango-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.10.pango-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.10.pango-sharp.dll -> ../gac/policy.2.10.pango-sharp/0.0.0.0__35e10195dab3c99f/policy.2.10.pango-sharp.dll
Installed policy.2.10.pango-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/bin/mkdir -p '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/share/gapi-2.0'
install -m 0644 pango-api.xml '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/share/gapi-2.0'
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/pango'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/pango'
Making install in glue
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/pango/glue'
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/pango/glue'
/bin/mkdir -p '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib'
/bin/sh ../../libtool --mode=install /usr/bin/install -c -s libpangosharpglue-2.la '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libpangosharpglue-2.so /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libpangosharpglue-2.so
libtool: install: strip --strip-unneeded /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libpangosharpglue-2.so
libtool: install: /usr/bin/install -c .libs/libpangosharpglue-2.lai /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libpangosharpglue-2.la
libtool: install: /usr/bin/install -c .libs/libpangosharpglue-2.a /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libpangosharpglue-2.a
libtool: install: strip --strip-debug /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libpangosharpglue-2.a
libtool: install: chmod 644 /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libpangosharpglue-2.a
libtool: install: ranlib /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libpangosharpglue-2.a
libtool: 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-sharp20/gtk-sharp-2.12.45/pango/glue'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/pango/glue'
gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/pango'
Making install in atk
gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/atk'
Making install in .
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/atk'
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/atk'
gmake[4]: Nothing to be done for 'install-exec-am'.
/usr/local/bin/gacutil -i atk-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/atk-sharp.dll -> ../gac/atk-sharp/2.12.0.0__35e10195dab3c99f/atk-sharp.dll
Installed atk-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.4.atk-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.4.atk-sharp.dll -> ../gac/policy.2.4.atk-sharp/0.0.0.0__35e10195dab3c99f/policy.2.4.atk-sharp.dll
Installed policy.2.4.atk-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.6.atk-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.6.atk-sharp.dll -> ../gac/policy.2.6.atk-sharp/0.0.0.0__35e10195dab3c99f/policy.2.6.atk-sharp.dll
Installed policy.2.6.atk-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.8.atk-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.8.atk-sharp.dll -> ../gac/policy.2.8.atk-sharp/0.0.0.0__35e10195dab3c99f/policy.2.8.atk-sharp.dll
Installed policy.2.8.atk-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.10.atk-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.10.atk-sharp.dll -> ../gac/policy.2.10.atk-sharp/0.0.0.0__35e10195dab3c99f/policy.2.10.atk-sharp.dll
Installed policy.2.10.atk-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/bin/mkdir -p '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/share/gapi-2.0'
install -m 0644 atk-api.xml '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/share/gapi-2.0'
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/atk'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/atk'
Making install in glue
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/atk/glue'
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/atk/glue'
/bin/mkdir -p '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib'
/bin/sh ../../libtool --mode=install /usr/bin/install -c -s libatksharpglue-2.la '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libatksharpglue-2.so /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libatksharpglue-2.so
libtool: install: strip --strip-unneeded /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libatksharpglue-2.so
libtool: install: /usr/bin/install -c .libs/libatksharpglue-2.lai /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libatksharpglue-2.la
libtool: install: /usr/bin/install -c .libs/libatksharpglue-2.a /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libatksharpglue-2.a
libtool: install: strip --strip-debug /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libatksharpglue-2.a
libtool: install: chmod 644 /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libatksharpglue-2.a
libtool: install: ranlib /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libatksharpglue-2.a
libtool: 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-sharp20/gtk-sharp-2.12.45/atk/glue'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/atk/glue'
gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/atk'
Making install in gdk
gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gdk'
Making install in .
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gdk'
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gdk'
gmake[4]: Nothing to be done for 'install-exec-am'.
/usr/local/bin/gacutil -i gdk-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/gdk-sharp.dll -> ../gac/gdk-sharp/2.12.0.0__35e10195dab3c99f/gdk-sharp.dll
Installed gdk-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.4.gdk-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.4.gdk-sharp.dll -> ../gac/policy.2.4.gdk-sharp/0.0.0.0__35e10195dab3c99f/policy.2.4.gdk-sharp.dll
Installed policy.2.4.gdk-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.6.gdk-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.6.gdk-sharp.dll -> ../gac/policy.2.6.gdk-sharp/0.0.0.0__35e10195dab3c99f/policy.2.6.gdk-sharp.dll
Installed policy.2.6.gdk-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.8.gdk-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.8.gdk-sharp.dll -> ../gac/policy.2.8.gdk-sharp/0.0.0.0__35e10195dab3c99f/policy.2.8.gdk-sharp.dll
Installed policy.2.8.gdk-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.10.gdk-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.10.gdk-sharp.dll -> ../gac/policy.2.10.gdk-sharp/0.0.0.0__35e10195dab3c99f/policy.2.10.gdk-sharp.dll
Installed policy.2.10.gdk-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/bin/mkdir -p '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/share/gapi-2.0'
install -m 0644 gdk-api.xml '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/share/gapi-2.0'
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gdk'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gdk'
Making install in glue
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gdk/glue'
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gdk/glue'
/bin/mkdir -p '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib'
/bin/sh ../../libtool --mode=install /usr/bin/install -c -s libgdksharpglue-2.la '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libgdksharpglue-2.so /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libgdksharpglue-2.so
libtool: install: strip --strip-unneeded /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libgdksharpglue-2.so
libtool: install: /usr/bin/install -c .libs/libgdksharpglue-2.lai /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libgdksharpglue-2.la
libtool: install: /usr/bin/install -c .libs/libgdksharpglue-2.a /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libgdksharpglue-2.a
libtool: install: strip --strip-debug /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libgdksharpglue-2.a
libtool: install: chmod 644 /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libgdksharpglue-2.a
libtool: install: ranlib /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libgdksharpglue-2.a
libtool: 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-sharp20/gtk-sharp-2.12.45/gdk/glue'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gdk/glue'
gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gdk'
Making install in gtk
gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk'
Making install in .
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk'
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk'
gmake[4]: Nothing to be done for 'install-exec-am'.
/usr/local/bin/gacutil -i gtk-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/gtk-sharp.dll -> ../gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll
Installed gtk-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.4.gtk-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.4.gtk-sharp.dll -> ../gac/policy.2.4.gtk-sharp/0.0.0.0__35e10195dab3c99f/policy.2.4.gtk-sharp.dll
Installed policy.2.4.gtk-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.6.gtk-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.6.gtk-sharp.dll -> ../gac/policy.2.6.gtk-sharp/0.0.0.0__35e10195dab3c99f/policy.2.6.gtk-sharp.dll
Installed policy.2.6.gtk-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.8.gtk-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.8.gtk-sharp.dll -> ../gac/policy.2.8.gtk-sharp/0.0.0.0__35e10195dab3c99f/policy.2.8.gtk-sharp.dll
Installed policy.2.8.gtk-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.10.gtk-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.10.gtk-sharp.dll -> ../gac/policy.2.10.gtk-sharp/0.0.0.0__35e10195dab3c99f/policy.2.10.gtk-sharp.dll
Installed policy.2.10.gtk-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/bin/mkdir -p '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/share/gapi-2.0'
install -m 0644 gtk-api.xml '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/share/gapi-2.0'
/bin/mkdir -p '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/libdata/pkgconfig'
install -m 0644 gtk-sharp-2.0.pc '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/libdata/pkgconfig'
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk'
Making install in glue
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk/glue'
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk/glue'
/bin/mkdir -p '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib'
/bin/sh ../../libtool --mode=install /usr/bin/install -c -s libgtksharpglue-2.la '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libgtksharpglue-2.so /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libgtksharpglue-2.so
libtool: install: strip --strip-unneeded /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libgtksharpglue-2.so
libtool: install: /usr/bin/install -c .libs/libgtksharpglue-2.lai /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libgtksharpglue-2.la
libtool: install: /usr/bin/install -c .libs/libgtksharpglue-2.a /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libgtksharpglue-2.a
libtool: install: strip --strip-debug /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libgtksharpglue-2.a
libtool: install: chmod 644 /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libgtksharpglue-2.a
libtool: install: ranlib /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libgtksharpglue-2.a
libtool: 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-sharp20/gtk-sharp-2.12.45/gtk/glue'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk/glue'
gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk'
Making install in glade
gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glade'
Making install in .
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glade'
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glade'
gmake[4]: Nothing to be done for 'install-exec-am'.
/usr/local/bin/gacutil -i glade-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/glade-sharp.dll -> ../gac/glade-sharp/2.12.0.0__35e10195dab3c99f/glade-sharp.dll
Installed glade-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.4.glade-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.4.glade-sharp.dll -> ../gac/policy.2.4.glade-sharp/0.0.0.0__35e10195dab3c99f/policy.2.4.glade-sharp.dll
Installed policy.2.4.glade-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.6.glade-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.6.glade-sharp.dll -> ../gac/policy.2.6.glade-sharp/0.0.0.0__35e10195dab3c99f/policy.2.6.glade-sharp.dll
Installed policy.2.6.glade-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.8.glade-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.8.glade-sharp.dll -> ../gac/policy.2.8.glade-sharp/0.0.0.0__35e10195dab3c99f/policy.2.8.glade-sharp.dll
Installed policy.2.8.glade-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.10.glade-sharp.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.10.glade-sharp.dll -> ../gac/policy.2.10.glade-sharp/0.0.0.0__35e10195dab3c99f/policy.2.10.glade-sharp.dll
Installed policy.2.10.glade-sharp.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/bin/mkdir -p '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/share/gapi-2.0'
install -m 0644 glade-api.xml '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/share/gapi-2.0'
/bin/mkdir -p '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/libdata/pkgconfig'
install -m 0644 glade-sharp-2.0.pc '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/libdata/pkgconfig'
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glade'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glade'
Making install in glue
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glade/glue'
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glade/glue'
/bin/mkdir -p '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib'
/bin/sh ../../libtool --mode=install /usr/bin/install -c -s libgladesharpglue-2.la '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libgladesharpglue-2.so /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libgladesharpglue-2.so
libtool: install: strip --strip-unneeded /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libgladesharpglue-2.so
libtool: install: /usr/bin/install -c .libs/libgladesharpglue-2.lai /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libgladesharpglue-2.la
libtool: install: /usr/bin/install -c .libs/libgladesharpglue-2.a /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libgladesharpglue-2.a
libtool: install: strip --strip-debug /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libgladesharpglue-2.a
libtool: install: chmod 644 /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libgladesharpglue-2.a
libtool: install: ranlib /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/libgladesharpglue-2.a
libtool: 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-sharp20/gtk-sharp-2.12.45/glade/glue'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glade/glue'
gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glade'
Making install in gtkdotnet
gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtkdotnet'
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtkdotnet'
gmake[3]: Nothing to be done for 'install-exec-am'.
/usr/local/bin/gacutil -i gtk-dotnet.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/gtk-dotnet.dll -> ../gac/gtk-dotnet/2.12.0.0__35e10195dab3c99f/gtk-dotnet.dll
Installed gtk-dotnet.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.4.gtk-dotnet.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.4.gtk-dotnet.dll -> ../gac/policy.2.4.gtk-dotnet/0.0.0.0__35e10195dab3c99f/policy.2.4.gtk-dotnet.dll
Installed policy.2.4.gtk-dotnet.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.6.gtk-dotnet.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.6.gtk-dotnet.dll -> ../gac/policy.2.6.gtk-dotnet/0.0.0.0__35e10195dab3c99f/policy.2.6.gtk-dotnet.dll
Installed policy.2.6.gtk-dotnet.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.8.gtk-dotnet.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.8.gtk-dotnet.dll -> ../gac/policy.2.8.gtk-dotnet/0.0.0.0__35e10195dab3c99f/policy.2.8.gtk-dotnet.dll
Installed policy.2.8.gtk-dotnet.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/usr/local/bin/gacutil -i policy.2.10.gtk-dotnet.dll -f -package gtk-sharp-2.0 -gacdir /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib
Package exported to: /construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gtk-sharp-2.0/policy.2.10.gtk-dotnet.dll -> ../gac/policy.2.10.gtk-dotnet/0.0.0.0__35e10195dab3c99f/policy.2.10.gtk-dotnet.dll
Installed policy.2.10.gtk-dotnet.dll into the gac (/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/mono/gac)
/bin/mkdir -p '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/libdata/pkgconfig'
install -m 0644 gtk-dotnet-2.0.pc '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/libdata/pkgconfig'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtkdotnet'
gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtkdotnet'
Making install in sample
gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample'
Making install in test
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/test'
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/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-sharp20/gtk-sharp-2.12.45/sample/test'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/test'
Making install in GtkDemo
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/GtkDemo'
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/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-sharp20/gtk-sharp-2.12.45/sample/GtkDemo'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/GtkDemo'
Making install in pixmaps
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/pixmaps'
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/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-sharp20/gtk-sharp-2.12.45/sample/pixmaps'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/pixmaps'
Making install in valtest
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/valtest'
gmake[3]: Nothing to be done for 'install'.
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/valtest'
Making install in opaquetest
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/opaquetest'
gmake[3]: Nothing to be done for 'install'.
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/opaquetest'
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample'
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/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-sharp20/gtk-sharp-2.12.45/sample'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample'
gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample'
Making install in doc
gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/doc'
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/doc'
gmake[3]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/monodoc/sources'
install -m 0644 gtk-sharp-docs.zip gtk-sharp-docs.tree gtk-sharp-docs.source '/construction/x11-toolkits/gtk-sharp20/stage/usr/local/lib/monodoc/sources'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/doc'
gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/doc'
Making install in msi
gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi'
Making install in unmanaged
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged'
Making install in custom
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom'
Making install in etc
gmake[5]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/etc'
Making install in gtk-2.0
gmake[6]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/etc/gtk-2.0'
gmake[7]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/etc/gtk-2.0'
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
gmake[7]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/etc/gtk-2.0'
gmake[6]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/etc/gtk-2.0'
gmake[6]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/etc'
gmake[7]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/etc'
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
gmake[7]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/etc'
gmake[6]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/etc'
gmake[5]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/etc'
Making install in share
gmake[5]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share'
Making install in icons
gmake[6]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share/icons'
Making install in hicolor
gmake[7]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share/icons/hicolor'
gmake[8]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share/icons/hicolor'
gmake[8]: Nothing to be done for 'install-exec-am'.
gmake[8]: Nothing to be done for 'install-data-am'.
gmake[8]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share/icons/hicolor'
gmake[7]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share/icons/hicolor'
gmake[7]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share/icons'
gmake[8]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share/icons'
gmake[8]: Nothing to be done for 'install-exec-am'.
gmake[8]: Nothing to be done for 'install-data-am'.
gmake[8]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share/icons'
gmake[7]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share/icons'
gmake[6]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share/icons'
gmake[6]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share'
gmake[7]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share'
gmake[7]: Nothing to be done for 'install-exec-am'.
gmake[7]: Nothing to be done for 'install-data-am'.
gmake[7]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share'
gmake[6]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share'
gmake[5]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom/share'
gmake[5]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom'
gmake[6]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom'
gmake[6]: Nothing to be done for 'install-exec-am'.
gmake[6]: Nothing to be done for 'install-data-am'.
gmake[6]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom'
gmake[5]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom'
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged/custom'
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged'
gmake[5]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged'
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-sharp20/gtk-sharp-2.12.45/msi/unmanaged'
gmake[4]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi/unmanaged'
Making install in .
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi'
gmake[4]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/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-sharp20/gtk-sharp-2.12.45/msi'
gmake[3]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi'
gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/msi'
gmake[2]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45'
gmake[3]: Entering directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45'
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-sharp20/gtk-sharp-2.12.45'
gmake[2]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45'
gmake[1]: Leaving directory '/construction/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45'
====> Compressing man pages (compress-man)
====> Running Q/A tests (stage-qa)
Error: /usr/local/lib/libatksharpglue-2.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-2.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-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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/libgdksharpglue-2.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
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
Warning: Possible REINPLACE_CMD issues
sed failed: file content unchanged from backup: glib/glue/closure.c
sed failed: file content unchanged from backup: glib/glue/error.c
sed failed: file content unchanged from backup: glib/glue/object.c
sed failed: file content unchanged from backup: glib/glue/ptrarray.c
sed failed: file content unchanged from backup: glib/glue/signal.c
sed failed: file content unchanged from backup: glib/glue/type.c
sed failed: file content unchanged from backup: glib/glue/unichar.c
sed failed: file content unchanged from backup: glib/glue/value.c
sed failed: file content unchanged from backup: glib/glue/valuearray.c
sed failed: file content unchanged from backup: glib/glue/win32dll.c
SUCCEEDED 00:00:23
-------------------------------------------------------------------------------
-- Phase: package
-------------------------------------------------------------------------------
===> Building package for gtk-sharp20-2.12.45_1
file sizes/checksums [139]: 0%
file sizes/checksums [139]: 71%
file sizes/checksums [139]: 100%
packing files [139]: 0%
packing files [139]: 71%
packing files [139]: 100%
packing directories [0]: 0%
packing directories [0]: 100%
SUCCEEDED 00:00:07
TOTAL TIME 00:04:04