building mono-2.0.1_6 in directory /usr/local/tinderbox/7-FreeBSD maintained by: mono@FreeBSD.org building for: 7.1-STABLE i386 Makefile ident: $FreeBSD: ports/lang/mono/Makefile,v 1.76 2009/02/09 08:59:57 flz Exp $ port directory: /usr/ports/lang/mono build started at Thu Feb 12 00:38:08 UTC 2009 prefixes: LOCALBASE=usr/local X11BASE=usr/local PREFIX=/usr/local Begin Configuration: ---Begin Environment--- ARCH=i386 PACKAGE_BUILDING=1 USER=root CCACHE_DIR= BRANCH=STABLE CCACHE_NOLINK=1 HOST_WORKDIR= X11BASE=/usr/local BATCH=1 OLDPWD=/ HOME=/root SRCBASE=/usr/local/tinderbox/jails/7-STABLE/src PKGZIPCMD=bzip2 HAVE_MOTIF=1 FTP_TIMEOUT=900 HTTP_TIMEOUT=900 defaultUpdateHost=cvsup.at.freebsd.org pb=/usr/local/tinderbox DISTFILE_CACHE=/usr/ports/distfiles OSREL=7.1 defaultUpdateType=CSUP TINDERD_LOGFILE=/dev/null PORTOBJFORMAT=elf WRKDIRPREFIX=/work DISTDIR=/tmp/distfiles DISTCACHE=/distcache CCACHE_LOGFILE= PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/local/bin PACKAGES=/tmp/packages TIMEOUT=7200 PKGSUFFIX=.tbz OSVERSION=701102 OPTIONS_ENABLED=1 __DSVERSION__=3.1 TINDERD_SLEEPTIME=120 UNAME_n=tinderbox.host __MKLVL__=1 CCACHE_JAIL=0 LOCALBASE=/usr/local PORT_DBDIR=/var/db/ports CCACHE_MAX_SIZE=1G DISTFILE_URI= X_WINDOW_SYSTEM=xorg MASTER_SITE_OVERRIDE=file:///distcache/${DIST_SUBDIR}/ OPTIONS_DIR=/options UNAME_r=7.1-STABLE USA_RESIDENT=YES UNAME_s=FreeBSD PARALLEL_PACKAGE_BUILD=1 PWD=/usr/ports/lang/mono UNAME_v=FreeBSD 7.1-STABLE #0: Thu Feb 12 01:36:17 CET 2009 root@tinderbox.host:/usr/src/sys/magic/kernel/path FTP_PASSIVE_MODE=yes CCACHE_ENABLED=0 INDEXFILE=INDEX-7 ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- End Configuration. FETCH_DEPENDS= PATCH_DEPENDS=perl-5.8.9.tbz EXTRACT_DEPENDS=perl-5.8.9.tbz BUILD_DEPENDS=perl-5.8.9.tbz expat-2.0.1.tbz p5-XML-Parser-2.36.tbz gettext-0.17_1.tbz libiconv-1.11_1.tbz gmake-3.81_3.tbz m4-1.4.11,1.tbz bison-2.3_4,1.tbz libtool-1.5.26.tbz pkg-config-0.23_1.tbz pcre-7.8.tbz python25-2.5.2_3.tbz glib-2.18.4.tbz RUN_DEPENDS=pcre-7.8.tbz gettext-0.17_1.tbz python25-2.5.2_3.tbz perl-5.8.9.tbz pkg-config-0.23_1.tbz libiconv-1.11_1.tbz glib-2.18.4.tbz gamin-0.1.10.tbz gio-fam-backend-2.18.4.tbz add_pkg ================================================================ ======================================== ************************************************************************ 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 as Mono has been known to expose compiler bugs. - 5.x: '-O -pipe' - 6.x and higher: '-O2 -fno-strict-aliasing -pipe' * 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 ************************************************************************ => mono-2.0.1.tar.bz2 doesn't seem to exist in /tmp/distfiles/. => Attempting to fetch from file:///distcache//. mono-2.0.1.tar.bz2 18 MB 4750 kBps => MD5 Checksum OK for mono-2.0.1.tar.bz2. => SHA256 Checksum OK for mono-2.0.1.tar.bz2. ================================================================ ======================================== add_pkg perl-5.8.9.tbz adding dependencies pkg_add perl-5.8.9.tbz Removing stale symlinks from /usr/bin... Skipping /usr/bin/perl Skipping /usr/bin/perl5 Done. Creating various symlinks in /usr/bin... Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Spamming /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. Spamming /etc/manpath.config... Done. ************************************************************************ 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 as Mono has been known to expose compiler bugs. - 5.x: '-O -pipe' - 6.x and higher: '-O2 -fno-strict-aliasing -pipe' * 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 ************************************************************************ ===> Extracting for mono-2.0.1_6 => MD5 Checksum OK for mono-2.0.1.tar.bz2. => SHA256 Checksum OK for mono-2.0.1.tar.bz2. ===> mono-2.0.1_6 depends on file: /usr/local/bin/perl5.8.9 - found Deleting perl-5.8.9 Removing stale symlinks from /usr/bin... Removing /usr/bin/perl Removing /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. ================================================================ ======================================== add_pkg perl-5.8.9.tbz adding dependencies pkg_add perl-5.8.9.tbz Removing stale symlinks from /usr/bin... Skipping /usr/bin/perl Skipping /usr/bin/perl5 Done. Creating various symlinks in /usr/bin... Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Spamming /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. Spamming /etc/manpath.config... Done. ===> Patching for mono-2.0.1_6 ===> mono-2.0.1_6 depends on file: /usr/local/bin/perl5.8.9 - found ===> Applying FreeBSD patches for mono-2.0.1_6 Deleting perl-5.8.9 Removing stale symlinks from /usr/bin... Removing /usr/bin/perl Removing /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. ================================================================ ======================================== add_pkg perl-5.8.9.tbz expat-2.0.1.tbz p5-XML-Parser-2.36.tbz gettext-0.17_1.tbz libiconv-1.11_1.tbz gmake-3.81_3.tbz m4-1.4.11,1.tbz bison-2.3_4,1.tbz libtool-1.5.26.tbz pkg-config-0.23_1.tbz pcre-7.8.tbz python25-2.5.2_3.tbz glib-2.18.4.tbz adding dependencies pkg_add perl-5.8.9.tbz Removing stale symlinks from /usr/bin... Skipping /usr/bin/perl Skipping /usr/bin/perl5 Done. Creating various symlinks in /usr/bin... Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Spamming /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. Spamming /etc/manpath.config... Done. pkg_add expat-2.0.1.tbz pkg_add p5-XML-Parser-2.36.tbz pkg_add gettext-0.17_1.tbz pkg_add libiconv-1.11_1.tbz skipping libiconv-1.11_1, already added pkg_add gmake-3.81_3.tbz pkg_add m4-1.4.11,1.tbz pkg_add bison-2.3_4,1.tbz pkg_add libtool-1.5.26.tbz pkg_add pkg-config-0.23_1.tbz pkg_add pcre-7.8.tbz pkg_add python25-2.5.2_3.tbz ==== Note that some of the standard modules are provided as separate ports since they require extra dependencies: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter Install them as needed. ==== pkg_add glib-2.18.4.tbz ===> mono-2.0.1_6 depends on file: /usr/local/lib/perl5/site_perl/5.8.9/mach/XML/Parser.pm - found ===> mono-2.0.1_6 depends on executable: gmake - found ===> mono-2.0.1_6 depends on executable: bison - found ===> mono-2.0.1_6 depends on file: /usr/local/bin/perl5.8.9 - found ===> mono-2.0.1_6 depends on file: /usr/local/bin/libtool - found ===> mono-2.0.1_6 depends on executable: pkg-config - found ===> mono-2.0.1_6 depends on shared library: glib-2.0.0 - found ===> Configuring for mono-2.0.1_6 checking build system type... i386-portbld-freebsd7.1 checking host system type... i386-portbld-freebsd7.1 checking target system type... i386-portbld-freebsd7.1 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking how to create a ustar tar archive... gnutar checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes ./configure: ./libtool: not found checking host platform characteristics... ok checking for gcc... cc checking for gcc... (cached) cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking dependency style of cc... gcc3 checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking for gawk... (cached) nawk checking for bison... yes checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognize dependent libraries... pass_all checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... 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... freebsd7.1 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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd7.1 ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for bash... no checking if dolt supports this host... no, falling back to libtool checking for ld used by cc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking sys/filio.h usability... yes checking sys/filio.h presence... yes checking for sys/filio.h... yes checking sys/sockio.h usability... yes checking sys/sockio.h presence... yes checking for sys/sockio.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking sys/utime.h usability... no checking sys/utime.h presence... no checking for sys/utime.h... no checking semaphore.h usability... yes checking semaphore.h presence... yes checking for semaphore.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking linux/rtc.h usability... no checking linux/rtc.h presence... no checking for linux/rtc.h... no checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes Using system zlib checking elf.h usability... yes checking elf.h presence... yes checking for elf.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking ieeefp.h usability... yes checking ieeefp.h presence... yes checking for ieeefp.h... yes checking for isinf... yes checking for void *... yes checking size of void *... 4 checking for -Wdeclaration-after-statement option to gcc... yes checking integrity of package... ok checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for BASE_DEPENDENCIES... yes checking for -mno-tls-direct-seg-refs option to gcc... yes checking for visibility __attribute__... yes checking for library containing clock_gettime... none required checking for dlopen... yes checking for preceeding underscore in symbols... no checking for dlerror... yes checking execinfo.h usability... no checking execinfo.h presence... no checking for execinfo.h... no checking for getgrgid_r... yes checking for getgrnam_r... yes checking for getpwnam_r... yes checking for getpwuid_r... yes checking for getresuid... yes checking for setresuid... yes checking for kqueue... yes checking for backtrace_symbols... no checking for mkstemp... yes checking for mmap... yes checking for madvise... yes checking for getrusage... yes checking for getpriority... yes checking for setpriority... yes checking for sched_setaffinity... no checking if off_t is 64 bits wide... ok checking for socket in -lsocket... no checking for MSG_NOSIGNAL... yes checking for SOL_IP... no checking for SOL_IPV6... no checking for SOL_TCP... no checking for IP_PKTINFO... no checking for IPV6_PKTINFO... no checking for IP_DONTFRAGMENT... no checking for IP_MTU_DISCOVER... no checking for struct ip_mreqn... yes checking for gethostbyname2_r... no checking for gethostbyaddr... yes checking for inet_pton... yes checking for inet_aton... yes checking size of sockaddr_un.sun_path... 104 checking whether cc supports zero length arrays... yes checking for main in -pthread... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_mutex_timedlock... yes checking for pthread_getattr_np... no checking for pthread_attr_get_np... yes checking for PTHREAD_MUTEX_RECURSIVE... ok checking for pthread_attr_setstacksize... yes checking for pthread_attr_getstack... yes checking for pthread_get_stacksize_np... no checking for pthread_get_stackaddr_np... no checking for working __thread... yes checking for working sigaltstack... disabled checking for library containing sem_init... none required checking for tm_gmtoff in struct tm... yes checking for finite... yes checking for isfinite... no checking for isfinite in math.h... yes checking for poll... yes checking for signbit... yes checking sys/epoll.h usability... no checking sys/epoll.h presence... no checking for sys/epoll.h... no checking for epoll_ctl... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking net/if.h usability... no checking net/if.h presence... yes configure: WARNING: net/if.h: present but cannot be compiled configure: WARNING: net/if.h: check for missing prerequisite headers? configure: WARNING: net/if.h: see the Autoconf documentation configure: WARNING: net/if.h: section "Present But Cannot Be Compiled" configure: WARNING: net/if.h: proceeding with the preprocessor's result configure: WARNING: net/if.h: in the future, the compiler will take precedence checking for net/if.h... yes checking for ifreq... no checking for sockaddr_in.sin_len... yes checking for sockaddr_in6.sin6_len... yes checking checklist.h usability... no checking checklist.h presence... no checking for checklist.h... no checking fstab.h usability... yes checking fstab.h presence... yes checking for fstab.h... yes checking attr/xattr.h usability... no checking attr/xattr.h presence... no checking for attr/xattr.h... no checking sys/extattr.h usability... yes checking sys/extattr.h presence... yes checking for sys/extattr.h... yes checking sys/sendfile.h usability... no checking sys/sendfile.h presence... no checking for sys/sendfile.h... no checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/vfstab.h usability... no checking sys/vfstab.h presence... no checking for sys/vfstab.h... no checking sys/xattr.h usability... no checking sys/xattr.h presence... no checking for sys/xattr.h... no checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for getdomainname... yes checking for setdomainname... yes checking for fgetgrent... no checking for fgetpwent... no checking for fgetpwent... (cached) no checking for getfsstat... yes checking for lutimes... yes checking for mremap... no checking for remap_file_pages... no checking for posix_fadvise... no checking for posix_fallocate... no checking for posix_madvise... yes checking for vsnprintf... yes checking for sendfile... yes checking for sethostid... yes checking for statfs... yes checking for fstatfs... yes checking for statvfs... yes checking for fstatvfs... yes checking for stime... no checking for strerror_r... yes checking for ttyname_r... yes checking for size_t... yes checking size of size_t... 4 checking for blksize_t... yes checking for blkcnt_t... yes checking for suseconds_t... yes checking for struct pollfd... yes checking for struct stat... yes checking for struct timeval... yes checking for struct timezone... yes checking for struct utimbuf... yes checking for struct dirent.d_off... no checking for struct dirent.d_reclen... yes checking for struct dirent.d_type... yes checking for lsetxattr... no checking for lsetxattr in -lattr... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking for term.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for socklen_t... yes checking for array element initalizer support... yes checking for trunc... yes checking for aintl in -lsunmath... no checking if usage of random device is requested... yes checking for random device... yes checking if inter-process shared handles are requested... yes checking if big-arrays are to be enabled... no checking if DTrace support is requested... no checking valgrind/memcheck.h usability... no checking valgrind/memcheck.h presence... no checking for valgrind/memcheck.h... no checking if the Mono Debugger is supported on this platform... no checking if the tls_model attribute is supported... yes configure: creating ./config.status config.status: creating runtime/mono-wrapper config.status: creating runtime/monodis-wrapper config.status: creating Makefile config.status: creating mono-uninstalled.pc config.status: creating scripts/mono-nunit.pc config.status: creating scripts/mono-find-provides config.status: creating scripts/mono-find-requires config.status: creating mono/Makefile config.status: creating mono/utils/Makefile config.status: creating mono/metadata/Makefile config.status: creating mono/dis/Makefile config.status: creating mono/cil/Makefile config.status: creating mono/arch/Makefile config.status: creating mono/os/Makefile config.status: creating mono/arch/x86/Makefile config.status: creating mono/arch/amd64/Makefile config.status: creating mono/arch/hppa/Makefile config.status: creating mono/arch/ppc/Makefile config.status: creating mono/arch/sparc/Makefile config.status: creating mono/arch/s390/Makefile config.status: creating mono/arch/s390x/Makefile config.status: creating mono/arch/arm/Makefile config.status: creating mono/arch/alpha/Makefile config.status: creating mono/arch/ia64/Makefile config.status: creating mono/arch/mips/Makefile config.status: creating mono/interpreter/Makefile config.status: creating mono/tests/Makefile config.status: creating mono/tests/tests-config config.status: creating mono/tests/assemblyresolve/Makefile config.status: creating mono/tests/cas/Makefile config.status: creating mono/tests/cas/assembly/Makefile config.status: creating mono/tests/cas/demand/Makefile config.status: creating mono/tests/cas/inheritance/Makefile config.status: creating mono/tests/cas/linkdemand/Makefile config.status: creating mono/tests/cas/threads/Makefile config.status: creating mono/benchmark/Makefile config.status: creating mono/monoburg/Makefile config.status: creating mono/monograph/Makefile config.status: creating mono/io-layer/Makefile config.status: creating mono/mini/Makefile config.status: creating mono/profiler/Makefile config.status: creating ikvm-native/Makefile config.status: creating scripts/Makefile config.status: creating man/Makefile config.status: creating web/Makefile config.status: creating docs/Makefile config.status: creating data/Makefile config.status: creating data/net_1_1/Makefile config.status: creating data/net_2_0/Makefile config.status: creating data/net_2_0/Browsers/Makefile config.status: creating data/mint.pc config.status: creating data/mono.pc config.status: creating data/mono-cairo.pc config.status: creating data/dotnet.pc config.status: creating data/dotnet35.pc config.status: creating data/cecil.pc config.status: creating data/smcs.pc config.status: creating samples/Makefile config.status: creating support/Makefile config.status: creating data/config config.status: creating tools/Makefile config.status: creating tools/locale-builder/Makefile config.status: creating runtime/Makefile config.status: creating msvc/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing runtime/etc/mono/1.0/machine.config commands config.status: executing runtime/etc/mono/2.0/machine.config commands config.status: executing runtime/etc/mono/2.0/web.config commands config.status: executing runtime/etc/mono/browscap.ini commands config.status: executing runtime/etc/mono/2.0/Browsers/Compat.browser commands config.status: executing quiet commands config.status: executing quiet-libtool commands === configuring in libgc (/work/a/ports/lang/mono/work/mono-2.0.1/libgc) configure: running /bin/sh ./configure '--prefix=/usr/local' '--program-transform-name='\'''\''' '--with-moonlinght=no' '--with-preview=yes' '--with-sigaltstack=no' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd7.1' 'build_alias=i386-portbld-freebsd7.1' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe' 'CXX=c++' 'CXXFLAGS=-O2 -fno-strict-aliasing -pipe' '--disable-embed-check' '--with-libgc-threads=pthreads' 'CPPFLAGS_FOR_LIBGC= -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS' 'CFLAGS_FOR_LIBGC=-O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking build system type... i386-portbld-freebsd7.1 checking host system type... i386-portbld-freebsd7.1 checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking dependency style of cc... gcc3 checking for ar... ar checking for ranlib... ranlib checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether to enable maintainer-specific portions of Makefiles... no checking for xlc... no checking for dlopen in -ldl... no checking whether to build shared libraries... yes checking which machine-dependent code should be used... checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... 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... freebsd7.1 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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd7.1 ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking sys/dg_sys_info.h usability... no checking sys/dg_sys_info.h presence... no checking for sys/dg_sys_info.h... no checking for threads package to use... posix checking whether Solaris gcc optimization fix is necessary... no configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating include/private/Makefile config.status: creating doc/Makefile config.status: executing depfiles commands config.status: executing default commands mcs source: $(top_srcdir)/mcs olive source: GC: included TLS: __thread SIGALTSTACK: no Engine: Building and using the JIT 2.0 Beta: yes 2.1 Alpha: yes JNI support: IKVM Native libgdiplus: assumed to be installed zlib: system zlib oprofile: no BigArrays: no ===> Building for mono-2.0.1_6 gmake all-recursive gmake[1]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1' Making all in libgc gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc' Making all in include gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc/include' Making all in private gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc/include/private' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc/include/private' gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc/include' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc/include' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc/include' Making all in doc gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc/doc' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc/doc' gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc' /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c -o allchblk.lo allchblk.c mkdir .libs cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c allchblk.c -fPIC -DPIC -o .libs/allchblk.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c allchblk.c -o allchblk.o >/dev/null 2>&1 mv -f .deps/allchblk.Tpo .deps/allchblk.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c -o alloc.lo alloc.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -fPIC -DPIC -o .libs/alloc.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -o alloc.o >/dev/null 2>&1 mv -f .deps/alloc.Tpo .deps/alloc.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c -o blacklst.lo blacklst.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c blacklst.c -fPIC -DPIC -o .libs/blacklst.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c blacklst.c -o blacklst.o >/dev/null 2>&1 mv -f .deps/blacklst.Tpo .deps/blacklst.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c -o checksums.lo checksums.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c checksums.c -fPIC -DPIC -o .libs/checksums.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c checksums.c -o checksums.o >/dev/null 2>&1 mv -f .deps/checksums.Tpo .deps/checksums.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c -o dbg_mlc.lo dbg_mlc.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c dbg_mlc.c -fPIC -DPIC -o .libs/dbg_mlc.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c dbg_mlc.c -o dbg_mlc.o >/dev/null 2>&1 mv -f .deps/dbg_mlc.Tpo .deps/dbg_mlc.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c -o dyn_load.lo dyn_load.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c dyn_load.c -fPIC -DPIC -o .libs/dyn_load.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c dyn_load.c -o dyn_load.o >/dev/null 2>&1 mv -f .deps/dyn_load.Tpo .deps/dyn_load.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c -o finalize.lo finalize.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c finalize.c -fPIC -DPIC -o .libs/finalize.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c finalize.c -o finalize.o >/dev/null 2>&1 mv -f .deps/finalize.Tpo .deps/finalize.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c -o gc_dlopen.lo gc_dlopen.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c gc_dlopen.c -fPIC -DPIC -o .libs/gc_dlopen.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c gc_dlopen.c -o gc_dlopen.o >/dev/null 2>&1 mv -f .deps/gc_dlopen.Tpo .deps/gc_dlopen.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c -o gcj_mlc.lo gcj_mlc.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c gcj_mlc.c -fPIC -DPIC -o .libs/gcj_mlc.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c gcj_mlc.c -o gcj_mlc.o >/dev/null 2>&1 mv -f .deps/gcj_mlc.Tpo .deps/gcj_mlc.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c -o headers.lo headers.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c headers.c -fPIC -DPIC -o .libs/headers.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c headers.c -o headers.o >/dev/null 2>&1 mv -f .deps/headers.Tpo .deps/headers.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c -o malloc.lo malloc.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -fPIC -DPIC -o .libs/malloc.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -o malloc.o >/dev/null 2>&1 mv -f .deps/malloc.Tpo .deps/malloc.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c -o mallocx.lo mallocx.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c mallocx.c -fPIC -DPIC -o .libs/mallocx.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c mallocx.c -o mallocx.o >/dev/null 2>&1 mv -f .deps/mallocx.Tpo .deps/mallocx.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c -o mark.lo mark.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c mark.c -fPIC -DPIC -o .libs/mark.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c mark.c -o mark.o >/dev/null 2>&1 mv -f .deps/mark.Tpo .deps/mark.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c -o mark_rts.lo mark_rts.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c mark_rts.c -fPIC -DPIC -o .libs/mark_rts.o mark_rts.c: In function 'GC_approx_sp': mark_rts.c:379: warning: function returns address of local variable cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c mark_rts.c -o mark_rts.o >/dev/null 2>&1 mv -f .deps/mark_rts.Tpo .deps/mark_rts.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo misc.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -fPIC -DPIC -o .libs/misc.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -o misc.o >/dev/null 2>&1 mv -f .deps/misc.Tpo .deps/misc.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c -o new_hblk.lo new_hblk.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c new_hblk.c -fPIC -DPIC -o .libs/new_hblk.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c new_hblk.c -o new_hblk.o >/dev/null 2>&1 mv -f .deps/new_hblk.Tpo .deps/new_hblk.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c -o obj_map.lo obj_map.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c obj_map.c -fPIC -DPIC -o .libs/obj_map.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c obj_map.c -o obj_map.o >/dev/null 2>&1 mv -f .deps/obj_map.Tpo .deps/obj_map.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c -o os_dep.lo os_dep.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c os_dep.c -fPIC -DPIC -o .libs/os_dep.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c os_dep.c -o os_dep.o >/dev/null 2>&1 mv -f .deps/os_dep.Tpo .deps/os_dep.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c -o pcr_interface.lo pcr_interface.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c pcr_interface.c -fPIC -DPIC -o .libs/pcr_interface.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c pcr_interface.c -o pcr_interface.o >/dev/null 2>&1 mv -f .deps/pcr_interface.Tpo .deps/pcr_interface.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c -o ptr_chck.lo ptr_chck.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c ptr_chck.c -fPIC -DPIC -o .libs/ptr_chck.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c ptr_chck.c -o ptr_chck.o >/dev/null 2>&1 mv -f .deps/ptr_chck.Tpo .deps/ptr_chck.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c -o real_malloc.lo real_malloc.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c real_malloc.c -fPIC -DPIC -o .libs/real_malloc.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c real_malloc.c -o real_malloc.o >/dev/null 2>&1 mv -f .deps/real_malloc.Tpo .deps/real_malloc.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c -o reclaim.lo reclaim.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c reclaim.c -fPIC -DPIC -o .libs/reclaim.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c reclaim.c -o reclaim.o >/dev/null 2>&1 mv -f .deps/reclaim.Tpo .deps/reclaim.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT solaris_pthreads.lo -MD -MP -MF .deps/solaris_pthreads.Tpo -c -o solaris_pthreads.lo solaris_pthreads.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT solaris_pthreads.lo -MD -MP -MF .deps/solaris_pthreads.Tpo -c solaris_pthreads.c -fPIC -DPIC -o .libs/solaris_pthreads.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT solaris_pthreads.lo -MD -MP -MF .deps/solaris_pthreads.Tpo -c solaris_pthreads.c -o solaris_pthreads.o >/dev/null 2>&1 mv -f .deps/solaris_pthreads.Tpo .deps/solaris_pthreads.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT solaris_threads.lo -MD -MP -MF .deps/solaris_threads.Tpo -c -o solaris_threads.lo solaris_threads.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT solaris_threads.lo -MD -MP -MF .deps/solaris_threads.Tpo -c solaris_threads.c -fPIC -DPIC -o .libs/solaris_threads.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT solaris_threads.lo -MD -MP -MF .deps/solaris_threads.Tpo -c solaris_threads.c -o solaris_threads.o >/dev/null 2>&1 mv -f .deps/solaris_threads.Tpo .deps/solaris_threads.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c -o specific.lo specific.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c specific.c -fPIC -DPIC -o .libs/specific.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c specific.c -o specific.o >/dev/null 2>&1 mv -f .deps/specific.Tpo .deps/specific.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c -o stubborn.lo stubborn.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c stubborn.c -fPIC -DPIC -o .libs/stubborn.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c stubborn.c -o stubborn.o >/dev/null 2>&1 mv -f .deps/stubborn.Tpo .deps/stubborn.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c -o typd_mlc.lo typd_mlc.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c typd_mlc.c -fPIC -DPIC -o .libs/typd_mlc.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c typd_mlc.c -o typd_mlc.o >/dev/null 2>&1 mv -f .deps/typd_mlc.Tpo .deps/typd_mlc.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c -o backgraph.lo backgraph.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c backgraph.c -fPIC -DPIC -o .libs/backgraph.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c backgraph.c -o backgraph.o >/dev/null 2>&1 mv -f .deps/backgraph.Tpo .deps/backgraph.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT win32_threads.lo -MD -MP -MF .deps/win32_threads.Tpo -c -o win32_threads.lo win32_threads.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT win32_threads.lo -MD -MP -MF .deps/win32_threads.Tpo -c win32_threads.c -fPIC -DPIC -o .libs/win32_threads.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT win32_threads.lo -MD -MP -MF .deps/win32_threads.Tpo -c win32_threads.c -o win32_threads.o >/dev/null 2>&1 mv -f .deps/win32_threads.Tpo .deps/win32_threads.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT pthread_support.lo -MD -MP -MF .deps/pthread_support.Tpo -c -o pthread_support.lo pthread_support.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT pthread_support.lo -MD -MP -MF .deps/pthread_support.Tpo -c pthread_support.c -fPIC -DPIC -o .libs/pthread_support.o pthread_support.c: In function 'GC_pthread_create': pthread_support.c:1467: warning: incompatible implicit declaration of built-in function 'printf' cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT pthread_support.lo -MD -MP -MF .deps/pthread_support.Tpo -c pthread_support.c -o pthread_support.o >/dev/null 2>&1 mv -f .deps/pthread_support.Tpo .deps/pthread_support.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT pthread_stop_world.lo -MD -MP -MF .deps/pthread_stop_world.Tpo -c -o pthread_stop_world.lo pthread_stop_world.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT pthread_stop_world.lo -MD -MP -MF .deps/pthread_stop_world.Tpo -c pthread_stop_world.c -fPIC -DPIC -o .libs/pthread_stop_world.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT pthread_stop_world.lo -MD -MP -MF .deps/pthread_stop_world.Tpo -c pthread_stop_world.c -o pthread_stop_world.o >/dev/null 2>&1 mv -f .deps/pthread_stop_world.Tpo .deps/pthread_stop_world.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT darwin_stop_world.lo -MD -MP -MF .deps/darwin_stop_world.Tpo -c -o darwin_stop_world.lo darwin_stop_world.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT darwin_stop_world.lo -MD -MP -MF .deps/darwin_stop_world.Tpo -c darwin_stop_world.c -fPIC -DPIC -o .libs/darwin_stop_world.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT darwin_stop_world.lo -MD -MP -MF .deps/darwin_stop_world.Tpo -c darwin_stop_world.c -o darwin_stop_world.o >/dev/null 2>&1 mv -f .deps/darwin_stop_world.Tpo .deps/darwin_stop_world.Plo /bin/sh /usr/local/bin/libtool --mode=compile cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" -DPACKAGE_STRING=\"libgc-mono\ 6.6\" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 -DTHREAD_LOCAL_ALLOC=1\ //only\ for\ tls=__thread.\ delete\ for\ pthread. -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c -o mach_dep.lo mach_dep.c cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c mach_dep.c -fPIC -DPIC -o .libs/mach_dep.o cc -DPACKAGE_NAME=\"libgc-mono\" -DPACKAGE_TARNAME=\"libgc-mono\" -DPACKAGE_VERSION=\"6.6\" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" -DPACKAGE_BUGREPORT=\"Hans_Boehm@hp.com\" -DGC_FREEBSD_THREADS=1 "-DTHREAD_LOCAL_ALLOC=1 //only for tls=__thread. delete for pthread." -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./.. -I./.. -I./include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c mach_dep.c -o mach_dep.o >/dev/null 2>&1 mv -f .deps/mach_dep.Tpo .deps/mach_dep.Plo /bin/sh /usr/local/bin/libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -version-info 1:2:0 -o libmonogc.la allchblk.lo alloc.lo blacklst.lo checksums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo solaris_pthreads.lo solaris_threads.lo specific.lo stubborn.lo typd_mlc.lo backgraph.lo win32_threads.lo pthread_support.lo pthread_stop_world.lo darwin_stop_world.lo mach_dep.lo -pthread libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libmonogc.a .libs/allchblk.o .libs/alloc.o .libs/blacklst.o .libs/checksums.o .libs/dbg_mlc.o .libs/dyn_load.o .libs/finalize.o .libs/gc_dlopen.o .libs/gcj_mlc.o .libs/headers.o .libs/malloc.o .libs/mallocx.o .libs/mark.o .libs/mark_rts.o .libs/misc.o .libs/new_hblk.o .libs/obj_map.o .libs/os_dep.o .libs/pcr_interface.o .libs/ptr_chck.o .libs/real_malloc.o .libs/reclaim.o .libs/solaris_pthreads.o .libs/solaris_threads.o .libs/specific.o .libs/stubborn.o .libs/typd_mlc.o .libs/backgraph.o .libs/win32_threads.o .libs/pthread_support.o .libs/pthread_stop_world.o .libs/darwin_stop_world.o .libs/mach_dep.o ranlib .libs/libmonogc.a creating libmonogc.la (cd .libs && rm -f libmonogc.la && ln -s ../libmonogc.la libmonogc.la) /bin/sh /usr/local/bin/libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -g -mno-tls-direct-seg-refs -static -o libmonogc-static.la allchblk.lo alloc.lo blacklst.lo checksums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo solaris_pthreads.lo solaris_threads.lo specific.lo stubborn.lo typd_mlc.lo backgraph.lo win32_threads.lo pthread_support.lo pthread_stop_world.lo darwin_stop_world.lo mach_dep.lo -pthread ar cru .libs/libmonogc-static.a allchblk.o alloc.o blacklst.o checksums.o dbg_mlc.o dyn_load.o finalize.o gc_dlopen.o gcj_mlc.o headers.o malloc.o mallocx.o mark.o mark_rts.o misc.o new_hblk.o obj_map.o os_dep.o pcr_interface.o ptr_chck.o real_malloc.o reclaim.o solaris_pthreads.o solaris_threads.o specific.o stubborn.o typd_mlc.o backgraph.o win32_threads.o pthread_support.o pthread_stop_world.o darwin_stop_world.o mach_dep.o ranlib .libs/libmonogc-static.a creating libmonogc-static.la (cd .libs && rm -f libmonogc-static.la && ln -s ../libmonogc-static.la libmonogc-static.la) gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc' Making all in mono gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono' Making all in utils gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/utils' gmake all-am gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/utils' /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-hash.lo -MD -MP -MF .deps/mono-hash.Tpo -c -o mono-hash.lo mono-hash.c mv -f .deps/mono-hash.Tpo .deps/mono-hash.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-md5.lo -MD -MP -MF .deps/mono-md5.Tpo -c -o mono-md5.lo mono-md5.c mv -f .deps/mono-md5.Tpo .deps/mono-md5.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-sha1.lo -MD -MP -MF .deps/mono-sha1.Tpo -c -o mono-sha1.lo mono-sha1.c mv -f .deps/mono-sha1.Tpo .deps/mono-sha1.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-logger.lo -MD -MP -MF .deps/mono-logger.Tpo -c -o mono-logger.lo mono-logger.c mv -f .deps/mono-logger.Tpo .deps/mono-logger.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-codeman.lo -MD -MP -MF .deps/mono-codeman.Tpo -c -o mono-codeman.lo mono-codeman.c mv -f .deps/mono-codeman.Tpo .deps/mono-codeman.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT dlmalloc.lo -MD -MP -MF .deps/dlmalloc.Tpo -c -o dlmalloc.lo dlmalloc.c dlmalloc.c: In function 'sys_alloc': dlmalloc.c:3416: warning: statement with no effect dlmalloc.c: At top level: dlmalloc.c:2508: warning: 'change_mparam' defined but not used dlmalloc.c:2840: warning: 'internal_malloc_stats' defined but not used mv -f .deps/dlmalloc.Tpo .deps/dlmalloc.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-counters.lo -MD -MP -MF .deps/mono-counters.Tpo -c -o mono-counters.lo mono-counters.c mv -f .deps/mono-counters.Tpo .deps/mono-counters.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-dl.lo -MD -MP -MF .deps/mono-dl.Tpo -c -o mono-dl.lo mono-dl.c mv -f .deps/mono-dl.Tpo .deps/mono-dl.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-internal-hash.lo -MD -MP -MF .deps/mono-internal-hash.Tpo -c -o mono-internal-hash.lo mono-internal-hash.c mv -f .deps/mono-internal-hash.Tpo .deps/mono-internal-hash.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-io-portability.lo -MD -MP -MF .deps/mono-io-portability.Tpo -c -o mono-io-portability.lo mono-io-portability.c mono-io-portability.c: In function 'mono_portability_find_file': mono-io-portability.c:155: warning: ISO C90 forbids mixed declarations and code mv -f .deps/mono-io-portability.Tpo .deps/mono-io-portability.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT monobitset.lo -MD -MP -MF .deps/monobitset.Tpo -c -o monobitset.lo monobitset.c mv -f .deps/monobitset.Tpo .deps/monobitset.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-math.lo -MD -MP -MF .deps/mono-math.Tpo -c -o mono-math.lo mono-math.c mv -f .deps/mono-math.Tpo .deps/mono-math.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-mmap.lo -MD -MP -MF .deps/mono-mmap.Tpo -c -o mono-mmap.lo mono-mmap.c mv -f .deps/mono-mmap.Tpo .deps/mono-mmap.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-time.lo -MD -MP -MF .deps/mono-time.Tpo -c -o mono-time.lo mono-time.c mv -f .deps/mono-time.Tpo .deps/mono-time.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT strtod.lo -MD -MP -MF .deps/strtod.Tpo -c -o strtod.lo strtod.c strtod.c:2444: warning: 'quorem' defined but not used strtod.c:2588: warning: 'nrv_alloc' defined but not used strtod.c:2612: warning: '__freedtoa' defined but not used mv -f .deps/strtod.Tpo .deps/strtod.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT strenc.lo -MD -MP -MF .deps/strenc.Tpo -c -o strenc.lo strenc.c mv -f .deps/strenc.Tpo .deps/strenc.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-uri.lo -MD -MP -MF .deps/mono-uri.Tpo -c -o mono-uri.lo mono-uri.c mv -f .deps/mono-uri.Tpo .deps/mono-uri.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-poll.lo -MD -MP -MF .deps/mono-poll.Tpo -c -o mono-poll.lo mono-poll.c mv -f .deps/mono-poll.Tpo .deps/mono-poll.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-path.lo -MD -MP -MF .deps/mono-path.Tpo -c -o mono-path.lo mono-path.c mv -f .deps/mono-path.Tpo .deps/mono-path.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-stdlib.lo -MD -MP -MF .deps/mono-stdlib.Tpo -c -o mono-stdlib.lo mono-stdlib.c mv -f .deps/mono-stdlib.Tpo .deps/mono-stdlib.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-property-hash.lo -MD -MP -MF .deps/mono-property-hash.Tpo -c -o mono-property-hash.lo mono-property-hash.c mv -f .deps/mono-property-hash.Tpo .deps/mono-property-hash.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-value-hash.lo -MD -MP -MF .deps/mono-value-hash.Tpo -c -o mono-value-hash.lo mono-value-hash.c mono-value-hash.c: In function 'mono_value_hash_table_insert': mono-value-hash.c:218: warning: 'first_tombstone' may be used uninitialized in this function mono-value-hash.c:218: note: 'first_tombstone' was declared here mv -f .deps/mono-value-hash.Tpo .deps/mono-value-hash.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -pthread -o libmonoutils.la mono-hash.lo mono-md5.lo mono-sha1.lo mono-logger.lo mono-codeman.lo dlmalloc.lo mono-counters.lo mono-dl.lo mono-internal-hash.lo mono-io-portability.lo monobitset.lo mono-math.lo mono-mmap.lo mono-time.lo strtod.lo strenc.lo mono-uri.lo mono-poll.lo mono-path.lo mono-stdlib.lo mono-property-hash.lo mono-value-hash.lo -pthread -lm gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/utils' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/utils' Making all in io-layer gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/io-layer' /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT atomic.lo -MD -MP -MF .deps/atomic.Tpo -c -o atomic.lo atomic.c mv -f .deps/atomic.Tpo .deps/atomic.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT collection.lo -MD -MP -MF .deps/collection.Tpo -c -o collection.lo collection.c mv -f .deps/collection.Tpo .deps/collection.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT context.lo -MD -MP -MF .deps/context.Tpo -c -o context.lo context.c mv -f .deps/context.Tpo .deps/context.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT critical-sections.lo -MD -MP -MF .deps/critical-sections.Tpo -c -o critical-sections.lo critical-sections.c mv -f .deps/critical-sections.Tpo .deps/critical-sections.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo error.c mv -f .deps/error.Tpo .deps/error.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT events.lo -MD -MP -MF .deps/events.Tpo -c -o events.lo events.c mv -f .deps/events.Tpo .deps/events.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT handles.lo -MD -MP -MF .deps/handles.Tpo -c -o handles.lo handles.c mv -f .deps/handles.Tpo .deps/handles.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT io.lo -MD -MP -MF .deps/io.Tpo -c -o io.lo io.c mv -f .deps/io.Tpo .deps/io.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT io-portability.lo -MD -MP -MF .deps/io-portability.Tpo -c -o io-portability.lo io-portability.c mv -f .deps/io-portability.Tpo .deps/io-portability.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT messages.lo -MD -MP -MF .deps/messages.Tpo -c -o messages.lo messages.c messages.c: In function 'FormatMessage': messages.c:41: warning: 'str' may be used uninitialized in this function mv -f .deps/messages.Tpo .deps/messages.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo misc.c mv -f .deps/misc.Tpo .deps/misc.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mutexes.lo -MD -MP -MF .deps/mutexes.Tpo -c -o mutexes.lo mutexes.c mv -f .deps/mutexes.Tpo .deps/mutexes.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-mutex.lo -MD -MP -MF .deps/mono-mutex.Tpo -c -o mono-mutex.lo mono-mutex.c mv -f .deps/mono-mutex.Tpo .deps/mono-mutex.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT processes.lo -MD -MP -MF .deps/processes.Tpo -c -o processes.lo processes.c mv -f .deps/processes.Tpo .deps/processes.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT security.lo -MD -MP -MF .deps/security.Tpo -c -o security.lo security.c mv -f .deps/security.Tpo .deps/security.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT semaphores.lo -MD -MP -MF .deps/semaphores.Tpo -c -o semaphores.lo semaphores.c mv -f .deps/semaphores.Tpo .deps/semaphores.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT shared.lo -MD -MP -MF .deps/shared.Tpo -c -o shared.lo shared.c shared.c: In function 'shm_semaphores_init': shared.c:373: warning: format '%x' expects type 'unsigned int', but argument 6 has type 'key_t' shared.c:399: warning: passing argument 1 of 'InterlockedCompareExchange' from incompatible pointer type shared.c:422: warning: format '%x' expects type 'unsigned int', but argument 5 has type 'key_t' shared.c:428: warning: passing argument 1 of 'InterlockedCompareExchange' from incompatible pointer type mv -f .deps/shared.Tpo .deps/shared.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT sockets.lo -MD -MP -MF .deps/sockets.Tpo -c -o sockets.lo sockets.c sockets.c: In function '_wapi_setsockopt': sockets.c:758: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness mv -f .deps/sockets.Tpo .deps/sockets.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT system.lo -MD -MP -MF .deps/system.Tpo -c -o system.lo system.c mv -f .deps/system.Tpo .deps/system.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT threads.lo -MD -MP -MF .deps/threads.Tpo -c -o threads.lo threads.c threads.c: In function 'QueueUserAPC': threads.c:1117: warning: comparison between pointer and integer mv -f .deps/threads.Tpo .deps/threads.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT timefuncs.lo -MD -MP -MF .deps/timefuncs.Tpo -c -o timefuncs.lo timefuncs.c mv -f .deps/timefuncs.Tpo .deps/timefuncs.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT versioninfo.lo -MD -MP -MF .deps/versioninfo.Tpo -c -o versioninfo.lo versioninfo.c mv -f .deps/versioninfo.Tpo .deps/versioninfo.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT wait.lo -MD -MP -MF .deps/wait.Tpo -c -o wait.lo wait.c mv -f .deps/wait.Tpo .deps/wait.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../../libgc/include -DMONO_BINDIR=\""/usr/local/bin"\" -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT wapi_glob.lo -MD -MP -MF .deps/wapi_glob.Tpo -c -o wapi_glob.lo wapi_glob.c mv -f .deps/wapi_glob.Tpo .deps/wapi_glob.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -pthread -o libwapi.la atomic.lo collection.lo context.lo critical-sections.lo error.lo events.lo handles.lo io.lo io-portability.lo messages.lo misc.lo mutexes.lo mono-mutex.lo processes.lo security.lo semaphores.lo shared.lo sockets.lo system.lo threads.lo timefuncs.lo versioninfo.lo wait.lo wapi_glob.lo -pthread -lm gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/io-layer' Making all in monoburg gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/monoburg' bison ./monoburg.y -o parser.c cc -o monoburg ./monoburg.c parser.c -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I. -I../.. -O2 -fno-strict-aliasing -pipe -pthread -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 ./monoburg ./sample.brg > sample.c gmake all-am gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/monoburg' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/monoburg' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/monoburg' Making all in os gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/os' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/os' Making all in cil gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/cil' perl ./make-opcodes-def.pl ./cil-opcodes.xml opcode.def.tmp mv opcode.def.tmp opcode.def gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/cil' Making all in metadata gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/metadata' /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT reflection.lo -MD -MP -MF .deps/reflection.Tpo -c -o reflection.lo reflection.c mv -f .deps/reflection.Tpo .deps/reflection.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT object.lo -MD -MP -MF .deps/object.Tpo -c -o object.lo object.c mv -f .deps/object.Tpo .deps/object.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT icall.lo -MD -MP -MF .deps/icall.Tpo -c -o icall.lo icall.c mv -f .deps/icall.Tpo .deps/icall.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT decimal.lo -MD -MP -MF .deps/decimal.Tpo -c -o decimal.lo decimal.c mv -f .deps/decimal.Tpo .deps/decimal.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT boehm-gc.lo -MD -MP -MF .deps/boehm-gc.Tpo -c -o boehm-gc.lo boehm-gc.c In file included from ../../libgc/include/private/gc_priv.h:66, from ../../libgc/include/private/pthread_support.h:4, from boehm-gc.c:24: ../../libgc/include/private/gcconfig.h:1301: warning: function declaration isn't a prototype ../../libgc/include/private/gcconfig.h:2364: warning: function declaration isn't a prototype In file included from ../../libgc/include/private/pthread_support.h:4, from boehm-gc.c:24: ../../libgc/include/private/gc_priv.h:426: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:427: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:1842: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:1931: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:1932: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:1933: warning: function declaration isn't a prototype ../../libgc/include/private/gc_priv.h:1935: warning: function declaration isn't a prototype In file included from boehm-gc.c:24: ../../libgc/include/private/pthread_support.h:97: warning: function declaration isn't a prototype mv -f .deps/boehm-gc.Tpo .deps/boehm-gc.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT null-gc.lo -MD -MP -MF .deps/null-gc.Tpo -c -o null-gc.lo null-gc.c mv -f .deps/null-gc.Tpo .deps/null-gc.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT sgen-gc.lo -MD -MP -MF .deps/sgen-gc.Tpo -c -o sgen-gc.lo sgen-gc.c mv -f .deps/sgen-gc.Tpo .deps/sgen-gc.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT gc.lo -MD -MP -MF .deps/gc.Tpo -c -o gc.lo gc.c mv -f .deps/gc.Tpo .deps/gc.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT method-builder.lo -MD -MP -MF .deps/method-builder.Tpo -c -o method-builder.lo method-builder.c mv -f .deps/method-builder.Tpo .deps/method-builder.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT marshal.lo -MD -MP -MF .deps/marshal.Tpo -c -o marshal.lo marshal.c mv -f .deps/marshal.Tpo .deps/marshal.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-mlist.lo -MD -MP -MF .deps/mono-mlist.Tpo -c -o mono-mlist.lo mono-mlist.c mv -f .deps/mono-mlist.Tpo .deps/mono-mlist.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT monitor.lo -MD -MP -MF .deps/monitor.Tpo -c -o monitor.lo monitor.c monitor.c: In function 'mono_monitor_init_tls': monitor.c:120: warning: assignment makes integer from pointer without a cast mv -f .deps/monitor.Tpo .deps/monitor.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT threads.lo -MD -MP -MF .deps/threads.Tpo -c -o threads.lo threads.c threads.c: In function 'mono_thread_get_stack_bounds': threads.c:771: warning: implicit declaration of function 'pthread_attr_get_np' threads.c:771: warning: nested extern declaration of 'pthread_attr_get_np' threads.c: In function 'try_free_delayed_free_item': threads.c:422: warning: 'item.free_func' may be used uninitialized in this function mv -f .deps/threads.Tpo .deps/threads.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT threadpool.lo -MD -MP -MF .deps/threadpool.Tpo -c -o threadpool.lo threadpool.c mv -f .deps/threadpool.Tpo .deps/threadpool.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT file-io.lo -MD -MP -MF .deps/file-io.Tpo -c -o file-io.lo file-io.c mv -f .deps/file-io.Tpo .deps/file-io.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT socket-io.lo -MD -MP -MF .deps/socket-io.Tpo -c -o socket-io.lo socket-io.c mv -f .deps/socket-io.Tpo .deps/socket-io.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT exception.lo -MD -MP -MF .deps/exception.Tpo -c -o exception.lo exception.c mv -f .deps/exception.Tpo .deps/exception.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT appdomain.lo -MD -MP -MF .deps/appdomain.Tpo -c -o appdomain.lo appdomain.c mv -f .deps/appdomain.Tpo .deps/appdomain.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT debug-mono-symfile.lo -MD -MP -MF .deps/debug-mono-symfile.Tpo -c -o debug-mono-symfile.lo debug-mono-symfile.c mv -f .deps/debug-mono-symfile.Tpo .deps/debug-mono-symfile.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-debug.lo -MD -MP -MF .deps/mono-debug.Tpo -c -o mono-debug.lo mono-debug.c mv -f .deps/mono-debug.Tpo .deps/mono-debug.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-debug-debugger.lo -MD -MP -MF .deps/mono-debug-debugger.Tpo -c -o mono-debug-debugger.lo mono-debug-debugger.c mono-debug-debugger.c: In function 'mono_debugger_check_breakpoints': mono-debug-debugger.c:282: warning: unused variable 'klass' mv -f .deps/mono-debug-debugger.Tpo .deps/mono-debug-debugger.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT profiler.lo -MD -MP -MF .deps/profiler.Tpo -c -o profiler.lo profiler.c profiler.c:1314: warning: 'try_addr2line' defined but not used mv -f .deps/profiler.Tpo .deps/profiler.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT rand.lo -MD -MP -MF .deps/rand.Tpo -c -o rand.lo rand.c rand.c: In function 'get_entropy_from_server': rand.c:44: warning: implicit declaration of function 'strncpy' rand.c:44: warning: incompatible implicit declaration of built-in function 'strncpy' rand.c: In function 'ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_RngGetBytes': rand.c:250: warning: implicit declaration of function 'strerror' rand.c:250: warning: nested extern declaration of 'strerror' rand.c:250: warning: format '%s' expects type 'char *', but argument 4 has type 'int' mv -f .deps/rand.Tpo .deps/rand.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT security.lo -MD -MP -MF .deps/security.Tpo -c -o security.lo security.c mv -f .deps/security.Tpo .deps/security.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT security-core-clr.lo -MD -MP -MF .deps/security-core-clr.Tpo -c -o security-core-clr.lo security-core-clr.c mv -f .deps/security-core-clr.Tpo .deps/security-core-clr.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT string-icalls.lo -MD -MP -MF .deps/string-icalls.Tpo -c -o string-icalls.lo string-icalls.c mv -f .deps/string-icalls.Tpo .deps/string-icalls.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT sysmath.lo -MD -MP -MF .deps/sysmath.Tpo -c -o sysmath.lo sysmath.c mv -f .deps/sysmath.Tpo .deps/sysmath.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT process.lo -MD -MP -MF .deps/process.Tpo -c -o process.lo process.c mv -f .deps/process.Tpo .deps/process.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT environment.lo -MD -MP -MF .deps/environment.Tpo -c -o environment.lo environment.c mv -f .deps/environment.Tpo .deps/environment.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT locales.lo -MD -MP -MF .deps/locales.Tpo -c -o locales.lo locales.c mv -f .deps/locales.Tpo .deps/locales.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT filewatcher.lo -MD -MP -MF .deps/filewatcher.Tpo -c -o filewatcher.lo filewatcher.c mv -f .deps/filewatcher.Tpo .deps/filewatcher.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT security-manager.lo -MD -MP -MF .deps/security-manager.Tpo -c -o security-manager.lo security-manager.c mv -f .deps/security-manager.Tpo .deps/security-manager.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT console-io.lo -MD -MP -MF .deps/console-io.Tpo -c -o console-io.lo console-io.c console-io.c:284: warning: function declaration isn't a prototype console-io.c:309: warning: function declaration isn't a prototype mv -f .deps/console-io.Tpo .deps/console-io.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT assembly.lo -MD -MP -MF .deps/assembly.Tpo -c -o assembly.lo assembly.c mv -f .deps/assembly.Tpo .deps/assembly.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT coree.lo -MD -MP -MF .deps/coree.Tpo -c -o coree.lo coree.c mv -f .deps/coree.Tpo .deps/coree.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT domain.lo -MD -MP -MF .deps/domain.Tpo -c -o domain.lo domain.c mv -f .deps/domain.Tpo .deps/domain.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT opcodes.lo -MD -MP -MF .deps/opcodes.Tpo -c -o opcodes.lo opcodes.c mv -f .deps/opcodes.Tpo .deps/opcodes.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT image.lo -MD -MP -MF .deps/image.Tpo -c -o image.lo image.c mv -f .deps/image.Tpo .deps/image.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT metadata.lo -MD -MP -MF .deps/metadata.Tpo -c -o metadata.lo metadata.c mv -f .deps/metadata.Tpo .deps/metadata.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT verify.lo -MD -MP -MF .deps/verify.Tpo -c -o verify.lo verify.c mv -f .deps/verify.Tpo .deps/verify.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-endian.lo -MD -MP -MF .deps/mono-endian.Tpo -c -o mono-endian.lo mono-endian.c mv -f .deps/mono-endian.Tpo .deps/mono-endian.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-config.lo -MD -MP -MF .deps/mono-config.Tpo -c -o mono-config.lo mono-config.c mv -f .deps/mono-config.Tpo .deps/mono-config.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT rawbuffer.lo -MD -MP -MF .deps/rawbuffer.Tpo -c -o rawbuffer.lo rawbuffer.c mv -f .deps/rawbuffer.Tpo .deps/rawbuffer.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT loader.lo -MD -MP -MF .deps/loader.Tpo -c -o loader.lo loader.c mv -f .deps/loader.Tpo .deps/loader.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT class.lo -MD -MP -MF .deps/class.Tpo -c -o class.lo class.c mv -f .deps/class.Tpo .deps/class.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mempool.lo -MD -MP -MF .deps/mempool.Tpo -c -o mempool.lo mempool.c mv -f .deps/mempool.Tpo .deps/mempool.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-perfcounters.lo -MD -MP -MF .deps/mono-perfcounters.Tpo -c -o mono-perfcounters.lo mono-perfcounters.c mv -f .deps/mono-perfcounters.Tpo .deps/mono-perfcounters.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT debug-helpers.lo -MD -MP -MF .deps/debug-helpers.Tpo -c -o debug-helpers.lo debug-helpers.c mv -f .deps/debug-helpers.Tpo .deps/debug-helpers.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT generic-sharing.lo -MD -MP -MF .deps/generic-sharing.Tpo -c -o generic-sharing.lo generic-sharing.c mv -f .deps/generic-sharing.Tpo .deps/generic-sharing.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -pthread -o libmonoruntime.la reflection.lo object.lo icall.lo decimal.lo boehm-gc.lo null-gc.lo sgen-gc.lo gc.lo method-builder.lo marshal.lo mono-mlist.lo monitor.lo threads.lo threadpool.lo file-io.lo socket-io.lo exception.lo appdomain.lo debug-mono-symfile.lo mono-debug.lo mono-debug-debugger.lo profiler.lo rand.lo security.lo security-core-clr.lo string-icalls.lo sysmath.lo process.lo environment.lo locales.lo filewatcher.lo security-manager.lo console-io.lo assembly.lo coree.lo domain.lo opcodes.lo image.lo metadata.lo verify.lo mono-endian.lo mono-config.lo rawbuffer.lo loader.lo class.lo mempool.lo mono-perfcounters.lo debug-helpers.lo generic-sharing.lo -pthread -lm /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -static -pthread -o libmonoruntime-static.la reflection.lo object.lo icall.lo decimal.lo boehm-gc.lo null-gc.lo sgen-gc.lo gc.lo method-builder.lo marshal.lo mono-mlist.lo monitor.lo threads.lo threadpool.lo file-io.lo socket-io.lo exception.lo appdomain.lo debug-mono-symfile.lo mono-debug.lo mono-debug-debugger.lo profiler.lo rand.lo security.lo security-core-clr.lo string-icalls.lo sysmath.lo process.lo environment.lo locales.lo filewatcher.lo security-manager.lo console-io.lo assembly.lo coree.lo domain.lo opcodes.lo image.lo metadata.lo verify.lo mono-endian.lo mono-config.lo rawbuffer.lo loader.lo class.lo mempool.lo mono-perfcounters.lo debug-helpers.lo generic-sharing.lo -pthread -lm cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DMONO_BINDIR=\"/usr/local/bin/\" -DMONO_ASSEMBLIES=\"/usr/local/lib\" -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT pedump.o -MD -MP -MF .deps/pedump.Tpo -c -o pedump.o pedump.c mv -f .deps/pedump.Tpo .deps/pedump.Po /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -pthread -o pedump pedump.o libmonoruntime.la ../io-layer/libwapi.la ../utils/libmonoutils.la ../../libgc/libmonogc.la -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -lm -pthread -lm gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/metadata' Making all in arch gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/arch' gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/arch' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/arch' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/arch' Making all in interpreter gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/interpreter' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/interpreter' Making all in mini gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/mini' if test -d ../../.git/svn; then svn_info='git svn info'; fi; \ if test -d ./.svn; then svn_info='svn info'; fi; \ if test -n "$svn_info"; then \ (cd ../..; \ LANG=C; export LANG; \ branch=`$svn_info | grep URL | sed -e 's/.*source//' -e 's,mono/?$,,'`; \ version=`$svn_info | grep Revision | sed 's/.*: //'`; \ echo "#define FULL_VERSION \"$branch r$version\""; \ ); \ else \ echo "#define FULL_VERSION \"tarball\""; \ fi > version.h ../../mono/monoburg/monoburg -c 1 -p -e ./inssel.brg ./inssel-float.brg ./inssel-long32.brg ./inssel-x86.brg -d inssel.h -s inssel.c cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT genmdesc-genmdesc.o -MD -MP -MF .deps/genmdesc-genmdesc.Tpo -c -o genmdesc-genmdesc.o `test -f 'genmdesc.c' || echo './'`genmdesc.c mv -f .deps/genmdesc-genmdesc.Tpo .deps/genmdesc-genmdesc.Po cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT genmdesc-helpers.o -MD -MP -MF .deps/genmdesc-helpers.Tpo -c -o genmdesc-helpers.o `test -f 'helpers.c' || echo './'`helpers.c mv -f .deps/genmdesc-helpers.Tpo .deps/genmdesc-helpers.Po /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=link cc -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -pthread -o genmdesc genmdesc-genmdesc.o genmdesc-helpers.o ../../mono/utils/libmonoutils.la ../../mono/metadata/opcodes.lo -lm -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -pthread -lm ./genmdesc ./cpu-x86.md cpu-x86.h x86_desc gmake all-am gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/mini' /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mini.lo -MD -MP -MF .deps/mini.Tpo -c -o mini.lo mini.c mv -f .deps/mini.Tpo .deps/mini.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT jit-icalls.lo -MD -MP -MF .deps/jit-icalls.Tpo -c -o jit-icalls.lo jit-icalls.c mv -f .deps/jit-icalls.Tpo .deps/jit-icalls.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT trace.lo -MD -MP -MF .deps/trace.Tpo -c -o trace.lo trace.c mv -f .deps/trace.Tpo .deps/trace.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT dominators.lo -MD -MP -MF .deps/dominators.Tpo -c -o dominators.lo dominators.c mv -f .deps/dominators.Tpo .deps/dominators.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT cfold.lo -MD -MP -MF .deps/cfold.Tpo -c -o cfold.lo cfold.c mv -f .deps/cfold.Tpo .deps/cfold.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT regalloc.lo -MD -MP -MF .deps/regalloc.Tpo -c -o regalloc.lo regalloc.c mv -f .deps/regalloc.Tpo .deps/regalloc.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT helpers.lo -MD -MP -MF .deps/helpers.Tpo -c -o helpers.lo helpers.c mv -f .deps/helpers.Tpo .deps/helpers.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT liveness.lo -MD -MP -MF .deps/liveness.Tpo -c -o liveness.lo liveness.c mv -f .deps/liveness.Tpo .deps/liveness.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT ssa.lo -MD -MP -MF .deps/ssa.Tpo -c -o ssa.lo ssa.c mv -f .deps/ssa.Tpo .deps/ssa.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT abcremoval.lo -MD -MP -MF .deps/abcremoval.Tpo -c -o abcremoval.lo abcremoval.c mv -f .deps/abcremoval.Tpo .deps/abcremoval.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT ssapre.lo -MD -MP -MF .deps/ssapre.Tpo -c -o ssapre.lo ssapre.c mv -f .deps/ssapre.Tpo .deps/ssapre.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT aliasing.lo -MD -MP -MF .deps/aliasing.Tpo -c -o aliasing.lo aliasing.c mv -f .deps/aliasing.Tpo .deps/aliasing.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT local-propagation.lo -MD -MP -MF .deps/local-propagation.Tpo -c -o local-propagation.lo local-propagation.c mv -f .deps/local-propagation.Tpo .deps/local-propagation.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT driver.lo -MD -MP -MF .deps/driver.Tpo -c -o driver.lo driver.c mv -f .deps/driver.Tpo .deps/driver.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT debug-mini.lo -MD -MP -MF .deps/debug-mini.Tpo -c -o debug-mini.lo debug-mini.c mv -f .deps/debug-mini.Tpo .deps/debug-mini.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT linear-scan.lo -MD -MP -MF .deps/linear-scan.Tpo -c -o linear-scan.lo linear-scan.c mv -f .deps/linear-scan.Tpo .deps/linear-scan.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT aot-compiler.lo -MD -MP -MF .deps/aot-compiler.Tpo -c -o aot-compiler.lo aot-compiler.c aot-compiler.c: In function 'emit_trampolines': aot-compiler.c:3016: warning: unused variable 'tramp_type' aot-compiler.c: At top level: aot-compiler.c:2954: warning: 'emit_named_code' defined but not used mv -f .deps/aot-compiler.Tpo .deps/aot-compiler.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT aot-runtime.lo -MD -MP -MF .deps/aot-runtime.Tpo -c -o aot-runtime.lo aot-runtime.c mv -f .deps/aot-runtime.Tpo .deps/aot-runtime.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT graph.lo -MD -MP -MF .deps/graph.Tpo -c -o graph.lo graph.c mv -f .deps/graph.Tpo .deps/graph.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mini-exceptions.lo -MD -MP -MF .deps/mini-exceptions.Tpo -c -o mini-exceptions.lo mini-exceptions.c mv -f .deps/mini-exceptions.Tpo .deps/mini-exceptions.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mini-codegen.lo -MD -MP -MF .deps/mini-codegen.Tpo -c -o mini-codegen.lo mini-codegen.c mv -f .deps/mini-codegen.Tpo .deps/mini-codegen.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mini-trampolines.lo -MD -MP -MF .deps/mini-trampolines.Tpo -c -o mini-trampolines.lo mini-trampolines.c mv -f .deps/mini-trampolines.Tpo .deps/mini-trampolines.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT declsec.lo -MD -MP -MF .deps/declsec.Tpo -c -o declsec.lo declsec.c mv -f .deps/declsec.Tpo .deps/declsec.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT wapihandles.lo -MD -MP -MF .deps/wapihandles.Tpo -c -o wapihandles.lo wapihandles.c wapihandles.c: In function 'mini_wapi_hps': wapihandles.c:94: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'key_t' wapihandles.c: In function 'namedmutex_details': wapihandles.c:160: warning: format '%5ld' expects type 'long int', but argument 6 has type 'pthread_t' wapihandles.c: In function 'mini_wapi_seminfo': wapihandles.c:266: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'key_t' mv -f .deps/wapihandles.Tpo .deps/wapihandles.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT branch-opts.lo -MD -MP -MF .deps/branch-opts.Tpo -c -o branch-opts.lo branch-opts.c mv -f .deps/branch-opts.Tpo .deps/branch-opts.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT generic-sharing.lo -MD -MP -MF .deps/generic-sharing.Tpo -c -o generic-sharing.lo generic-sharing.c mv -f .deps/generic-sharing.Tpo .deps/generic-sharing.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mini-x86.lo -MD -MP -MF .deps/mini-x86.Tpo -c -o mini-x86.lo mini-x86.c mv -f .deps/mini-x86.Tpo .deps/mini-x86.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT exceptions-x86.lo -MD -MP -MF .deps/exceptions-x86.Tpo -c -o exceptions-x86.lo exceptions-x86.c mv -f .deps/exceptions-x86.Tpo .deps/exceptions-x86.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT tramp-x86.lo -MD -MP -MF .deps/tramp-x86.Tpo -c -o tramp-x86.lo tramp-x86.c mv -f .deps/tramp-x86.Tpo .deps/tramp-x86.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT inssel.lo -MD -MP -MF .deps/inssel.Tpo -c -o inssel.lo inssel.c inssel.c: In function 'mono_burg_emit': inssel.c:3207: warning: overflow in implicit constant conversion mv -f .deps/inssel.Tpo .deps/inssel.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=link cc -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -Wl,-version-script=./ldscript -pthread -o libmono.la -rpath /usr/local/lib mini.lo jit-icalls.lo trace.lo dominators.lo cfold.lo regalloc.lo helpers.lo liveness.lo ssa.lo abcremoval.lo ssapre.lo aliasing.lo local-propagation.lo driver.lo debug-mini.lo linear-scan.lo aot-compiler.lo aot-runtime.lo graph.lo mini-exceptions.lo mini-codegen.lo mini-trampolines.lo declsec.lo wapihandles.lo branch-opts.lo generic-sharing.lo mini-x86.lo exceptions-x86.lo tramp-x86.lo inssel.lo ../../mono/metadata/libmonoruntime.la ../../mono/io-layer/libwapi.la ../../mono/utils/libmonoutils.la -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 ../../libgc/libmonogc.la -pthread -lm copying selected object files to avoid basename conflicts... /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=link cc -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -static -pthread -o libmono-static.la mini.lo jit-icalls.lo trace.lo dominators.lo cfold.lo regalloc.lo helpers.lo liveness.lo ssa.lo abcremoval.lo ssapre.lo aliasing.lo local-propagation.lo driver.lo debug-mini.lo linear-scan.lo aot-compiler.lo aot-runtime.lo graph.lo mini-exceptions.lo mini-codegen.lo mini-trampolines.lo declsec.lo wapihandles.lo branch-opts.lo generic-sharing.lo mini-x86.lo exceptions-x86.lo tramp-x86.lo inssel.lo ../../mono/metadata/libmonoruntime-static.la ../../mono/io-layer/libwapi.la ../../mono/utils/libmonoutils.la -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 ../../libgc/libmonogc-static.la -pthread -lm copying selected object files to avoid basename conflicts... cc -DHAVE_CONFIG_H -I. -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c mv -f .deps/main.Tpo .deps/main.Po /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=link cc -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -export-dynamic -Wl,-version-script=./ldscript.mono -pthread -o mono main.o libmono-static.la -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -lm -pthread -lm gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/mini' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/mini' Making all in dis gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/dis' cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT get.o -MD -MP -MF .deps/get.Tpo -c -o get.o get.c mv -f .deps/get.Tpo .deps/get.Po cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT dis-cil.o -MD -MP -MF .deps/dis-cil.Tpo -c -o dis-cil.o dis-cil.c mv -f .deps/dis-cil.Tpo .deps/dis-cil.Po cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c mv -f .deps/util.Tpo .deps/util.Po rm -f libmonodis.a ar cru libmonodis.a get.o dis-cil.o util.o ranlib libmonodis.a cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT dump.o -MD -MP -MF .deps/dump.Tpo -c -o dump.o dump.c mv -f .deps/dump.Tpo .deps/dump.Po cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c mv -f .deps/main.Tpo .deps/main.Po cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT declsec.o -MD -MP -MF .deps/declsec.Tpo -c -o declsec.o declsec.c mv -f .deps/declsec.Tpo .deps/declsec.Po /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -pthread -o monodis dump.o main.o declsec.o libmonodis.a ../mini/libmono.la -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -pthread -lm gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/dis' Making all in monograph gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/monograph' cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT monograph.o -MD -MP -MF .deps/monograph.Tpo -c -o monograph.o monograph.c mv -f .deps/monograph.Tpo .deps/monograph.Po /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -pthread -o monograph monograph.o ../mini/libmono.la -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -lm -pthread -lm gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/monograph' Making all in tests gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests' Making all in cas gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas' Making all in assembly gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/assembly' gmake[5]: Nothing to be done for `all'. gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/assembly' Making all in linkdemand gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/linkdemand' gmake[5]: Nothing to be done for `all'. gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/linkdemand' Making all in inheritance gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/inheritance' gmake[5]: Nothing to be done for `all'. gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/inheritance' Making all in demand gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/demand' gmake[5]: Nothing to be done for `all'. gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/demand' Making all in threads gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/threads' gmake[5]: Nothing to be done for `all'. gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/threads' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas' gmake[5]: Nothing to be done for `all-am'. gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas' gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas' Making all in assemblyresolve gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/assemblyresolve' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/assemblyresolve' gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests' /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT libtest_la-libtest.lo -MD -MP -MF .deps/libtest_la-libtest.Tpo -c -o libtest_la-libtest.lo `test -f 'libtest.c' || echo './'`libtest.c libtest.c: In function 'test_method_thunk': libtest.c:2981: warning: passing argument 1 of 'lookup_mono_symbol' discards qualifiers from pointer target type libtest.c:2984: warning: passing argument 1 of 'lookup_mono_symbol' discards qualifiers from pointer target type libtest.c:2987: warning: passing argument 1 of 'lookup_mono_symbol' discards qualifiers from pointer target type libtest.c:2990: warning: passing argument 1 of 'lookup_mono_symbol' discards qualifiers from pointer target type libtest.c:3028: warning: passing argument 1 of 'mono_string_new_wrapper' discards qualifiers from pointer target type libtest.c:3042: warning: passing argument 1 of 'mono_string_new_wrapper' discards qualifiers from pointer target type libtest.c:3057: warning: passing argument 1 of 'mono_string_new_wrapper' discards qualifiers from pointer target type libtest.c:3073: warning: passing argument 1 of 'mono_string_new_wrapper' discards qualifiers from pointer target type libtest.c:3087: warning: passing argument 1 of 'mono_string_new_wrapper' discards qualifiers from pointer target type libtest.c: At top level: libtest.c:3534: warning: function declaration isn't a prototype libtest.c:3542: warning: function declaration isn't a prototype libtest.c:3551: warning: function declaration isn't a prototype libtest.c:3561: warning: function declaration isn't a prototype libtest.c:3572: warning: function declaration isn't a prototype libtest.c:3671: warning: function declaration isn't a prototype libtest.c:3686: warning: function declaration isn't a prototype mv -f .deps/libtest_la-libtest.Tpo .deps/libtest_la-libtest.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -rpath `pwd` -pthread -o libtest.la libtest_la-libtest.lo -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -Wl,--export-dynamic -L/usr/local/lib -lgmodule-2.0 -lglib-2.0 -pthread -lm gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests' Making all in benchmark gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/benchmark' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/benchmark' Making all in profiler gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/profiler' /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -fexceptions -DMONO_USE_EXC_TABLES -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-cov.lo -MD -MP -MF .deps/mono-cov.Tpo -c -o mono-cov.lo mono-cov.c mono-cov.c:124: warning: no previous prototype for 'mono_profiler_startup' mv -f .deps/mono-cov.Tpo .deps/mono-cov.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -pthread -o libmono-profiler-cov.la -rpath /usr/local/lib mono-cov.lo ../../mono/mini/libmono.la -pthread -lm /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -fexceptions -DMONO_USE_EXC_TABLES -I../.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT mono-profiler-aot.lo -MD -MP -MF .deps/mono-profiler-aot.Tpo -c -o mono-profiler-aot.lo mono-profiler-aot.c mono-profiler-aot.c:125: warning: no previous prototype for 'mono_profiler_startup' mv -f .deps/mono-profiler-aot.Tpo .deps/mono-profiler-aot.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -pthread -o libmono-profiler-aot.la -rpath /usr/local/lib mono-profiler-aot.lo ../../mono/mini/libmono.la -pthread -lm gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/profiler' gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono' Making all in ikvm-native gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/ikvm-native' /bin/sh /usr/local/bin/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 -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT jni.lo -MD -MP -MF .deps/jni.Tpo -c -o jni.lo jni.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT jni.lo -MD -MP -MF .deps/jni.Tpo -c jni.c -fPIC -DPIC -o .libs/jni.o jni.c:490: warning: function declaration isn't a prototype jni.c:495: warning: no previous prototype for 'ikvm_MarshalDelegate' jni.c:502: warning: no previous prototype for 'ikvm_CallOnLoad' cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT jni.lo -MD -MP -MF .deps/jni.Tpo -c jni.c -o jni.o >/dev/null 2>&1 mv -f .deps/jni.Tpo .deps/jni.Plo /bin/sh /usr/local/bin/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 -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT os.lo -MD -MP -MF .deps/os.Tpo -c -o os.lo os.c cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT os.lo -MD -MP -MF .deps/os.Tpo -c os.c -fPIC -DPIC -o .libs/os.o os.c:65: warning: no previous prototype for 'ikvm_LoadLibrary' os.c:70: warning: no previous prototype for 'ikvm_FreeLibrary' os.c:75: warning: no previous prototype for 'ikvm_GetProcAddress' os.c:87: warning: no previous prototype for 'ikvm_mmap' os.c:92: warning: no previous prototype for 'ikvm_munmap' os.c:97: warning: no previous prototype for 'ikvm_msync' cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT os.lo -MD -MP -MF .deps/os.Tpo -c os.c -o os.o >/dev/null 2>&1 mv -f .deps/os.Tpo .deps/os.Plo /bin/sh /usr/local/bin/libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -avoid-version -pthread -o libikvm-native.la -rpath /usr/local/lib jni.lo os.lo -Wl,--export-dynamic -L/usr/local/lib -lgmodule-2.0 -lglib-2.0 -pthread -lm cc -shared .libs/jni.o .libs/os.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib-2.0.so -pthread -lm -mno-tls-direct-seg-refs -pthread -Wl,--export-dynamic -pthread -pthread -pthread -pthread -Wl,-soname -Wl,libikvm-native.so -o .libs/libikvm-native.so ar cru .libs/libikvm-native.a jni.o os.o ranlib .libs/libikvm-native.a creating libikvm-native.la (cd .libs && rm -f libikvm-native.la && ln -s ../libikvm-native.la libikvm-native.la) gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/ikvm-native' Making all in support gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/support' /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT errno.lo -MD -MP -MF .deps/errno.Tpo -c -o errno.lo errno.c errno.c: In function 'Mono_Posix_Syscall_strerror_r': errno.c:83: warning: assignment makes pointer from integer without a cast mv -f .deps/errno.Tpo .deps/errno.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT map.lo -MD -MP -MF .deps/map.Tpo -c -o map.lo map.c map.c: In function 'Mono_Posix_FromStat': map.c:4269: warning: passing argument 2 of 'Mono_Posix_FromFilePermissions' from incompatible pointer type mv -f .deps/map.Tpo .deps/map.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c -o signal.lo signal.c signal.c: In function 'Mono_Unix_UnixSignal_WaitAny': signal.c:296: warning: 'r' is used uninitialized in this function signal.c: In function 'Mono_Unix_UnixSignal_install': signal.c:112: warning: 'handler' may be used uninitialized in this function mv -f .deps/signal.Tpo .deps/signal.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT stdio.lo -MD -MP -MF .deps/stdio.Tpo -c -o stdio.lo stdio.c mv -f .deps/stdio.Tpo .deps/stdio.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT string.lo -MD -MP -MF .deps/string.Tpo -c -o string.lo string.c mv -f .deps/string.Tpo .deps/string.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT stdlib.lo -MD -MP -MF .deps/stdlib.Tpo -c -o stdlib.lo stdlib.c mv -f .deps/stdlib.Tpo .deps/stdlib.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT dirent.lo -MD -MP -MF .deps/dirent.Tpo -c -o dirent.lo dirent.c mv -f .deps/dirent.Tpo .deps/dirent.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT fcntl.lo -MD -MP -MF .deps/fcntl.Tpo -c -o fcntl.lo fcntl.c mv -f .deps/fcntl.Tpo .deps/fcntl.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT fstab.lo -MD -MP -MF .deps/fstab.Tpo -c -o fstab.lo fstab.c mv -f .deps/fstab.Tpo .deps/fstab.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT grp.lo -MD -MP -MF .deps/grp.Tpo -c -o grp.lo grp.c mv -f .deps/grp.Tpo .deps/grp.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT macros.lo -MD -MP -MF .deps/macros.Tpo -c -o macros.lo macros.c macros.c:14: warning: no previous prototype for 'wifexited' macros.c:19: warning: no previous prototype for 'wexitstatus' macros.c:24: warning: no previous prototype for 'wifsignaled' macros.c:29: warning: no previous prototype for 'wtermsig' macros.c:34: warning: no previous prototype for 'wifstopped' macros.c:39: warning: no previous prototype for 'wstopsig' macros.c:57: warning: no previous prototype for 'helper_Mono_Posix_Stat' macros.c:84: warning: no previous prototype for 'helper_Mono_Posix_GetUserName' macros.c:89: warning: no previous prototype for 'helper_Mono_Posix_GetGroupName' macros.c:95: warning: no previous prototype for 'helper_Mono_Posix_readdir' macros.c:109: warning: no previous prototype for 'helper_Mono_Posix_getpwnamuid' mv -f .deps/macros.Tpo .deps/macros.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT old-map.lo -MD -MP -MF .deps/old-map.Tpo -c -o old-map.lo old-map.c old-map.c:17: warning: no previous prototype for 'map_Mono_Posix_OpenFlags' old-map.c:45: warning: no previous prototype for 'map_Mono_Posix_FileMode' old-map.c:75: warning: no previous prototype for 'map_Mono_Posix_WaitOptions' old-map.c:85: warning: no previous prototype for 'map_Mono_Posix_AccessMode' old-map.c:99: warning: no previous prototype for 'map_Mono_Posix_Signals' old-map.c:162: warning: no previous prototype for 'map_Mono_Posix_PollEvents' mv -f .deps/old-map.Tpo .deps/old-map.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT pwd.lo -MD -MP -MF .deps/pwd.Tpo -c -o pwd.lo pwd.c mv -f .deps/pwd.Tpo .deps/pwd.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT serial.lo -MD -MP -MF .deps/serial.Tpo -c -o serial.lo serial.c serial.c:65: warning: no previous prototype for 'open_serial' serial.c:77: warning: no previous prototype for 'close_serial' serial.c:83: warning: no previous prototype for 'read_serial' serial.c:93: warning: no previous prototype for 'write_serial' serial.c:132: warning: no previous prototype for 'discard_buffer' serial.c:138: warning: no previous prototype for 'get_bytes_in_buffer' serial.c:150: warning: no previous prototype for 'set_attributes' serial.c:363: warning: no previous prototype for 'get_signals' serial.c:378: warning: no previous prototype for 'set_signal' serial.c:402: warning: no previous prototype for 'breakprop' serial.c:408: warning: no previous prototype for 'poll_serial' serial.c:436: warning: no previous prototype for 'list_serial_devices' mv -f .deps/serial.Tpo .deps/serial.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT sys-mman.lo -MD -MP -MF .deps/sys-mman.Tpo -c -o sys-mman.lo sys-mman.c sys-mman.c: In function 'Mono_Posix_Syscall_mincore': sys-mman.c:109: warning: implicit declaration of function 'mincore' sys-mman.c:109: warning: nested extern declaration of 'mincore' mv -f .deps/sys-mman.Tpo .deps/sys-mman.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT sys-sendfile.lo -MD -MP -MF .deps/sys-sendfile.Tpo -c -o sys-sendfile.lo sys-sendfile.c sys-sendfile.c: In function 'Mono_Posix_Syscall_sendfile': sys-sendfile.c:32: warning: implicit declaration of function 'sendfile' sys-sendfile.c:32: warning: nested extern declaration of 'sendfile' mv -f .deps/sys-sendfile.Tpo .deps/sys-sendfile.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT sys-stat.lo -MD -MP -MF .deps/sys-stat.Tpo -c -o sys-stat.lo sys-stat.c mv -f .deps/sys-stat.Tpo .deps/sys-stat.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT sys-statvfs.lo -MD -MP -MF .deps/sys-statvfs.Tpo -c -o sys-statvfs.lo sys-statvfs.c mv -f .deps/sys-statvfs.Tpo .deps/sys-statvfs.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT sys-time.lo -MD -MP -MF .deps/sys-time.Tpo -c -o sys-time.lo sys-time.c sys-time.c:76: warning: no previous prototype for 'Mono_Posix_Syscall_utimes_bad' mv -f .deps/sys-time.Tpo .deps/sys-time.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT sys-utsname.lo -MD -MP -MF .deps/sys-utsname.Tpo -c -o sys-utsname.lo sys-utsname.c mv -f .deps/sys-utsname.Tpo .deps/sys-utsname.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT sys-wait.lo -MD -MP -MF .deps/sys-wait.Tpo -c -o sys-wait.lo sys-wait.c mv -f .deps/sys-wait.Tpo .deps/sys-wait.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT sys-xattr.lo -MD -MP -MF .deps/sys-xattr.Tpo -c -o sys-xattr.lo sys-xattr.c mv -f .deps/sys-xattr.Tpo .deps/sys-xattr.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT syslog.lo -MD -MP -MF .deps/syslog.Tpo -c -o syslog.lo syslog.c syslog.c:44: warning: no previous prototype for 'Mono_Posix_Syscall_syslog2' mv -f .deps/syslog.Tpo .deps/syslog.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT time.lo -MD -MP -MF .deps/time.Tpo -c -o time.lo time.c mv -f .deps/time.Tpo .deps/time.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT unistd.lo -MD -MP -MF .deps/unistd.Tpo -c -o unistd.lo unistd.c mv -f .deps/unistd.Tpo .deps/unistd.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT utime.lo -MD -MP -MF .deps/utime.Tpo -c -o utime.lo utime.c mv -f .deps/utime.Tpo .deps/utime.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT x-struct-str.lo -MD -MP -MF .deps/x-struct-str.Tpo -c -o x-struct-str.lo x-struct-str.c x-struct-str.c:28: warning: 'visibility' attribute ignored on non-class types mv -f .deps/x-struct-str.Tpo .deps/x-struct-str.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT zlib_macros.lo -MD -MP -MF .deps/zlib_macros.Tpo -c -o zlib_macros.lo zlib_macros.c zlib_macros.c:20: warning: no previous prototype for 'create_z_stream' zlib_macros.c:52: warning: no previous prototype for 'free_z_stream' zlib_macros.c:63: warning: no previous prototype for 'z_stream_set_next_in' zlib_macros.c:69: warning: no previous prototype for 'z_stream_set_avail_in' zlib_macros.c:75: warning: no previous prototype for 'z_stream_get_avail_in' zlib_macros.c:81: warning: no previous prototype for 'z_stream_set_next_out' zlib_macros.c:87: warning: no previous prototype for 'z_stream_set_avail_out' zlib_macros.c:93: warning: no previous prototype for 'z_stream_deflate' zlib_macros.c:108: warning: no previous prototype for 'z_stream_inflate' mv -f .deps/zlib_macros.Tpo .deps/zlib_macros.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -no-undefined -avoid-version -pthread -o libMonoPosixHelper.la -rpath /usr/local/lib errno.lo map.lo signal.lo stdio.lo string.lo stdlib.lo dirent.lo fcntl.lo fstab.lo grp.lo macros.lo old-map.lo pwd.lo serial.lo sys-mman.lo sys-sendfile.lo sys-stat.lo sys-statvfs.lo sys-time.lo sys-utsname.lo sys-wait.lo sys-xattr.lo syslog.lo time.lo unistd.lo utime.lo x-struct-str.lo zlib_macros.lo -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -lz -pthread -lm /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT supportw.lo -MD -MP -MF .deps/supportw.Tpo -c -o supportw.lo supportw.c supportw.c:163: warning: no previous prototype for 'SetWindowPos' supportw.c: In function 'SetWindowPos': supportw.c:164: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'gpointer' supportw.c:164: warning: format '%x' expects type 'unsigned int', but argument 4 has type 'gpointer' supportw.c: At top level: supportw.c:170: warning: no previous prototype for 'SendMessageA' supportw.c: In function 'SendMessageA': supportw.c:171: warning: format '%d' expects type 'int', but argument 3 has type 'gpointer' supportw.c:171: warning: format '%x' expects type 'unsigned int', but argument 5 has type 'gpointer' supportw.c:171: warning: format '%x' expects type 'unsigned int', but argument 6 has type 'gpointer' supportw.c: At top level: supportw.c:177: warning: no previous prototype for 'GetWindowLongA' mv -f .deps/supportw.Tpo .deps/supportw.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I.. -DGC_FREEBSD_THREADS -DPLATFORM_BSD -DPLATFORM_BSD6 -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DUSE_COMPILER_TLS -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -MT support-heap.lo -MD -MP -MF .deps/support-heap.Tpo -c -o support-heap.lo support-heap.c mv -f .deps/support-heap.Tpo .deps/support-heap.Plo /bin/sh /usr/local/bin/libtool --quiet --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -no-undefined -avoid-version -pthread -o libMonoSupportW.la -rpath /usr/local/lib supportw.lo support-heap.lo -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -pthread -lm gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/support' Making all in docs gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/docs' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/docs' Making all in data gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/data' Making all in net_1_1 gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/data/net_1_1' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/data/net_1_1' Making all in net_2_0 gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/data/net_2_0' Making all in Browsers gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/data/net_2_0/Browsers' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/data/net_2_0/Browsers' gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/data/net_2_0' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/data/net_2_0' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/data/net_2_0' gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/data' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/data' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/data' Making all in runtime gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/runtime' d=`cd ../support && pwd`; \ sed 's,target="libMonoPosixHelper[^"]*",target="'$d/libMonoPosixHelper.la'",' ../data/config > etc/mono/configt if test -z ""; then :; else \ sed 's,,& ,' etc/mono/configt > etc/mono/configtt; \ mv -f etc/mono/configtt etc/mono/configt; fi mv -f etc/mono/configt etc/mono/config /bin/sh /work/a/ports/lang/mono/work/mono-2.0.1/install-sh -d _tmpinst/bin cp mono-wrapper _tmpinst/bin/mono echo '#! /bin/sh' > _tmpinst/bin/mcs ; \ r=`pwd`; m=`cd ../mcs && pwd`; \ echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/default/mcs.exe"'" "$@"' >> _tmpinst/bin/mcs ; \ chmod +x _tmpinst/bin/mcs echo '#! /bin/sh' > _tmpinst/bin/ilasm ; \ r=`pwd`; m=`cd ../mcs && pwd`; \ echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/ilasm/ilasm.exe"'" "$@"' >> _tmpinst/bin/ilasm ; \ chmod +x _tmpinst/bin/ilasm echo '#! /bin/sh' > _tmpinst/bin/gmcs ; \ r=`pwd`; m=`cd ../mcs && pwd`; \ echo 'exec "'"$r/_tmpinst/bin/mono"'" "'"$m/class/lib/net_2_0/gmcs.exe"'" "$@"' >> _tmpinst/bin/gmcs ; \ chmod +x _tmpinst/bin/gmcs if test -w ../mcs; then :; else chmod -R +w ../mcs; fi cd ../mcs && gmake NO_DIR_CHECK=1 PROFILES='default net_2_0 net_3_5 net_2_1' CC='cc' all-profiles gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake profile-do--default--all profile-do--net_2_0--all profile-do--net_3_5--all profile-do--net_2_1--all gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake PROFILE=basic all gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[6]: *** [build/deps/basic-profile-check.exe] Error 1 gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' *** The compiler 'false' doesn't appear to be usable. *** Trying the 'monolite' directory. gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' test -n '2.0.1.0' sed -e 's,@''MONO_VERSION@,2.0.1.0,' common/Consts.cs.in > common/Consts.cs gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' cc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -c -o closure.o closure.c cc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -c -o error.o error.c cc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -c -o lalr.o lalr.c cc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -c -o lr0.o lr0.c cc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -c -o main.o main.c cc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -c -o mkpar.o mkpar.c cc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -c -o output.o output.c cc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -c -o reader.o reader.c cc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -c -o symtab.o symtab.c cc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -c -o verbose.o verbose.c cc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -c -o warshall.o warshall.c cc -DSKEL_DIRECTORY=\""/usr/local/share/jay"\" -g -O2 -o jay closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o symtab.o verbose.o warshall.o gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' Creating ../build/deps/basic_mcs.exe.makefrag ... gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' ../jay/jay -ctv < ../jay/skeleton.cs cs-parser.jay > jay-tmp.out && mv jay-tmp.out cs-parser.cs ../jay/jay: 2 rules never reduced ../jay/jay: 32 shift/reduce conflicts. /bin/sh ../mkinstalldirs ../class/lib/basic/ mkdir -p -- ../class/lib/basic/ touch ../class/lib/basic//.stamp MONO_PATH="../class/lib/monolite:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../class/lib/monolite/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB -debug -target:exe -out:mcs.exe cs-parser.cs @mcs.exe.sources expression.cs(991,59): warning CS0618: `Mono.CSharp.UserOperatorCall.MakeSimpleCall(Mono.CSharp.EmitContext, Mono.CSharp.MethodGroupExpr, Mono.CSharp.Expression, Mono.CSharp.Location)' is obsolete: `It may not be compatible with expression trees' Compilation succeeded - 1 warning(s) cp mcs.exe ../class/lib/basic/mcs.exe test ! -f mcs.exe.mdb || cp mcs.exe.mdb ../class/lib/basic/mcs.exe.mdb cp mcs.exe.config ../class/lib/basic/mcs.exe.config gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' Creating ../../build/deps/basic_corlib.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' MONO_PATH="../../class/lib/monolite:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/monolite/mcs.exe /codepage:65001 -nowarn:169,612,618,649 -d:INSIDE_CORLIB -optimize -d:NET_1_1 -d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB -debug /noconfig -unsafe -nostdlib -resource:resources/collation.core.bin -resource:resources/collation.tailoring.bin -resource:resources/collation.cjkCHS.bin -resource:resources/collation.cjkCHT.bin -resource:resources/collation.cjkJA.bin -resource:resources/collation.cjkKO.bin -resource:resources/collation.cjkKOlv2.bin -target:library -out:mscorlib.dll @corlib.dll.sources : mscorlib.dll ../../class/mono.snk mv mscorlib.dll ../../class/lib/basic/mscorlib.dll test ! -f mscorlib.dll.mdb || mv mscorlib.dll.mdb ../../class/lib/basic/mscorlib.dll.mdb test ! -f mscorlib.pdb || mv mscorlib.pdb ../../class/lib/basic/mscorlib.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' Creating ../../build/deps/basic_System.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' ** Warning: System.dll built without parts that depend on: System.Xml.dll MONO_PATH="../../class/lib/monolite:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/monolite/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB -debug /noconfig -target:library -out:System.dll @System.dll.sources Microsoft.CSharp/CSharpCodeCompiler.cs(191,32): warning CS0219: The variable `mcs_stdout' is assigned but its value is never used System.Text.RegularExpressions/RxInterpreter.cs(997,33): warning CS0162: Unreachable code detected System.Diagnostics/ProcessStartInfo.cs(61,34): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.encoding_stderr' is never used System.Diagnostics/ProcessStartInfo.cs(61,51): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.encoding_stdout' is never used System.Diagnostics/ProcessStartInfo.cs(62,32): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.username' is never used System.Diagnostics/ProcessStartInfo.cs(62,42): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.domain' is never used System.Diagnostics/ProcessStartInfo.cs(66,32): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.password' is never used System.Diagnostics/ProcessStartInfo.cs(68,30): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.load_user_profile' is never used System.Net/WebClient.cs(90,31): warning CS0169: The private field `System.Net.WebClient.async' is assigned but its value is never used System.Text.RegularExpressions/RxInterpreter.cs(202,22): warning CS0169: The private method `System.Text.RegularExpressions.RxInterpreter.SetStartOfMatch(int)' is never used Compilation succeeded - 10 warning(s) : System.dll ../../class/mono.snk mv System.dll ../../class/lib/basic/System.dll test ! -f System.dll.mdb || mv System.dll.mdb ../../class/lib/basic/System.dll.mdb test ! -f System.pdb || mv System.pdb ../../class/lib/basic/System.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' Creating ../../build/deps/basic_System.Xml.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' ../../jay/jay -ct < ../../jay/skeleton.cs System.Xml.XPath/Parser.jay >System.Xml.XPath/Parser.cs ../../jay/jay: 21 rules never reduced ../../jay/jay: 1 shift/reduce conflict, 42 reduce/reduce conflicts. sed "s/\%start Expr/\%start Pattern/" System.Xml.XPath/Parser.jay >Mono.Xml.Xsl/PatternParser.jay echo "#define XSLT_PATTERN" > Mono.Xml.Xsl/PatternParser.cs ../../jay/jay -ct Mono.Xml.Xsl/PatternParser.jay < ../../jay/skeleton.cs >>Mono.Xml.Xsl/PatternParser.cs ../../jay/jay: 3 rules never reduced ../../jay/jay: 1 shift/reduce conflict, 46 reduce/reduce conflicts. echo "#define XSLT_PATTERN" > Mono.Xml.Xsl/PatternTokenizer.cs cat System.Xml.XPath/Tokenizer.cs >>Mono.Xml.Xsl/PatternTokenizer.cs MONO_PATH="../../class/lib/basic:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/basic/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB -debug /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0162,0618,0612,0642,1595 -target:library -out:System.Xml.dll System.Xml.XPath/Parser.cs Mono.Xml.Xsl/PatternParser.cs Mono.Xml.Xsl/PatternTokenizer.cs @System.Xml.dll.sources Mono.Xml.Xsl/XslOutput.cs(275,62): warning CS0219: The variable `li' is assigned but its value is never used Mono.Xml.Xsl/XslTemplate.cs(374,52): warning CS0168: The variable `ex' is declared but never used System.Xml/DTDObjectModel.cs(1164,44): warning CS0168: The variable `ex' is declared but never used System.Xml/XmlTextReader.cs(1794,40): warning CS0219: The variable `dummyValue' is assigned but its value is never used System.Xml/XmlTextWriter2.cs(759,30): warning CS0219: The variable `isEmpty' is assigned but its value is never used System.Xml.Schema/XmlSchemaSimpleTypeRestriction.cs(751,38): warning CS0219: The variable `matched' is assigned but its value is never used System.Xml/XmlReader.cs(1275,30): warning CS0169: The private method `System.Xml.XmlReader.CheckSupport()' is never used System.Xml/XmlReader.cs(1311,38): warning CS0169: The private method `System.Xml.XmlReader.XmlError(string, System.Exception)' is never used Mono.Xml.Xsl/XslKey.cs(101,37): warning CS0169: The private field `Mono.Xml.Xsl.KeyIndexTable.ctx' is assigned but its value is never used Mono.Xml.Xsl/XslTransformProcessor.cs(58,22): warning CS0169: The private field `Mono.Xml.Xsl.XslTransformProcessor.outputStylesheetXmlns' is assigned but its value is never used System.Xml/DTDReader.cs(1459,29): warning CS0169: The private method `System.Xml.DTDReader.ReadCharacterReference()' is never used System.Xml/DTDValidatingReader2.cs(566,38): warning CS0169: The private method `Mono.Xml.DTDValidatingReader.NotWFError(string)' is never used System.Xml/XmlNodeChangedEventArgs.cs(40,24): warning CS0169: The private field `System.Xml.XmlNodeChangedEventArgs._oldValue' is assigned but its value is never used System.Xml/XmlNodeChangedEventArgs.cs(41,24): warning CS0169: The private field `System.Xml.XmlNodeChangedEventArgs._newValue' is assigned but its value is never used System.Xml/XmlIteratorNodeList.cs(41,25): warning CS0169: The private field `System.Xml.XmlIteratorNodeList.previous' is never used System.Xml.XPath/XPathDocument.cs(100,30): warning CS0169: The private method `System.Xml.XPath.XPathDocument.Initialize(System.Xml.XmlReader, System.Xml.XmlSpace, bool)' is never used System.Xml.Schema/XmlSchemaChoice.cs(204,30): warning CS0169: The private method `System.Xml.Schema.XmlSchemaChoice.ValidateParticleSection(ref int, System.Xml.Schema.XmlSchemaParticle, System.Xml.Schema.XmlSchemaParticle, System.Xml.Schema.ValidationEventHandler, System.Xml.Schema.XmlSchema, bool)' is never used System.Xml.Schema/XmlSchemaSerializer.cs(118,22): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaForm(System.Xml.Schema.XmlSchemaForm, string, string, bool, bool, bool)' is never used System.Xml.Schema/XmlSchemaSerializer.cs(147,22): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaDerivationMethod(System.Xml.Schema.XmlSchemaDerivationMethod, string, string, bool, bool, bool)' is never used System.Xml.Schema/XmlSchemaSerializer.cs(1094,22): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaUse(System.Xml.Schema.XmlSchemaUse, string, string, bool, bool, bool)' is never used System.Xml.Schema/XmlSchemaSerializer.cs(2101,22): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaContentProcessing(System.Xml.Schema.XmlSchemaContentProcessing, string, string, bool, bool, bool)' is never used System.Xml.Serialization/MapCodeGenerator.cs(47,33): warning CS0169: The private field `System.Xml.Serialization.MapCodeGenerator.codeCompileUnit' is assigned but its value is never used System.Xml.Serialization/MapCodeGenerator.cs(51,33): warning CS0169: The private field `System.Xml.Serialization.MapCodeGenerator.codeProvider' is assigned but its value is never used System.Xml.Serialization/ReflectionHelper.cs(74,54): warning CS0169: The private field `System.Xml.Serialization.ReflectionHelper.empty_modifiers' is assigned but its value is never used System.Xml.Serialization/SerializationSource.cs(151,22): warning CS0169: The private field `System.Xml.Serialization.MembersSerializationSource.writeAccessors' is assigned but its value is never used System.Xml.Serialization/XmlAnyElementAttribute.cs(45,29): warning CS0169: The private field `System.Xml.Serialization.XmlAnyElementAttribute.order' is assigned but its value is never used System.Xml.Serialization/XmlArrayAttribute.cs(47,29): warning CS0169: The private field `System.Xml.Serialization.XmlArrayAttribute.order' is assigned but its value is never used System.Xml.Serialization/XmlAttributeEventArgs.cs(45,32): warning CS0169: The private field `System.Xml.Serialization.XmlAttributeEventArgs.expectedAttributes' is never used System.Xml.Serialization/XmlElementAttribute.cs(49,29): warning CS0169: The private field `System.Xml.Serialization.XmlElementAttribute.order' is assigned but its value is never used System.Xml.Serialization/XmlElementEventArgs.cs(45,32): warning CS0169: The private field `System.Xml.Serialization.XmlElementEventArgs.expectedElements' is never used Compilation succeeded - 30 warning(s) : System.Xml.dll ../../class/mono.snk mv System.Xml.dll ../../class/lib/basic/System.Xml.dll test ! -f System.Xml.dll.mdb || mv System.Xml.dll.mdb ../../class/lib/basic/System.Xml.dll.mdb test ! -f System.Xml.pdb || mv System.Xml.pdb ../../class/lib/basic/System.Xml.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' MONO_PATH="../../class/lib/basic:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/basic/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -d:BOOTSTRAP_WITH_OLDLIB -debug /noconfig -d:XML_DEP -r:System.Xml.dll -target:library -out:System.dll @System.dll.sources Microsoft.CSharp/CSharpCodeCompiler.cs(191,32): warning CS0219: The variable `mcs_stdout' is assigned but its value is never used System.Text.RegularExpressions/RxInterpreter.cs(997,33): warning CS0162: Unreachable code detected System.Diagnostics/ProcessStartInfo.cs(61,34): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.encoding_stderr' is never used System.Diagnostics/ProcessStartInfo.cs(61,51): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.encoding_stdout' is never used System.Diagnostics/ProcessStartInfo.cs(62,32): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.username' is never used System.Diagnostics/ProcessStartInfo.cs(62,42): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.domain' is never used System.Diagnostics/ProcessStartInfo.cs(66,32): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.password' is never used System.Diagnostics/ProcessStartInfo.cs(68,30): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.load_user_profile' is never used System.Net/WebClient.cs(90,31): warning CS0169: The private field `System.Net.WebClient.async' is assigned but its value is never used System.Text.RegularExpressions/RxInterpreter.cs(202,22): warning CS0169: The private method `System.Text.RegularExpressions.RxInterpreter.SetStartOfMatch(int)' is never used Compilation succeeded - 10 warning(s) : System.dll ../../class/mono.snk mv System.dll ../../class/lib/basic/System.dll test ! -f System.dll.mdb || mv System.dll.mdb ../../class/lib/basic/System.dll.mdb test ! -f System.pdb || mv System.pdb ../../class/lib/basic/System.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake all-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake PROFILE=net_1_1_bootstrap all gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[7]: Nothing to be done for `all-local'. gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' Creating ../build/deps/net_1_1_bootstrap_mcs.exe.makefrag ... gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' /bin/sh ../mkinstalldirs ../class/lib/net_1_1_bootstrap/ mkdir -p -- ../class/lib/net_1_1_bootstrap/ touch ../class/lib/net_1_1_bootstrap//.stamp MONO_PATH="../class/lib/basic:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../class/lib/basic/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:mcs.exe cs-parser.cs @mcs.exe.sources expression.cs(991,59): warning CS0618: `Mono.CSharp.UserOperatorCall.MakeSimpleCall(Mono.CSharp.EmitContext, Mono.CSharp.MethodGroupExpr, Mono.CSharp.Expression, Mono.CSharp.Location)' is obsolete: `It may not be compatible with expression trees' Compilation succeeded - 1 warning(s) cp mcs.exe ../class/lib/net_1_1_bootstrap/mcs.exe test ! -f mcs.exe.mdb || cp mcs.exe.mdb ../class/lib/net_1_1_bootstrap/mcs.exe.mdb cp mcs.exe.config ../class/lib/net_1_1_bootstrap/mcs.exe.config gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' Creating ../../build/deps/net_1_1_bootstrap_corlib.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' MONO_PATH="../../class/lib/basic:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/basic/mcs.exe /codepage:65001 -nowarn:169,612,618,649 -d:INSIDE_CORLIB -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -unsafe -nostdlib -resource:resources/collation.core.bin -resource:resources/collation.tailoring.bin -resource:resources/collation.cjkCHS.bin -resource:resources/collation.cjkCHT.bin -resource:resources/collation.cjkJA.bin -resource:resources/collation.cjkKO.bin -resource:resources/collation.cjkKOlv2.bin -target:library -out:mscorlib.dll @corlib.dll.sources : mscorlib.dll ../../class/mono.snk mv mscorlib.dll ../../class/lib/net_1_1_bootstrap/mscorlib.dll test ! -f mscorlib.dll.mdb || mv mscorlib.dll.mdb ../../class/lib/net_1_1_bootstrap/mscorlib.dll.mdb test ! -f mscorlib.pdb || mv mscorlib.pdb ../../class/lib/net_1_1_bootstrap/mscorlib.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' Creating ../../build/deps/net_1_1_bootstrap_System.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' ** Warning: System.dll built without parts that depend on: System.Xml.dll MONO_PATH="../../class/lib/basic:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/basic/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -target:library -out:System.dll @System.dll.sources Microsoft.CSharp/CSharpCodeCompiler.cs(191,32): warning CS0219: The variable `mcs_stdout' is assigned but its value is never used System.Text.RegularExpressions/RxInterpreter.cs(997,33): warning CS0162: Unreachable code detected System.Diagnostics/ProcessStartInfo.cs(61,34): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.encoding_stderr' is never used System.Diagnostics/ProcessStartInfo.cs(61,51): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.encoding_stdout' is never used System.Diagnostics/ProcessStartInfo.cs(62,32): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.username' is never used System.Diagnostics/ProcessStartInfo.cs(62,42): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.domain' is never used System.Diagnostics/ProcessStartInfo.cs(66,32): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.password' is never used System.Diagnostics/ProcessStartInfo.cs(68,30): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.load_user_profile' is never used System.Net/WebClient.cs(90,31): warning CS0169: The private field `System.Net.WebClient.async' is assigned but its value is never used System.Text.RegularExpressions/RxInterpreter.cs(202,22): warning CS0169: The private method `System.Text.RegularExpressions.RxInterpreter.SetStartOfMatch(int)' is never used Compilation succeeded - 10 warning(s) : System.dll ../../class/mono.snk mv System.dll ../../class/lib/net_1_1_bootstrap/System.dll test ! -f System.dll.mdb || mv System.dll.mdb ../../class/lib/net_1_1_bootstrap/System.dll.mdb test ! -f System.pdb || mv System.pdb ../../class/lib/net_1_1_bootstrap/System.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' Creating ../../build/deps/net_1_1_bootstrap_System.Xml.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' MONO_PATH="../../class/lib/basic:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/basic/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0162,0618,0612,0642,1595 -target:library -out:System.Xml.dll System.Xml.XPath/Parser.cs Mono.Xml.Xsl/PatternParser.cs Mono.Xml.Xsl/PatternTokenizer.cs @System.Xml.dll.sources Mono.Xml.Xsl/XslOutput.cs(275,62): warning CS0219: The variable `li' is assigned but its value is never used Mono.Xml.Xsl/XslTemplate.cs(374,52): warning CS0168: The variable `ex' is declared but never used System.Xml/DTDObjectModel.cs(1164,44): warning CS0168: The variable `ex' is declared but never used System.Xml/XmlTextReader.cs(1794,40): warning CS0219: The variable `dummyValue' is assigned but its value is never used System.Xml/XmlTextWriter2.cs(759,30): warning CS0219: The variable `isEmpty' is assigned but its value is never used System.Xml.Schema/XmlSchemaSimpleTypeRestriction.cs(751,38): warning CS0219: The variable `matched' is assigned but its value is never used System.Xml/XmlReader.cs(1275,30): warning CS0169: The private method `System.Xml.XmlReader.CheckSupport()' is never used System.Xml/XmlReader.cs(1311,38): warning CS0169: The private method `System.Xml.XmlReader.XmlError(string, System.Exception)' is never used Mono.Xml.Xsl/XslKey.cs(101,37): warning CS0169: The private field `Mono.Xml.Xsl.KeyIndexTable.ctx' is assigned but its value is never used Mono.Xml.Xsl/XslTransformProcessor.cs(58,22): warning CS0169: The private field `Mono.Xml.Xsl.XslTransformProcessor.outputStylesheetXmlns' is assigned but its value is never used System.Xml/DTDReader.cs(1459,29): warning CS0169: The private method `System.Xml.DTDReader.ReadCharacterReference()' is never used System.Xml/DTDValidatingReader2.cs(566,38): warning CS0169: The private method `Mono.Xml.DTDValidatingReader.NotWFError(string)' is never used System.Xml/XmlNodeChangedEventArgs.cs(40,24): warning CS0169: The private field `System.Xml.XmlNodeChangedEventArgs._oldValue' is assigned but its value is never used System.Xml/XmlNodeChangedEventArgs.cs(41,24): warning CS0169: The private field `System.Xml.XmlNodeChangedEventArgs._newValue' is assigned but its value is never used System.Xml/XmlIteratorNodeList.cs(41,25): warning CS0169: The private field `System.Xml.XmlIteratorNodeList.previous' is never used System.Xml.XPath/XPathDocument.cs(100,30): warning CS0169: The private method `System.Xml.XPath.XPathDocument.Initialize(System.Xml.XmlReader, System.Xml.XmlSpace, bool)' is never used System.Xml.Schema/XmlSchemaChoice.cs(204,30): warning CS0169: The private method `System.Xml.Schema.XmlSchemaChoice.ValidateParticleSection(ref int, System.Xml.Schema.XmlSchemaParticle, System.Xml.Schema.XmlSchemaParticle, System.Xml.Schema.ValidationEventHandler, System.Xml.Schema.XmlSchema, bool)' is never used System.Xml.Schema/XmlSchemaSerializer.cs(118,22): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaForm(System.Xml.Schema.XmlSchemaForm, string, string, bool, bool, bool)' is never used System.Xml.Schema/XmlSchemaSerializer.cs(147,22): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaDerivationMethod(System.Xml.Schema.XmlSchemaDerivationMethod, string, string, bool, bool, bool)' is never used System.Xml.Schema/XmlSchemaSerializer.cs(1094,22): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaUse(System.Xml.Schema.XmlSchemaUse, string, string, bool, bool, bool)' is never used System.Xml.Schema/XmlSchemaSerializer.cs(2101,22): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaContentProcessing(System.Xml.Schema.XmlSchemaContentProcessing, string, string, bool, bool, bool)' is never used System.Xml.Serialization/MapCodeGenerator.cs(47,33): warning CS0169: The private field `System.Xml.Serialization.MapCodeGenerator.codeCompileUnit' is assigned but its value is never used System.Xml.Serialization/MapCodeGenerator.cs(51,33): warning CS0169: The private field `System.Xml.Serialization.MapCodeGenerator.codeProvider' is assigned but its value is never used System.Xml.Serialization/ReflectionHelper.cs(74,54): warning CS0169: The private field `System.Xml.Serialization.ReflectionHelper.empty_modifiers' is assigned but its value is never used System.Xml.Serialization/SerializationSource.cs(151,22): warning CS0169: The private field `System.Xml.Serialization.MembersSerializationSource.writeAccessors' is assigned but its value is never used System.Xml.Serialization/XmlAnyElementAttribute.cs(45,29): warning CS0169: The private field `System.Xml.Serialization.XmlAnyElementAttribute.order' is assigned but its value is never used System.Xml.Serialization/XmlArrayAttribute.cs(47,29): warning CS0169: The private field `System.Xml.Serialization.XmlArrayAttribute.order' is assigned but its value is never used System.Xml.Serialization/XmlAttributeEventArgs.cs(45,32): warning CS0169: The private field `System.Xml.Serialization.XmlAttributeEventArgs.expectedAttributes' is never used System.Xml.Serialization/XmlElementAttribute.cs(49,29): warning CS0169: The private field `System.Xml.Serialization.XmlElementAttribute.order' is assigned but its value is never used System.Xml.Serialization/XmlElementEventArgs.cs(45,32): warning CS0169: The private field `System.Xml.Serialization.XmlElementEventArgs.expectedElements' is never used Compilation succeeded - 30 warning(s) : System.Xml.dll ../../class/mono.snk mv System.Xml.dll ../../class/lib/net_1_1_bootstrap/System.Xml.dll test ! -f System.Xml.dll.mdb || mv System.Xml.dll.mdb ../../class/lib/net_1_1_bootstrap/System.Xml.dll.mdb test ! -f System.Xml.pdb || mv System.Xml.pdb ../../class/lib/net_1_1_bootstrap/System.Xml.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' Creating ../../build/deps/net_1_1_bootstrap_Mono.Security.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:System.dll -unsafe -target:library -out:Mono.Security.dll @Mono.Security.dll.sources ./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(75,1): warning CS1030: #warning: `"Client certificate selection is unfinished"' ./Mono.Security.Protocol.Tls.Handshake.Client/TlsServerFinished.cs(76,1): warning CS1030: #warning: `Review that selected alert is correct' Compilation succeeded - 2 warning(s) : Mono.Security.dll ../../class/mono.snk mv Mono.Security.dll ../../class/lib/net_1_1_bootstrap/Mono.Security.dll test ! -f Mono.Security.dll.mdb || mv Mono.Security.dll.mdb ../../class/lib/net_1_1_bootstrap/Mono.Security.dll.mdb test ! -f Mono.Security.pdb || mv Mono.Security.pdb ../../class/lib/net_1_1_bootstrap/Mono.Security.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' Creating ../../build/deps/net_1_1_bootstrap_System.Security.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -nowarn:618 -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -debug+ -target:library -out:../../class/lib/net_1_1_bootstrap/System.Security.dll @System.Security.dll.sources System.Security.Cryptography.Xml/Reference.cs(45,32): warning CS0169: The private field `System.Security.Cryptography.Xml.Reference.stream' is assigned but its value is never used System.Security.Cryptography.Xml/XmlDsigEnvelopedSignatureTransform.cs(44,30): warning CS0169: The private field `System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.comments' is assigned but its value is never used System.Security.Cryptography.Xml/XmlDsigXsltTransform.cs(47,30): warning CS0169: The private field `System.Security.Cryptography.Xml.XmlDsigXsltTransform.comments' is assigned but its value is never used Compilation succeeded - 3 warning(s) : ../../class/lib/net_1_1_bootstrap/System.Security.dll ../../class/mono.snk gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' Creating ../../build/deps/net_1_1_bootstrap_System.Configuration.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Security.dll -target:library -out:dummy-System.Configuration.dll @System.Configuration.dll.sources : dummy-System.Configuration.dll ../../class/mono.snk mv dummy-System.Configuration.dll ../../class/lib/net_1_1_bootstrap/dummy-System.Configuration.dll test ! -f dummy-System.Configuration.dll.mdb || mv dummy-System.Configuration.dll.mdb ../../class/lib/net_1_1_bootstrap/dummy-System.Configuration.dll.mdb test ! -f dummy-System.Configuration.pdb || mv dummy-System.Configuration.pdb ../../class/lib/net_1_1_bootstrap/dummy-System.Configuration.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -d:XML_DEP -r:System.Xml.dll -target:library -out:System.dll @System.dll.sources Microsoft.CSharp/CSharpCodeCompiler.cs(191,32): warning CS0219: The variable `mcs_stdout' is assigned but its value is never used System.Text.RegularExpressions/RxInterpreter.cs(997,33): warning CS0162: Unreachable code detected System.Diagnostics/ProcessStartInfo.cs(61,34): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.encoding_stderr' is never used System.Diagnostics/ProcessStartInfo.cs(61,51): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.encoding_stdout' is never used System.Diagnostics/ProcessStartInfo.cs(62,32): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.username' is never used System.Diagnostics/ProcessStartInfo.cs(62,42): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.domain' is never used System.Diagnostics/ProcessStartInfo.cs(66,32): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.password' is never used System.Diagnostics/ProcessStartInfo.cs(68,30): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.load_user_profile' is never used System.Net/WebClient.cs(90,31): warning CS0169: The private field `System.Net.WebClient.async' is assigned but its value is never used System.Text.RegularExpressions/RxInterpreter.cs(202,22): warning CS0169: The private method `System.Text.RegularExpressions.RxInterpreter.SetStartOfMatch(int)' is never used Compilation succeeded - 10 warning(s) : System.dll ../../class/mono.snk mv System.dll ../../class/lib/net_1_1_bootstrap/System.dll test ! -f System.dll.mdb || mv System.dll.mdb ../../class/lib/net_1_1_bootstrap/System.dll.mdb test ! -f System.pdb || mv System.pdb ../../class/lib/net_1_1_bootstrap/System.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' Creating ../../build/deps/net_1_1_bootstrap_Mono.CompilerServices.SymbolWriter.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll -target:library -out:Mono.CompilerServices.SymbolWriter.dll @Mono.CompilerServices.SymbolWriter.dll.sources : Mono.CompilerServices.SymbolWriter.dll ../../class/mono.snk mv Mono.CompilerServices.SymbolWriter.dll ../../class/lib/net_1_1_bootstrap/Mono.CompilerServices.SymbolWriter.dll test ! -f Mono.CompilerServices.SymbolWriter.dll.mdb || mv Mono.CompilerServices.SymbolWriter.dll.mdb ../../class/lib/net_1_1_bootstrap/Mono.CompilerServices.SymbolWriter.dll.mdb test ! -f Mono.CompilerServices.SymbolWriter.pdb || mv Mono.CompilerServices.SymbolWriter.pdb ../../class/lib/net_1_1_bootstrap/Mono.CompilerServices.SymbolWriter.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' Creating ../../build/deps/net_1_1_bootstrap_PEAPI.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll -target:library -out:../../class/lib/net_1_1_bootstrap/PEAPI.dll @PEAPI.dll.sources Metadata.cs(5363,30): warning CS0219: The variable `tabStart' is assigned but its value is never used Metadata.cs(5344,30): warning CS0219: The variable `startTilde' is assigned but its value is never used Metadata.cs(431,48): warning CS0169: The private field `PEAPI.CustomAttribute.prolog' is assigned but its value is never used Metadata.cs(435,26): warning CS0169: The private field `PEAPI.CustomAttribute.cVal' is assigned but its value is never used Metadata.cs(633,28): warning CS0169: The private field `PEAPI.Permission.type' is assigned but its value is never used Metadata.cs(673,38): warning CS0169: The private field `PEAPI.PermissionSet.sec_action' is assigned but its value is never used Metadata.cs(675,37): warning CS0169: The private field `PEAPI.PermissionSet.ps' is never used Metadata.cs(1503,30): warning CS0169: The private field `PEAPI.ClassRefInst.is_value' is assigned but its value is never used Metadata.cs(1583,46): warning CS0169: The private field `PEAPI.ClassDef.ElementType_Class' is assigned but its value is never used Metadata.cs(1592,24): warning CS0169: The private field `PEAPI.ClassDef.securityActions' is never used Metadata.cs(1595,26): warning CS0169: The private field `PEAPI.ClassDef.parentClass' is assigned but its value is never used Metadata.cs(1962,29): warning CS0169: The private field `PEAPI.ClassRef.externClass' is never used Metadata.cs(3491,27): warning CS0169: The private field `PEAPI.Property.getterMeth' is assigned but its value is never used Metadata.cs(3828,27): warning CS0169: The private field `PEAPI.MethodDef.securityActions' is assigned but its value is never used Metadata.cs(4335,28): warning CS0169: The private field `PEAPI.FixedArray.elemType' is never used Metadata.cs(4365,24): warning CS0169: The private field `PEAPI.CustomMarshaller.typeName' is assigned but its value is never used Metadata.cs(4726,36): warning CS0169: The private field `PEAPI.MSCorLib.specialTypeSpecs' is assigned but its value is never used Metadata.cs(4951,46): warning CS0169: The private field `PEAPI.MetaData.tildeHeaderSize' is assigned but its value is never used Metadata.cs(4969,30): warning CS0169: The private field `PEAPI.MetaData.output' is assigned but its value is never used Metadata.cs(4972,22): warning CS0169: The private field `PEAPI.MetaData.mdStart' is assigned but its value is never used Code.cs(287,46): warning CS0169: The private field `PEAPI.BranchInstr.longInstrOffset' is assigned but its value is never used Code.cs(362,46): warning CS0169: The private field `PEAPI.CILInstructions.FatWords' is assigned but its value is never used Code.cs(1250,24): warning CS0169: The private field `PEAPI.Local.name' is assigned but its value is never used Code.cs(1252,38): warning CS0169: The private field `PEAPI.Local.byref' is assigned but its value is never used PEAPI.cs(499,30): warning CS0169: The private method `PEAPI.FileImage.Align(System.IO.MemoryStream, int)' is never used PEAPI.cs(508,30): warning CS0169: The private method `PEAPI.FileImage.Align(uint, uint)' is never used PEAPI.cs(75,39): warning CS0169: The private field `PEAPI.FileImage.PEHeader' is assigned but its value is never used PEAPI.cs(84,46): warning CS0169: The private field `PEAPI.FileImage.maxFileAlign' is assigned but its value is never used PEAPI.cs(104,48): warning CS0169: The private field `PEAPI.FileImage.rsrcName' is assigned but its value is never used PEAPI.cs(593,35): warning CS0169: The private field `PEAPI.PEFile.classRefList' is assigned but its value is never used PEAPI.cs(594,35): warning CS0169: The private field `PEAPI.PEFile.classDefList' is assigned but its value is never used PEAPI.cs(598,29): warning CS0169: The private field `PEAPI.PEFile.corFlags' is assigned but its value is never used Compilation succeeded - 32 warning(s) : ../../class/lib/net_1_1_bootstrap/PEAPI.dll ../../class/mono.snk gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' Creating ../build/deps/net_1_1_bootstrap_ilasm.exe.makefrag ... gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' ../jay/jay -ct < ../jay/skeleton.cs parser/ILParser.jay >ILParser.cs ../jay/jay: 8 rules never reduced ../jay/jay: 14 shift/reduce conflicts. MONO_PATH="../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../class/lib/net_1_1_bootstrap/mcs.exe /codepage:65001 /lib:../class/lib/net_1_1_bootstrap /r:../class/lib/net_1_1_bootstrap/PEAPI.dll /r:Mono.CompilerServices.SymbolWriter.dll /r:Mono.Security.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:ilasm.exe ILParser.cs @ilasm.exe.sources Driver.cs(192,52): warning CS0168: The variable `e' is declared but never used codegen/CodeGen.cs(459,48): warning CS0219: The variable `asmb' is assigned but its value is never used codegen/DebuggingInfo.cs(103,37): warning CS0219: The variable `entry' is assigned but its value is never used codegen/MethodDef.cs(267,48): warning CS0219: The variable `str' is assigned but its value is never used codegen/MethodRef.cs(35,32): warning CS0219: The variable `write_name' is assigned but its value is never used Driver.cs(47,38): warning CS0169: The private field `Mono.ILASM.Driver.DriverMain.show_method_def' is assigned but its value is never used Driver.cs(48,38): warning CS0169: The private field `Mono.ILASM.Driver.DriverMain.show_method_ref' is assigned but its value is never used Report.cs(19,36): warning CS0169: The private field `Mono.ILASM.Report.mark_count' is never used codegen/CodeGen.cs(60,30): warning CS0169: The private field `Mono.ILASM.CodeGen.image_base' is assigned but its value is never used codegen/CodeGen.cs(64,32): warning CS0169: The private field `Mono.ILASM.CodeGen.debug_file' is never used codegen/FieldDef.cs(26,30): warning CS0169: The private field `Mono.ILASM.FieldDef.datavalue_set' is assigned but its value is never used codegen/MethodDef.cs(53,33): warning CS0169: The private field `Mono.ILASM.MethodDef.codegen' is assigned but its value is never used codegen/DataDef.cs(18,30): warning CS0169: The private field `Mono.ILASM.DataDef.is_tls' is assigned but its value is never used scanner/ILTokenizer.cs(294,37): warning CS0169: The private method `Mono.ILASM.ILTokenizer.IsIdStartChar(char)' is never used Compilation succeeded - 14 warning(s) mv ilasm.exe ../class/lib/net_1_1_bootstrap/ilasm.exe test ! -f ilasm.exe.mdb || mv ilasm.exe.mdb ../class/lib/net_1_1_bootstrap/ilasm.exe.mdb gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' Creating ../../build/deps/net_1_1_bootstrap_gacutil.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/mcs.exe /codepage:65001 -r:Mono.Security.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:gacutil.exe @gacutil.exe.sources mv gacutil.exe ../../class/lib/net_1_1_bootstrap/gacutil.exe test ! -f gacutil.exe.mdb || mv gacutil.exe.mdb ../../class/lib/net_1_1_bootstrap/gacutil.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/mcs.exe /codepage:65001 /lib:../../class/lib/net_1_1_bootstrap -r:Mono.Security.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /out:../../class/lib/net_1_1_bootstrap/sn.exe sn.cs StrongNameManager.cs AssemblyInfo.cs ../../build/common/Consts.cs gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' Creating ../../build/deps/net_1_1_bootstrap_resgen.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:resgen.exe @resgen.exe.sources mv resgen.exe ../../class/lib/net_1_1_bootstrap/resgen.exe test ! -f resgen.exe.mdb || mv resgen.exe.mdb ../../class/lib/net_1_1_bootstrap/resgen.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/culevel' Creating ../../build/deps/net_1_1_bootstrap_culevel.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/culevel' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/culevel' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/culevel' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:culevel.exe @culevel.exe.sources mv culevel.exe ../../class/lib/net_1_1_bootstrap/culevel.exe test ! -f culevel.exe.mdb || mv culevel.exe.mdb ../../class/lib/net_1_1_bootstrap/culevel.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/culevel' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/culevel' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake all-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake PROFILE=default all gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[7]: Nothing to be done for `all-local'. gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' Creating ../build/deps/default_mcs.exe.makefrag ... gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' /bin/sh ../mkinstalldirs ../class/lib/default/ mkdir -p -- ../class/lib/default/ touch ../class/lib/default//.stamp MONO_PATH="../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../class/lib/net_1_1_bootstrap/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:mcs.exe cs-parser.cs @mcs.exe.sources expression.cs(991,59): warning CS0618: `Mono.CSharp.UserOperatorCall.MakeSimpleCall(Mono.CSharp.EmitContext, Mono.CSharp.MethodGroupExpr, Mono.CSharp.Expression, Mono.CSharp.Location)' is obsolete: `It may not be compatible with expression trees' Compilation succeeded - 1 warning(s) cp mcs.exe ../class/lib/default/mcs.exe test ! -f mcs.exe.mdb || cp mcs.exe.mdb ../class/lib/default/mcs.exe.mdb cp mcs.exe.config ../class/lib/default/mcs.exe.config gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' Creating ../../build/deps/corlib_test_default.dll.response ... Creating ../../build/deps/corlib_test_default.dll.makefrag ... Creating ../../build/deps/default_corlib.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/mcs.exe /codepage:65001 -nowarn:169,612,618,649 -d:INSIDE_CORLIB -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -unsafe -nostdlib -resource:resources/collation.core.bin -resource:resources/collation.tailoring.bin -resource:resources/collation.cjkCHS.bin -resource:resources/collation.cjkCHT.bin -resource:resources/collation.cjkJA.bin -resource:resources/collation.cjkKO.bin -resource:resources/collation.cjkKOlv2.bin -target:library -out:mscorlib.dll @corlib.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R mscorlib.dll ../../class/mono.snk Assembly mscorlib.dll signed. mv mscorlib.dll ../../class/lib/default/mscorlib.dll test ! -f mscorlib.dll.mdb || mv mscorlib.dll.mdb ../../class/lib/default/mscorlib.dll.mdb test ! -f mscorlib.pdb || mv mscorlib.pdb ../../class/lib/default/mscorlib.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' Creating ../../build/deps/System_test_default.dll.response ... Creating ../../build/deps/System_test_default.dll.makefrag ... Creating ../../build/deps/default_System.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' ** Warning: System.dll built without parts that depend on: System.Xml.dll MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -target:library -out:System.dll @System.dll.sources Microsoft.CSharp/CSharpCodeCompiler.cs(191,32): warning CS0219: The variable `mcs_stdout' is assigned but its value is never used System.Text.RegularExpressions/RxInterpreter.cs(997,33): warning CS0162: Unreachable code detected System.Diagnostics/ProcessStartInfo.cs(61,34): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.encoding_stderr' is never used System.Diagnostics/ProcessStartInfo.cs(61,51): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.encoding_stdout' is never used System.Diagnostics/ProcessStartInfo.cs(62,32): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.username' is never used System.Diagnostics/ProcessStartInfo.cs(62,42): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.domain' is never used System.Diagnostics/ProcessStartInfo.cs(66,32): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.password' is never used System.Diagnostics/ProcessStartInfo.cs(68,30): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.load_user_profile' is never used System.Net/WebClient.cs(90,31): warning CS0169: The private field `System.Net.WebClient.async' is assigned but its value is never used System.Text.RegularExpressions/RxInterpreter.cs(202,22): warning CS0169: The private method `System.Text.RegularExpressions.RxInterpreter.SetStartOfMatch(int)' is never used Compilation succeeded - 10 warning(s) : System.dll ../../class/mono.snk mv System.dll ../../class/lib/default/System.dll test ! -f System.dll.mdb || mv System.dll.mdb ../../class/lib/default/System.dll.mdb test ! -f System.pdb || mv System.pdb ../../class/lib/default/System.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' Creating ../../build/deps/System.Xml_test_default.dll.response ... Creating ../../build/deps/System.Xml_test_default.dll.makefrag ... Creating ../../build/deps/default_System.Xml.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0162,0618,0612,0642,1595 -target:library -out:System.Xml.dll System.Xml.XPath/Parser.cs Mono.Xml.Xsl/PatternParser.cs Mono.Xml.Xsl/PatternTokenizer.cs @System.Xml.dll.sources Mono.Xml.Xsl/XslOutput.cs(275,62): warning CS0219: The variable `li' is assigned but its value is never used Mono.Xml.Xsl/XslTemplate.cs(374,52): warning CS0168: The variable `ex' is declared but never used System.Xml/DTDObjectModel.cs(1164,44): warning CS0168: The variable `ex' is declared but never used System.Xml/XmlTextReader.cs(1794,40): warning CS0219: The variable `dummyValue' is assigned but its value is never used System.Xml/XmlTextWriter2.cs(759,30): warning CS0219: The variable `isEmpty' is assigned but its value is never used System.Xml.Schema/XmlSchemaSimpleTypeRestriction.cs(751,38): warning CS0219: The variable `matched' is assigned but its value is never used System.Xml/XmlReader.cs(1275,30): warning CS0169: The private method `System.Xml.XmlReader.CheckSupport()' is never used System.Xml/XmlReader.cs(1311,38): warning CS0169: The private method `System.Xml.XmlReader.XmlError(string, System.Exception)' is never used Mono.Xml.Xsl/XslKey.cs(101,37): warning CS0169: The private field `Mono.Xml.Xsl.KeyIndexTable.ctx' is assigned but its value is never used Mono.Xml.Xsl/XslTransformProcessor.cs(58,22): warning CS0169: The private field `Mono.Xml.Xsl.XslTransformProcessor.outputStylesheetXmlns' is assigned but its value is never used System.Xml/DTDReader.cs(1459,29): warning CS0169: The private method `System.Xml.DTDReader.ReadCharacterReference()' is never used System.Xml/DTDValidatingReader2.cs(566,38): warning CS0169: The private method `Mono.Xml.DTDValidatingReader.NotWFError(string)' is never used System.Xml/XmlNodeChangedEventArgs.cs(40,24): warning CS0169: The private field `System.Xml.XmlNodeChangedEventArgs._oldValue' is assigned but its value is never used System.Xml/XmlNodeChangedEventArgs.cs(41,24): warning CS0169: The private field `System.Xml.XmlNodeChangedEventArgs._newValue' is assigned but its value is never used System.Xml/XmlIteratorNodeList.cs(41,25): warning CS0169: The private field `System.Xml.XmlIteratorNodeList.previous' is never used System.Xml.XPath/XPathDocument.cs(100,30): warning CS0169: The private method `System.Xml.XPath.XPathDocument.Initialize(System.Xml.XmlReader, System.Xml.XmlSpace, bool)' is never used System.Xml.Schema/XmlSchemaChoice.cs(204,30): warning CS0169: The private method `System.Xml.Schema.XmlSchemaChoice.ValidateParticleSection(ref int, System.Xml.Schema.XmlSchemaParticle, System.Xml.Schema.XmlSchemaParticle, System.Xml.Schema.ValidationEventHandler, System.Xml.Schema.XmlSchema, bool)' is never used System.Xml.Schema/XmlSchemaSerializer.cs(118,22): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaForm(System.Xml.Schema.XmlSchemaForm, string, string, bool, bool, bool)' is never used System.Xml.Schema/XmlSchemaSerializer.cs(147,22): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaDerivationMethod(System.Xml.Schema.XmlSchemaDerivationMethod, string, string, bool, bool, bool)' is never used System.Xml.Schema/XmlSchemaSerializer.cs(1094,22): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaUse(System.Xml.Schema.XmlSchemaUse, string, string, bool, bool, bool)' is never used System.Xml.Schema/XmlSchemaSerializer.cs(2101,22): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaContentProcessing(System.Xml.Schema.XmlSchemaContentProcessing, string, string, bool, bool, bool)' is never used System.Xml.Serialization/MapCodeGenerator.cs(47,33): warning CS0169: The private field `System.Xml.Serialization.MapCodeGenerator.codeCompileUnit' is assigned but its value is never used System.Xml.Serialization/MapCodeGenerator.cs(51,33): warning CS0169: The private field `System.Xml.Serialization.MapCodeGenerator.codeProvider' is assigned but its value is never used System.Xml.Serialization/ReflectionHelper.cs(74,54): warning CS0169: The private field `System.Xml.Serialization.ReflectionHelper.empty_modifiers' is assigned but its value is never used System.Xml.Serialization/SerializationSource.cs(151,22): warning CS0169: The private field `System.Xml.Serialization.MembersSerializationSource.writeAccessors' is assigned but its value is never used System.Xml.Serialization/XmlAnyElementAttribute.cs(45,29): warning CS0169: The private field `System.Xml.Serialization.XmlAnyElementAttribute.order' is assigned but its value is never used System.Xml.Serialization/XmlArrayAttribute.cs(47,29): warning CS0169: The private field `System.Xml.Serialization.XmlArrayAttribute.order' is assigned but its value is never used System.Xml.Serialization/XmlAttributeEventArgs.cs(45,32): warning CS0169: The private field `System.Xml.Serialization.XmlAttributeEventArgs.expectedAttributes' is never used System.Xml.Serialization/XmlElementAttribute.cs(49,29): warning CS0169: The private field `System.Xml.Serialization.XmlElementAttribute.order' is assigned but its value is never used System.Xml.Serialization/XmlElementEventArgs.cs(45,32): warning CS0169: The private field `System.Xml.Serialization.XmlElementEventArgs.expectedElements' is never used Compilation succeeded - 30 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R System.Xml.dll ../../class/mono.snk Assembly System.Xml.dll signed. mv System.Xml.dll ../../class/lib/default/System.Xml.dll test ! -f System.Xml.dll.mdb || mv System.Xml.dll.mdb ../../class/lib/default/System.Xml.dll.mdb test ! -f System.Xml.pdb || mv System.Xml.pdb ../../class/lib/default/System.Xml.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' Creating ../../build/deps/Mono.Security_test_default.dll.response ... Creating ../../build/deps/Mono.Security_test_default.dll.makefrag ... Creating ../../build/deps/default_Mono.Security.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:System.dll -unsafe -target:library -out:Mono.Security.dll @Mono.Security.dll.sources ./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(75,1): warning CS1030: #warning: `"Client certificate selection is unfinished"' ./Mono.Security.Protocol.Tls.Handshake.Client/TlsServerFinished.cs(76,1): warning CS1030: #warning: `Review that selected alert is correct' Compilation succeeded - 2 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R Mono.Security.dll ../../class/mono.snk Assembly Mono.Security.dll signed. mv Mono.Security.dll ../../class/lib/default/Mono.Security.dll test ! -f Mono.Security.dll.mdb || mv Mono.Security.dll.mdb ../../class/lib/default/Mono.Security.dll.mdb test ! -f Mono.Security.pdb || mv Mono.Security.pdb ../../class/lib/default/Mono.Security.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -d:XML_DEP -r:System.Xml.dll -target:library -out:System.dll @System.dll.sources Microsoft.CSharp/CSharpCodeCompiler.cs(191,32): warning CS0219: The variable `mcs_stdout' is assigned but its value is never used System.Text.RegularExpressions/RxInterpreter.cs(997,33): warning CS0162: Unreachable code detected System.Diagnostics/ProcessStartInfo.cs(61,34): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.encoding_stderr' is never used System.Diagnostics/ProcessStartInfo.cs(61,51): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.encoding_stdout' is never used System.Diagnostics/ProcessStartInfo.cs(62,32): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.username' is never used System.Diagnostics/ProcessStartInfo.cs(62,42): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.domain' is never used System.Diagnostics/ProcessStartInfo.cs(66,32): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.password' is never used System.Diagnostics/ProcessStartInfo.cs(68,30): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.load_user_profile' is never used System.Net/WebClient.cs(90,31): warning CS0169: The private field `System.Net.WebClient.async' is assigned but its value is never used System.Text.RegularExpressions/RxInterpreter.cs(202,22): warning CS0169: The private method `System.Text.RegularExpressions.RxInterpreter.SetStartOfMatch(int)' is never used Compilation succeeded - 10 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R System.dll ../../class/mono.snk Assembly System.dll signed. mv System.dll ../../class/lib/default/System.dll test ! -f System.dll.mdb || mv System.dll.mdb ../../class/lib/default/System.dll.mdb test ! -f System.pdb || mv System.pdb ../../class/lib/default/System.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' Creating ../../build/deps/System.Security_test_default.dll.response ... Creating ../../build/deps/System.Security_test_default.dll.makefrag ... Creating ../../build/deps/default_System.Security.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -nowarn:618 -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -debug+ -target:library -out:../../class/lib/default/System.Security.dll @System.Security.dll.sources System.Security.Cryptography.Xml/Reference.cs(45,32): warning CS0169: The private field `System.Security.Cryptography.Xml.Reference.stream' is assigned but its value is never used System.Security.Cryptography.Xml/XmlDsigEnvelopedSignatureTransform.cs(44,30): warning CS0169: The private field `System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.comments' is assigned but its value is never used System.Security.Cryptography.Xml/XmlDsigXsltTransform.cs(47,30): warning CS0169: The private field `System.Security.Cryptography.Xml.XmlDsigXsltTransform.comments' is assigned but its value is never used Compilation succeeded - 3 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/System.Security.dll ../../class/mono.snk Assembly ../../class/lib/default/System.Security.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' Creating ../../build/deps/default_System.Configuration.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Security.dll -target:library -out:dummy-System.Configuration.dll @System.Configuration.dll.sources : dummy-System.Configuration.dll ../../class/mono.snk mv dummy-System.Configuration.dll ../../class/lib/default/dummy-System.Configuration.dll test ! -f dummy-System.Configuration.dll.mdb || mv dummy-System.Configuration.dll.mdb ../../class/lib/default/dummy-System.Configuration.dll.mdb test ! -f dummy-System.Configuration.pdb || mv dummy-System.Configuration.pdb ../../class/lib/default/dummy-System.Configuration.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[8]: Nothing to be done for `all-local'. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[8]: Nothing to be done for `all-local'. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Common' Creating ../../../build/deps/default_I18N.dll.makefrag ... gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Common' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Common' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Common' MONO_PATH="../../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/default/mcs.exe /codepage:65001 /r:mscorlib.dll /unsafe -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -target:library -out:I18N.dll @I18N.dll.sources MonoEncoding.cs(187,38): warning CS0169: The private field `I18N.Common.MonoEncoder.encoding' is assigned but its value is never used Strings.cs(38,40): warning CS0169: The private field `I18N.Common.Strings.resources' is assigned but its value is never used Compilation succeeded - 2 warning(s) MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/sn.exe -q -R I18N.dll ../../../class/mono.snk Assembly I18N.dll signed. mv I18N.dll ../../../class/lib/default/I18N.dll test ! -f I18N.dll.mdb || mv I18N.dll.mdb ../../../class/lib/default/I18N.dll.mdb test ! -f I18N.pdb || mv I18N.pdb ../../../class/lib/default/I18N.pdb gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Common' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Common' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/West' Creating ../../../build/deps/I18N.West_test_default.dll.response ... Creating ../../../build/deps/I18N.West_test_default.dll.makefrag ... Creating ../../../build/deps/default_I18N.West.dll.makefrag ... gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/West' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/West' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/West' MONO_PATH="../../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/default/mcs.exe /codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -target:library -out:I18N.West.dll @I18N.West.dll.sources MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/sn.exe -q -R I18N.West.dll ../../../class/mono.snk Assembly I18N.West.dll signed. mv I18N.West.dll ../../../class/lib/default/I18N.West.dll test ! -f I18N.West.dll.mdb || mv I18N.West.dll.mdb ../../../class/lib/default/I18N.West.dll.mdb test ! -f I18N.West.pdb || mv I18N.West.pdb ../../../class/lib/default/I18N.West.pdb gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/West' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/West' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/MidEast' Creating ../../../build/deps/default_I18N.MidEast.dll.makefrag ... gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/MidEast' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/MidEast' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/MidEast' MONO_PATH="../../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/default/mcs.exe /codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -target:library -out:I18N.MidEast.dll @I18N.MidEast.dll.sources MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/sn.exe -q -R I18N.MidEast.dll ../../../class/mono.snk Assembly I18N.MidEast.dll signed. mv I18N.MidEast.dll ../../../class/lib/default/I18N.MidEast.dll test ! -f I18N.MidEast.dll.mdb || mv I18N.MidEast.dll.mdb ../../../class/lib/default/I18N.MidEast.dll.mdb test ! -f I18N.MidEast.pdb || mv I18N.MidEast.pdb ../../../class/lib/default/I18N.MidEast.pdb gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/MidEast' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/MidEast' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Other' Creating ../../../build/deps/default_I18N.Other.dll.makefrag ... gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Other' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Other' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Other' MONO_PATH="../../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/default/mcs.exe /codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -target:library -out:I18N.Other.dll @I18N.Other.dll.sources MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/sn.exe -q -R I18N.Other.dll ../../../class/mono.snk Assembly I18N.Other.dll signed. mv I18N.Other.dll ../../../class/lib/default/I18N.Other.dll test ! -f I18N.Other.dll.mdb || mv I18N.Other.dll.mdb ../../../class/lib/default/I18N.Other.dll.mdb test ! -f I18N.Other.pdb || mv I18N.Other.pdb ../../../class/lib/default/I18N.Other.pdb gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Other' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Other' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Rare' Creating ../../../build/deps/default_I18N.Rare.dll.makefrag ... gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Rare' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Rare' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Rare' MONO_PATH="../../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/default/mcs.exe /codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -target:library -out:I18N.Rare.dll @I18N.Rare.dll.sources MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/sn.exe -q -R I18N.Rare.dll ../../../class/mono.snk Assembly I18N.Rare.dll signed. mv I18N.Rare.dll ../../../class/lib/default/I18N.Rare.dll test ! -f I18N.Rare.dll.mdb || mv I18N.Rare.dll.mdb ../../../class/lib/default/I18N.Rare.dll.mdb test ! -f I18N.Rare.pdb || mv I18N.Rare.pdb ../../../class/lib/default/I18N.Rare.pdb gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Rare' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Rare' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/CJK' Creating ../../../build/deps/I18N.CJK_test_default.dll.response ... Creating ../../../build/deps/I18N.CJK_test_default.dll.makefrag ... Creating ../../../build/deps/default_I18N.CJK.dll.makefrag ... gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/CJK' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/CJK' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/CJK' MONO_PATH="../../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/default/mcs.exe /codepage:65001 /unsafe /resource:big5.table /resource:gb2312.table /resource:jis.table /resource:ks.table /resource:gb18030.table /r:mscorlib.dll /r:I18N.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -target:library -out:I18N.CJK.dll @I18N.CJK.dll.sources CP932.cs(450,36): warning CS0108: `I18N.CJK.CP932Decoder.convert' hides inherited member `I18N.CJK.DbcsEncoding.DbcsDecoder.convert'. Use the new keyword if hiding was intended DbcsEncoding.cs(136,47): (Location of the symbol related to previous warning) Compilation succeeded - 1 warning(s) MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/sn.exe -q -R I18N.CJK.dll ../../../class/mono.snk Assembly I18N.CJK.dll signed. mv I18N.CJK.dll ../../../class/lib/default/I18N.CJK.dll test ! -f I18N.CJK.dll.mdb || mv I18N.CJK.dll.mdb ../../../class/lib/default/I18N.CJK.dll.mdb test ! -f I18N.CJK.pdb || mv I18N.CJK.pdb ../../../class/lib/default/I18N.CJK.pdb gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/CJK' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/CJK' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N' gmake[8]: Nothing to be done for `all-local'. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing' Creating ../../build/deps/System.Drawing_test_default.dll.response ... Creating ../../build/deps/System.Drawing_test_default.dll.makefrag ... Creating ../../build/deps/default_System.Drawing.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /nowarn:649 /nowarn:169 -resource:Assembly/Mono.ico,Mono.ico -resource:Assembly/Information.ico,Information.ico -resource:Assembly/Error.ico,Error.ico -resource:Assembly/Warning.ico,Warning.ico -resource:Assembly/Question.ico,Question.ico -target:library -out:../../class/lib/default/System.Drawing.dll @System.Drawing.dll.sources System.Drawing.Printing/PrintingServicesUnix.cs(121,42): warning CS0168: The variable `ex' is declared but never used Compilation succeeded - 1 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/System.Drawing.dll ../../class/mono.snk Assembly ../../class/lib/default/System.Drawing.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Transactions' Creating ../../build/deps/default_System.Transactions.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Transactions' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Transactions' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Transactions' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /nowarn:169 /nowarn:618 /r:mscorlib.dll /r:System.dll /debug+ -target:library -out:../../class/lib/default/dummy-System.Transactions.dll @System.Transactions.dll.sources : ../../class/lib/default/dummy-System.Transactions.dll ../../class/mono.snk gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Transactions' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Transactions' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.EnterpriseServices' Creating ../../build/deps/default_System.EnterpriseServices.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.EnterpriseServices' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.EnterpriseServices' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.EnterpriseServices' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /nowarn:0168 /nowarn:0162 /r:mscorlib.dll -target:library -out:../../class/lib/default/System.EnterpriseServices.dll @System.EnterpriseServices.dll.sources System.EnterpriseServices/DescriptionAttribute.cs(41,24): warning CS0169: The private field `System.EnterpriseServices.DescriptionAttribute.desc' is assigned but its value is never used System.EnterpriseServices/ResourcePool.cs(39,53): warning CS0169: The private field `System.EnterpriseServices.ResourcePool.cb' is assigned but its value is never used Compilation succeeded - 2 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/System.EnterpriseServices.dll ../../class/mono.snk Assembly ../../class/lib/default/System.EnterpriseServices.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.EnterpriseServices' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.EnterpriseServices' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.C5' Creating ../../build/deps/default_Mono.C5.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.C5' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.C5' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.C5' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll -nowarn:169 -target:library -out:../../class/lib/default/dummy-Mono.C5.dll @Mono.C5.dll.sources : ../../class/lib/default/dummy-Mono.C5.dll c5.snk gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.C5' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.C5' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Tds' Creating ../../build/deps/default_Mono.Data.Tds.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Tds' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Tds' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Tds' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:Mono.Security.dll -target:library -out:../../class/lib/default/Mono.Data.Tds.dll @Mono.Data.Tds.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/Mono.Data.Tds.dll ../../class/mono.snk Assembly ../../class/lib/default/Mono.Data.Tds.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Tds' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Tds' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data' Creating ../../build/deps/System.Data_test_default.dll.response ... Creating ../../build/deps/System.Data_test_default.dll.makefrag ... Creating ../../build/deps/default_System.Data.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data' ../../jay/jay -ct < ../../jay/skeleton.cs Mono.Data.SqlExpressions/Parser.jay >Mono.Data.SqlExpressions/Parser.cs ../../jay/jay: 9 reduce/reduce conflicts. MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -nowarn:649 -nowarn:169 -nowarn:219 -nowarn:168 -nowarn:1595 -unsafe -r:mscorlib.dll -r:../../class/lib/default/System.dll -r:System.Xml.dll -r:System.EnterpriseServices.dll -r:Mono.Data.Tds.dll -target:library -out:../../class/lib/default/System.Data.dll Mono.Data.SqlExpressions/Parser.cs @System.Data.dll.sources Mono.Data.SqlExpressions/Numeric.cs(202,33): warning CS0162: Unreachable code detected Mono.Data.SqlExpressions/Numeric.cs(226,33): warning CS0162: Unreachable code detected System.Data/DataColumn.cs(70,58): warning CS0067: The event `System.Data.DataColumn.ValidateColumnValueChange' is never used System.Data/DataColumn.cs(74,58): warning CS0067: The event `System.Data.DataColumn.ColumnValueChanging' is never used System.Data.OleDb/OleDbConnection.cs(426,59): warning CS0067: The event `System.Data.OleDb.OleDbConnection.InfoMessage' is never used System.Data.OleDb/OleDbConnection.cs(431,54): warning CS0067: The event `System.Data.OleDb.OleDbConnection.StateChange' is never used Compilation succeeded - 6 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/System.Data.dll ../../class/mono.snk Assembly ../../class/lib/default/System.Data.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data' Creating ../../build/deps/default_Mono.Data.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll -target:library -out:../../class/lib/default/Mono.Data.dll @Mono.Data.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/Mono.Data.dll ../../class/mono.snk Assembly ../../class/lib/default/Mono.Data.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.GetOptions' Creating ../../build/deps/default_Mono.GetOptions.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.GetOptions' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.GetOptions' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.GetOptions' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:System.dll -target:library -out:../../class/lib/default/Mono.GetOptions.dll @Mono.GetOptions.dll.sources Mono.GetOptions.Useful/CommonCompilerOptions.cs(62,22): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionList.cs(45,25): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionList.cs(177,35): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionDetails.cs(60,24): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionDetails.cs(181,85): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionList.cs(184,57): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionList.cs(185,87): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionList.cs(186,79): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionList.cs(187,57): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionList.cs(492,42): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionDetails.cs(92,73): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionDetails.cs(92,113): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionDetails.cs(96,84): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionDetails.cs(100,76): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionDetails.cs(133,55): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionDetails.cs(345,60): warning CS0168: The variable `ex' is declared but never used Mono.GetOptions/OptionDetails.cs(355,60): warning CS0168: The variable `ex' is declared but never used Mono.GetOptions.Useful/CommonCompilerOptions.cs(68,90): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(95,57): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(97,57): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(727,49): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(731,41): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(365,30): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(390,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(395,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(400,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(416,49): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(377,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(504,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(507,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(509,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(511,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(585,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(589,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(592,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(595,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(602,25): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(687,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(690,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Compilation succeeded - 39 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/Mono.GetOptions.dll ../../class/mono.snk Assembly ../../class/lib/default/Mono.GetOptions.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.GetOptions' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.GetOptions' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' Creating ../../build/deps/default_Mono.CompilerServices.SymbolWriter.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll -target:library -out:Mono.CompilerServices.SymbolWriter.dll @Mono.CompilerServices.SymbolWriter.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R Mono.CompilerServices.SymbolWriter.dll ../../class/mono.snk Assembly Mono.CompilerServices.SymbolWriter.dll signed. mv Mono.CompilerServices.SymbolWriter.dll ../../class/lib/default/Mono.CompilerServices.SymbolWriter.dll test ! -f Mono.CompilerServices.SymbolWriter.dll.mdb || mv Mono.CompilerServices.SymbolWriter.dll.mdb ../../class/lib/default/Mono.CompilerServices.SymbolWriter.dll.mdb test ! -f Mono.CompilerServices.SymbolWriter.pdb || mv Mono.CompilerServices.SymbolWriter.pdb ../../class/lib/default/Mono.CompilerServices.SymbolWriter.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Posix' Creating ../../build/deps/Mono.Posix_test_default.dll.response ... Creating ../../build/deps/Mono.Posix_test_default.dll.makefrag ... Creating ../../build/deps/default_Mono.Posix.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Posix' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Posix' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Posix' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /nowarn:0618 -target:library -out:../../class/lib/default/Mono.Posix.dll @Mono.Posix.dll.sources ./Mono.Unix/StdioFileStream.cs(123,42): warning CS0168: The variable `e' is declared but never used ./Mono.Unix/UnixListener.cs(54,58): warning CS0168: The variable `se' is declared but never used ./Mono.Unix/UnixSymbolicLinkInfo.cs(71,32): warning CS0219: The variable `path' is assigned but its value is never used ./Mono.Unix.Native/Syscall.cs(823,45): warning CS3019: CLS compliance checking will not be performed on `Mono.Unix.Native.Stat._padding_' because it is not visible from outside this assembly ./Mono.Remoting.Channels.Unix/UnixServerChannel.cs(307,30): warning CS0168: The variable `ex' is declared but never used ./Mono.Unix.Native/Syscall.cs(823,45): warning CS0169: The private field `Mono.Unix.Native.Stat._padding_' is never used ./Mono.Unix.Native/Syscall.cs(1028,29): warning CS0169: The private field `Mono.Unix.Native.Timezone.tz_dsttime' is never used Compilation succeeded - 7 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/Mono.Posix.dll ../../class/mono.snk Assembly ../../class/lib/default/Mono.Posix.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Posix' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Posix' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Accessibility' Creating ../../build/deps/default_Accessibility.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Accessibility' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Accessibility' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Accessibility' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll -target:library -out:../../class/lib/default/Accessibility.dll @Accessibility.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/Accessibility.dll ../../class/mono.snk Assembly ../../class/lib/default/Accessibility.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Accessibility' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Accessibility' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.WebBrowser' Creating ../../build/deps/default_Mono.WebBrowser.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.WebBrowser' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.WebBrowser' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.WebBrowser' ./build-csproj2k5 MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:System.dll -debug+ -nowarn:108 -target:library -out:../../class/lib/default/Mono.WebBrowser.dll @Mono.WebBrowser.dll.sources Mono.Mozilla/AsciiString.cs(55,30): warning CS0219: The variable `result' is assigned but its value is never used Mono.Mozilla/UniString.cs(52,30): warning CS0219: The variable `result' is assigned but its value is never used Mono.Mozilla/AsciiString.cs(37,32): warning CS0169: The private field `Mono.Mozilla.AsciiString.nsStringContainer.v' is never used Mono.Mozilla/AsciiString.cs(38,32): warning CS0169: The private field `Mono.Mozilla.AsciiString.nsStringContainer.d1' is never used Mono.Mozilla/AsciiString.cs(39,30): warning CS0169: The private field `Mono.Mozilla.AsciiString.nsStringContainer.d2' is never used Mono.Mozilla/AsciiString.cs(40,32): warning CS0169: The private field `Mono.Mozilla.AsciiString.nsStringContainer.d3' is never used Mono.Mozilla/UniString.cs(35,32): warning CS0169: The private field `Mono.Mozilla.UniString.nsStringContainer.v' is never used Mono.Mozilla/UniString.cs(36,32): warning CS0169: The private field `Mono.Mozilla.UniString.nsStringContainer.d1' is never used Mono.Mozilla/UniString.cs(37,30): warning CS0169: The private field `Mono.Mozilla.UniString.nsStringContainer.d2' is never used Mono.Mozilla/UniString.cs(38,32): warning CS0169: The private field `Mono.Mozilla.UniString.nsStringContainer.d3' is never used Mono.Mozilla/WebBrowser.cs(53,30): warning CS0169: The private field `Mono.Mozilla.WebBrowser.streamingMode' is never used Compilation succeeded - 11 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/Mono.WebBrowser.dll ../../class/mono.snk Assembly ../../class/lib/default/Mono.WebBrowser.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.WebBrowser' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.WebBrowser' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Managed.Windows.Forms' Creating ../../build/deps/System.Windows.Forms_test_default.dll.response ... Creating ../../build/deps/System.Windows.Forms_test_default.dll.makefrag ... Creating ../../build/deps/default_System.Windows.Forms.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Managed.Windows.Forms' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Managed.Windows.Forms' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Managed.Windows.Forms' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/resgen.exe resources/keyboards.resx || cp resources/keyboards.resources.prebuilt resources/keyboards.resources Error: Cannot load support for ResX format: File or assembly name System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, or one of its dependencies, was not found. ./build-csproj ./build-csproj2k5 MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Drawing.dll /r:Accessibility.dll /r:System.Data.dll /r:Mono.Posix.dll /r:Mono.WebBrowser @System.Windows.Forms.dll.resources -debug -nowarn:618,612,809 -target:library -out:../../class/lib/default/System.Windows.Forms.dll @System.Windows.Forms.dll.sources System.Windows.Forms/Control.cs(5789,46): warning CS0219: The variable `parented' is assigned but its value is never used System.Windows.Forms/XplatUICarbon.cs(1595,25): warning CS0162: Unreachable code detected System.Windows.Forms/XplatUIX11.cs(3990,53): warning CS0168: The variable `screen_x' is declared but never used System.Windows.Forms/XplatUIX11.cs(3991,53): warning CS0168: The variable `screen_y' is declared but never used System.Resources/ResXResourceWriter.cs(52,41): warning CS0169: The private field `System.Resources.ResXResourceWriter.base_path' is never used System.Windows.Forms/TextBoxBase.cs(1721,52): warning CS0067: The event `System.Windows.Forms.TextBoxBase.Paint' is never used System.Windows.Forms/ListViewItem.cs(56,23): warning CS0169: The private field `System.Windows.Forms.ListViewItem.position' is assigned but its value is never used System.Windows.Forms/LinkLabel.cs(923,38): warning CS0169: The private field `System.Windows.Forms.LinkLabel.LinkCollection.links_added' is assigned but its value is never used System.Windows.Forms/XplatUICarbon.cs(2262,35): warning CS0169: The private method `System.Windows.Forms.XplatUICarbon.HIViewGetBounds(System.IntPtr, ref System.Windows.Forms.CarbonInternal.HIRect)' is never used System.Windows.Forms/XplatUICarbon.cs(2264,35): warning CS0169: The private method `System.Windows.Forms.XplatUICarbon.HIViewScrollRect(System.IntPtr, ref System.Windows.Forms.CarbonInternal.HIRect, float, float)' is never used System.Windows.Forms/XplatUICarbon.cs(2281,36): warning CS0169: The private method `System.Windows.Forms.XplatUICarbon.IsWindowActive(System.IntPtr)' is never used Compilation succeeded - 11 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/System.Windows.Forms.dll ../../class/mono.snk Assembly ../../class/lib/default/System.Windows.Forms.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Managed.Windows.Forms' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Managed.Windows.Forms' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Sqlite' Creating ../../build/deps/Mono.Data.Sqlite_test_default.dll.response ... Creating ../../build/deps/Mono.Data.Sqlite_test_default.dll.makefrag ... Creating ../../build/deps/default_Mono.Data.Sqlite.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Sqlite' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Sqlite' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Sqlite' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /unsafe /r:System.dll /r:System.Data.dll -d:MONO_BACKWARD_COMPAT -target:library -out:../../class/lib/default/Mono.Data.Sqlite.dll @Mono.Data.Sqlite.dll.sources Mono.Data.Sqlite/SqliteCommand.cs(60,30): warning CS0169: The private field `Mono.Data.Sqlite.SqliteCommand._designTimeVisible' is assigned but its value is never used Mono.Data.Sqlite/SqliteDataReader.cs(52,30): warning CS0169: The private field `Mono.Data.Sqlite.SqliteDataReader.reading' is assigned but its value is never used Mono.Data.Sqlite/SqliteParameter.cs(44,32): warning CS0169: The private field `Mono.Data.Sqlite.SqliteParameter.originalType' is assigned but its value is never used Mono.Data.Sqlite/SqliteParameter.cs(54,30): warning CS0169: The private field `Mono.Data.Sqlite.SqliteParameter.sourceColumnNullMapping' is never used Compilation succeeded - 4 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/Mono.Data.Sqlite.dll ../../class/mono.snk Assembly ../../class/lib/default/Mono.Data.Sqlite.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Sqlite' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Sqlite' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SqliteClient' Creating ../../build/deps/Mono.Data.SqliteClient_test_default.dll.response ... Creating ../../build/deps/Mono.Data.SqliteClient_test_default.dll.makefrag ... Creating ../../build/deps/default_Mono.Data.SqliteClient.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SqliteClient' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SqliteClient' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SqliteClient' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /unsafe /r:System.dll /r:System.Data.dll -target:library -out:../../class/lib/default/Mono.Data.SqliteClient.dll @Mono.Data.SqliteClient.dll.sources Mono.Data.SqliteClient/SqliteCommand.cs(67,30): warning CS0169: The private field `Mono.Data.SqliteClient.SqliteCommand._designTimeVisible' is assigned but its value is never used Mono.Data.SqliteClient/SqliteDataReader.cs(57,30): warning CS0169: The private field `Mono.Data.SqliteClient.SqliteDataReader.reading' is assigned but its value is never used Mono.Data.SqliteClient/SqliteParameter.cs(52,32): warning CS0169: The private field `Mono.Data.SqliteClient.SqliteParameter.originalType' is assigned but its value is never used Mono.Data.SqliteClient/SqliteParameter.cs(62,30): warning CS0169: The private field `Mono.Data.SqliteClient.SqliteParameter.sourceColumnNullMapping' is never used Compilation succeeded - 4 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/Mono.Data.SqliteClient.dll ../../class/mono.snk Assembly ../../class/lib/default/Mono.Data.SqliteClient.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SqliteClient' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SqliteClient' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' Creating ../../build/deps/System.Web_test_default.dll.response ... Creating ../../build/deps/System.Web_test_default.dll.makefrag ... Creating ../../build/deps/default_System.Web.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake all-local gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake[10]: Nothing to be done for `all-local'. gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[9]: Nothing to be done for `all-local'. gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' MONO_PATH="../../class/lib/default::$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper --debug ../../class/lib/net_1_1_bootstrap/culevel.exe -o System.Web/UplevelHelper.cs UplevelHelperDefinitions.xml MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -unsafe -nowarn:612,618,649 -r:mscorlib.dll -r:System.dll -r:System.Drawing.dll -r:System.Data.dll -r:System.Xml.dll -r:System.EnterpriseServices.dll /resource:resources/WebUIValidation.js -target:library -out:../../class/lib/default/System.Web.dll System.Web/UplevelHelper.cs @System.Web.dll.sources ../Managed.Windows.Forms/System.Resources/ResXResourceWriter.cs(52,41): warning CS0169: The private field `System.Resources.ResXResourceWriter.base_path' is never used System.Web/HttpCachePolicy.cs(43,40): warning CS0169: The private field `System.Web.HttpCachePolicy.cacheabilityUpdatedEvent' is assigned but its value is never used Compilation succeeded - 2 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/System.Web.dll ../../class/mono.snk Assembly ../../class/lib/default/System.Web.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Web' Creating ../../build/deps/default_Mono.Web.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Web' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Web' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Web' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -target:library -out:../../class/lib/default/dummy-Mono.Web.dll @Mono.Web.dll.sources : ../../class/lib/default/dummy-Mono.Web.dll ../../class/mono.snk gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Web' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Web' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Services' Creating ../../build/deps/System.Web.Services_test_default.dll.response ... Creating ../../build/deps/System.Web.Services_test_default.dll.makefrag ... Creating ../../build/deps/default_System.Web.Services.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Services' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Services' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Services' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -nowarn:649 -nowarn:169 -r:mscorlib.dll -r:System.dll -r:System.EnterpriseServices.dll -r:System.Xml.dll -r:System.Web.dll -target:library -out:../../class/lib/default/System.Web.Services.dll @System.Web.Services.dll.sources System.Web.Services.Description/ServiceDescriptionCollection.cs(163,22): warning CS0114: `System.Web.Services.Description.ServiceDescriptionCollection.OnInsertComplete(int, object)' hides inherited member `System.Web.Services.Description.ServiceDescriptionBaseCollection.OnInsertComplete(int, object)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword System.Web.Services.Description/ServiceDescriptionBaseCollection.cs(73,41): (Location of the symbol related to previous warning) System.Web.Services.Description/SoapProtocolReflector.cs(75,44): warning CS0219: The variable `method' is assigned but its value is never used System.Web.Services.Protocols/Methods.cs(477,65): warning CS0219: The variable `srs' is assigned but its value is never used System.Web.Services.Protocols/LogicalMethodInfo.cs(338,70): warning CS0162: Unreachable code detected Compilation succeeded - 4 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/System.Web.Services.dll ../../class/mono.snk Assembly ../../class/lib/default/System.Web.Services.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Services' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Services' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake all-local gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake[10]: Nothing to be done for `all-local'. gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[9]: Nothing to be done for `all-local'. gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[8]: Nothing to be done for `all-local'. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' Creating ../../build/deps/System.Runtime.Serialization.Formatters.Soap_test_default.dll.response ... Creating ../../build/deps/System.Runtime.Serialization.Formatters.Soap_test_default.dll.makefrag ... Creating ../../build/deps/default_System.Runtime.Serialization.Formatters.Soap.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.Xml.dll -target:library -out:../../class/lib/default/System.Runtime.Serialization.Formatters.Soap.dll @System.Runtime.Serialization.Formatters.Soap.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/System.Runtime.Serialization.Formatters.Soap.dll ../../class/mono.snk Assembly ../../class/lib/default/System.Runtime.Serialization.Formatters.Soap.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Remoting' Creating ../../build/deps/System.Runtime.Remoting_test_default.dll.response ... Creating ../../build/deps/System.Runtime.Remoting_test_default.dll.makefrag ... Creating ../../build/deps/default_System.Runtime.Remoting.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Remoting' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Remoting' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Remoting' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Web.dll /r:System.Xml.dll /r:System.Runtime.Serialization.Formatters.Soap.dll -target:library -out:../../class/lib/default/System.Runtime.Remoting.dll @System.Runtime.Remoting.dll.sources MonoHttp/WebHeaderCollection.cs(45,1): warning CS0105: The using directive for `System' appeared previously in this namespace MonoHttp/WebHeaderCollection.cs(36,7): (Location of the symbol related to previous warning) System.Runtime.Remoting.Channels/RemotingThreadPool.cs(172,50): warning CS0168: The variable `ex' is declared but never used System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(220,60): warning CS0168: The variable `e' is declared but never used System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(228,42): warning CS0168: The variable `e' is declared but never used System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(333,42): warning CS0168: The variable `ex' is declared but never used MonoHttp/HttpConnection.cs(166,46): warning CS0219: The variable `listener' is assigned but its value is never used System.Runtime.Remoting.Channels/BinaryServerFormatterSink.cs(53,26): warning CS0169: The private field `System.Runtime.Remoting.Channels.BinaryServerFormatterSink.protocol' is assigned but its value is never used System.Runtime.Remoting.Channels.Http/HttpClientChannel.cs(69,22): warning CS0169: The private field `System.Runtime.Remoting.Channels.Http.HttpClientChannel.isSecured' is assigned but its value is never used System.Runtime.Remoting.Channels.Http/HttpServerChannel.cs(51,22): warning CS0169: The private field `System.Runtime.Remoting.Channels.Http.HttpServerChannel.exclusiveAddressUse' is assigned but its value is never used System.Runtime.Remoting.MetadataServices/MetaDataExporter.cs(462,27): warning CS0169: The private method `System.Runtime.Remoting.MetadataServices.MetaDataExporter.FindServices(System.Runtime.Remoting.MetadataServices.ServiceType[])' is never used System.Runtime.Remoting.MetadataServices/MetaDataCodeGenerator.cs(479,24): warning CS0169: The private method `System.Runtime.Remoting.MetadataServices.MetaDataCodeGenerator.GetTypeNamespace(System.Xml.XmlNode, string)' is never used System.Runtime.Remoting.MetadataServices/MetaDataCodeGenerator.cs(527,24): warning CS0169: The private method `System.Runtime.Remoting.MetadataServices.MetaDataCodeGenerator.Params(params string[])' is never used System.Runtime.Remoting.MetadataServices/MetaDataCodeGenerator.cs(555,24): warning CS0169: The private field `System.Runtime.Remoting.MetadataServices.CodeFile.currentNamespace' is never used MonoHttp/HttpConnection.cs(97,37): warning CS0169: The private method `MonoHttp.HttpConnection.OnPVKSelection(System.Security.Cryptography.X509Certificates.X509Certificate, string)' is never used Compilation succeeded - 14 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/System.Runtime.Remoting.dll ../../class/mono.snk Assembly ../../class/lib/default/System.Runtime.Remoting.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Remoting' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Remoting' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration.Install' Creating ../../build/deps/default_System.Configuration.Install.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration.Install' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration.Install' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration.Install' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll -target:library -out:../../class/lib/default/System.Configuration.Install.dll @System.Configuration.Install.dll.sources System.Configuration.Install/InstallException.cs(39,35): warning CS0169: The private field `System.Configuration.Install.InstallException.innerException' is assigned but its value is never used System.Configuration.Install/InstallContext.cs(37,24): warning CS0169: The private field `System.Configuration.Install.InstallContext.log_file' is assigned but its value is never used Compilation succeeded - 2 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/System.Configuration.Install.dll ../../class/mono.snk Assembly ../../class/lib/default/System.Configuration.Install.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration.Install' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration.Install' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Management' Creating ../../build/deps/default_System.Management.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Management' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Management' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Management' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Configuration.Install.dll -target:library -out:../../class/lib/default/System.Management.dll @System.Management.dll.sources System.Management/ManagementEventWatcher.cs(85,55): warning CS0067: The event `System.Management.ManagementEventWatcher.EventArrived' is never used System.Management/ManagementEventWatcher.cs(86,50): warning CS0067: The event `System.Management.ManagementEventWatcher.Stopped' is never used System.Management/ManagementOperationObserver.cs(45,52): warning CS0067: The event `System.Management.ManagementOperationObserver.Completed' is never used System.Management/ManagementOperationObserver.cs(46,52): warning CS0067: The event `System.Management.ManagementOperationObserver.ObjectPut' is never used System.Management/ManagementOperationObserver.cs(47,54): warning CS0067: The event `System.Management.ManagementOperationObserver.ObjectReady' is never used System.Management/ManagementOperationObserver.cs(48,51): warning CS0067: The event `System.Management.ManagementOperationObserver.Progress' is never used Compilation succeeded - 6 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/System.Management.dll ../../class/mono.snk Assembly ../../class/lib/default/System.Management.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Management' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Management' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SybaseClient' Creating ../../build/deps/default_Mono.Data.SybaseClient.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SybaseClient' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SybaseClient' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SybaseClient' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.EnterpriseServices.dll /r:System.Data.dll /r:Mono.Data.Tds.dll -target:library -out:../../class/lib/default/Mono.Data.SybaseClient.dll @Mono.Data.SybaseClient.dll.sources Mono.Data.SybaseClient/SybaseCommand.cs(53,22): warning CS0169: The private field `Mono.Data.SybaseClient.SybaseCommand.disposed' is assigned but its value is never used Mono.Data.SybaseClient/SybaseParameter.cs(53,22): warning CS0169: The private field `Mono.Data.SybaseClient.SybaseParameter.isNullable' is never used Mono.Data.SybaseClient/SybaseParameter.cs(54,22): warning CS0169: The private field `Mono.Data.SybaseClient.SybaseParameter.isSizeSet' is assigned but its value is never used Mono.Data.SybaseClient/SybaseParameterCollection.cs(49,31): warning CS0169: The private field `Mono.Data.SybaseClient.SybaseParameterCollection.command' is assigned but its value is never used Mono.Data.SybaseTypes/SybaseDecimal.cs(661,37): warning CS0169: The private method `Mono.Data.SybaseTypes.SybaseDecimal.RShift192(ref ulong, ref ulong, ref ulong)' is never used Mono.Data.SybaseTypes/SybaseDecimal.cs(781,37): warning CS0169: The private method `Mono.Data.SybaseTypes.SybaseDecimal.Mult192By32(ref ulong, ref ulong, ref ulong, ulong, int)' is never used Compilation succeeded - 6 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/Mono.Data.SybaseClient.dll ../../class/mono.snk Assembly ../../class/lib/default/Mono.Data.SybaseClient.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SybaseClient' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SybaseClient' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.TdsClient' Creating ../../build/deps/default_Mono.Data.TdsClient.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.TdsClient' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.TdsClient' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.TdsClient' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.EnterpriseServices.dll /r:System.Data.dll /r:Mono.Data.Tds.dll -target:library -out:../../class/lib/default/Mono.Data.TdsClient.dll @Mono.Data.TdsClient.dll.sources Mono.Data.TdsClient/TdsCommand.cs(52,22): warning CS0169: The private field `Mono.Data.TdsClient.TdsCommand.disposed' is assigned but its value is never used Mono.Data.TdsClient/TdsDataReader.cs(549,31): warning CS0169: The private method `Mono.Data.TdsClient.TdsDataReader.GetSchemaValue(object)' is never used Mono.Data.TdsClient/TdsParameter.cs(53,22): warning CS0169: The private field `Mono.Data.TdsClient.TdsParameter.isNullable' is never used Mono.Data.TdsClient/TdsParameter.cs(54,22): warning CS0169: The private field `Mono.Data.TdsClient.TdsParameter.isSizeSet' is assigned but its value is never used Mono.Data.TdsClient/TdsParameterCollection.cs(49,28): warning CS0169: The private field `Mono.Data.TdsClient.TdsParameterCollection.command' is assigned but its value is never used Compilation succeeded - 5 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/Mono.Data.TdsClient.dll ../../class/mono.snk Assembly ../../class/lib/default/Mono.Data.TdsClient.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.TdsClient' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.TdsClient' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.OracleClient' Creating ../../build/deps/System.Data.OracleClient_test_default.dll.response ... Creating ../../build/deps/System.Data.OracleClient_test_default.dll.makefrag ... Creating ../../build/deps/default_System.Data.OracleClient.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.OracleClient' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.OracleClient' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.OracleClient' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll /r:System.EnterpriseServices.dll /r:System.Drawing.dll -target:library -out:../../class/lib/default/System.Data.OracleClient.dll @System.Data.OracleClient.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/System.Data.OracleClient.dll ../../class/mono.snk Assembly ../../class/lib/default/System.Data.OracleClient.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.OracleClient' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.OracleClient' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.VisualC' Creating ../../build/deps/default_Microsoft.VisualC.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.VisualC' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.VisualC' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.VisualC' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll -target:library -out:../../class/lib/default/Microsoft.VisualC.dll @Microsoft.VisualC.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/Microsoft.VisualC.dll ../../class/mono.snk Assembly ../../class/lib/default/Microsoft.VisualC.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.VisualC' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.VisualC' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Cscompmgd' Creating ../../build/deps/Cscompmgd_test_default.dll.response ... Creating ../../build/deps/Cscompmgd_test_default.dll.makefrag ... Creating ../../build/deps/default_Cscompmgd.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Cscompmgd' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Cscompmgd' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Cscompmgd' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll -target:library -out:../../class/lib/default/cscompmgd.dll @Cscompmgd.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/cscompmgd.dll ../../class/mono.snk Assembly ../../class/lib/default/cscompmgd.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Cscompmgd' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Cscompmgd' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' Creating ../../build/deps/System.Design_test_default.dll.response ... Creating ../../build/deps/System.Design_test_default.dll.makefrag ... Creating ../../build/deps/default_System.Design.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Windows.Forms.dll -r:System.Drawing.dll -r:Accessibility.dll -r:System.Data.dll -target:library -out:../../class/lib/default/System.Design.dll @System.Design.dll.sources System.ComponentModel.Design/CollectionEditor.cs(562,42): warning CS0169: The private field `System.ComponentModel.Design.CollectionEditor.provider' is assigned but its value is never used System.Web.UI.Design/TemplateEditingService.cs(90,39): warning CS0169: The private field `System.Web.UI.Design.TemplateEditingService._designerHost' is assigned but its value is never used System.Web.UI.Design.WebControls/RegexEditorDialog.cs(34,24): warning CS0169: The private field `System.Web.UI.Design.WebControls.RegexEditorDialog.regular_expression' is assigned but its value is never used System.Windows.Forms.Design/AxParameterData.cs(137,32): warning CS0169: The private field `System.Windows.Forms.Design.AxParameterData.typeName' is never used System.Windows.Forms.Design/ComponentTray.cs(51,35): warning CS0169: The private field `System.Windows.Forms.Design.ComponentTray._mainDesigner' is assigned but its value is never used System.Windows.Forms.Design/ControlDesigner.cs(764,32): warning CS0169: The private property `System.Windows.Forms.Design.ControlDesigner.Name' is never used System.Windows.Forms.Design/ControlDesigner.cs(769,37): warning CS0169: The private property `System.Windows.Forms.Design.ControlDesigner.ContextMenu' is never used System.Windows.Forms.Design/ControlDesigner.cs(774,31): warning CS0169: The private property `System.Windows.Forms.Design.ControlDesigner.Location' is never used System.Windows.Forms.Design/ParentControlDesigner.cs(440,30): warning CS0169: The private method `System.Windows.Forms.Design.ParentControlDesigner.ShouldSerializeDrawGrid()' is never used System.Windows.Forms.Design/ParentControlDesigner.cs(445,30): warning CS0169: The private method `System.Windows.Forms.Design.ParentControlDesigner.ResetDrawGrid()' is never used System.Windows.Forms.Design/ParentControlDesigner.cs(450,30): warning CS0169: The private method `System.Windows.Forms.Design.ParentControlDesigner.ShouldSerializeSnapToGrid()' is never used System.Windows.Forms.Design/ParentControlDesigner.cs(455,30): warning CS0169: The private method `System.Windows.Forms.Design.ParentControlDesigner.ResetSnapToGrid()' is never used System.Windows.Forms.Design/ParentControlDesigner.cs(460,30): warning CS0169: The private method `System.Windows.Forms.Design.ParentControlDesigner.ShouldSerializeGridSize()' is never used System.Windows.Forms.Design/ParentControlDesigner.cs(465,30): warning CS0169: The private method `System.Windows.Forms.Design.ParentControlDesigner.ResetGridSize()' is never used System.Windows.Forms.Design/DocumentDesigner.cs(499,31): warning CS0169: The private property `System.Windows.Forms.Design.DocumentDesigner.BackColor' is never used System.Windows.Forms.Design/DocumentDesigner.cs(507,31): warning CS0169: The private property `System.Windows.Forms.Design.DocumentDesigner.Location' is never used System.Windows.Forms.Design/EventHandlerService.cs(37,43): warning CS0067: The event `System.Windows.Forms.Design.EventHandlerService.EventHandlerChanged' is never used System.Windows.Forms.Design/MenuCommands.cs(140,46): warning CS0169: The private field `System.Windows.Forms.Design.MenuCommands.guidVSStd97' is assigned but its value is never used Compilation succeeded - 18 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/System.Design.dll ../../class/mono.snk Assembly ../../class/lib/default/System.Design.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' Creating ../../build/deps/default_PEAPI.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll -target:library -out:../../class/lib/default/PEAPI.dll @PEAPI.dll.sources Metadata.cs(5363,30): warning CS0219: The variable `tabStart' is assigned but its value is never used Metadata.cs(5344,30): warning CS0219: The variable `startTilde' is assigned but its value is never used Metadata.cs(431,48): warning CS0169: The private field `PEAPI.CustomAttribute.prolog' is assigned but its value is never used Metadata.cs(435,26): warning CS0169: The private field `PEAPI.CustomAttribute.cVal' is assigned but its value is never used Metadata.cs(633,28): warning CS0169: The private field `PEAPI.Permission.type' is assigned but its value is never used Metadata.cs(673,38): warning CS0169: The private field `PEAPI.PermissionSet.sec_action' is assigned but its value is never used Metadata.cs(675,37): warning CS0169: The private field `PEAPI.PermissionSet.ps' is never used Metadata.cs(1503,30): warning CS0169: The private field `PEAPI.ClassRefInst.is_value' is assigned but its value is never used Metadata.cs(1583,46): warning CS0169: The private field `PEAPI.ClassDef.ElementType_Class' is assigned but its value is never used Metadata.cs(1592,24): warning CS0169: The private field `PEAPI.ClassDef.securityActions' is never used Metadata.cs(1595,26): warning CS0169: The private field `PEAPI.ClassDef.parentClass' is assigned but its value is never used Metadata.cs(1962,29): warning CS0169: The private field `PEAPI.ClassRef.externClass' is never used Metadata.cs(3491,27): warning CS0169: The private field `PEAPI.Property.getterMeth' is assigned but its value is never used Metadata.cs(3828,27): warning CS0169: The private field `PEAPI.MethodDef.securityActions' is assigned but its value is never used Metadata.cs(4335,28): warning CS0169: The private field `PEAPI.FixedArray.elemType' is never used Metadata.cs(4365,24): warning CS0169: The private field `PEAPI.CustomMarshaller.typeName' is assigned but its value is never used Metadata.cs(4726,36): warning CS0169: The private field `PEAPI.MSCorLib.specialTypeSpecs' is assigned but its value is never used Metadata.cs(4951,46): warning CS0169: The private field `PEAPI.MetaData.tildeHeaderSize' is assigned but its value is never used Metadata.cs(4969,30): warning CS0169: The private field `PEAPI.MetaData.output' is assigned but its value is never used Metadata.cs(4972,22): warning CS0169: The private field `PEAPI.MetaData.mdStart' is assigned but its value is never used Code.cs(287,46): warning CS0169: The private field `PEAPI.BranchInstr.longInstrOffset' is assigned but its value is never used Code.cs(362,46): warning CS0169: The private field `PEAPI.CILInstructions.FatWords' is assigned but its value is never used Code.cs(1250,24): warning CS0169: The private field `PEAPI.Local.name' is assigned but its value is never used Code.cs(1252,38): warning CS0169: The private field `PEAPI.Local.byref' is assigned but its value is never used PEAPI.cs(499,30): warning CS0169: The private method `PEAPI.FileImage.Align(System.IO.MemoryStream, int)' is never used PEAPI.cs(508,30): warning CS0169: The private method `PEAPI.FileImage.Align(uint, uint)' is never used PEAPI.cs(75,39): warning CS0169: The private field `PEAPI.FileImage.PEHeader' is assigned but its value is never used PEAPI.cs(84,46): warning CS0169: The private field `PEAPI.FileImage.maxFileAlign' is assigned but its value is never used PEAPI.cs(104,48): warning CS0169: The private field `PEAPI.FileImage.rsrcName' is assigned but its value is never used PEAPI.cs(593,35): warning CS0169: The private field `PEAPI.PEFile.classRefList' is assigned but its value is never used PEAPI.cs(594,35): warning CS0169: The private field `PEAPI.PEFile.classDefList' is assigned but its value is never used PEAPI.cs(598,29): warning CS0169: The private field `PEAPI.PEFile.corFlags' is assigned but its value is never used Compilation succeeded - 32 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/PEAPI.dll ../../class/mono.snk Assembly ../../class/lib/default/PEAPI.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql' Creating ../../build/deps/Npgsql_test_default.dll.response ... Creating ../../build/deps/Npgsql_test_default.dll.makefrag ... Creating ../../build/deps/default_Npgsql.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/resgen.exe `echo Npgsql/NpgsqlState.resx | cat` Read in 14 resources from '/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql/Npgsql/NpgsqlState.resx' Writing resource file... Done. MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/resgen.exe `echo Npgsql/NpgsqlClosedState.resx | cat` Read in 1 resources from '/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql/Npgsql/NpgsqlClosedState.resx' Writing resource file... Done. MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/resgen.exe `echo Npgsql/NpgsqlParameterCollection.resx | cat` Read in 2 resources from '/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql/Npgsql/NpgsqlParameterCollection.resx' Writing resource file... Done. MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/resgen.exe `echo Npgsql/NpgsqlCommand.resx | cat` Read in 11 resources from '/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql/Npgsql/NpgsqlCommand.resx' Writing resource file... Done. MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/resgen.exe `echo Npgsql/NpgsqlCommandBuilder.resx | cat` Read in 1 resources from '/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql/Npgsql/NpgsqlCommandBuilder.resx' Writing resource file... Done. MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/resgen.exe `echo Npgsql/NpgsqlConnectedState.resx | cat` Read in 9 resources from '/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql/Npgsql/NpgsqlConnectedState.resx' Writing resource file... Done. MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/resgen.exe `echo Npgsql/NpgsqlParameter.resx | cat` Read in 1 resources from '/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql/Npgsql/NpgsqlParameter.resx' Writing resource file... Done. MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/resgen.exe `echo Npgsql/NpgsqlConnection.resx | cat` Read in 14 resources from '/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql/Npgsql/NpgsqlConnection.resx' Writing resource file... Done. MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/resgen.exe `echo Npgsql/NpgsqlReadyState.resx | cat` Read in 10 resources from '/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql/Npgsql/NpgsqlReadyState.resx' Writing resource file... Done. MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/resgen.exe `echo Npgsql/NpgsqlTransaction.resx | cat` Read in 1 resources from '/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql/Npgsql/NpgsqlTransaction.resx' Writing resource file... Done. MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/resgen.exe `echo Npgsql/NpgsqlEventLog.resx | cat` Read in 12 resources from '/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql/Npgsql/NpgsqlEventLog.resx' Writing resource file... Done. MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/resgen.exe `echo Npgsql/NpgsqlException.resx | cat` Read in 2 resources from '/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql/Npgsql/NpgsqlException.resx' Writing resource file... Done. MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/resgen.exe `echo Npgsql/PGUtil.resx | cat` Read in 2 resources from '/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql/Npgsql/PGUtil.resx' Writing resource file... Done. MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/resgen.exe `echo Npgsql/NpgsqlConnectionString.resx | cat` Read in 6 resources from '/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql/Npgsql/NpgsqlConnectionString.resx' Writing resource file... Done. MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/resgen.exe `echo NpgsqlTypes/NpgsqlTypesHelper.resx | cat` Read in 1 resources from '/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql/NpgsqlTypes/NpgsqlTypesHelper.resx' Writing resource file... Done. MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll /r:Mono.Security.dll @Npgsql.dll.resources -target:library -out:../../class/lib/default/Npgsql.dll @Npgsql.dll.sources Npgsql/MD5CryptoServiceProvider.cs(33,46): warning CS3019: CLS compliance checking will not be performed on `Npgsql.MD5CryptoServiceProvider._H' because it is not visible from outside this assembly Npgsql/MD5CryptoServiceProvider.cs(33,46): warning CS3021: `Npgsql.MD5CryptoServiceProvider._H' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant Npgsql/MD5CryptoServiceProvider.cs(34,44): warning CS3019: CLS compliance checking will not be performed on `Npgsql.MD5CryptoServiceProvider.count' because it is not visible from outside this assembly Npgsql/MD5CryptoServiceProvider.cs(34,44): warning CS3021: `Npgsql.MD5CryptoServiceProvider.count' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant Npgsql/NpgsqlState.cs(417,28): warning CS0219: The variable `cursorName' is assigned but its value is never used Npgsql/NpgsqlState.cs(617,29): warning CS0219: The variable `typeoid' is assigned but its value is never used Npgsql/NpgsqlState.cs(613,25): warning CS0219: The variable `lenght' is assigned but its value is never used Npgsql/NpgsqlClosedState.cs(107,34): warning CS0168: The variable `ex' is declared but never used Npgsql/NpgsqlCommand.cs(767,28): warning CS0219: The variable `portalName' is assigned but its value is never used Npgsql/NpgsqlConnection.cs(493,20): warning CS0219: The variable `oldDatabaseName' is assigned but its value is never used Npgsql/NpgsqlDataReader.cs(322,36): warning CS0219: The variable `TI' is assigned but its value is never used Npgsql/NpgsqlParameterStatus.cs(55,19): warning CS0219: The variable `messageLength' is assigned but its value is never used NpgsqlTypes/FastPath.cs(103,31): warning CS0168: The variable `e' is declared but never used NpgsqlTypes/FastPath.cs(160,32): warning CS0219: The variable `param' is assigned but its value is never used NpgsqlTypes/FastPath.cs(158,32): warning CS0219: The variable `msg' is assigned but its value is never used NpgsqlTypes/FastPath.cs(157,31): warning CS0219: The variable `pid' is assigned but its value is never used NpgsqlTypes/FastPath.cs(156,31): warning CS0219: The variable `msglen' is assigned but its value is never used NpgsqlTypes/FastPath.cs(174,31): warning CS0219: The variable `l_nlen' is assigned but its value is never used NpgsqlTypes/FastPath.cs(183,31): warning CS0219: The variable `l_msgLen' is assigned but its value is never used NpgsqlTypes/FastPath.cs(225,30): warning CS0219: The variable `l_tStatus' is assigned but its value is never used NpgsqlTypes/FastPath.cs(281,32): warning CS0219: The variable `msg' is assigned but its value is never used NpgsqlTypes/FastPath.cs(280,31): warning CS0219: The variable `pid' is assigned but its value is never used NpgsqlTypes/FastPath.cs(330,35): warning CS0219: The variable `l_endChar' is assigned but its value is never used NpgsqlTypes/NpgsqlTypesHelper.cs(129,13): warning CS0162: Unreachable code detected Npgsql/NpgsqlBind.cs(44,40): warning CS0169: The private field `Npgsql.NpgsqlBind.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlCancelRequest.cs(38,40): warning CS0169: The private field `Npgsql.NpgsqlCancelRequest.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlCommand.cs(70,73): warning CS0169: The private field `Npgsql.NpgsqlCommand.invalidTransactionDetected' is assigned but its value is never used Npgsql/NpgsqlCommandBuilder.cs(45,40): warning CS0169: The private field `Npgsql.NpgsqlCommandBuilder.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlConnectionString.cs(41,40): warning CS0169: The private field `Npgsql.NpgsqlConnectionString.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlConnectorPool.cs(384,33): warning CS0169: The private method `Npgsql.NpgsqlConnectorPool.GetSharedConnector(Npgsql.NpgsqlConnection)' is never used Npgsql/NpgsqlConnectorPool.cs(498,22): warning CS0169: The private method `Npgsql.NpgsqlConnectorPool.UngetSharedConnector(Npgsql.NpgsqlConnection, Npgsql.NpgsqlConnector)' is never used Npgsql/NpgsqlDataReader.cs(79,25): warning CS0169: The private method `Npgsql.NpgsqlDataReader.HaveRow()' is never used Npgsql/NpgsqlDescribe.cs(41,40): warning CS0169: The private field `Npgsql.NpgsqlDescribe.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlException.cs(44,40): warning CS0169: The private field `Npgsql.NpgsqlException.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlExecute.cs(40,40): warning CS0169: The private field `Npgsql.NpgsqlExecute.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlFlush.cs(41,40): warning CS0169: The private field `Npgsql.NpgsqlFlush.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlParse.cs(45,40): warning CS0169: The private field `Npgsql.NpgsqlParse.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlSync.cs(41,40): warning CS0169: The private field `Npgsql.NpgsqlSync.CLASSNAME' is assigned but its value is never used NpgsqlTypes/NpgsqlTypesHelper.cs(44,40): warning CS0169: The private field `NpgsqlTypes.NpgsqlTypesHelper.resman' is assigned but its value is never used Compilation succeeded - 39 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/Npgsql.dll Npgsql/Npgsql.snk Assembly ../../class/lib/default/Npgsql.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' Creating ../../build/deps/default_Compat.ICSharpCode.SharpZipLib.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' /bin/sh ../../mkinstalldirs ../../class/compat/default/ mkdir -p -- ../../class/compat/default/ touch ../../class/compat/default//.stamp MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -target:library -out:../../class/compat/default/ICSharpCode.SharpZipLib.dll @Compat.ICSharpCode.SharpZipLib.dll.sources ./ICSharpCode.SharpZipLib/BZip2/BZip2OutputStream.cs(462,29): warning CS0465: Introducing a 'Finalize' method can interfere with destructor invocation. Did you intend to declare a destructor? ./ICSharpCode.SharpZipLib/BZip2/BZip2OutputStream.cs(672,38): warning CS0219: The variable `nBytes' is assigned but its value is never used ./ICSharpCode.SharpZipLib/Zip/Compression/DeflaterEngine.cs(328,98): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/DeflaterEngine.cs(333,90): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/DeflaterEngine.cs(381,75): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/DeflaterEngine.cs(526,84): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/DeflaterHuffman.cs(160,83): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/DeflaterHuffman.cs(143,37): warning CS0219: The variable `numSymbols' is assigned but its value is never used ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(77,72): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(85,72): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(94,72): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(105,72): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(120,72): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(135,72): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(153,72): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/BZip2/BZip2InputStream.cs(161,29): warning CS0169: The private method `ICSharpCode.SharpZipLib.BZip2.BZip2InputStream.Cadvise()' is never used ./ICSharpCode.SharpZipLib/BZip2/BZip2InputStream.cs(167,29): warning CS0169: The private method `ICSharpCode.SharpZipLib.BZip2.BZip2InputStream.BadBGLengths()' is never used ./ICSharpCode.SharpZipLib/BZip2/BZip2InputStream.cs(172,29): warning CS0169: The private method `ICSharpCode.SharpZipLib.BZip2.BZip2InputStream.BitStreamEOF()' is never used ./ICSharpCode.SharpZipLib/Tar/TarArchive.cs(79,24): warning CS0169: The private field `ICSharpCode.SharpZipLib.Tar.TarArchive.recordSize' is assigned but its value is never used ./ICSharpCode.SharpZipLib/Tar/TarArchive.cs(80,24): warning CS0169: The private field `ICSharpCode.SharpZipLib.Tar.TarArchive.recordBuf' is assigned but its value is never used ./ICSharpCode.SharpZipLib/Zip/ZipInputStream.cs(185,22): warning CS0169: The private method `ICSharpCode.SharpZipLib.Zip.ZipInputStream.ReadLeLong()' is never used ./ICSharpCode.SharpZipLib/Zip/ZipOutputStream.cs(206,30): warning CS0169: The private method `ICSharpCode.SharpZipLib.Zip.ZipOutputStream.WriteLeLong(long)' is never used ./ICSharpCode.SharpZipLib/Zip/ZipOutputStream.cs(108,29): warning CS0169: The private field `ICSharpCode.SharpZipLib.Zip.ZipOutputStream.defaultMethod' is assigned but its value is never used Compilation succeeded - 23 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/compat/default/ICSharpCode.SharpZipLib.dll SharpZipLib.key Assembly ../../class/compat/default/ICSharpCode.SharpZipLib.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ICSharpCode.SharpZipLib' Creating ../../build/deps/default_ICSharpCode.SharpZipLib.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ICSharpCode.SharpZipLib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ICSharpCode.SharpZipLib' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ICSharpCode.SharpZipLib' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll -target:library -out:../../class/lib/default/ICSharpCode.SharpZipLib.dll @ICSharpCode.SharpZipLib.dll.sources ICSharpCode.SharpZipLib/Zip/Compression/DeflaterHuffman.cs(205,83): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/Compression/DeflaterHuffman.cs(188,37): warning CS0219: The variable `numSymbols' is assigned but its value is never used ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(100,72): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(114,72): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(127,72): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(144,72): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(165,72): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(185,72): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(207,72): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/ZipFile.cs(425,37): warning CS0219: The variable `internalAttributes' is assigned but its value is never used ICSharpCode.SharpZipLib/Zip/ZipFile.cs(424,37): warning CS0219: The variable `diskStartNo' is assigned but its value is never used ICSharpCode.SharpZipLib/Zip/ZipFile.cs(375,29): warning CS0219: The variable `startCentralDirDisk' is assigned but its value is never used ICSharpCode.SharpZipLib/Zip/ZipFile.cs(374,29): warning CS0219: The variable `thisDiskNumber' is assigned but its value is never used ICSharpCode.SharpZipLib/Zip/ZipFile.cs(559,46): warning CS0219: The variable `offset' is assigned but its value is never used ICSharpCode.SharpZipLib/BZip2/BZip2OutputStream.cs(700,38): warning CS0219: The variable `nBytes' is assigned but its value is never used ICSharpCode.SharpZipLib/Core/NameFilter.cs(76,39): warning CS0219: The variable `exp' is assigned but its value is never used ICSharpCode.SharpZipLib/Core/NameFilter.cs(107,55): warning CS0219: The variable `testRE' is assigned but its value is never used ICSharpCode.SharpZipLib/Zip/ZipOutputStream.cs(196,30): warning CS0169: The private method `ICSharpCode.SharpZipLib.Zip.ZipOutputStream.WriteLeLong(long)' is never used ICSharpCode.SharpZipLib/Zip/ZipFile.cs(181,24): warning CS0169: The private property `ICSharpCode.SharpZipLib.Zip.ZipFile.Key' is never used ICSharpCode.SharpZipLib/Zip/ZipFile.cs(287,22): warning CS0169: The private property `ICSharpCode.SharpZipLib.Zip.ZipFile.IsStreamOwner' is never used ICSharpCode.SharpZipLib/Zip/ZipFile.cs(765,24): warning CS0169: The private method `ICSharpCode.SharpZipLib.Zip.ZipFile.GetOutputStream(ICSharpCode.SharpZipLib.Zip.ZipEntry, string)' is never used ICSharpCode.SharpZipLib/Tar/TarArchive.cs(80,24): warning CS0169: The private field `ICSharpCode.SharpZipLib.Tar.TarArchive.recordSize' is assigned but its value is never used ICSharpCode.SharpZipLib/Tar/TarArchive.cs(81,24): warning CS0169: The private field `ICSharpCode.SharpZipLib.Tar.TarArchive.recordBuf' is assigned but its value is never used Compilation succeeded - 23 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/ICSharpCode.SharpZipLib.dll SharpZipLib.key Assembly ../../class/lib/default/ICSharpCode.SharpZipLib.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ICSharpCode.SharpZipLib' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ICSharpCode.SharpZipLib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake[8]: Nothing to be done for `all-local'. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ByteFX.Data' Creating ../../build/deps/default_ByteFX.Data.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ByteFX.Data' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ByteFX.Data' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ByteFX.Data' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll /r:ICSharpCode.SharpZipLib.dll /r:System.Design.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll /r:Mono.Posix.dll /res:mysqlclient/Designers/command.bmp /res:mysqlclient/Designers/connection.bmp /res:mysqlclient/Designers/dataadapter.bmp -target:library -out:../../class/lib/default/ByteFX.Data.dll @ByteFX.Data.dll.sources ./Common/BitStream.cs(48,38): warning CS0219: The variable `b' is assigned but its value is never used ./Common/MultiHostStream.cs(91,29): warning CS0219: The variable `index' is assigned but its value is never used ./Common/StreamCreator.cs(98,33): warning CS0618: `Mono.Posix.UnixEndPoint' is obsolete: `Use Mono.Unix.UnixEndPoint' ./Common/StreamCreator.cs(98,61): warning CS0618: `Mono.Posix.UnixEndPoint' is obsolete: `Use Mono.Unix.UnixEndPoint' ./Common/StreamCreator.cs(102,42): warning CS0168: The variable `ex' is declared but never used ./mysqlclient/CompressedStream.cs(118,30): warning CS0219: The variable `seq' is assigned but its value is never used ./mysqlclient/ConnectionInternal.cs(42,47): warning CS0219: The variable `result' is assigned but its value is never used ./mysqlclient/Driver.cs(209,32): warning CS0219: The variable `outPass' is assigned but its value is never used ./mysqlclient/MySqlHelper.cs(179,45): warning CS0219: The variable `cb' is assigned but its value is never used ./mysqlclient/MySqlStream.cs(124,33): warning CS0618: `Mono.Posix.UnixEndPoint' is obsolete: `Use Mono.Unix.UnixEndPoint' ./mysqlclient/MySqlStream.cs(124,61): warning CS0618: `Mono.Posix.UnixEndPoint' is obsolete: `Use Mono.Unix.UnixEndPoint' ./Common/BitStream.cs(14,41): warning CS0169: The private field `ByteFX.Data.Common.BitStream._bitindex' is assigned but its value is never used ./Common/BitStream.cs(15,33): warning CS0169: The private field `ByteFX.Data.Common.BitStream._bitbuffer' is assigned but its value is never used ./Common/StreamCreator.cs(121,30): warning CS0169: The private method `ByteFX.Data.Common.StreamCreator.ConnectSocketCallback(System.IAsyncResult)' is never used ./Common/StreamCreator.cs(37,41): warning CS0169: The private field `ByteFX.Data.Common.StreamCreator.timeOut' is assigned but its value is never used ./mysqlclient/MySqlPool.cs(31,30): warning CS0169: The private method `ByteFX.Data.MySqlClient.MySqlPool.CheckOutConnection(ByteFX.Data.MySqlClient.MySqlInternalConnection)' is never used ./mysqlclient/command.cs(327,30): warning CS0169: The private method `ByteFX.Data.MySqlClient.MySqlCommand.ReadOffResultSet()' is never used ./mysqlclient/datareader.cs(164,36): warning CS0169: The private method `ByteFX.Data.MySqlClient.MySqlDataReader.GetField(int)' is never used ./mysqlclient/datareader.cs(665,29): warning CS0169: The private method `ByteFX.Data.MySqlClient.MySqlDataReader._cultureAwareCompare(string, string)' is never used Compilation succeeded - 19 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/ByteFX.Data.dll ../../class/mono.snk Assembly ../../class/lib/default/ByteFX.Data.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ByteFX.Data' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ByteFX.Data' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Commons.Xml.Relaxng' Creating ../../build/deps/Commons.Xml.Relaxng_test_default.dll.response ... Creating ../../build/deps/Commons.Xml.Relaxng_test_default.dll.makefrag ... Creating ../../build/deps/default_Commons.Xml.Relaxng.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Commons.Xml.Relaxng' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Commons.Xml.Relaxng' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Commons.Xml.Relaxng' ../../jay/jay -ctv < ../../jay/skeleton.cs Commons.Xml.Relaxng.Rnc/RncParser.jay > Commons.Xml.Relaxng.Rnc/RncParser.cs ../../jay/jay: 16 rules never reduced ../../jay/jay: 1 reduce/reduce conflict. MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /resource:resources/relaxng.rng,relaxng.rng -target:library -out:../../class/lib/default/Commons.Xml.Relaxng.dll Commons.Xml.Relaxng.Rnc/RncParser.cs @Commons.Xml.Relaxng.dll.sources Commons.Xml.Relaxng/RelaxngPattern.cs(83,40): warning CS0219: The variable `g' is assigned but its value is never used Commons.Xml.Relaxng/RelaxngGrammar.cs(261,40): warning CS0219: The variable `ct' is assigned but its value is never used Commons.Xml.Relaxng/RelaxngGrammar.cs(327,48): warning CS0219: The variable `target' is assigned but its value is never used Commons.Xml.Relaxng/RelaxngValidatingReader.cs(404,40): warning CS0219: The variable `elementNS' is assigned but its value is never used Commons.Xml.Relaxng.Derivative/RdpPatterns.cs(1737,48): warning CS0219: The variable `c' is assigned but its value is never used Commons.Xml.Relaxng.Derivative/RdpPatterns.cs(2041,56): warning CS0219: The variable `ct' is assigned but its value is never used Commons.Xml.Relaxng.Inference/RelaxngInference.cs(204,29): warning CS0219: The variable `depth' is assigned but its value is never used Commons.Xml.Relaxng/RelaxngGrammar.cs(423,30): warning CS0169: The private method `Commons.Xml.Relaxng.RelaxngGrammar.replaceDefines(string, System.Collections.ArrayList)' is never used Commons.Xml.Relaxng.Inference/RelaxngInference.cs(114,39): warning CS0169: The private field `Commons.Xml.Relaxng.Inference.RngInference.QNameAnyType' is assigned but its value is never used Commons.Xml.Relaxng.Inference/RelaxngInference.cs(144,39): warning CS0169: The private field `Commons.Xml.Relaxng.Inference.RngInference.QNameUDecimal' is assigned but its value is never used Commons.Xml.Relaxng.Inference/RelaxngInference.cs(166,37): warning CS0169: The private field `Commons.Xml.Relaxng.Inference.RngInference.nsmgr' is assigned but its value is never used Commons.Xml.Relaxng.Rnc/RncTokenizer.cs(49,22): warning CS0169: The private field `Commons.Xml.Relaxng.Rnc.RncTokenizer.isLiteralNsUri' is never used Compilation succeeded - 12 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/Commons.Xml.Relaxng.dll ../../class/mono.snk Assembly ../../class/lib/default/Commons.Xml.Relaxng.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Commons.Xml.Relaxng' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Commons.Xml.Relaxng' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Novell.Directory.Ldap' Creating ../../build/deps/default_Novell.Directory.Ldap.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Novell.Directory.Ldap' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Novell.Directory.Ldap' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Novell.Directory.Ldap' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/resgen.exe Novell.Directory.Ldap.Utilclass/ResultCodeMessages.txt Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resources Read in 61 resources from '/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/ResultCodeMessages.txt' Writing resource file... Done. MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 -r:mscorlib.dll -r:System.dll -r:Mono.Security.dll /res:Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resources -target:library -out:../../class/lib/default/Novell.Directory.Ldap.dll @Novell.Directory.Ldap.dll.sources Novell.Directory.Ldap/SupportClass.cs(1060,45): warning CS0114: `SupportClass.ListCollectionSupport.Add(object)' hides inherited member `System.Collections.ArrayList.Add(object)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/default/mscorlib.dll (Location of the symbol related to previous warning) Novell.Directory.Ldap.Utilclass/DN.cs(58,22): warning CS0659: `Novell.Directory.Ldap.Utilclass.DN' overrides Object.Equals(object) but does not override Object.GetHashCode() Novell.Directory.Ldap/LdapCompareAttrNames.cs(53,22): warning CS0659: `Novell.Directory.Ldap.LdapCompareAttrNames' overrides Object.Equals(object) but does not override Object.GetHashCode() Novell.Directory.Ldap.Utilclass/SchemaTokenCreator.cs(170,33): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Utilclass/SchemaTokenCreator.cs(220,33): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Utilclass/SchemaTokenCreator.cs(221,25): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Utilclass/SchemaTokenCreator.cs(222,25): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Asn1/LBERDecoder.cs(229,30): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Asn1/LBERDecoder.cs(236,38): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Asn1/LBEREncoder.cs(245,70): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Asn1/LBEREncoder.cs(250,70): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Asn1/LBEREncoder.cs(278,70): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Asn1/LBEREncoder.cs(298,70): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap/Connection.cs(434,58): warning CS1717: Assignment made to same variable; did you mean to assign something else? Novell.Directory.Ldap/Connection.cs(972,44): warning CS0252: Possible unintended reference comparison. Consider casting the left side of the expression to `string' to compare the values Compilation succeeded - 15 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/Novell.Directory.Ldap.dll ../../class/mono.snk Assembly ../../class/lib/default/Novell.Directory.Ldap.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Novell.Directory.Ldap' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Novell.Directory.Ldap' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security.Win32' Creating ../../build/deps/default_Mono.Security.Win32.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security.Win32' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security.Win32' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security.Win32' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /unsafe -target:library -out:../../class/lib/default/Mono.Security.Win32.dll @Mono.Security.Win32.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/Mono.Security.Win32.dll ../../class/mono.snk Assembly ../../class/lib/default/Mono.Security.Win32.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security.Win32' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security.Win32' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.DirectoryServices' Creating ../../build/deps/System.DirectoryServices_test_default.dll.response ... Creating ../../build/deps/System.DirectoryServices_test_default.dll.makefrag ... Creating ../../build/deps/default_System.DirectoryServices.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.DirectoryServices' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.DirectoryServices' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.DirectoryServices' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:Novell.Directory.Ldap.dll -target:library -out:../../class/lib/default/System.DirectoryServices.dll @System.DirectoryServices.dll.sources Assembly/AssemblyInfo.cs(19,1): warning CS0105: The using directive for `System' appeared previously in this namespace Assembly/AssemblyInfo.cs(10,7): (Location of the symbol related to previous warning) Assembly/AssemblyInfo.cs(20,1): warning CS0105: The using directive for `System.Reflection' appeared previously in this namespace Assembly/AssemblyInfo.cs(11,14): (Location of the symbol related to previous warning) Assembly/AssemblyInfo.cs(21,1): warning CS0105: The using directive for `System.Resources' appeared previously in this namespace Assembly/AssemblyInfo.cs(12,14): (Location of the symbol related to previous warning) Assembly/AssemblyInfo.cs(22,1): warning CS0105: The using directive for `System.Security' appeared previously in this namespace Assembly/AssemblyInfo.cs(13,14): (Location of the symbol related to previous warning) Assembly/AssemblyInfo.cs(24,1): warning CS0105: The using directive for `System.Runtime.CompilerServices' appeared previously in this namespace Assembly/AssemblyInfo.cs(14,22): (Location of the symbol related to previous warning) Assembly/AssemblyInfo.cs(25,1): warning CS0105: The using directive for `System.Runtime.InteropServices' appeared previously in this namespace Assembly/AssemblyInfo.cs(15,22): (Location of the symbol related to previous warning) System.DirectoryServices/DirectoryEntries.cs(168,53): warning CS0168: The variable `e' is declared but never used System.DirectoryServices/DirectoryEntries.cs(266,51): warning CS0219: The variable `nextEntry' is assigned but its value is never used System.DirectoryServices/DirectoryEntry.cs(777,51): warning CS0219: The variable `nextEntry' is assigned but its value is never used System.DirectoryServices/SearchResultCollection.cs(134,22): warning CS0169: The private method `System.DirectoryServices.SearchResultCollection.Contains(object)' is never used Compilation succeeded - 10 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/System.DirectoryServices.dll ../../class/mono.snk Assembly ../../class/lib/default/System.DirectoryServices.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.DirectoryServices' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.DirectoryServices' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Messaging' Creating ../../build/deps/System.Messaging_test_default.dll.response ... Creating ../../build/deps/System.Messaging_test_default.dll.makefrag ... Creating ../../build/deps/default_System.Messaging.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Messaging' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Messaging' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Messaging' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /resource:System.Messaging/MessageQueue.resx /r:System.dll /r:System.Configuration.Install.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll -target:library -out:../../class/lib/default/System.Messaging.dll @System.Messaging.dll.sources System.Messaging/MessageQueuePermission.cs(113,48): warning CS0219: The variable `mqp' is assigned but its value is never used System.Messaging/MessageQueuePermission.cs(120,48): warning CS0219: The variable `mqp' is assigned but its value is never used System.Messaging/MessageQueuePermission.cs(139,48): warning CS0219: The variable `mqp' is assigned but its value is never used System.Messaging/MessageQueue.cs(774,56): warning CS0067: The event `System.Messaging.MessageQueue.PeekCompleted' is never used System.Messaging/MessageQueue.cs(777,59): warning CS0067: The event `System.Messaging.MessageQueue.ReceiveCompleted' is never used System.Messaging/MessageQueuePermission.cs(145,30): warning CS0169: The private method `System.Messaging.MessageQueuePermission.IsEmpty()' is never used System.Messaging/MessageQueuePermissionEntryCollection.cs(38,48): warning CS0169: The private field `System.Messaging.MessageQueuePermissionEntryCollection.owner' is assigned but its value is never used Compilation succeeded - 7 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/System.Messaging.dll ../../class/mono.snk Assembly ../../class/lib/default/System.Messaging.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Messaging' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Messaging' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.ServiceProcess' Creating ../../build/deps/System.ServiceProcess_test_default.dll.response ... Creating ../../build/deps/System.ServiceProcess_test_default.dll.makefrag ... Creating ../../build/deps/default_System.ServiceProcess.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.ServiceProcess' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.ServiceProcess' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.ServiceProcess' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:System.dll /r:System.Configuration.Install.dll /r:System.Windows.Forms.dll /nowarn:0618 -target:library -out:../../class/lib/default/System.ServiceProcess.dll @System.ServiceProcess.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/System.ServiceProcess.dll ../../class/mono.snk Assembly ../../class/lib/default/System.ServiceProcess.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.ServiceProcess' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.ServiceProcess' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing.Design' Creating ../../build/deps/default_System.Drawing.Design.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing.Design' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing.Design' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing.Design' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll -target:library -out:../../class/lib/default/System.Drawing.Design.dll @System.Drawing.Design.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/System.Drawing.Design.dll ../../class/mono.snk Assembly ../../class/lib/default/System.Drawing.Design.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing.Design' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing.Design' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake[8]: Nothing to be done for `all-local'. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Http' Creating ../../build/deps/default_Mono.Http.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Http' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Http' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Http' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Web.dll -r:ICSharpCode.SharpZipLib.dll -r:Mono.Security.dll -target:library -out:../../class/lib/default/Mono.Http.dll @Mono.Http.dll.sources Mono.Http.Modules/DigestAuthenticationModule.cs(71,48): warning CS0168: The variable `e' is declared but never used Compilation succeeded - 1 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/Mono.Http.dll ../../class/mono.snk Assembly ../../class/lib/default/Mono.Http.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Http' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Http' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Vsa' Creating ../../build/deps/default_Microsoft.Vsa.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Vsa' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Vsa' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Vsa' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:System.dll -target:library -out:../../class/lib/default/Microsoft.Vsa.dll @Microsoft.Vsa.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/Microsoft.Vsa.dll ../../class/mono.snk Assembly ../../class/lib/default/Microsoft.Vsa.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Vsa' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Vsa' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cairo' Creating ../../build/deps/default_Mono.Cairo.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cairo' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cairo' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cairo' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -target:library -out:../../class/lib/default/Mono.Cairo.dll @Mono.Cairo.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/Mono.Cairo.dll ../../class/mono.snk Assembly ../../class/lib/default/Mono.Cairo.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cairo' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cairo' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/IBM.Data.DB2' Creating ../../build/deps/default_IBM.Data.DB2.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/IBM.Data.DB2' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/IBM.Data.DB2' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/IBM.Data.DB2' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll -target:library -out:../../class/lib/default/IBM.Data.DB2.dll @IBM.Data.DB2.dll.sources ./IBM.Data.DB2/DB2Command.cs(135,47): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2Command.cs(140,47): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2Command.cs(597,32): warning CS0219: The variable `numParams' is assigned but its value is never used ./IBM.Data.DB2/DB2OpenConnection.cs(168,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(337,54): warning CS0219: The variable `primary' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(335,56): warning CS0219: The variable `indexName' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(225,29): warning CS0219: The variable `updatable' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(647,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(686,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(726,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(765,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(868,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(914,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(961,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(1051,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(1104,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(1144,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(1181,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(1219,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(1293,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(1451,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2Connection.cs(138,30): warning CS0169: The private method `IBM.Data.DB2.DB2Connection.OnStateChange(System.Data.StateChangeEventArgs)' is never used ./IBM.Data.DB2/DB2Connection.cs(326,30): warning CS0169: The private method `IBM.Data.DB2.DB2Connection.CheckState()' is never used ./IBM.Data.DB2/DB2ConnectionPool.cs(36,41): warning CS0169: The private field `IBM.Data.DB2.DB2ConnectionPool.openFreeMinimalAllocated' is never used ./IBM.Data.DB2/DB2ConnectionSettings.cs(39,42): warning CS0169: The private field `IBM.Data.DB2.DB2ConnectionSettings.connectionPoolSizeMax' is assigned but its value is never used ./IBM.Data.DB2/DB2ParameterCollection.cs(33,24): warning CS0169: The private field `IBM.Data.DB2.DB2ParameterCollection.hwndStmt' is assigned but its value is never used Compilation succeeded - 26 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/IBM.Data.DB2.dll ../../class/mono.snk Assembly ../../class/lib/default/IBM.Data.DB2.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/IBM.Data.DB2' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/IBM.Data.DB2' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.JScript' Creating ../../build/deps/Microsoft.JScript_test_default.dll.response ... Creating ../../build/deps/Microsoft.JScript_test_default.dll.makefrag ... Creating ../../build/deps/default_Microsoft.JScript.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.JScript' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.JScript' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.JScript' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:System.dll -r:Microsoft.Vsa.dll -debug+ -target:library -out:../../class/lib/default/Microsoft.JScript.dll @Microsoft.JScript.dll.sources Microsoft.JScript/Decompiler.cs(370,34): warning CS0162: Unreachable code detected Microsoft.JScript/Decompiler.cs(744,33): warning CS0675: The operator `|' used on the sign-extended type `char'. Consider casting to a smaller unsigned type first Microsoft.JScript/GlobalObject.cs(462,37): warning CS0252: Possible unintended reference comparison. Consider casting the left side of the expression to `string' to compare the values Microsoft.JScript/expression.cs(1647,51): warning CS0252: Possible unintended reference comparison. Consider casting the left side of the expression to `string' to compare the values Microsoft.JScript/TokenStream.cs(257,25): warning CS0164: This label has not been referenced Microsoft.JScript/TokenStream.cs(252,17): warning CS0164: This label has not been referenced Microsoft.JScript/TokenStream.cs(201,17): warning CS0219: The variable `Id_null' is assigned but its value is never used Microsoft.JScript/TokenStream.cs(1198,58): warning CS0168: The variable `fe' is declared but never used Microsoft.JScript/Parser.cs(1405,41): warning CS0164: This label has not been referenced Microsoft.JScript/TypeManager.cs(62,32): warning CS0219: The variable `obj' is assigned but its value is never used Microsoft.Vsa/BaseVsaEngine.cs(48,30): warning CS0169: The private field `Microsoft.Vsa.BaseVsaEngine.empty' is never used Microsoft.JScript/JSMethodInfo.cs(40,24): warning CS0169: The private field `Microsoft.JScript.JSMethodInfo.name' is assigned but its value is never used Microsoft.JScript/JSMethodInfo.cs(43,28): warning CS0169: The private field `Microsoft.JScript.JSMethodInfo.method' is assigned but its value is never used Microsoft.JScript/JSPropertyInfo.cs(40,24): warning CS0169: The private field `Microsoft.JScript.JSPropertyInfo.name' is assigned but its value is never used Microsoft.JScript/LateBinding.cs(44,45): warning CS0169: The private field `Microsoft.JScript.LateBinding.bind_flags' is assigned but its value is never used Microsoft.JScript/MemberInfoList.cs(40,32): warning CS0169: The private field `Microsoft.JScript.Node.name' is assigned but its value is never used Compilation succeeded - 16 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/Microsoft.JScript.dll ../../class/mono.snk Assembly ../../class/lib/default/Microsoft.JScript.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.JScript' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.JScript' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/CustomMarshalers' Creating ../../build/deps/default_CustomMarshalers.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/CustomMarshalers' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/CustomMarshalers' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/CustomMarshalers' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll -target:library -out:../../class/lib/default/CustomMarshalers.dll @CustomMarshalers.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/CustomMarshalers.dll ../../class/mono.snk Assembly ../../class/lib/default/CustomMarshalers.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/CustomMarshalers' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/CustomMarshalers' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/OpenSystem.C' Creating ../../build/deps/default_OpenSystem.C.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/OpenSystem.C' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/OpenSystem.C' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/OpenSystem.C' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -target:library -out:../../class/lib/default/OpenSystem.C.dll @OpenSystem.C.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/OpenSystem.C.dll ../../class/mono.snk Assembly ../../class/lib/default/OpenSystem.C.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/OpenSystem.C' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/OpenSystem.C' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/FirebirdSql.Data.Firebird' Creating ../../build/deps/FirebirdSql.Data.Firebird_test_default.dll.response ... Creating ../../build/deps/FirebirdSql.Data.Firebird_test_default.dll.makefrag ... Creating ../../build/deps/default_FirebirdSql.Data.Firebird.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/FirebirdSql.Data.Firebird' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/FirebirdSql.Data.Firebird' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/FirebirdSql.Data.Firebird' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /d:LINUX /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll /r:System.Drawing @FirebirdSql.Data.Firebird.dll.resources -target:library -out:../../class/lib/default/FirebirdSql.Data.Firebird.dll @FirebirdSql.Data.Firebird.dll.sources FirebirdSql.Data.Common/StatementBase.cs(311,29): warning CS0219: The variable `selectCount' is assigned but its value is never used FirebirdSql.Data.Gds/GdsEventManager.cs(131,33): warning CS0219: The variable `ast' is assigned but its value is never used FirebirdSql.Data.Gds/GdsEventManager.cs(128,41): warning CS0219: The variable `dbHandle' is assigned but its value is never used FirebirdSql.Data.Gds/GdsStatement.cs(407,61): warning CS0219: The variable `op' is assigned but its value is never used FirebirdSql.Data.Firebird/Isql/CommandExecutedEventArgs.cs(42,41): warning CS0169: The private field `FirebirdSql.Data.Firebird.Isql.CommandExecutedEventArgs.rowsAffected' is assigned but its value is never used FirebirdSql.Data.Gds/GdsEventManager.cs(35,57): warning CS0169: The private field `FirebirdSql.Data.Gds.GdsEventManager.handle' is assigned but its value is never used Compilation succeeded - 6 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/FirebirdSql.Data.Firebird.dll FirebirdSql.Data.Firebird.snk Assembly ../../class/lib/default/FirebirdSql.Data.Firebird.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/FirebirdSql.Data.Firebird' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/FirebirdSql.Data.Firebird' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cecil' Creating ../../build/deps/default_Mono.Cecil.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cecil' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cecil' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cecil' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll -keyfile:../mono.snk -target:library -out:../../class/lib/default/Mono.Cecil.dll @Mono.Cecil.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/Mono.Cecil.dll ../mono.snk Assembly ../../class/lib/default/Mono.Cecil.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cecil' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cecil' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cecil.Mdb' Creating ../../build/deps/default_Mono.Cecil.Mdb.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cecil.Mdb' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cecil.Mdb' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cecil.Mdb' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:Mono.Cecil.dll /d:CECIL -keyfile:../mono.snk -target:library -out:../../class/lib/default/Mono.Cecil.Mdb.dll @Mono.Cecil.Mdb.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/Mono.Cecil.Mdb.dll ../mono.snk Assembly ../../class/lib/default/Mono.Cecil.Mdb.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cecil.Mdb' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cecil.Mdb' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/framework' Creating ../../build/deps/default_NUnit.Framework.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/framework' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/framework' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/framework' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -debug /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly -target:library -out:../../class/lib/default/nunit.framework.dll @NUnit.Framework.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/nunit.framework.dll ../../nunit.key Assembly ../../class/lib/default/nunit.framework.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/framework' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/framework' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/core' Creating ../../build/deps/default_nunit.core.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/core' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/core' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/core' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -debug -r:nunit.framework.dll -r:System.dll /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -target:library -out:../../class/lib/default/nunit.core.dll @nunit.core.dll.sources ./TestSuiteBuilder.cs(238,32): warning CS0219: The variable `prefix' is assigned but its value is never used ./TestRunnerThread.cs(34,35): warning CS0169: The private field `NUnit.Core.TestRunnerThread.lastException' is assigned but its value is never used Compilation succeeded - 2 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/nunit.core.dll ../../nunit.key Assembly ../../class/lib/default/nunit.core.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/core' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/core' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/util' Creating ../../build/deps/default_NUnit.Util.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/util' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/util' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/util' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/resgen.exe `echo Transform.resx | cat` Read in 1 resources from '/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/util/Transform.resx' Writing resource file... Done. MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 /resource:Transform.resources,NUnit.Util.Transform.resources -r:nunit.framework.dll -r:nunit.core.dll -r:System.dll -r:System.Xml.dll /d:MONO /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -target:library -out:../../class/lib/default/nunit.util.dll @NUnit.Util.dll.sources ./ProjectConfigCollection.cs(98,30): warning CS0219: The variable `wasActive' is assigned but its value is never used ./ProjectConfigCollection.cs(107,38): warning CS0219: The variable `wasActive' is assigned but its value is never used ./ProjectConfigCollection.cs(156,30): warning CS0219: The variable `active' is assigned but its value is never used ./TestDomain.cs(424,32): warning CS0219: The variable `assemblyPath' is assigned but its value is never used ./TestDomain.cs(440,32): warning CS0219: The variable `domainName' is assigned but its value is never used ./TestResultItem.cs(78,40): warning CS0219: The variable `trace' is assigned but its value is never used ./ProjectPath.cs(211,43): warning CS0169: The private method `NUnit.Util.ProjectPath.PathCommonPrefix(string, string, System.Text.StringBuilder)' is never used ./SettingsGroup.cs(56,39): warning CS0169: The private field `NUnit.Util.SettingsGroup.parentSettings' is assigned but its value is never used ./TestEventDispatcher.cs(80,30): warning CS0169: The private method `NUnit.Util.ProjectEventDispatcher.Fire(NUnit.Core.TestEventHandler, NUnit.Core.TestEventArgs)' is never used ./XmlResultVisitor.cs(131,32): warning CS0169: The private method `NUnit.Util.XmlResultVisitor.EncodeCData(string)' is never used Compilation succeeded - 10 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/nunit.util.dll ../../nunit.key Assembly ../../class/lib/default/nunit.util.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/util' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/util' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/nunit-console' Creating ../../build/deps/default_nunit-console.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/nunit-console' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/nunit-console' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/nunit-console' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 /r:nunit.framework.dll /r:nunit.util.dll /r:nunit.core.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:nunit-console.exe @nunit-console.exe.sources ./ConsoleUi.cs(284,45): warning CS0618: `System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader)' is obsolete: `You should pass evidence.' ./ConsoleUi.cs(287,45): warning CS0618: `System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable, System.Xml.Xsl.XsltArgumentList, System.IO.TextWriter)' is obsolete: `You should pass XmlResolver to Transform() method' Compilation succeeded - 2 warning(s) mv nunit-console.exe ../../class/lib/default/nunit-console.exe test ! -f nunit-console.exe.mdb || mv nunit-console.exe.mdb ../../class/lib/default/nunit-console.exe.mdb cp nunit-console.exe.config ../../class/lib/default/nunit-console.exe.config gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/nunit-console' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/nunit-console' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/mocks' Creating ../../build/deps/default_nunit.mocks.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/mocks' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/mocks' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/mocks' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -debug -r:nunit.framework.dll -r:System.dll /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -target:library -out:../../class/lib/default/nunit.mocks.dll @nunit.mocks.dll.sources ./MockCall.cs(11,41): warning CS0169: The private field `NUnit.Mocks.MockCall.signature' is assigned but its value is never used Compilation succeeded - 1 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/default/nunit.mocks.dll ../../nunit.key Assembly ../../class/lib/default/nunit.mocks.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/mocks' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/mocks' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20' gmake[7]: Nothing to be done for `all-local'. gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' Creating ../build/deps/default_ilasm.exe.makefrag ... gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' MONO_PATH="../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../class/lib/default/mcs.exe /codepage:65001 /lib:../class/lib/default /r:../class/lib/default/PEAPI.dll /r:Mono.CompilerServices.SymbolWriter.dll /r:Mono.Security.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:ilasm.exe ILParser.cs @ilasm.exe.sources Driver.cs(192,52): warning CS0168: The variable `e' is declared but never used codegen/CodeGen.cs(459,48): warning CS0219: The variable `asmb' is assigned but its value is never used codegen/DebuggingInfo.cs(103,37): warning CS0219: The variable `entry' is assigned but its value is never used codegen/MethodDef.cs(267,48): warning CS0219: The variable `str' is assigned but its value is never used codegen/MethodRef.cs(35,32): warning CS0219: The variable `write_name' is assigned but its value is never used Driver.cs(47,38): warning CS0169: The private field `Mono.ILASM.Driver.DriverMain.show_method_def' is assigned but its value is never used Driver.cs(48,38): warning CS0169: The private field `Mono.ILASM.Driver.DriverMain.show_method_ref' is assigned but its value is never used Report.cs(19,36): warning CS0169: The private field `Mono.ILASM.Report.mark_count' is never used codegen/CodeGen.cs(60,30): warning CS0169: The private field `Mono.ILASM.CodeGen.image_base' is assigned but its value is never used codegen/CodeGen.cs(64,32): warning CS0169: The private field `Mono.ILASM.CodeGen.debug_file' is never used codegen/FieldDef.cs(26,30): warning CS0169: The private field `Mono.ILASM.FieldDef.datavalue_set' is assigned but its value is never used codegen/MethodDef.cs(53,33): warning CS0169: The private field `Mono.ILASM.MethodDef.codegen' is assigned but its value is never used codegen/DataDef.cs(18,30): warning CS0169: The private field `Mono.ILASM.DataDef.is_tls' is assigned but its value is never used scanner/ILTokenizer.cs(294,37): warning CS0169: The private method `Mono.ILASM.ILTokenizer.IsIdStartChar(char)' is never used Compilation succeeded - 14 warning(s) mv ilasm.exe ../class/lib/default/ilasm.exe test ! -f ilasm.exe.mdb || mv ilasm.exe.mdb ../class/lib/default/ilasm.exe.mdb cp -p ../class/lib/default/ilasm.exe ilasm.exe test ! -f ../class/lib/default/ilasm.exe.mdb || cp -p ../class/lib/default/ilasm.exe.mdb ilasm.exe.mdb gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/al' Creating ../../build/deps/default_al.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/al' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/al' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/al' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -r:Mono.Security.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:al.exe @al.exe.sources Al.cs(55,22): warning CS0169: The private field `Mono.AssemblyLinker.AssemblyLinker.fullPaths' is assigned but its value is never used Compilation succeeded - 1 warning(s) mv al.exe ../../class/lib/default/al.exe test ! -f al.exe.mdb || mv al.exe.mdb ../../class/lib/default/al.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/al' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/al' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/cilc' Creating ../../build/deps/default_cilc.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/cilc' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/cilc' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/cilc' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -r:Mono.Posix.dll -resource:res-Makefile -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:cilc.exe @cilc.exe.sources gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/cilc' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/cilc' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/corcompare' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/corcompare' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -out:../../class/lib/default/mono-api-info.exe mono-api-info.cs mono-api-info.cs(1071,37): warning CS0169: The private method `Mono.AssemblyInfo.AttributeData.MustDocumentAttribute(System.Type)' is never used Compilation succeeded - 1 warning(s) MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -out:CorCompare.exe CompletionInfo.cs CorCompare.cs MissingAttribute.cs MissingBase.cs MissingConstructor.cs MissingEvent.cs MissingField.cs MissingInterface.cs MissingMember.cs MissingMethod.cs MissingNameSpace.cs MissingNestedType.cs MissingProperty.cs MissingType.cs ToDoAssembly.cs ToDoAssembly.cs(27,27): warning CS0169: The private field `Mono.Util.CorCompare.ToDoAssembly.MissingTypes' is assigned but its value is never used Compilation succeeded - 1 warning(s) cp ../../class/lib/default/mono-api-info.exe mono-api-info.exe cp ../../class/lib/default/mono-api-info.exe.mdb mono-api-info.exe.mdb MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -out:mono-api-diff.exe mono-api-diff.cs MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -out:transform.exe transform.cs transform.cs(17,29): warning CS0618: `System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable, System.Xml.Xsl.XsltArgumentList, System.IO.TextWriter)' is obsolete: `You should pass XmlResolver to Transform() method' Compilation succeeded - 1 warning(s) gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/corcompare' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/corcompare' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/culevel' Creating ../../build/deps/default_culevel.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/culevel' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/culevel' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/culevel' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:culevel.exe @culevel.exe.sources mv culevel.exe ../../class/lib/default/culevel.exe test ! -f culevel.exe.mdb || mv culevel.exe.mdb ../../class/lib/default/culevel.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/culevel' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/culevel' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/ictool' Creating ../../build/deps/default_ictool.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/ictool' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/ictool' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/ictool' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:ictool.exe @ictool.exe.sources gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/ictool' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/ictool' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xsd' Creating ../../build/deps/default_xsd.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xsd' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xsd' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xsd' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -r:System.Xml.dll -r:System.Data.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:xsd.exe @xsd.exe.sources NewMonoXSD.cs(63,40): warning CS0169: The private field `Mono.Util.Driver.languageNotSupported' is assigned but its value is never used Compilation succeeded - 1 warning(s) mv xsd.exe ../../class/lib/default/xsd.exe test ! -f xsd.exe.mdb || mv xsd.exe.mdb ../../class/lib/default/xsd.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xsd' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xsd' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 /lib:../../class/lib/default -r:Mono.Security.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug secutil.cs AssemblyInfo.cs ../../build/common/Consts.cs MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 /lib:../../class/lib/default -r:Mono.Security.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug cert2spc.cs AssemblyInfo.cs ../../build/common/Consts.cs MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 /lib:../../class/lib/default -r:Mono.Security.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /out:sn.exe sn.cs StrongNameManager.cs AssemblyInfo.cs ../../build/common/Consts.cs MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 /lib:../../class/lib/default -r:Mono.Security.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug makecert.cs AssemblyInfo.cs ../../build/common/Consts.cs MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 /lib:../../class/lib/default -r:Mono.Security.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug chktrust.cs AssemblyInfo.cs ../../build/common/Consts.cs MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 /lib:../../class/lib/default -r:Mono.Security.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug signcode.cs AssemblyInfo.cs ../../build/common/Consts.cs MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 /lib:../../class/lib/default -r:Mono.Security.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug setreg.cs AssemblyInfo.cs ../../build/common/Consts.cs MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 /lib:../../class/lib/default -r:Mono.Security.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug certmgr.cs AssemblyInfo.cs ../../build/common/Consts.cs MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 /lib:../../class/lib/default -r:Mono.Security.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug caspol.cs AssemblyInfo.cs ../../build/common/Consts.cs caspol.cs(83,29): warning CS0169: The private field `Mono.Tools.CasPol.forcePolicyChanges' is assigned but its value is never used Compilation succeeded - 1 warning(s) MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 /lib:../../class/lib/default -r:Mono.Security.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug permview.cs AssemblyInfo.cs ../../build/common/Consts.cs -r:Mono.Cecil.dll MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 /lib:../../class/lib/default -r:Mono.Security.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug mozroots.cs AssemblyInfo.cs ../../build/common/Consts.cs gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/wsdl' Creating ../../build/deps/default_wsdl.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/wsdl' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/wsdl' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/wsdl' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -r:System.Xml.dll -r:System.Web.Services.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:wsdl.exe @wsdl.exe.sources mv wsdl.exe ../../class/lib/default/wsdl.exe test ! -f wsdl.exe.mdb || mv wsdl.exe.mdb ../../class/lib/default/wsdl.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/wsdl' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/wsdl' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/genxs' Creating ../../build/deps/default_genxs.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/genxs' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/genxs' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/genxs' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -r:System.Xml.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:genxs.exe @genxs.exe.sources mv genxs.exe ../../class/lib/default/genxs.exe test ! -f genxs.exe.mdb || mv genxs.exe.mdb ../../class/lib/default/genxs.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/genxs' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/genxs' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/sqlsharp' Creating ../../build/deps/default_sqlsharp.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/sqlsharp' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/sqlsharp' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/sqlsharp' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -r:System.dll -r:System.Xml.dll -r:System.Data.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:sqlsharp.exe @sqlsharp.exe.sources SqlSharpCli.cs(93,39): warning CS0219: The variable `column' is assigned but its value is never used SqlSharpCli.cs(1587,50): warning CS0219: The variable `parms' is assigned but its value is never used Compilation succeeded - 2 warning(s) gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/sqlsharp' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/sqlsharp' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/disco' Creating ../../build/deps/default_disco.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/disco' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/disco' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/disco' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -r:System.Xml.dll -r:System.Web.Services.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:disco.exe @disco.exe.sources gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/disco' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/disco' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/soapsuds' Creating ../../build/deps/default_soapsuds.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/soapsuds' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/soapsuds' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/soapsuds' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -r:System.Runtime.Remoting.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:soapsuds.exe @soapsuds.exe.sources soapsuds.cs(231,26): warning CS0219: The variable `proxy' is assigned but its value is never used soapsuds.cs(230,35): warning CS0219: The variable `proxyCred' is assigned but its value is never used soapsuds.cs(229,35): warning CS0219: The variable `cred' is assigned but its value is never used soapsuds.cs(35,23): warning CS0169: The private field `Runner.inputDirectory' is assigned but its value is never used soapsuds.cs(44,23): warning CS0169: The private field `Runner.proxyNamespace' is assigned but its value is never used soapsuds.cs(47,23): warning CS0169: The private field `Runner.userName' is assigned but its value is never used soapsuds.cs(48,23): warning CS0169: The private field `Runner.password' is assigned but its value is never used soapsuds.cs(49,23): warning CS0169: The private field `Runner.domain' is assigned but its value is never used soapsuds.cs(50,23): warning CS0169: The private field `Runner.httpProxyName' is assigned but its value is never used soapsuds.cs(51,23): warning CS0169: The private field `Runner.httpProxyPort' is assigned but its value is never used Compilation succeeded - 10 warning(s) gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/soapsuds' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/soapsuds' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/browsercaps-updater' Creating ../../build/deps/default_browsercaps-updater.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/browsercaps-updater' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/browsercaps-updater' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/browsercaps-updater' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:browsercaps-updater.exe @browsercaps-updater.exe.sources BrowserCapsUpdater.cs(87,24): warning CS0169: The private field `Mono.ASPNET.Updater.tempfile' is never used BrowserCapsUpdater.cs(88,24): warning CS0169: The private field `Mono.ASPNET.Updater.local' is never used BrowserCapsUpdater.cs(89,21): warning CS0169: The private field `Mono.ASPNET.Updater.nupdates' is never used BrowserCapsUpdater.cs(90,24): warning CS0169: The private field `Mono.ASPNET.Updater.date' is never used Compilation succeeded - 4 warning(s) gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/browsercaps-updater' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/browsercaps-updater' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/monop' Creating ../../build/deps/default_monop.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/monop' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/monop' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/monop' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:monop.exe @monop.exe.sources outline.cs(546,16): warning CS0169: The private method `Outline.FormatGenericParams(System.Type[])' is never used outline.cs(902,24): warning CS0169: The private method `Comparer.Sort(System.Type[])' is never used Compilation succeeded - 2 warning(s) mv monop.exe ../../class/lib/default/monop.exe test ! -f monop.exe.mdb || mv monop.exe.mdb ../../class/lib/default/monop.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/monop' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/monop' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' Creating ../../build/deps/default_gacutil.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -r:Mono.Security.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:gacutil.exe @gacutil.exe.sources mv gacutil.exe ../../class/lib/default/gacutil.exe test ! -f gacutil.exe.mdb || mv gacutil.exe.mdb ../../class/lib/default/gacutil.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/linker' Creating ../../build/deps/default_monolinker.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/linker' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/linker' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/linker' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 /r:Mono.Cecil.dll /r:System.Xml.dll -keyfile:../../class/mono.snk -resource:Descriptors/mscorlib.xml -resource:Descriptors/System.xml -resource:Descriptors/System.Drawing.xml -resource:Descriptors/System.Web.xml -resource:Descriptors/Mono.Posix.xml -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:monolinker.exe @monolinker.exe.sources gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/linker' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/linker' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/tuner' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/tuner' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -r:../linker/monolinker.exe -r:Mono.Cecil.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug /out:Mono.Tuner.dll /t:library Mono.Tuner/TunerAnnotations.cs Mono.Tuner/PrintStatus.cs Mono.Tuner/RemoveSerialization.cs Mono.Tuner/AdjustVisibility.cs Mono.Tuner/CheckVisibility.cs Mono.Tuner/InjectAttributes.cs gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/tuner' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/tuner' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' Creating ../../build/deps/default_resgen.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:resgen.exe @resgen.exe.sources mv resgen.exe ../../class/lib/default/resgen.exe test ! -f resgen.exe.mdb || mv resgen.exe.mdb ../../class/lib/default/resgen.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/macpack' Creating ../../build/deps/default_macpack.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/macpack' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/macpack' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/macpack' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 /resource:LOADER /resource:PLIST -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:macpack.exe @macpack.exe.sources gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/macpack' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/macpack' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mkbundle' Creating ../../build/deps/default_mkbundle.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mkbundle' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mkbundle' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mkbundle' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -r:Mono.Posix.dll -r:ICSharpCode.SharpZipLib.dll -resource:template.c -resource:template_z.c -resource:template_main.c -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:mkbundle.exe @mkbundle.exe.sources mv mkbundle.exe ../../class/lib/default/mkbundle.exe test ! -f mkbundle.exe.mdb || mv mkbundle.exe.mdb ../../class/lib/default/mkbundle.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mkbundle' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mkbundle' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/dtd2rng' Creating ../../build/deps/default_dtd2rng.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/dtd2rng' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/dtd2rng' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/dtd2rng' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -r:System.Xml.dll -r:Commons.Xml.Relaxng.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:dtd2rng.exe @dtd2rng.exe.sources gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/dtd2rng' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/dtd2rng' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/dtd2xsd' Creating ../../build/deps/default_dtd2xsd.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/dtd2xsd' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/dtd2xsd' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/dtd2xsd' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -r:System.Xml.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:dtd2xsd.exe @dtd2xsd.exe.sources gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/dtd2xsd' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/dtd2xsd' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mjs' Creating ../../build/deps/default_mjs.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mjs' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mjs' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mjs' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 /r:Microsoft.JScript.dll /r:Microsoft.Vsa.dll /debug+ -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:mjs.exe @mjs.exe.sources gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mjs' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mjs' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/prj2make' Creating ../../build/deps/default_prj2make.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/prj2make' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/prj2make' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/prj2make' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -r:Mono.GetOptions.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:prj2make.exe @prj2make.exe.sources MainOpts.cs(22,15): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Main.cs(26,32): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Main.cs(41,40): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' MainOpts.cs(33,24): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' MsPrjHelper.cs(593,39): warning CS0219: The variable `MakefileBuilder' is assigned but its value is never used PrjxInfo.cs(176,24): warning CS0219: The variable `rootNS' is assigned but its value is never used MdPrjHelper.cs(16,34): warning CS0169: The private field `Mfconsulting.General.Prj2Make.CmbxMaker.projGuidInfo' is assigned but its value is never used Compilation succeeded - 7 warning(s) gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/prj2make' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/prj2make' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-service' Creating ../../build/deps/default_mono-service.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-service' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-service' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-service' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -r:System.ServiceProcess.dll -r:Mono.Posix.dll -unsafe -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:mono-service.exe @mono-service.exe.sources mono-service.cs(211,22): warning CS0169: The private method `MonoServiceRunner.MainLoop(System.ServiceProcess.ServiceBase[])' is never used Compilation succeeded - 1 warning(s) mv mono-service.exe ../../class/lib/default/mono-service.exe test ! -f mono-service.exe.mdb || mv mono-service.exe.mdb ../../class/lib/default/mono-service.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-service' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-service' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-shlib-cop' Creating ../../build/deps/default_mono-shlib-cop.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-shlib-cop' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-shlib-cop' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-shlib-cop' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -r:Mono.Posix.dll -r:Mono.GetOptions.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:mono-shlib-cop.exe @mono-shlib-cop.exe.sources mono-shlib-cop.cs(491,15): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' mono-shlib-cop.cs(491,15): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' mono-shlib-cop.cs(504,27): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Compilation succeeded - 3 warning(s) gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-shlib-cop' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-shlib-cop' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' Creating ../../build/deps/default_compiler-tester.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:compiler-tester.exe @compiler-tester.exe.sources compiler-tester.cs(178,32): warning CS0169: The private field `TestRunner.PositiveTestCase.VerificationData.test_file' is assigned but its value is never used Compilation succeeded - 1 warning(s) mv compiler-tester.exe ../../class/lib/default/compiler-tester.exe test ! -f compiler-tester.exe.mdb || mv compiler-tester.exe.mdb ../../class/lib/default/compiler-tester.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xmltool' Creating ../../build/deps/default_mono-xmltool.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xmltool' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xmltool' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xmltool' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -r:System.Xml.dll -r:Commons.Xml.Relaxng.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:mono-xmltool.exe @mono-xmltool.exe.sources gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xmltool' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xmltool' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installvst' Creating ../../build/deps/default_installvst.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installvst' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installvst' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installvst' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -r:System.Xml.dll -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:installvst.exe @installvst.exe.sources gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installvst' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installvst' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installutil' Creating ../../build/deps/default_installutil.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installutil' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installutil' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installutil' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -r:System.Configuration.Install -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:installutil.exe @installutil.exe.sources installutil.cs(119,52): warning CS0168: The variable `e' is declared but never used installutil.cs(86,40): warning CS0219: The variable `ctx' is assigned but its value is never used installutil.cs(166,24): warning CS0219: The variable `logfile' is assigned but its value is never used installutil.cs(38,21): warning CS0169: The private field `InstallUtil.showcallstack' is assigned but its value is never used installutil.cs(39,21): warning CS0169: The private field `InstallUtil.logtoconsole' is assigned but its value is never used Compilation succeeded - 5 warning(s) gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installutil' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installutil' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake[7]: Nothing to be done for `all-local'. gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake[7]: Nothing to be done for `all-local'. gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/docs' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/docs' gmake[7]: Nothing to be done for `all-local'. gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/docs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/docs' gmake all-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake PROFILE=net_2_0_bootstrap all gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[7]: Nothing to be done for `all-local'. gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' /bin/sh ../mkinstalldirs ../class/lib/net_2_0_bootstrap/ mkdir -p -- ../class/lib/net_2_0_bootstrap/ touch ../class/lib/net_2_0_bootstrap//.stamp cp ../class/lib/default/mcs.exe ../class/lib/net_2_0_bootstrap/gmcs.exe cp gmcs.exe.config ../class/lib/net_2_0_bootstrap/gmcs.exe.config gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' Creating ../../build/deps/net_2_0_bootstrap_corlib.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -nowarn:169,612,618,649 -d:INSIDE_CORLIB -nowarn:414 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig -unsafe -nostdlib -resource:resources/collation.core.bin -resource:resources/collation.tailoring.bin -resource:resources/collation.cjkCHS.bin -resource:resources/collation.cjkCHT.bin -resource:resources/collation.cjkJA.bin -resource:resources/collation.cjkKO.bin -resource:resources/collation.cjkKOlv2.bin -target:library -out:mscorlib.dll @corlib.dll.sources System/WindowsConsoleDriver.cs(52,1): warning CS1635: Cannot restore warning `CS0169' because it was disabled globally Compilation succeeded - 1 warning(s) : mscorlib.dll ../../class/mono.snk mv mscorlib.dll ../../class/lib/net_2_0_bootstrap/mscorlib.dll test ! -f mscorlib.dll.mdb || mv mscorlib.dll.mdb ../../class/lib/net_2_0_bootstrap/mscorlib.dll.mdb test ! -f mscorlib.pdb || mv mscorlib.pdb ../../class/lib/net_2_0_bootstrap/mscorlib.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' Creating ../../build/deps/net_2_0_bootstrap_System.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' ** Warning: System.dll built without parts that depend on: System.Xml.dll Mono.Security.dll System.Configuration.dll MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -resource:resources/Asterisk.wav -resource:resources/Beep.wav -resource:resources/Exclamation.wav -resource:resources/Hand.wav -resource:resources/Question.wav -target:library -out:System.dll @System.dll.sources Microsoft.CSharp/CSharpCodeCompiler.cs(191,32): warning CS0219: The variable `mcs_stdout' is assigned but its value is never used System.Text.RegularExpressions/RxInterpreter.cs(997,33): warning CS0162: Unreachable code detected System.Diagnostics/EventLog.cs(668,30): warning CS0169: The private method `System.Diagnostics.EventLog.ValidateEventID(long)' is never used System.Diagnostics/ProcessStartInfo.cs(61,34): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.encoding_stderr' is never used System.Diagnostics/ProcessStartInfo.cs(61,51): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.encoding_stdout' is never used System.Diagnostics/ProcessStartInfo.cs(62,32): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.username' is never used System.Diagnostics/ProcessStartInfo.cs(62,42): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.domain' is never used System.Diagnostics/ProcessStartInfo.cs(66,32): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.password' is never used System.Diagnostics/ProcessStartInfo.cs(68,30): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.load_user_profile' is never used System.Net/WebClient.cs(90,31): warning CS0169: The private field `System.Net.WebClient.async' is assigned but its value is never used System.Text.RegularExpressions/RxInterpreter.cs(202,22): warning CS0169: The private method `System.Text.RegularExpressions.RxInterpreter.SetStartOfMatch(int)' is never used Compilation succeeded - 11 warning(s) : System.dll ../../class/mono.snk mv System.dll ../../class/lib/net_2_0_bootstrap/System.dll test ! -f System.dll.mdb || mv System.dll.mdb ../../class/lib/net_2_0_bootstrap/System.dll.mdb test ! -f System.pdb || mv System.pdb ../../class/lib/net_2_0_bootstrap/System.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' Creating ../../build/deps/net_2_0_bootstrap_System.Xml.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' MONO_PATH="../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0162,0618,0612,0642,1595 -target:library -out:System.Xml.dll System.Xml.XPath/Parser.cs Mono.Xml.Xsl/PatternParser.cs Mono.Xml.Xsl/PatternTokenizer.cs @System.Xml.dll.sources Mono.Xml.Xsl/XslOutput.cs(275,62): warning CS0219: The variable `li' is assigned but its value is never used Mono.Xml.Xsl/XslTemplate.cs(374,52): warning CS0168: The variable `ex' is declared but never used System.Xml/DTDObjectModel.cs(1164,44): warning CS0168: The variable `ex' is declared but never used System.Xml/XmlTextReader.cs(1794,40): warning CS0219: The variable `dummyValue' is assigned but its value is never used System.Xml/XmlTextWriter2.cs(759,30): warning CS0219: The variable `isEmpty' is assigned but its value is never used System.Xml.Schema/XmlSchemaSimpleTypeRestriction.cs(751,38): warning CS0219: The variable `matched' is assigned but its value is never used System.Xml/XmlReader.cs(1275,30): warning CS0169: The private method `System.Xml.XmlReader.CheckSupport()' is never used System.Xml/XmlReader.cs(1311,38): warning CS0169: The private method `System.Xml.XmlReader.XmlError(string, System.Exception)' is never used Mono.Xml.Xsl/XslKey.cs(101,37): warning CS0169: The private field `Mono.Xml.Xsl.KeyIndexTable.ctx' is assigned but its value is never used Mono.Xml.Xsl/XslTransformProcessor.cs(58,22): warning CS0169: The private field `Mono.Xml.Xsl.XslTransformProcessor.outputStylesheetXmlns' is assigned but its value is never used System.Xml/DTDReader.cs(1459,29): warning CS0169: The private method `System.Xml.DTDReader.ReadCharacterReference()' is never used System.Xml/DTDValidatingReader2.cs(566,38): warning CS0169: The private method `Mono.Xml.DTDValidatingReader.NotWFError(string)' is never used System.Xml/XmlNodeChangedEventArgs.cs(40,24): warning CS0169: The private field `System.Xml.XmlNodeChangedEventArgs._oldValue' is assigned but its value is never used System.Xml/XmlNodeChangedEventArgs.cs(41,24): warning CS0169: The private field `System.Xml.XmlNodeChangedEventArgs._newValue' is assigned but its value is never used System.Xml/XmlIteratorNodeList.cs(41,25): warning CS0169: The private field `System.Xml.XmlIteratorNodeList.previous' is never used System.Xml.XPath/XPathDocument.cs(100,30): warning CS0169: The private method `System.Xml.XPath.XPathDocument.Initialize(System.Xml.XmlReader, System.Xml.XmlSpace, bool)' is never used System.Xml.Schema/XmlSchemaChoice.cs(204,30): warning CS0169: The private method `System.Xml.Schema.XmlSchemaChoice.ValidateParticleSection(ref int, System.Xml.Schema.XmlSchemaParticle, System.Xml.Schema.XmlSchemaParticle, System.Xml.Schema.ValidationEventHandler, System.Xml.Schema.XmlSchema, bool)' is never used System.Xml.Schema/XmlSchemaSerializer.cs(118,22): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaForm(System.Xml.Schema.XmlSchemaForm, string, string, bool, bool, bool)' is never used System.Xml.Schema/XmlSchemaSerializer.cs(147,22): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaDerivationMethod(System.Xml.Schema.XmlSchemaDerivationMethod, string, string, bool, bool, bool)' is never used System.Xml.Schema/XmlSchemaSerializer.cs(1094,22): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaUse(System.Xml.Schema.XmlSchemaUse, string, string, bool, bool, bool)' is never used System.Xml.Schema/XmlSchemaSerializer.cs(2101,22): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaContentProcessing(System.Xml.Schema.XmlSchemaContentProcessing, string, string, bool, bool, bool)' is never used System.Xml.Serialization/MapCodeGenerator.cs(47,33): warning CS0169: The private field `System.Xml.Serialization.MapCodeGenerator.codeCompileUnit' is assigned but its value is never used System.Xml.Serialization/MapCodeGenerator.cs(51,33): warning CS0169: The private field `System.Xml.Serialization.MapCodeGenerator.codeProvider' is assigned but its value is never used System.Xml.Serialization/ReflectionHelper.cs(74,54): warning CS0169: The private field `System.Xml.Serialization.ReflectionHelper.empty_modifiers' is assigned but its value is never used System.Xml.Serialization/SerializationSource.cs(151,22): warning CS0169: The private field `System.Xml.Serialization.MembersSerializationSource.writeAccessors' is assigned but its value is never used System.Xml.Serialization/XmlAnyElementAttribute.cs(45,29): warning CS0169: The private field `System.Xml.Serialization.XmlAnyElementAttribute.order' is assigned but its value is never used System.Xml.Serialization/XmlArrayAttribute.cs(47,29): warning CS0169: The private field `System.Xml.Serialization.XmlArrayAttribute.order' is assigned but its value is never used System.Xml.Serialization/XmlAttributeEventArgs.cs(45,32): warning CS0169: The private field `System.Xml.Serialization.XmlAttributeEventArgs.expectedAttributes' is never used System.Xml.Serialization/XmlElementAttribute.cs(49,29): warning CS0169: The private field `System.Xml.Serialization.XmlElementAttribute.order' is assigned but its value is never used System.Xml.Serialization/XmlElementEventArgs.cs(45,32): warning CS0169: The private field `System.Xml.Serialization.XmlElementEventArgs.expectedElements' is never used Compilation succeeded - 30 warning(s) : System.Xml.dll ../../class/mono.snk mv System.Xml.dll ../../class/lib/net_2_0_bootstrap/System.Xml.dll test ! -f System.Xml.dll.mdb || mv System.Xml.dll.mdb ../../class/lib/net_2_0_bootstrap/System.Xml.dll.mdb test ! -f System.Xml.pdb || mv System.Xml.pdb ../../class/lib/net_2_0_bootstrap/System.Xml.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' Creating ../../build/deps/net_2_0_bootstrap_Mono.Security.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' MONO_PATH="../../class/lib/net_2_0_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_2_0_bootstrap/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig -r:System.dll -unsafe -target:library -out:Mono.Security.dll @Mono.Security.dll.sources ./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(75,1): warning CS1030: #warning: `"Client certificate selection is unfinished"' ./Mono.Security.Protocol.Tls.Handshake.Client/TlsServerFinished.cs(76,1): warning CS1030: #warning: `Review that selected alert is correct' Compilation succeeded - 2 warning(s) : Mono.Security.dll ../../class/mono.snk mv Mono.Security.dll ../../class/lib/net_2_0_bootstrap/Mono.Security.dll test ! -f Mono.Security.dll.mdb || mv Mono.Security.dll.mdb ../../class/lib/net_2_0_bootstrap/Mono.Security.dll.mdb test ! -f Mono.Security.pdb || mv Mono.Security.pdb ../../class/lib/net_2_0_bootstrap/Mono.Security.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' Creating ../../build/deps/net_2_0_bootstrap_System.Security.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' MONO_PATH="../../class/lib/net_2_0_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_2_0_bootstrap/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig -nowarn:618 -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -debug+ -r:Mono.Security.dll -nowarn:414 -target:library -out:../../class/lib/net_2_0_bootstrap/System.Security.dll @System.Security.dll.sources System.Security.Cryptography.Xml/Reference.cs(45,32): warning CS0169: The private field `System.Security.Cryptography.Xml.Reference.stream' is assigned but its value is never used System.Security.Cryptography.Xml/XmlDsigEnvelopedSignatureTransform.cs(44,30): warning CS0169: The private field `System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.comments' is assigned but its value is never used System.Security.Cryptography.Xml/XmlDsigXsltTransform.cs(47,30): warning CS0169: The private field `System.Security.Cryptography.Xml.XmlDsigXsltTransform.comments' is assigned but its value is never used Compilation succeeded - 3 warning(s) : ../../class/lib/net_2_0_bootstrap/System.Security.dll ../../class/mono.snk gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' Creating ../../build/deps/net_2_0_bootstrap_System.Configuration.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' MONO_PATH="../../class/lib/net_2_0_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_2_0_bootstrap/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Security.dll -target:library -out:System.Configuration.dll @System.Configuration.dll.sources : System.Configuration.dll ../../class/mono.snk mv System.Configuration.dll ../../class/lib/net_2_0_bootstrap/System.Configuration.dll test ! -f System.Configuration.dll.mdb || mv System.Configuration.dll.mdb ../../class/lib/net_2_0_bootstrap/System.Configuration.dll.mdb test ! -f System.Configuration.pdb || mv System.Configuration.pdb ../../class/lib/net_2_0_bootstrap/System.Configuration.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' MONO_PATH="../../class/lib/net_2_0_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_2_0_bootstrap/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -resource:resources/Asterisk.wav -resource:resources/Beep.wav -resource:resources/Exclamation.wav -resource:resources/Hand.wav -resource:resources/Question.wav -r:PrebuiltSystem=../lib/net_2_0_bootstrap/System.dll -d:XML_DEP -r:System.Xml.dll -d:SECURITY_DEP -r:Mono.Security.dll -d:CONFIGURATION_DEP -r:System.Configuration.dll -target:library -out:System.dll @System.dll.sources Microsoft.CSharp/CSharpCodeCompiler.cs(191,32): warning CS0219: The variable `mcs_stdout' is assigned but its value is never used System.Text.RegularExpressions/RxInterpreter.cs(997,33): warning CS0162: Unreachable code detected System.Diagnostics/EventLog.cs(668,30): warning CS0169: The private method `System.Diagnostics.EventLog.ValidateEventID(long)' is never used System.Diagnostics/ProcessStartInfo.cs(61,34): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.encoding_stderr' is never used System.Diagnostics/ProcessStartInfo.cs(61,51): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.encoding_stdout' is never used System.Diagnostics/ProcessStartInfo.cs(62,32): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.username' is never used System.Diagnostics/ProcessStartInfo.cs(62,42): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.domain' is never used System.Diagnostics/ProcessStartInfo.cs(66,32): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.password' is never used System.Diagnostics/ProcessStartInfo.cs(68,30): warning CS0169: The private field `System.Diagnostics.ProcessStartInfo.load_user_profile' is never used System.Net/WebClient.cs(90,31): warning CS0169: The private field `System.Net.WebClient.async' is assigned but its value is never used System.Text.RegularExpressions/RxInterpreter.cs(202,22): warning CS0169: The private method `System.Text.RegularExpressions.RxInterpreter.SetStartOfMatch(int)' is never used Compilation succeeded - 11 warning(s) : System.dll ../../class/mono.snk mv System.dll ../../class/lib/net_2_0_bootstrap/System.dll test ! -f System.dll.mdb || mv System.dll.mdb ../../class/lib/net_2_0_bootstrap/System.dll.mdb test ! -f System.pdb || mv System.pdb ../../class/lib/net_2_0_bootstrap/System.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' Creating ../../build/deps/net_2_0_bootstrap_Mono.CompilerServices.SymbolWriter.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' MONO_PATH="../../class/lib/net_2_0_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_2_0_bootstrap/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig /r:mscorlib.dll -target:library -out:Mono.CompilerServices.SymbolWriter.dll @Mono.CompilerServices.SymbolWriter.dll.sources : Mono.CompilerServices.SymbolWriter.dll ../../class/mono.snk mv Mono.CompilerServices.SymbolWriter.dll ../../class/lib/net_2_0_bootstrap/Mono.CompilerServices.SymbolWriter.dll test ! -f Mono.CompilerServices.SymbolWriter.dll.mdb || mv Mono.CompilerServices.SymbolWriter.dll.mdb ../../class/lib/net_2_0_bootstrap/Mono.CompilerServices.SymbolWriter.dll.mdb test ! -f Mono.CompilerServices.SymbolWriter.pdb || mv Mono.CompilerServices.SymbolWriter.pdb ../../class/lib/net_2_0_bootstrap/Mono.CompilerServices.SymbolWriter.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' Creating ../../build/deps/net_2_0_bootstrap_PEAPI.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' MONO_PATH="../../class/lib/net_2_0_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_2_0_bootstrap/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll -target:library -out:../../class/lib/net_2_0_bootstrap/PEAPI.dll @PEAPI.dll.sources Metadata.cs(5363,30): warning CS0219: The variable `tabStart' is assigned but its value is never used Metadata.cs(5344,30): warning CS0219: The variable `startTilde' is assigned but its value is never used Metadata.cs(431,48): warning CS0169: The private field `PEAPI.CustomAttribute.prolog' is assigned but its value is never used Metadata.cs(435,26): warning CS0169: The private field `PEAPI.CustomAttribute.cVal' is assigned but its value is never used Metadata.cs(633,28): warning CS0169: The private field `PEAPI.Permission.type' is assigned but its value is never used Metadata.cs(673,38): warning CS0169: The private field `PEAPI.PermissionSet.sec_action' is assigned but its value is never used Metadata.cs(675,37): warning CS0169: The private field `PEAPI.PermissionSet.ps' is never used Metadata.cs(1503,30): warning CS0169: The private field `PEAPI.ClassRefInst.is_value' is assigned but its value is never used Metadata.cs(1583,46): warning CS0169: The private field `PEAPI.ClassDef.ElementType_Class' is assigned but its value is never used Metadata.cs(1592,24): warning CS0169: The private field `PEAPI.ClassDef.securityActions' is never used Metadata.cs(1595,26): warning CS0169: The private field `PEAPI.ClassDef.parentClass' is assigned but its value is never used Metadata.cs(1962,29): warning CS0169: The private field `PEAPI.ClassRef.externClass' is never used Metadata.cs(3491,27): warning CS0169: The private field `PEAPI.Property.getterMeth' is assigned but its value is never used Metadata.cs(3828,27): warning CS0169: The private field `PEAPI.MethodDef.securityActions' is assigned but its value is never used Metadata.cs(4335,28): warning CS0169: The private field `PEAPI.FixedArray.elemType' is never used Metadata.cs(4365,24): warning CS0169: The private field `PEAPI.CustomMarshaller.typeName' is assigned but its value is never used Metadata.cs(4726,36): warning CS0169: The private field `PEAPI.MSCorLib.specialTypeSpecs' is assigned but its value is never used Metadata.cs(4951,46): warning CS0169: The private field `PEAPI.MetaData.tildeHeaderSize' is assigned but its value is never used Metadata.cs(4969,30): warning CS0169: The private field `PEAPI.MetaData.output' is assigned but its value is never used Metadata.cs(4972,22): warning CS0169: The private field `PEAPI.MetaData.mdStart' is assigned but its value is never used Code.cs(287,46): warning CS0169: The private field `PEAPI.BranchInstr.longInstrOffset' is assigned but its value is never used Code.cs(362,46): warning CS0169: The private field `PEAPI.CILInstructions.FatWords' is assigned but its value is never used Code.cs(1250,24): warning CS0169: The private field `PEAPI.Local.name' is assigned but its value is never used Code.cs(1252,38): warning CS0169: The private field `PEAPI.Local.byref' is assigned but its value is never used PEAPI.cs(499,30): warning CS0169: The private method `PEAPI.FileImage.Align(System.IO.MemoryStream, int)' is never used PEAPI.cs(508,30): warning CS0169: The private method `PEAPI.FileImage.Align(uint, uint)' is never used PEAPI.cs(75,39): warning CS0169: The private field `PEAPI.FileImage.PEHeader' is assigned but its value is never used PEAPI.cs(84,46): warning CS0169: The private field `PEAPI.FileImage.maxFileAlign' is assigned but its value is never used PEAPI.cs(104,48): warning CS0169: The private field `PEAPI.FileImage.rsrcName' is assigned but its value is never used PEAPI.cs(593,35): warning CS0169: The private field `PEAPI.PEFile.classRefList' is assigned but its value is never used PEAPI.cs(594,35): warning CS0169: The private field `PEAPI.PEFile.classDefList' is assigned but its value is never used PEAPI.cs(598,29): warning CS0169: The private field `PEAPI.PEFile.corFlags' is assigned but its value is never used Compilation succeeded - 32 warning(s) : ../../class/lib/net_2_0_bootstrap/PEAPI.dll ../../class/mono.snk gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' Creating ../build/deps/net_2_0_bootstrap_ilasm.exe.makefrag ... gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' MONO_PATH="../class/lib/net_2_0_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../class/lib/net_2_0_bootstrap/gmcs.exe /codepage:65001 /lib:../class/lib/net_2_0_bootstrap /r:../class/lib/net_2_0_bootstrap/PEAPI.dll /r:Mono.CompilerServices.SymbolWriter.dll /r:Mono.Security.dll -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug -target:exe -out:ilasm.exe ILParser.cs @ilasm.exe.sources Driver.cs(192,52): warning CS0168: The variable `e' is declared but never used codegen/CodeGen.cs(459,48): warning CS0219: The variable `asmb' is assigned but its value is never used codegen/DebuggingInfo.cs(103,37): warning CS0219: The variable `entry' is assigned but its value is never used codegen/MethodDef.cs(267,48): warning CS0219: The variable `str' is assigned but its value is never used codegen/MethodRef.cs(35,32): warning CS0219: The variable `write_name' is assigned but its value is never used Driver.cs(47,38): warning CS0169: The private field `Mono.ILASM.Driver.DriverMain.show_method_def' is assigned but its value is never used Driver.cs(48,38): warning CS0169: The private field `Mono.ILASM.Driver.DriverMain.show_method_ref' is assigned but its value is never used Report.cs(19,36): warning CS0169: The private field `Mono.ILASM.Report.mark_count' is never used codegen/CodeGen.cs(60,30): warning CS0169: The private field `Mono.ILASM.CodeGen.image_base' is assigned but its value is never used codegen/CodeGen.cs(64,32): warning CS0169: The private field `Mono.ILASM.CodeGen.debug_file' is never used codegen/FieldDef.cs(26,30): warning CS0169: The private field `Mono.ILASM.FieldDef.datavalue_set' is assigned but its value is never used codegen/MethodDef.cs(53,33): warning CS0169: The private field `Mono.ILASM.MethodDef.codegen' is assigned but its value is never used codegen/DataDef.cs(18,30): warning CS0169: The private field `Mono.ILASM.DataDef.is_tls' is assigned but its value is never used scanner/ILTokenizer.cs(294,37): warning CS0169: The private method `Mono.ILASM.ILTokenizer.IsIdStartChar(char)' is never used Compilation succeeded - 14 warning(s) mv ilasm.exe ../class/lib/net_2_0_bootstrap/ilasm.exe test ! -f ilasm.exe.mdb || mv ilasm.exe.mdb ../class/lib/net_2_0_bootstrap/ilasm.exe.mdb gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' Creating ../../build/deps/net_2_0_bootstrap_resgen.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' MONO_PATH="../../class/lib/net_2_0_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_2_0_bootstrap/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:BOOTSTRAP_NET_2_0 -debug -target:exe -out:resgen.exe @resgen.exe.sources mv resgen.exe ../../class/lib/net_2_0_bootstrap/resgen.exe test ! -f resgen.exe.mdb || mv resgen.exe.mdb ../../class/lib/net_2_0_bootstrap/resgen.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake all-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake PROFILE=net_2_0 all gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[7]: Nothing to be done for `all-local'. gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' Creating ../build/deps/net_2_0_gmcs.exe.makefrag ... gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' /bin/sh ../mkinstalldirs ../class/lib/net_2_0/ mkdir -p -- ../class/lib/net_2_0/ touch ../class/lib/net_2_0//.stamp cd .. && gmake NO_DIR_CHECK=yes PROFILE=net_2_0_bootstrap all gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake all-local gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake all-local gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[10]: Nothing to be done for `all-local'. gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake all-local gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake all-local gmake[11]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[11]: Nothing to be done for `all-local'. gmake[11]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake all-local gmake[11]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[11]: Nothing to be done for `all-local'. gmake[11]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake all-local gmake[11]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[11]: Nothing to be done for `all-local'. gmake[11]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake all-local gmake[11]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[11]: Nothing to be done for `all-local'. gmake[11]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake all-local gmake[11]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[11]: Nothing to be done for `all-local'. gmake[11]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake all-local gmake[11]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[11]: Nothing to be done for `all-local'. gmake[11]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake all-local gmake[11]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[11]: Nothing to be done for `all-local'. gmake[11]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake all-local gmake[11]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[11]: Nothing to be done for `all-local'. gmake[11]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake all-local gmake[11]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake[11]: Nothing to be done for `all-local'. gmake[11]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake all-local gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake all-local gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[10]: Nothing to be done for `all-local'. gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake all-local gmake[11]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[11]: Nothing to be done for `all-local'. gmake[11]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake all-local gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' MONO_PATH="../class/lib/net_2_0_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../class/lib/net_2_0_bootstrap/gmcs.exe /codepage:65001 -d:GMCS_SOURCE -optimize -d:NET_1_1 -d:NET_2_0 -debug -target:exe -out:gmcs.exe cs-parser.cs @gmcs.exe.sources expression.cs(991,59): warning CS0618: `Mono.CSharp.UserOperatorCall.MakeSimpleCall(Mono.CSharp.EmitContext, Mono.CSharp.MethodGroupExpr, Mono.CSharp.Expression, Mono.CSharp.Location)' is obsolete: `It may not be compatible with expression trees' Compilation succeeded - 1 warning(s) cp gmcs.exe ../class/lib/net_2_0/gmcs.exe test ! -f gmcs.exe.mdb || cp gmcs.exe.mdb ../class/lib/net_2_0/gmcs.exe.mdb cp gmcs.exe.config ../class/lib/net_2_0/gmcs.exe.config gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' Creating ../../build/deps/corlib_test_net_2_0.dll.response ... Creating ../../build/deps/corlib_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_corlib.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' MONO_PATH="../../class/lib/net_2_0_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -nowarn:169,612,618,649 -d:INSIDE_CORLIB -nowarn:414 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -unsafe -nostdlib -resource:resources/collation.core.bin -resource:resources/collation.tailoring.bin -resource:resources/collation.cjkCHS.bin -resource:resources/collation.cjkCHT.bin -resource:resources/collation.cjkJA.bin -resource:resources/collation.cjkKO.bin -resource:resources/collation.cjkKOlv2.bin -target:library -out:mscorlib.dll @corlib.dll.sources System/WindowsConsoleDriver.cs(52,1): warning CS1635: Cannot restore warning `CS0169' because it was disabled globally Compilation succeeded - 1 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R mscorlib.dll ../../class/mono.snk Assembly mscorlib.dll signed. mv mscorlib.dll ../../class/lib/net_2_0/mscorlib.dll test ! -f mscorlib.dll.mdb || mv mscorlib.dll.mdb ../../class/lib/net_2_0/mscorlib.dll.mdb test ! -f mscorlib.pdb || mv mscorlib.pdb ../../class/lib/net_2_0/mscorlib.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' Creating ../../build/deps/System_test_net_2_0.dll.response ... Creating ../../build/deps/System_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_System.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' ** Warning: System.dll built without parts that depend on: System.Xml.dll Mono.Security.dll System.Configuration.dll MONO_PATH="../../class/lib/net_2_0:../../class/lib/net_2_0_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -resource:resources/Asterisk.wav -resource:resources/Beep.wav -resource:resources/Exclamation.wav -resource:resources/Hand.wav -resource:resources/Question.wav -target:library -out:System.dll @System.dll.sources System.Text.RegularExpressions/RxInterpreter.cs(997,33): warning CS0162: Unreachable code detected System.ComponentModel/BindingList.cs(156,52): warning CS0067: The event `System.ComponentModel.BindingList.AddingNew' is never used System.Net/WebRequest.cs(191,43): warning CS0169: The private field `System.Net.WebRequest.proxy' is never used System.Net.Mail/SmtpClient.cs(71,43): warning CS0169: The private field `System.Net.Mail.SmtpClient.clientCertificates' is never used System.Net.Mail/SmtpClient.cs(102,22): warning CS0414: The private field `System.Net.Mail.SmtpClient.canStartTLS' is assigned but its value is never used System.Net.NetworkInformation/NetworkInterface.cs(139,38): warning CS0414: The private field `System.Net.NetworkInformation.LinuxNetworkInterface.index' is assigned but its value is never used System.Text.RegularExpressions/CILCompiler.cs(23,21): warning CS0414: The private field `System.Text.RegularExpressions.CILCompiler.group_count' is assigned but its value is never used System.Text.RegularExpressions/CILCompiler.cs(28,34): warning CS0414: The private field `System.Text.RegularExpressions.CILCompiler.fi_match_start' is assigned but its value is never used System.Text.RegularExpressions/RxInterpreter.cs(202,22): warning CS0169: The private method `System.Text.RegularExpressions.RxInterpreter.SetStartOfMatch(int)' is never used Compilation succeeded - 9 warning(s) : System.dll ../../class/mono.snk mv System.dll ../../class/lib/net_2_0/System.dll test ! -f System.dll.mdb || mv System.dll.mdb ../../class/lib/net_2_0/System.dll.mdb test ! -f System.pdb || mv System.pdb ../../class/lib/net_2_0/System.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' Creating ../../build/deps/System.Xml_test_net_2_0.dll.response ... Creating ../../build/deps/System.Xml_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_System.Xml.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' MONO_PATH="../../class/lib/net_2_0:../../class/lib/net_2_0_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0162,0618,0612,0642,1595 -target:library -out:System.Xml.dll System.Xml.XPath/Parser.cs Mono.Xml.Xsl/PatternParser.cs Mono.Xml.Xsl/PatternTokenizer.cs @System.Xml.dll.sources System.Xml.XPath/XPathComparer.cs(95,29): warning CS0108: `System.Xml.XPath.XPathNavigatorComparer.Equals(object, object)' hides inherited member `object.Equals(object, object)'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) System.Xml.Schema/BuiltInDatatype.cs(1667,36): warning CS0108: `Mono.Xml.Schema.XmlSchemaUri.operator ==(Mono.Xml.Schema.XmlSchemaUri, Mono.Xml.Schema.XmlSchemaUri)' hides inherited member `System.Uri.operator ==(System.Uri, System.Uri)'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.dll (Location of the symbol related to previous warning) System.Xml.Schema/BuiltInDatatype.cs(1672,36): warning CS0108: `Mono.Xml.Schema.XmlSchemaUri.operator !=(Mono.Xml.Schema.XmlSchemaUri, Mono.Xml.Schema.XmlSchemaUri)' hides inherited member `System.Uri.operator !=(System.Uri, System.Uri)'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.dll (Location of the symbol related to previous warning) Mono.Xml.Xsl/XslOutput.cs(275,62): warning CS0219: The variable `li' is assigned but its value is never used Mono.Xml.Xsl/XslTemplate.cs(374,52): warning CS0168: The variable `ex' is declared but never used System.Xml/DTDObjectModel.cs(1164,44): warning CS0168: The variable `ex' is declared but never used System.Xml/XmlConvert.cs(337,32): warning CS0219: The variable `modestr' is assigned but its value is never used System.Xml/XmlConvert.cs(559,32): warning CS0219: The variable `modestr' is assigned but its value is never used System.Xml/XmlTextReader.cs(1794,40): warning CS0219: The variable `dummyValue' is assigned but its value is never used System.Xml/XmlTextWriter2.cs(759,30): warning CS0219: The variable `isEmpty' is assigned but its value is never used System.Xml.Schema/XmlSchemaInference.cs(213,29): warning CS0219: The variable `depth' is assigned but its value is never used System.Xml.Schema/XmlSchemaSimpleTypeRestriction.cs(751,38): warning CS0219: The variable `matched' is assigned but its value is never used Mono.Xml.Schema/XmlSchemaValidatingReader.cs(95,21): warning CS0414: The private field `Mono.Xml.Schema.XmlSchemaValidatingReader.startDepth' is assigned but its value is never used Mono.Xml.Schema/XmlSchemaValidatingReader.cs(97,31): warning CS0414: The private field `Mono.Xml.Schema.XmlSchemaValidatingReader.tmpBuilder' is assigned but its value is never used Mono.Xml.XPath/XPathNavigatorReader.cs(280,30): warning CS0169: The private method `Mono.Xml.XPath.XPathNavigatorReader.MoveToAttributeNavigator(int)' is never used Mono.Xml.XPath/XPathNavigatorReader.cs(56,31): warning CS0414: The private field `Mono.Xml.XPath.XPathNavigatorReader.innerXmlBuilder' is assigned but its value is never used Mono.Xml.Xsl/XslKey.cs(101,37): warning CS0414: The private field `Mono.Xml.Xsl.KeyIndexTable.ctx' is assigned but its value is never used Mono.Xml.Xsl/XslTransformProcessor.cs(58,22): warning CS0414: The private field `Mono.Xml.Xsl.XslTransformProcessor.outputStylesheetXmlns' is assigned but its value is never used System.Xml/DTDReader.cs(1459,29): warning CS0169: The private method `System.Xml.DTDReader.ReadCharacterReference()' is never used System.Xml/DTDValidatingReader2.cs(566,38): warning CS0169: The private method `Mono.Xml.DTDValidatingReader.NotWFError(string)' is never used System.Xml/XmlIteratorNodeList.cs(41,25): warning CS0169: The private field `System.Xml.XmlIteratorNodeList.previous' is never used System.Xml.XPath/XPathDocument.cs(100,30): warning CS0169: The private method `System.Xml.XPath.XPathDocument.Initialize(System.Xml.XmlReader, System.Xml.XmlSpace, bool)' is never used System.Xml.Xsl/XslCompiledTransform.cs(252,32): warning CS0169: The private method `System.Xml.Xsl.NoOperationDebugger.ShowLocationInTrace(System.Xml.XPath.XPathNavigator)' is never used System.Xml.Xsl/XsltArgumentList.cs(58,65): warning CS0067: The event `System.Xml.Xsl.XsltArgumentList.XsltMessageEncountered' is never used System.Xml.Schema/XmlAtomicValue.cs(53,29): warning CS0169: The private field `System.Xml.Schema.XmlAtomicValue.valueAsList' is never used System.Xml.Schema/XmlSchemaChoice.cs(204,30): warning CS0169: The private method `System.Xml.Schema.XmlSchemaChoice.ValidateParticleSection(ref int, System.Xml.Schema.XmlSchemaParticle, System.Xml.Schema.XmlSchemaParticle, System.Xml.Schema.ValidationEventHandler, System.Xml.Schema.XmlSchema, bool)' is never used System.Xml.Schema/XmlSchemaInference.cs(172,39): warning CS0414: The private field `System.Xml.Schema.XsdInference.QNameUDecimal' is assigned but its value is never used System.Xml.Schema/XmlSchemaSerializer.cs(118,22): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaForm(System.Xml.Schema.XmlSchemaForm, string, string, bool, bool, bool)' is never used System.Xml.Schema/XmlSchemaSerializer.cs(147,22): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaDerivationMethod(System.Xml.Schema.XmlSchemaDerivationMethod, string, string, bool, bool, bool)' is never used System.Xml.Schema/XmlSchemaSerializer.cs(1094,22): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaUse(System.Xml.Schema.XmlSchemaUse, string, string, bool, bool, bool)' is never used System.Xml.Schema/XmlSchemaSerializer.cs(2101,22): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaContentProcessing(System.Xml.Schema.XmlSchemaContentProcessing, string, string, bool, bool, bool)' is never used System.Xml.Schema/XmlSchemaValidator.cs(1257,30): warning CS0169: The private method `System.Xml.Schema.XmlSchemaValidator.ProcessKeyEntryOne(Mono.Xml.Schema.XsdKeyEntry, bool, bool, object, string, string, System.Xml.Schema.XmlValueGetter)' is never used System.Xml.Schema/XmlSchemaValidator.cs(124,27): warning CS0414: The private field `System.Xml.Schema.XmlSchemaValidator.startType' is assigned but its value is never used System.Xml.Schema/XmlSchemaValidator.cs(156,27): warning CS0169: The private field `System.Xml.Schema.XmlSchemaValidator.currentType' is never used System.Xml.Serialization/MapCodeGenerator.cs(47,33): warning CS0414: The private field `System.Xml.Serialization.MapCodeGenerator.codeCompileUnit' is assigned but its value is never used System.Xml.Serialization/SerializationSource.cs(151,22): warning CS0414: The private field `System.Xml.Serialization.MembersSerializationSource.writeAccessors' is assigned but its value is never used System.Xml.Serialization/XmlCodeExporter.cs(48,39): warning CS0169: The private field `System.Xml.Serialization.XmlCodeExporter.options' is never used System.Xml.Serialization/XmlSchemaImporter.cs(66,39): warning CS0414: The private field `System.Xml.Serialization.XmlSchemaImporter.options' is assigned but its value is never used Compilation succeeded - 38 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R System.Xml.dll ../../class/mono.snk Assembly System.Xml.dll signed. mv System.Xml.dll ../../class/lib/net_2_0/System.Xml.dll test ! -f System.Xml.dll.mdb || mv System.Xml.dll.mdb ../../class/lib/net_2_0/System.Xml.dll.mdb test ! -f System.Xml.pdb || mv System.Xml.pdb ../../class/lib/net_2_0/System.Xml.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' Creating ../../build/deps/Mono.Security_test_net_2_0.dll.response ... Creating ../../build/deps/Mono.Security_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_Mono.Security.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:System.dll -unsafe -target:library -out:Mono.Security.dll @Mono.Security.dll.sources ./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(75,1): warning CS1030: #warning: `"Client certificate selection is unfinished"' ./Mono.Security.Protocol.Tls.Handshake.Client/TlsServerFinished.cs(76,1): warning CS1030: #warning: `Review that selected alert is correct' ./Mono.Security.Protocol.Tls/HttpsClientStream.cs(90,49): warning CS0618: `System.Net.ServicePointManager.CertificatePolicy' is obsolete: `Use ServerCertificateValidationCallback instead' ./Mono.Security.Protocol.Tls/HttpsClientStream.cs(92,60): warning CS0618: `System.Net.ServicePointManager.CertificatePolicy' is obsolete: `Use ServerCertificateValidationCallback instead' ./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(135,34): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetName()' is obsolete: `Use the Subject property.' ./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(135,53): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetIssuerName()' is obsolete: `Use the Issuer property.' ./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(139,42): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetName()' is obsolete: `Use the Subject property.' ./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs(139,61): warning CS0618: `System.Security.Cryptography.X509Certificates.X509Certificate.GetIssuerName()' is obsolete: `Use the Issuer property.' Compilation succeeded - 8 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R Mono.Security.dll ../../class/mono.snk Assembly Mono.Security.dll signed. mv Mono.Security.dll ../../class/lib/net_2_0/Mono.Security.dll test ! -f Mono.Security.dll.mdb || mv Mono.Security.dll.mdb ../../class/lib/net_2_0/Mono.Security.dll.mdb test ! -f Mono.Security.pdb || mv Mono.Security.pdb ../../class/lib/net_2_0/Mono.Security.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' ** Warning: System.dll built without parts that depend on: System.Configuration.dll MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -resource:resources/Asterisk.wav -resource:resources/Beep.wav -resource:resources/Exclamation.wav -resource:resources/Hand.wav -resource:resources/Question.wav -r:PrebuiltSystem=../lib/net_2_0/System.dll -d:XML_DEP -r:System.Xml.dll -d:SECURITY_DEP -r:Mono.Security.dll -target:library -out:System.dll @System.dll.sources System.Diagnostics/XmlWriterTraceListener.cs(183,74): warning CS0612: `System.Xml.XmlConvert.ToString(System.DateTime)' is obsolete System.Text.RegularExpressions/RxInterpreter.cs(997,33): warning CS0162: Unreachable code detected System.ComponentModel/BindingList.cs(156,52): warning CS0067: The event `System.ComponentModel.BindingList.AddingNew' is never used System.Diagnostics/XmlWriterTraceListener.cs(47,24): warning CS0414: The private field `System.Diagnostics.XmlWriterTraceListener.name' is assigned but its value is never used System.Net/WebRequest.cs(191,43): warning CS0169: The private field `System.Net.WebRequest.proxy' is never used System.Net.Mail/SmtpClient.cs(102,22): warning CS0414: The private field `System.Net.Mail.SmtpClient.canStartTLS' is assigned but its value is never used System.Net.NetworkInformation/NetworkInterface.cs(139,38): warning CS0414: The private field `System.Net.NetworkInformation.LinuxNetworkInterface.index' is assigned but its value is never used System.Security.Cryptography.X509Certificates/X509Chain.cs(51,32): warning CS0414: The private field `System.Security.Cryptography.X509Certificates.X509Chain.working_public_key_algorithm' is assigned but its value is never used System.Text.RegularExpressions/CILCompiler.cs(23,21): warning CS0414: The private field `System.Text.RegularExpressions.CILCompiler.group_count' is assigned but its value is never used System.Text.RegularExpressions/CILCompiler.cs(28,34): warning CS0414: The private field `System.Text.RegularExpressions.CILCompiler.fi_match_start' is assigned but its value is never used System.Text.RegularExpressions/RxInterpreter.cs(202,22): warning CS0169: The private method `System.Text.RegularExpressions.RxInterpreter.SetStartOfMatch(int)' is never used Compilation succeeded - 11 warning(s) : System.dll ../../class/mono.snk mv System.dll ../../class/lib/net_2_0/System.dll test ! -f System.dll.mdb || mv System.dll.mdb ../../class/lib/net_2_0/System.dll.mdb test ! -f System.pdb || mv System.pdb ../../class/lib/net_2_0/System.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' Creating ../../build/deps/System.Security_test_net_2_0.dll.response ... Creating ../../build/deps/System.Security_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_System.Security.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -nowarn:618 -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -debug+ -r:Mono.Security.dll -nowarn:414 -target:library -out:../../class/lib/net_2_0/System.Security.dll @System.Security.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/System.Security.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/System.Security.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' Creating ../../build/deps/System.Configuration_test_net_2_0.dll.response ... Creating ../../build/deps/System.Configuration_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_System.Configuration.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Security.dll -target:library -out:System.Configuration.dll @System.Configuration.dll.sources System.Configuration/Configuration.cs(283,44): warning CS0253: Possible unintended reference comparison. Consider casting the right side of the expression to `string' to compare the values Compilation succeeded - 1 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R System.Configuration.dll ../../class/mono.snk Assembly System.Configuration.dll signed. mv System.Configuration.dll ../../class/lib/net_2_0/System.Configuration.dll test ! -f System.Configuration.dll.mdb || mv System.Configuration.dll.mdb ../../class/lib/net_2_0/System.Configuration.dll.mdb test ! -f System.Configuration.pdb || mv System.Configuration.pdb ../../class/lib/net_2_0/System.Configuration.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -resource:resources/Asterisk.wav -resource:resources/Beep.wav -resource:resources/Exclamation.wav -resource:resources/Hand.wav -resource:resources/Question.wav -r:PrebuiltSystem=../lib/net_2_0/System.dll -d:XML_DEP -r:System.Xml.dll -d:SECURITY_DEP -r:Mono.Security.dll -d:CONFIGURATION_DEP -r:System.Configuration.dll -target:library -out:System.dll @System.dll.sources System.Diagnostics/XmlWriterTraceListener.cs(183,74): warning CS0612: `System.Xml.XmlConvert.ToString(System.DateTime)' is obsolete System.Text.RegularExpressions/RxInterpreter.cs(997,33): warning CS0162: Unreachable code detected System.ComponentModel/BindingList.cs(156,52): warning CS0067: The event `System.ComponentModel.BindingList.AddingNew' is never used System.Diagnostics/XmlWriterTraceListener.cs(47,24): warning CS0414: The private field `System.Diagnostics.XmlWriterTraceListener.name' is assigned but its value is never used System.Net/WebRequest.cs(191,43): warning CS0169: The private field `System.Net.WebRequest.proxy' is never used System.Net.Mail/SmtpClient.cs(102,22): warning CS0414: The private field `System.Net.Mail.SmtpClient.canStartTLS' is assigned but its value is never used System.Net.NetworkInformation/NetworkInterface.cs(139,38): warning CS0414: The private field `System.Net.NetworkInformation.LinuxNetworkInterface.index' is assigned but its value is never used System.Security.Cryptography.X509Certificates/X509Chain.cs(51,32): warning CS0414: The private field `System.Security.Cryptography.X509Certificates.X509Chain.working_public_key_algorithm' is assigned but its value is never used System.Text.RegularExpressions/CILCompiler.cs(23,21): warning CS0414: The private field `System.Text.RegularExpressions.CILCompiler.group_count' is assigned but its value is never used System.Text.RegularExpressions/CILCompiler.cs(28,34): warning CS0414: The private field `System.Text.RegularExpressions.CILCompiler.fi_match_start' is assigned but its value is never used System.Text.RegularExpressions/RxInterpreter.cs(202,22): warning CS0169: The private method `System.Text.RegularExpressions.RxInterpreter.SetStartOfMatch(int)' is never used Compilation succeeded - 11 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R System.dll ../../class/mono.snk Assembly System.dll signed. mv System.dll ../../class/lib/net_2_0/System.dll test ! -f System.dll.mdb || mv System.dll.mdb ../../class/lib/net_2_0/System.dll.mdb test ! -f System.pdb || mv System.pdb ../../class/lib/net_2_0/System.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[8]: Nothing to be done for `all-local'. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Common' Creating ../../../build/deps/net_2_0_I18N.dll.makefrag ... gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Common' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Common' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Common' MONO_PATH="../../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../mcs/gmcs.exe /codepage:65001 /r:mscorlib.dll /unsafe -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -target:library -out:I18N.dll @I18N.dll.sources MonoEncoding.cs(37,36): warning CS3021: `I18N.Common.MonoEncoding.HandleFallback(ref System.Text.EncoderFallbackBuffer, char*, ref int, ref int, byte*, ref int, ref int)' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant Handlers.cs(224,46): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' Manager.cs(55,91): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' Strings.cs(38,40): warning CS0414: The private field `I18N.Common.Strings.resources' is assigned but its value is never used Compilation succeeded - 4 warning(s) MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/sn.exe -q -R I18N.dll ../../../class/mono.snk Assembly I18N.dll signed. mv I18N.dll ../../../class/lib/net_2_0/I18N.dll test ! -f I18N.dll.mdb || mv I18N.dll.mdb ../../../class/lib/net_2_0/I18N.dll.mdb test ! -f I18N.pdb || mv I18N.pdb ../../../class/lib/net_2_0/I18N.pdb gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Common' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Common' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/West' Creating ../../../build/deps/I18N.West_test_net_2_0.dll.response ... Creating ../../../build/deps/I18N.West_test_net_2_0.dll.makefrag ... Creating ../../../build/deps/net_2_0_I18N.West.dll.makefrag ... gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/West' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/West' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/West' MONO_PATH="../../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../mcs/gmcs.exe /codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -target:library -out:I18N.West.dll @I18N.West.dll.sources CP1252.cs(244,33): warning CS0162: Unreachable code detected Compilation succeeded - 1 warning(s) MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/sn.exe -q -R I18N.West.dll ../../../class/mono.snk Assembly I18N.West.dll signed. mv I18N.West.dll ../../../class/lib/net_2_0/I18N.West.dll test ! -f I18N.West.dll.mdb || mv I18N.West.dll.mdb ../../../class/lib/net_2_0/I18N.West.dll.mdb test ! -f I18N.West.pdb || mv I18N.West.pdb ../../../class/lib/net_2_0/I18N.West.pdb gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/West' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/West' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/MidEast' Creating ../../../build/deps/net_2_0_I18N.MidEast.dll.makefrag ... gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/MidEast' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/MidEast' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/MidEast' MONO_PATH="../../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../mcs/gmcs.exe /codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -target:library -out:I18N.MidEast.dll @I18N.MidEast.dll.sources MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/sn.exe -q -R I18N.MidEast.dll ../../../class/mono.snk Assembly I18N.MidEast.dll signed. mv I18N.MidEast.dll ../../../class/lib/net_2_0/I18N.MidEast.dll test ! -f I18N.MidEast.dll.mdb || mv I18N.MidEast.dll.mdb ../../../class/lib/net_2_0/I18N.MidEast.dll.mdb test ! -f I18N.MidEast.pdb || mv I18N.MidEast.pdb ../../../class/lib/net_2_0/I18N.MidEast.pdb gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/MidEast' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/MidEast' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Other' Creating ../../../build/deps/net_2_0_I18N.Other.dll.makefrag ... gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Other' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Other' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Other' MONO_PATH="../../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../mcs/gmcs.exe /codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -target:library -out:I18N.Other.dll @I18N.Other.dll.sources CP57002.cs(96,37): warning CS0219: The variable `byteIndex' is assigned but its value is never used CP57002.cs(95,37): warning CS0219: The variable `charIndex' is assigned but its value is never used CP57002.cs(93,55): warning CS0219: The variable `buffer' is assigned but its value is never used Compilation succeeded - 3 warning(s) MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/sn.exe -q -R I18N.Other.dll ../../../class/mono.snk Assembly I18N.Other.dll signed. mv I18N.Other.dll ../../../class/lib/net_2_0/I18N.Other.dll test ! -f I18N.Other.dll.mdb || mv I18N.Other.dll.mdb ../../../class/lib/net_2_0/I18N.Other.dll.mdb test ! -f I18N.Other.pdb || mv I18N.Other.pdb ../../../class/lib/net_2_0/I18N.Other.pdb gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Other' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Other' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Rare' Creating ../../../build/deps/net_2_0_I18N.Rare.dll.makefrag ... gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Rare' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Rare' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Rare' MONO_PATH="../../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../mcs/gmcs.exe /codepage:65001 /r:mscorlib.dll /r:I18N.dll /unsafe -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -target:library -out:I18N.Rare.dll @I18N.Rare.dll.sources MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/sn.exe -q -R I18N.Rare.dll ../../../class/mono.snk Assembly I18N.Rare.dll signed. mv I18N.Rare.dll ../../../class/lib/net_2_0/I18N.Rare.dll test ! -f I18N.Rare.dll.mdb || mv I18N.Rare.dll.mdb ../../../class/lib/net_2_0/I18N.Rare.dll.mdb test ! -f I18N.Rare.pdb || mv I18N.Rare.pdb ../../../class/lib/net_2_0/I18N.Rare.pdb gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Rare' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Rare' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/CJK' Creating ../../../build/deps/I18N.CJK_test_net_2_0.dll.response ... Creating ../../../build/deps/I18N.CJK_test_net_2_0.dll.makefrag ... Creating ../../../build/deps/net_2_0_I18N.CJK.dll.makefrag ... gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/CJK' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/CJK' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/CJK' MONO_PATH="../../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../mcs/gmcs.exe /codepage:65001 /unsafe /resource:big5.table /resource:gb2312.table /resource:jis.table /resource:ks.table /resource:gb18030.table /r:mscorlib.dll /r:I18N.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -target:library -out:I18N.CJK.dll @I18N.CJK.dll.sources CP932.cs(450,36): warning CS0108: `I18N.CJK.CP932Decoder.convert' hides inherited member `I18N.CJK.DbcsEncoding.DbcsDecoder.convert'. Use the new keyword if hiding was intended DbcsEncoding.cs(136,47): (Location of the symbol related to previous warning) CP936.cs(38,47): warning CS0219: The variable `buffer' is assigned but its value is never used CP949.cs(127,35): warning CS0219: The variable `buffer' is assigned but its value is never used CP950.cs(37,47): warning CS0219: The variable `buffer' is assigned but its value is never used Compilation succeeded - 4 warning(s) MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/sn.exe -q -R I18N.CJK.dll ../../../class/mono.snk Assembly I18N.CJK.dll signed. mv I18N.CJK.dll ../../../class/lib/net_2_0/I18N.CJK.dll test ! -f I18N.CJK.dll.mdb || mv I18N.CJK.dll.mdb ../../../class/lib/net_2_0/I18N.CJK.dll.mdb test ! -f I18N.CJK.pdb || mv I18N.CJK.pdb ../../../class/lib/net_2_0/I18N.CJK.pdb gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/CJK' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/CJK' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N' gmake[8]: Nothing to be done for `all-local'. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing' Creating ../../build/deps/System.Drawing_test_net_2_0.dll.response ... Creating ../../build/deps/System.Drawing_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_System.Drawing.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /nowarn:649 /nowarn:169 -resource:Assembly/Mono.ico,Mono.ico -resource:Assembly/Information.ico,Information.ico -resource:Assembly/Error.ico,Error.ico -resource:Assembly/Warning.ico,Warning.ico -resource:Assembly/Question.ico,Question.ico -target:library -out:../../class/lib/net_2_0/System.Drawing.dll @System.Drawing.dll.sources System.Drawing.Printing/PrintingServicesUnix.cs(121,42): warning CS0168: The variable `ex' is declared but never used System.Drawing.Printing/PrintingServicesWin32.cs(38,32): warning CS0414: The private field `System.Drawing.Printing.PrintingServicesWin32.printer_name' is assigned but its value is never used Compilation succeeded - 2 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/System.Drawing.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/System.Drawing.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Transactions' Creating ../../build/deps/System.Transactions_test_net_2_0.dll.response ... Creating ../../build/deps/System.Transactions_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_System.Transactions.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Transactions' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Transactions' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Transactions' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /nowarn:169 /nowarn:618 /r:mscorlib.dll /r:System.dll /debug+ -target:library -out:../../class/lib/net_2_0/System.Transactions.dll @System.Transactions.dll.sources System.Transactions/DependentTransaction.cs(38,25): warning CS0162: Unreachable code detected System.Transactions/Transaction.cs(72,63): warning CS0067: The event `System.Transactions.Transaction.TransactionCompleted' is never used System.Transactions/DependentTransaction.cs(19,29): warning CS0414: The private field `System.Transactions.DependentTransaction.parent' is assigned but its value is never used System.Transactions/DependentTransaction.cs(20,38): warning CS0414: The private field `System.Transactions.DependentTransaction.option' is assigned but its value is never used System.Transactions/SinglePhaseEnlistment.cs(18,22): warning CS0414: The private field `System.Transactions.SinglePhaseEnlistment.committed' is assigned but its value is never used System.Transactions/TransactionManager.cs(51,25): warning CS0067: The event `System.Transactions.TransactionManager.DistributedTransactionStarted' is never used System.Transactions/TransactionScope.cs(30,26): warning CS0414: The private field `System.Transactions.TransactionScope.timeout' is assigned but its value is never used Compilation succeeded - 7 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/System.Transactions.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/System.Transactions.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Transactions' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Transactions' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.EnterpriseServices' Creating ../../build/deps/net_2_0_System.EnterpriseServices.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.EnterpriseServices' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.EnterpriseServices' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.EnterpriseServices' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /nowarn:0168 /nowarn:0162 /r:mscorlib.dll /r:System.Transactions.dll -target:library -out:../../class/lib/net_2_0/System.EnterpriseServices.dll @System.EnterpriseServices.dll.sources System.EnterpriseServices/DescriptionAttribute.cs(41,24): warning CS0414: The private field `System.EnterpriseServices.DescriptionAttribute.desc' is assigned but its value is never used System.EnterpriseServices/ResourcePool.cs(39,53): warning CS0414: The private field `System.EnterpriseServices.ResourcePool.cb' is assigned but its value is never used Compilation succeeded - 2 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/System.EnterpriseServices.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/System.EnterpriseServices.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.EnterpriseServices' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.EnterpriseServices' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.C5' Creating ../../build/deps/Mono.C5_test_net_2_0.dll.response ... Creating ../../build/deps/Mono.C5_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_Mono.C5.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.C5' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.C5' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.C5' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll -nowarn:169 -target:library -out:../../class/lib/net_2_0/Mono.C5.dll @Mono.C5.dll.sources C5/hashing/HashBag.cs(298,1): warning CS1030: #warning: `Improve if items is a counting bag' C5/hashing/HashBag.cs(390,1): warning CS1030: #warning: `We could send bag events here easily using a CircularQueue of (should?)' C5/hashing/HashBag.cs(390,1): warning CS1030: #warning: `We could send bag events here easily using a CircularQueue of (should?)' C5/hashing/HashBag.cs(576,1): warning CS1030: #warning: `We could easily raise bag events' C5/trees/RedBlackTreeBag.cs(1530,1): warning CS1030: #warning: `for bag implementation: count is wrong' C5/trees/RedBlackTreeBag.cs(2139,1): warning CS1030: #warning: `how does this work together with persistence?' C5/trees/RedBlackTreeBag.cs(2152,1): warning CS1030: #warning: `improve (mainly for bag) by usig a Node iterator instead of ItemMultiplicities()' C5/trees/RedBlackTreeSet.cs(1530,1): warning CS1030: #warning: `for bag implementation: count is wrong' C5/trees/RedBlackTreeSet.cs(2139,1): warning CS1030: #warning: `how does this work together with persistence?' C5/trees/RedBlackTreeSet.cs(2152,1): warning CS1030: #warning: `improve (mainly for bag) by usig a Node iterator instead of ItemMultiplicities()' C5/linkedlists/HashedLinkedList.cs(856,1): warning CS1030: #warning: `hack alert was there a -1 here?' C5/linkedlists/HashedLinkedList.cs(1450,1): warning CS1030: #warning: `INEFFICIENT' C5/linkedlists/HashedLinkedList.cs(1549,1): warning CS1030: #warning: `must we check stamps here?' C5/linkedlists/LinkedList.cs(1450,1): warning CS1030: #warning: `INEFFICIENT' C5/linkedlists/LinkedList.cs(1549,1): warning CS1030: #warning: `must we check stamps here?' C5/Collections.cs(469,1): warning CS1030: #warning: `This code does not fit the doc comment and unit tests' C5/Delegates.cs(29,1): warning CS1691: `1711' is not a valid warning number C5/trees/RedBlackTreeBag.cs(2459,82): warning CS0219: The variable `p' is assigned but its value is never used C5/linkedlists/HashedLinkedList.cs(1030,20): warning CS0219: The variable `endpoint' is assigned but its value is never used C5/linkedlists/LinkedList.cs(1129,20): warning CS0219: The variable `endpoint' is assigned but its value is never used C5/heaps/IntervalHeap.cs(694,16): warning CS0219: The variable `myhandle' is assigned but its value is never used C5/Collections.cs(782,17): warning CS0414: The private field `C5.CollectionBase.isortedtype' is assigned but its value is never used C5/linkedlists/HashedLinkedList.cs(1183,11): warning CS0414: The private field `C5.HashedLinkedList.Range.start' is assigned but its value is never used C5/linkedlists/LinkedList.cs(1183,11): warning CS0414: The private field `C5.LinkedList.Range.start' is assigned but its value is never used Compilation succeeded - 24 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Mono.C5.dll c5.snk Assembly ../../class/lib/net_2_0/Mono.C5.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.C5' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.C5' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Tds' Creating ../../build/deps/net_2_0_Mono.Data.Tds.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Tds' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Tds' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Tds' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:Mono.Security.dll -target:library -out:../../class/lib/net_2_0/Mono.Data.Tds.dll @Mono.Data.Tds.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Mono.Data.Tds.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/Mono.Data.Tds.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Tds' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Tds' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data' Creating ../../build/deps/System.Data_test_net_2_0.dll.response ... Creating ../../build/deps/System.Data_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_System.Data.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -nowarn:649 -nowarn:169 -nowarn:219 -nowarn:168 -nowarn:1595 -unsafe -r:mscorlib.dll -r:../../class/lib/net_2_0/System.dll -r:System.Xml.dll -r:System.EnterpriseServices.dll -r:Mono.Data.Tds.dll -r:System.Configuration.dll -r:System.Transactions.dll -target:library -out:../../class/lib/net_2_0/System.Data.dll Mono.Data.SqlExpressions/Parser.cs @System.Data.dll.sources System.Data.Common/DbConnection.cs(53,18): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute' System.Data.OleDb/OleDbConnection.cs(83,18): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute' System.Data.Odbc/OdbcConnection.cs(87,18): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute' System.Data.SqlClient/SqlConnection.cs(147,18): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute' System.Data/XmlSchemaDataImporter.cs(336,32): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use XmlSchemaSet.Compile() instead.' System.Data/XmlSchemaDataImporter.cs(292,27): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use XmlSchemaSet.Compile() instead.' Mono.Data.SqlExpressions/Numeric.cs(202,33): warning CS0162: Unreachable code detected Mono.Data.SqlExpressions/Numeric.cs(226,33): warning CS0162: Unreachable code detected System.Data/DataCategoryAttribute.cs(42,24): warning CS0414: The private field `System.Data.DataCategoryAttribute.category' is assigned but its value is never used System.Data/DataColumn.cs(70,58): warning CS0067: The event `System.Data.DataColumn.ValidateColumnValueChange' is never used System.Data/DataColumn.cs(74,58): warning CS0067: The event `System.Data.DataColumn.ColumnValueChanging' is never used System.Data/DataRelation.cs(55,33): warning CS0414: The private field `System.Data.DataRelation.dataSet' is assigned but its value is never used System.Data/DataRelationCollection.cs(233,29): warning CS0414: The private field `System.Data.DataRelationCollection.defaultNameIndex' is assigned but its value is never used System.Data/XmlDataInferenceLoader.cs(173,29): warning CS0414: The private field `System.Data.XmlDataInferenceLoader.mode' is assigned but its value is never used System.Data.OleDb/OleDbConnection.cs(426,59): warning CS0067: The event `System.Data.OleDb.OleDbConnection.InfoMessage' is never used System.Data.OleDb/OleDbDataReader.cs(47,38): warning CS0414: The private field `System.Data.OleDb.OleDbDataReader.command' is assigned but its value is never used System.Data.SqlClient/SqlCommand.cs(920,61): warning CS0067: The event `System.Data.SqlClient.SqlCommand.StatementCompleted' is never used System.Data.SqlClient/SqlConnection.cs(95,22): warning CS0414: The private field `System.Data.SqlClient.SqlConnection.connectionReset' is assigned but its value is never used System.Data.SqlClient/SqlConnection.cs(105,22): warning CS0414: The private field `System.Data.SqlClient.SqlConnection.userInstance' is assigned but its value is never used System.Data.SqlClient/SqlConnection.cs(914,40): warning CS0414: The private field `System.Data.SqlClient.SqlConnection.SqlMonitorSocket.server' is assigned but its value is never used System.Data.SqlClient/SqlDependency.cs(66,51): warning CS0067: The event `System.Data.SqlDependency.OnChange' is never used System.Data.SqlClient/SqlParameterCollection.cs(60,28): warning CS0414: The private field `System.Data.SqlClient.SqlParameterCollection.command' is assigned but its value is never used System.Data.SqlClient/SqlBulkCopy.cs(54,36): warning CS0414: The private field `System.Data.SqlClient.SqlBulkCopy.copyOptions' is assigned but its value is never used System.Xml/XmlDataDocument.cs(99,35): warning CS0414: The private field `System.Xml.XmlDataDocument.TempTable' is assigned but its value is never used Compilation succeeded - 24 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/System.Data.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/System.Data.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data' Creating ../../build/deps/net_2_0_Mono.Data.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll -target:library -out:../../class/lib/net_2_0/Mono.Data.dll @Mono.Data.dll.sources Provider.cs(132,77): warning CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete ProviderFactory.cs(48,80): warning CS0618: `System.Configuration.ConfigurationSettings.GetConfig(string)' is obsolete: `This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection' ProviderFactory.cs(70,72): warning CS0618: `System.Configuration.ConfigurationSettings.AppSettings' is obsolete: `This property is obsolete. Please use System.Configuration.ConfigurationManager.AppSettings' Compilation succeeded - 3 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Mono.Data.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/Mono.Data.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.GetOptions' Creating ../../build/deps/net_2_0_Mono.GetOptions.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.GetOptions' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.GetOptions' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.GetOptions' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll -target:library -out:../../class/lib/net_2_0/Mono.GetOptions.dll @Mono.GetOptions.dll.sources Mono.GetOptions.Useful/CommonCompilerOptions.cs(62,22): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionList.cs(45,25): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionList.cs(177,35): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionDetails.cs(60,24): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionDetails.cs(181,85): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionList.cs(184,57): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionList.cs(185,87): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionList.cs(186,79): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionList.cs(187,57): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionList.cs(492,42): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionDetails.cs(92,73): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionDetails.cs(92,113): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionDetails.cs(96,84): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionDetails.cs(100,76): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionDetails.cs(133,55): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions/OptionDetails.cs(345,60): warning CS0168: The variable `ex' is declared but never used Mono.GetOptions/OptionDetails.cs(355,60): warning CS0168: The variable `ex' is declared but never used Mono.GetOptions.Useful/CommonCompilerOptions.cs(68,90): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(95,57): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(97,57): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(727,49): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(731,41): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(365,30): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(390,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(395,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(400,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(416,49): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(377,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(504,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(507,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(509,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(511,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(585,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(589,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(592,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(595,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(602,25): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(687,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Mono.GetOptions.Useful/CommonCompilerOptions.cs(690,33): warning CS0618: `Mono.GetOptions.Options' is obsolete: `This class is being obsoleted, please use NDesk.Options instead (http://ndesk.org/options)' Compilation succeeded - 39 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Mono.GetOptions.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/Mono.GetOptions.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.GetOptions' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.GetOptions' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' Creating ../../build/deps/net_2_0_Mono.CompilerServices.SymbolWriter.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll -target:library -out:Mono.CompilerServices.SymbolWriter.dll @Mono.CompilerServices.SymbolWriter.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R Mono.CompilerServices.SymbolWriter.dll ../../class/mono.snk Assembly Mono.CompilerServices.SymbolWriter.dll signed. mv Mono.CompilerServices.SymbolWriter.dll ../../class/lib/net_2_0/Mono.CompilerServices.SymbolWriter.dll test ! -f Mono.CompilerServices.SymbolWriter.dll.mdb || mv Mono.CompilerServices.SymbolWriter.dll.mdb ../../class/lib/net_2_0/Mono.CompilerServices.SymbolWriter.dll.mdb test ! -f Mono.CompilerServices.SymbolWriter.pdb || mv Mono.CompilerServices.SymbolWriter.pdb ../../class/lib/net_2_0/Mono.CompilerServices.SymbolWriter.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Posix' Creating ../../build/deps/Mono.Posix_test_net_2_0.dll.response ... Creating ../../build/deps/Mono.Posix_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_Mono.Posix.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Posix' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Posix' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Posix' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /nowarn:0618 -target:library -out:../../class/lib/net_2_0/Mono.Posix.dll @Mono.Posix.dll.sources ./Mono.Unix/StdioFileStream.cs(123,42): warning CS0168: The variable `e' is declared but never used ./Mono.Unix/UnixListener.cs(54,58): warning CS0168: The variable `se' is declared but never used ./Mono.Unix/UnixSymbolicLinkInfo.cs(71,32): warning CS0219: The variable `path' is assigned but its value is never used ./Mono.Unix.Native/Syscall.cs(823,45): warning CS3019: CLS compliance checking will not be performed on `Mono.Unix.Native.Stat._padding_' because it is not visible from outside this assembly ./Mono.Remoting.Channels.Unix/UnixBinaryCore.cs(142,40): warning CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete ./Mono.Remoting.Channels.Unix/UnixServerChannel.cs(307,30): warning CS0168: The variable `ex' is declared but never used ./Mono.Unix.Native/Syscall.cs(823,45): warning CS0169: The private field `Mono.Unix.Native.Stat._padding_' is never used ./Mono.Unix.Native/Syscall.cs(1028,29): warning CS0169: The private field `Mono.Unix.Native.Timezone.tz_dsttime' is never used Compilation succeeded - 8 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Mono.Posix.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/Mono.Posix.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Posix' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Posix' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Accessibility' Creating ../../build/deps/net_2_0_Accessibility.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Accessibility' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Accessibility' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Accessibility' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll -target:library -out:../../class/lib/net_2_0/Accessibility.dll @Accessibility.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Accessibility.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/Accessibility.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Accessibility' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Accessibility' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.WebBrowser' Creating ../../build/deps/net_2_0_Mono.WebBrowser.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.WebBrowser' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.WebBrowser' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.WebBrowser' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:System.dll -debug+ -nowarn:108 -target:library -out:../../class/lib/net_2_0/Mono.WebBrowser.dll @Mono.WebBrowser.dll.sources Mono.Mozilla/AsciiString.cs(55,30): warning CS0219: The variable `result' is assigned but its value is never used Mono.Mozilla/UniString.cs(52,30): warning CS0219: The variable `result' is assigned but its value is never used Mono.Mozilla/AsciiString.cs(37,32): warning CS0169: The private field `Mono.Mozilla.AsciiString.nsStringContainer.v' is never used Mono.Mozilla/AsciiString.cs(38,32): warning CS0169: The private field `Mono.Mozilla.AsciiString.nsStringContainer.d1' is never used Mono.Mozilla/AsciiString.cs(39,30): warning CS0169: The private field `Mono.Mozilla.AsciiString.nsStringContainer.d2' is never used Mono.Mozilla/AsciiString.cs(40,32): warning CS0169: The private field `Mono.Mozilla.AsciiString.nsStringContainer.d3' is never used Mono.Mozilla/UniString.cs(35,32): warning CS0169: The private field `Mono.Mozilla.UniString.nsStringContainer.v' is never used Mono.Mozilla/UniString.cs(36,32): warning CS0169: The private field `Mono.Mozilla.UniString.nsStringContainer.d1' is never used Mono.Mozilla/UniString.cs(37,30): warning CS0169: The private field `Mono.Mozilla.UniString.nsStringContainer.d2' is never used Mono.Mozilla/UniString.cs(38,32): warning CS0169: The private field `Mono.Mozilla.UniString.nsStringContainer.d3' is never used Mono.Mozilla/WebBrowser.cs(53,30): warning CS0169: The private field `Mono.Mozilla.WebBrowser.streamingMode' is never used Compilation succeeded - 11 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Mono.WebBrowser.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/Mono.WebBrowser.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.WebBrowser' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.WebBrowser' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Managed.Windows.Forms' Creating ../../build/deps/System.Windows.Forms_test_net_2_0.dll.response ... Creating ../../build/deps/System.Windows.Forms_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_System.Windows.Forms.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Managed.Windows.Forms' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Managed.Windows.Forms' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Managed.Windows.Forms' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Drawing.dll /r:Accessibility.dll /r:System.Data.dll /r:Mono.Posix.dll /r:Mono.WebBrowser @System.Windows.Forms.dll.resources -debug -nowarn:618,612,809 /r:System.Configuration.dll -target:library -out:../../class/lib/net_2_0/System.Windows.Forms.dll @System.Windows.Forms.dll.sources System.Windows.Forms/DataGridViewCheckBoxCell.cs(45,30): warning CS0108: `System.Windows.Forms.DataGridViewCheckBoxCell.valueType' hides inherited member `System.Windows.Forms.DataGridViewCell.valueType'. Use the new keyword if hiding was intended System.Windows.Forms/DataGridViewCell.cs(54,31): (Location of the symbol related to previous warning) System.Windows.Forms/DataGridViewRowHeaderCell.cs(271,36): warning CS0108: `System.Windows.Forms.DataGridViewRowHeaderCell.InternalErrorIconsBounds' hides inherited member `System.Windows.Forms.DataGridViewCell.InternalErrorIconsBounds'. Use the new keyword if hiding was intended System.Windows.Forms/DataGridViewCell.cs(1338,25): (Location of the symbol related to previous warning) System.Windows.Forms/Control.cs(5789,46): warning CS0219: The variable `parented' is assigned but its value is never used System.Windows.Forms/DataGridBoolColumn.cs(183,32): warning CS0219: The variable `instantText' is assigned but its value is never used System.Windows.Forms/DataGridView.cs(4295,29): warning CS0219: The variable `room_left' is assigned but its value is never used System.Windows.Forms/DataGridViewCell.cs(791,55): warning CS0219: The variable `style' is assigned but its value is never used System.Windows.Forms/DataGridViewRow.cs(560,40): warning CS0219: The variable `formattedValue' is assigned but its value is never used System.Windows.Forms/DataGridViewRow.cs(561,40): warning CS0219: The variable `errorText' is assigned but its value is never used System.Windows.Forms/HtmlWindow.cs(143,38): warning CS0219: The variable `ret' is assigned but its value is never used System.Windows.Forms/OSFeature.cs(56,32): warning CS0219: The variable `o' is assigned but its value is never used System.Windows.Forms/XplatUICarbon.cs(1595,25): warning CS0162: Unreachable code detected System.Windows.Forms/XplatUIX11.cs(3990,53): warning CS0168: The variable `screen_x' is declared but never used System.Windows.Forms/XplatUIX11.cs(3991,53): warning CS0168: The variable `screen_y' is declared but never used System.Windows.Forms/Application.cs(1030,50): warning CS0067: The event `System.Windows.Forms.Application.EnterThreadModal' is never used System.Windows.Forms/Application.cs(1033,50): warning CS0067: The event `System.Windows.Forms.Application.LeaveThreadModal' is never used System.Windows.Forms/BindingSource.cs(44,23): warning CS0169: The private field `System.Windows.Forms.BindingSource.site' is never used System.Windows.Forms/TextBoxBase.cs(1721,52): warning CS0067: The event `System.Windows.Forms.TextBoxBase.Paint' is never used System.Windows.Forms/DataGridView.cs(59,31): warning CS0414: The private field `System.Windows.Forms.DataGridView.anchor_cell' is assigned but its value is never used System.Windows.Forms/HtmlElement.cs(553,30): warning CS0169: The private method `System.Windows.Forms.HtmlElement.OnDrag(object, System.EventArgs)' is never used System.Windows.Forms/HtmlElement.cs(573,30): warning CS0169: The private method `System.Windows.Forms.HtmlElement.OnDragEnd(object, System.EventArgs)' is never used System.Windows.Forms/HtmlElement.cs(591,30): warning CS0169: The private method `System.Windows.Forms.HtmlElement.OnDragLeave(object, System.EventArgs)' is never used System.Windows.Forms/HtmlElement.cs(609,30): warning CS0169: The private method `System.Windows.Forms.HtmlElement.OnDragOver(object, System.EventArgs)' is never used System.Windows.Forms/HtmlWindowCollection.cs(38,53): warning CS0414: The private field `System.Windows.Forms.HtmlWindowCollection.webHost' is assigned but its value is never used System.Windows.Forms/HtmlWindowCollection.cs(39,36): warning CS0414: The private field `System.Windows.Forms.HtmlWindowCollection.owner' is assigned but its value is never used System.Windows.Forms/ToolTip.cs(703,30): warning CS0169: The private method `System.Windows.Forms.ToolTip.UnhookControlEvents(System.Windows.Forms.Control)' is never used System.Windows.Forms/ToolTip.cs(875,30): warning CS0169: The private method `System.Windows.Forms.ToolTip.Hide(System.Windows.Forms.Control)' is never used System.Windows.Forms/WebBrowser.cs(554,47): warning CS0067: The event `System.Windows.Forms.WebBrowser.PaddingChanged' is never used System.Windows.Forms/XplatUICarbon.cs(2262,35): warning CS0169: The private method `System.Windows.Forms.XplatUICarbon.HIViewGetBounds(System.IntPtr, ref System.Windows.Forms.CarbonInternal.HIRect)' is never used System.Windows.Forms/XplatUICarbon.cs(2264,35): warning CS0169: The private method `System.Windows.Forms.XplatUICarbon.HIViewScrollRect(System.IntPtr, ref System.Windows.Forms.CarbonInternal.HIRect, float, float)' is never used System.Windows.Forms/XplatUICarbon.cs(2281,36): warning CS0169: The private method `System.Windows.Forms.XplatUICarbon.IsWindowActive(System.IntPtr)' is never used Compilation succeeded - 30 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/System.Windows.Forms.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/System.Windows.Forms.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Managed.Windows.Forms' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Managed.Windows.Forms' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Sqlite' Creating ../../build/deps/Mono.Data.Sqlite_test_net_2_0.dll.response ... Creating ../../build/deps/Mono.Data.Sqlite_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_Mono.Data.Sqlite.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Sqlite' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Sqlite' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Sqlite' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_2_0_bootstrap/resgen.exe resources/SR.resx Read in 3 resources from '/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Sqlite/resources/SR.resx' Writing resource file... Done. MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /unsafe /r:System.dll /r:System.Data.dll /r:System.Transactions.dll -resource:resources/SR.resources -d:MONO_BACKWARD_COMPAT -target:library -out:../../class/lib/net_2_0/Mono.Data.Sqlite.dll @Mono.Data.Sqlite.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Mono.Data.Sqlite.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/Mono.Data.Sqlite.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Sqlite' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Sqlite' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SqliteClient' Creating ../../build/deps/Mono.Data.SqliteClient_test_net_2_0.dll.response ... Creating ../../build/deps/Mono.Data.SqliteClient_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_Mono.Data.SqliteClient.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SqliteClient' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SqliteClient' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SqliteClient' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /unsafe /r:System.dll /r:System.Data.dll -target:library -out:../../class/lib/net_2_0/Mono.Data.SqliteClient.dll @Mono.Data.SqliteClient.dll.sources Mono.Data.SqliteClient/SqliteCommand.cs(140,41): warning CS0108: `Mono.Data.SqliteClient.SqliteCommand.Connection' hides inherited member `System.Data.Common.DbCommand.Connection'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) Mono.Data.SqliteClient/SqliteConnectionStringBuilder.cs(269,29): warning CS0169: The private method `Mono.Data.SqliteClient.SqliteConnectionStringBuilder.ConvertToBoolean(object)' is never used Mono.Data.SqliteClient/SqliteDataReader.cs(57,30): warning CS0414: The private field `Mono.Data.SqliteClient.SqliteDataReader.reading' is assigned but its value is never used Compilation succeeded - 3 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Mono.Data.SqliteClient.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/Mono.Data.SqliteClient.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SqliteClient' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SqliteClient' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' Creating ../../build/deps/System.Web_test_net_2_0.dll.response ... Creating ../../build/deps/System.Web_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_System.Web.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake all-local gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake[10]: Nothing to be done for `all-local'. gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[9]: Nothing to be done for `all-local'. gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_2_0_bootstrap/resgen.exe `echo resources/TranslationResources.resx | cat` Read in 36 resources from '/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/resources/TranslationResources.resx' Writing resource file... Done. ** Warning: System.Web.dll built without parts that depend on: System.Web.Services.dll Mono.Web.dll MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -unsafe -nowarn:612,618,649 -r:mscorlib.dll -r:System.dll -r:System.Drawing.dll -r:System.Data.dll -r:System.Xml.dll -r:System.EnterpriseServices.dll -d:INSIDE_SYSTEM_WEB -nowarn:618 -r:System.Configuration.dll -r:Mono.Data.Sqlite.dll /resource:resources/TranslationResources.resources /resource:resources/WebUIValidation.js /resource:resources/folder.gif /resource:resources/file.gif /resource:resources/computer.gif /resource:resources/arrow_minus.gif /resource:resources/arrow_noexpand.gif /resource:resources/arrow_plus.gif /resource:resources/arrow_up.gif /resource:resources/arrow_down.gif /resource:resources/box_full.gif /resource:resources/box_empty.gif /resource:resources/box_minus.gif /resource:resources/box_noexpand.gif /resource:resources/box_plus.gif /resource:resources/contact.gif /resource:resources/dot_empty.gif /resource:resources/dot_full.gif /resource:resources/dots.gif /resource:resources/inbox.gif /resource:resources/star_empty.gif /resource:resources/star_full.gif /resource:resources/warning.gif /resource:resources/TreeView_noexpand.gif /resource:resources/TreeView_dash.gif /resource:resources/TreeView_dashminus.gif /resource:resources/TreeView_dashplus.gif /resource:resources/TreeView_i.gif /resource:resources/TreeView_l.gif /resource:resources/TreeView_lminus.gif /resource:resources/TreeView_lplus.gif /resource:resources/TreeView_minus.gif /resource:resources/TreeView_plus.gif /resource:resources/TreeView_r.gif /resource:resources/TreeView_rminus.gif /resource:resources/TreeView_rplus.gif /resource:resources/TreeView_t.gif /resource:resources/TreeView_tminus.gif /resource:resources/TreeView_tplus.gif /resource:resources/transparent.gif /resource:resources/webform.js /resource:resources/WebUIValidation_2.0.js /resource:System.Web.Configuration_2.0/RandomRoboBotKeywords.txt /resource:System.Web.UI.WebControls/GridView.js /resource:System.Web.UI.WebControls/DetailsView.js /resource:System.Web.UI.WebControls/TreeView.js /resource:System.Web.UI.WebControls/Menu.js -target:library -out:System.Web.dll System.Web/UplevelHelper.cs @System.Web.dll.sources System.Web.Compilation/ClientBuildManager.cs(197,41): warning CS0219: The variable `unit' is assigned but its value is never used System.Web.UI/TemplateControlParser.cs(201,40): warning CS0219: The variable `filepath' is assigned but its value is never used System.Web.Compilation/TemplateControlCompiler.cs(1251,37): warning CS0169: The private method `System.Web.Compilation.TemplateControlCompiler.GetContainerProperty(System.Type, string[])' is never used System.Web.Configuration_2.0/WebConfigurationManager.cs(330,44): warning CS0414: The private field `System.Web.Configuration.WebConfigurationManager.get_runtime_object' is assigned but its value is never used System.Web/HttpCachePolicy.cs(43,40): warning CS0414: The private field `System.Web.HttpCachePolicy.cacheabilityUpdatedEvent' is assigned but its value is never used System.Web.UI.WebControls/TreeView.cs(1571,22): warning CS0169: The private method `System.Web.UI.WebControls.TreeView.IsNodeForCurrentUrl(System.Web.UI.WebControls.TreeNode)' is never used Compilation succeeded - 6 warning(s) : System.Web.dll ../../class/mono.snk mv System.Web.dll ../../class/lib/net_2_0/System.Web.dll test ! -f System.Web.dll.mdb || mv System.Web.dll.mdb ../../class/lib/net_2_0/System.Web.dll.mdb test ! -f System.Web.pdb || mv System.Web.pdb ../../class/lib/net_2_0/System.Web.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Web' Creating ../../build/deps/net_2_0_Mono.Web.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Web' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Web' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Web' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Configuration.dll -target:library -out:../../class/lib/net_2_0/Mono.Web.dll @Mono.Web.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Mono.Web.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/Mono.Web.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Web' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Web' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Services' Creating ../../build/deps/System.Web.Services_test_net_2_0.dll.response ... Creating ../../build/deps/System.Web.Services_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_System.Web.Services.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Services' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Services' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Services' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -nowarn:649 -nowarn:169 -r:mscorlib.dll -r:System.dll -r:System.EnterpriseServices.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Configuration.dll -resource:System.Web.Services.Description/wsdl-1.1.xsd,wsdl-1.1.xsd -resource:System.Web.Services.Description/wsdl-1.1-soap.xsd,wsdl-1.1-soap.xsd -resource:System.Web.Services.Description/web-reference.xsd,web-reference.xsd -target:library -out:../../class/lib/net_2_0/System.Web.Services.dll @System.Web.Services.dll.sources System.Web.Services.Configuration/WebServicesConfigurationSectionHandler.cs(178,85): warning CS0618: `System.Configuration.ConfigurationSettings.GetConfig(string)' is obsolete: `This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection' System.Web.Services.Protocols/Methods.cs(477,65): warning CS0219: The variable `srs' is assigned but its value is never used System.Web.Services.Protocols/MimeFormatter.cs(89,75): warning CS0612: `System.Xml.XmlConvert.ToDateTime(string)' is obsolete System.Web.Services.Protocols/MimeFormatter.cs(116,75): warning CS0612: `System.Xml.XmlConvert.ToString(System.DateTime)' is obsolete System.Web.Services.Protocols/Fault12Serializer.cs(143,30): warning CS0219: The variable `b5' is assigned but its value is never used System.Web.Services.Protocols/Fault12Serializer.cs(143,40): warning CS0219: The variable `b6' is assigned but its value is never used System.Web.Services.Protocols/Fault12Serializer.cs(348,30): warning CS0219: The variable `b14' is assigned but its value is never used System.Web.Services.Protocols/WebClientProtocol.cs(115,18): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute' System.Web.Services.Protocols/WebClientProtocol.cs(123,18): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute' System.Web.Services.Protocols/WebClientProtocol.cs(131,18): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute' System.Web.Services.Protocols/LogicalMethodInfo.cs(338,70): warning CS0162: Unreachable code detected System.Web.Services.Protocols/SoapDocumentationHandler.cs(248,61): warning CS0618: `System.CodeDom.Compiler.CodeDomProvider.CreateGenerator()' is obsolete: `ICodeGenerator is obsolete' System.Web.Services.Protocols/WebServiceHandlerFactory.cs(105,32): warning CS0219: The variable `fp' is assigned but its value is never used System.Web.Services.Description/HttpSimpleProtocolImporter.cs(47,29): warning CS0414: The private field `System.Web.Services.Description.HttpSimpleProtocolImporter.httpBinding' is assigned but its value is never used System.Web.Services.Description/ServiceDescriptionCollection.cs(39,44): warning CS0414: The private field `System.Web.Services.Description.ServiceDescriptionCollection.importer' is assigned but its value is never used System.Web.Services.Protocols/Methods.cs(443,29): warning CS0414: The private field `System.Web.Services.Protocols.SoapTypeStubInfo.header_serializers' is assigned but its value is never used System.Web.Services.Protocols/Methods.cs(444,29): warning CS0414: The private field `System.Web.Services.Protocols.SoapTypeStubInfo.header_serializers_byname' is assigned but its value is never used System.Web.Services.Protocols/WebServiceHandler.cs(43,29): warning CS0414: The private field `System.Web.Services.Protocols.WebServiceHandler._context' is assigned but its value is never used System.Web.Services.Protocols/WebServiceHandler.cs(44,34): warning CS0414: The private field `System.Web.Services.Protocols.WebServiceHandler.session' is assigned but its value is never used System.Web.Services.Protocols/SoapDocumentationHandler.cs(53,34): warning CS0414: The private field `System.Web.Services.Protocols.SoapDocumentationHandler._typeStubInfo' is assigned but its value is never used Compilation succeeded - 20 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/System.Web.Services.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/System.Web.Services.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Services' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Services' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake all-local gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake[10]: Nothing to be done for `all-local'. gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[9]: Nothing to be done for `all-local'. gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -unsafe -nowarn:612,618,649 -r:mscorlib.dll -r:System.dll -r:System.Drawing.dll -r:System.Data.dll -r:System.Xml.dll -r:System.EnterpriseServices.dll -d:INSIDE_SYSTEM_WEB -nowarn:618 -r:System.Configuration.dll -r:Mono.Data.Sqlite.dll /resource:resources/TranslationResources.resources /resource:resources/WebUIValidation.js /resource:resources/folder.gif /resource:resources/file.gif /resource:resources/computer.gif /resource:resources/arrow_minus.gif /resource:resources/arrow_noexpand.gif /resource:resources/arrow_plus.gif /resource:resources/arrow_up.gif /resource:resources/arrow_down.gif /resource:resources/box_full.gif /resource:resources/box_empty.gif /resource:resources/box_minus.gif /resource:resources/box_noexpand.gif /resource:resources/box_plus.gif /resource:resources/contact.gif /resource:resources/dot_empty.gif /resource:resources/dot_full.gif /resource:resources/dots.gif /resource:resources/inbox.gif /resource:resources/star_empty.gif /resource:resources/star_full.gif /resource:resources/warning.gif /resource:resources/TreeView_noexpand.gif /resource:resources/TreeView_dash.gif /resource:resources/TreeView_dashminus.gif /resource:resources/TreeView_dashplus.gif /resource:resources/TreeView_i.gif /resource:resources/TreeView_l.gif /resource:resources/TreeView_lminus.gif /resource:resources/TreeView_lplus.gif /resource:resources/TreeView_minus.gif /resource:resources/TreeView_plus.gif /resource:resources/TreeView_r.gif /resource:resources/TreeView_rminus.gif /resource:resources/TreeView_rplus.gif /resource:resources/TreeView_t.gif /resource:resources/TreeView_tminus.gif /resource:resources/TreeView_tplus.gif /resource:resources/transparent.gif /resource:resources/webform.js /resource:resources/WebUIValidation_2.0.js /resource:System.Web.Configuration_2.0/RandomRoboBotKeywords.txt /resource:System.Web.UI.WebControls/GridView.js /resource:System.Web.UI.WebControls/DetailsView.js /resource:System.Web.UI.WebControls/TreeView.js /resource:System.Web.UI.WebControls/Menu.js -define:WEBSERVICES_DEP -r:System.Web.Services.dll -define:MONOWEB_DEP -r:Mono.Web.dll -target:library -out:System.Web.dll System.Web/UplevelHelper.cs @System.Web.dll.sources System.Web.Compilation/ClientBuildManager.cs(197,41): warning CS0219: The variable `unit' is assigned but its value is never used System.Web.UI/TemplateControlParser.cs(201,40): warning CS0219: The variable `filepath' is assigned but its value is never used System.Web.Compilation/TemplateControlCompiler.cs(1251,37): warning CS0169: The private method `System.Web.Compilation.TemplateControlCompiler.GetContainerProperty(System.Type, string[])' is never used System.Web/HttpCachePolicy.cs(43,40): warning CS0414: The private field `System.Web.HttpCachePolicy.cacheabilityUpdatedEvent' is assigned but its value is never used System.Web.UI.WebControls/TreeView.cs(1571,22): warning CS0169: The private method `System.Web.UI.WebControls.TreeView.IsNodeForCurrentUrl(System.Web.UI.WebControls.TreeNode)' is never used Compilation succeeded - 5 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R System.Web.dll ../../class/mono.snk Assembly System.Web.dll signed. mv System.Web.dll ../../class/lib/net_2_0/System.Web.dll test ! -f System.Web.dll.mdb || mv System.Web.dll.mdb ../../class/lib/net_2_0/System.Web.dll.mdb test ! -f System.Web.pdb || mv System.Web.pdb ../../class/lib/net_2_0/System.Web.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' Creating ../../build/deps/System.Runtime.Serialization.Formatters.Soap_test_net_2_0.dll.response ... Creating ../../build/deps/System.Runtime.Serialization.Formatters.Soap_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_System.Runtime.Serialization.Formatters.Soap.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.Xml.dll -target:library -out:../../class/lib/net_2_0/System.Runtime.Serialization.Formatters.Soap.dll @System.Runtime.Serialization.Formatters.Soap.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/System.Runtime.Serialization.Formatters.Soap.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/System.Runtime.Serialization.Formatters.Soap.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Remoting' Creating ../../build/deps/System.Runtime.Remoting_test_net_2_0.dll.response ... Creating ../../build/deps/System.Runtime.Remoting_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_System.Runtime.Remoting.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Remoting' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Remoting' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Remoting' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Web.dll /r:System.Xml.dll /r:System.Runtime.Serialization.Formatters.Soap.dll -target:library -out:../../class/lib/net_2_0/System.Runtime.Remoting.dll @System.Runtime.Remoting.dll.sources MonoHttp/WebHeaderCollection.cs(45,1): warning CS0105: The using directive for `System' appeared previously in this namespace MonoHttp/WebHeaderCollection.cs(36,7): (Location of the symbol related to previous warning) System.Runtime.Remoting.Channels/ChannelCore.cs(60,40): warning CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete System.Runtime.Remoting.Channels/RemotingThreadPool.cs(172,50): warning CS0168: The variable `ex' is declared but never used System.Runtime.Remoting.Channels.Ipc.Win32/IpcChannelHelper.cs(65,42): warning CS0618: `System.IO.Path.InvalidPathChars' is obsolete: `see GetInvalidPathChars and GetInvalidFileNameChars methods.' System.Runtime.Remoting.Channels.Ipc.Win32/IpcServerChannel.cs(378,30): warning CS0168: The variable `ex' is declared but never used System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(75,70): warning CS0618: `System.Net.Dns.Resolve(string)' is obsolete: `Use GetHostEntry instead' System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(81,52): warning CS0618: `System.Net.Dns.GetHostByName(string)' is obsolete: `Use GetHostEntry instead' System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(220,60): warning CS0168: The variable `e' is declared but never used System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(228,42): warning CS0168: The variable `e' is declared but never used System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs(333,42): warning CS0168: The variable `ex' is declared but never used System.Runtime.Remoting.Channels.Http/HttpRemotingHandlerFactory.cs(67,63): warning CS0618: `System.Runtime.Remoting.RemotingConfiguration.Configure(string)' is obsolete: `Use Configure(String,Boolean)' System.Runtime.Remoting.Channels.Http/HttpRemotingHandlerFactory.cs(92,57): warning CS0618: `System.Runtime.Remoting.Channels.ChannelServices.RegisterChannel(System.Runtime.Remoting.Channels.IChannel)' is obsolete: `Use RegisterChannel(IChannel,Boolean)' System.Runtime.Remoting.Channels.Http/HttpServerChannel.cs(137,77): warning CS0618: `System.Net.Dns.Resolve(string)' is obsolete: `Use GetHostEntry instead' System.Runtime.Remoting.Channels.Http/HttpServerChannel.cs(145,69): warning CS0618: `System.Net.Dns.GetHostByName(string)' is obsolete: `Use GetHostEntry instead' System.Runtime.Remoting.MetadataServices/MetaData.cs(67,51): warning CS0618: `Microsoft.CSharp.CSharpCodeProvider.CreateCompiler()' is obsolete: `Use CodeDomProvider class' System.Runtime.Remoting.MetadataServices/MetaData.cs(81,51): warning CS0618: `Microsoft.CSharp.CSharpCodeProvider.CreateCompiler()' is obsolete: `Use CodeDomProvider class' MonoHttp/HttpConnection.cs(166,46): warning CS0219: The variable `listener' is assigned but its value is never used MonoHttp/WebHeaderCollection.cs(61,85): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' MonoHttp/WebHeaderCollection.cs(79,85): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' System.Runtime.Remoting.Channels/BinaryServerFormatterSink.cs(53,26): warning CS0414: The private field `System.Runtime.Remoting.Channels.BinaryServerFormatterSink.protocol' is assigned but its value is never used System.Runtime.Remoting.Channels.Ipc.Unix/IpcServerChannel.cs(43,24): warning CS0414: The private field `System.Runtime.Remoting.Channels.Ipc.Unix.IpcServerChannel._path' is assigned but its value is never used System.Runtime.Remoting.MetadataServices/MetaDataExporter.cs(462,27): warning CS0169: The private method `System.Runtime.Remoting.MetadataServices.MetaDataExporter.FindServices(System.Runtime.Remoting.MetadataServices.ServiceType[])' is never used System.Runtime.Remoting.MetadataServices/MetaDataCodeGenerator.cs(479,24): warning CS0169: The private method `System.Runtime.Remoting.MetadataServices.MetaDataCodeGenerator.GetTypeNamespace(System.Xml.XmlNode, string)' is never used System.Runtime.Remoting.MetadataServices/MetaDataCodeGenerator.cs(527,24): warning CS0169: The private method `System.Runtime.Remoting.MetadataServices.MetaDataCodeGenerator.Params(params string[])' is never used System.Runtime.Remoting.MetadataServices/MetaDataCodeGenerator.cs(555,24): warning CS0169: The private field `System.Runtime.Remoting.MetadataServices.CodeFile.currentNamespace' is never used MonoHttp/HttpConnection.cs(97,37): warning CS0169: The private method `MonoHttp.HttpConnection.OnPVKSelection(System.Security.Cryptography.X509Certificates.X509Certificate, string)' is never used Compilation succeeded - 26 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/System.Runtime.Remoting.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/System.Runtime.Remoting.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Remoting' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Remoting' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration.Install' Creating ../../build/deps/net_2_0_System.Configuration.Install.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration.Install' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration.Install' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration.Install' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll -target:library -out:../../class/lib/net_2_0/System.Configuration.Install.dll @System.Configuration.Install.dll.sources System.Configuration.Install/InstallException.cs(39,35): warning CS0414: The private field `System.Configuration.Install.InstallException.innerException' is assigned but its value is never used System.Configuration.Install/InstallContext.cs(37,24): warning CS0414: The private field `System.Configuration.Install.InstallContext.log_file' is assigned but its value is never used Compilation succeeded - 2 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/System.Configuration.Install.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/System.Configuration.Install.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration.Install' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration.Install' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Management' Creating ../../build/deps/net_2_0_System.Management.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Management' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Management' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Management' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Configuration.Install.dll -target:library -out:../../class/lib/net_2_0/System.Management.dll @System.Management.dll.sources System.Management/ManagementEventWatcher.cs(85,55): warning CS0067: The event `System.Management.ManagementEventWatcher.EventArrived' is never used System.Management/ManagementEventWatcher.cs(86,50): warning CS0067: The event `System.Management.ManagementEventWatcher.Stopped' is never used System.Management/ManagementOperationObserver.cs(45,52): warning CS0067: The event `System.Management.ManagementOperationObserver.Completed' is never used System.Management/ManagementOperationObserver.cs(46,52): warning CS0067: The event `System.Management.ManagementOperationObserver.ObjectPut' is never used System.Management/ManagementOperationObserver.cs(47,54): warning CS0067: The event `System.Management.ManagementOperationObserver.ObjectReady' is never used System.Management/ManagementOperationObserver.cs(48,51): warning CS0067: The event `System.Management.ManagementOperationObserver.Progress' is never used Compilation succeeded - 6 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/System.Management.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/System.Management.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Management' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Management' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SybaseClient' Creating ../../build/deps/net_2_0_Mono.Data.SybaseClient.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SybaseClient' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SybaseClient' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SybaseClient' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.EnterpriseServices.dll /r:System.Data.dll /r:Mono.Data.Tds.dll -target:library -out:../../class/lib/net_2_0/Mono.Data.SybaseClient.dll @Mono.Data.SybaseClient.dll.sources Mono.Data.SybaseClient/SybaseDataAdapter.cs(80,38): warning CS0108: `Mono.Data.SybaseClient.SybaseDataAdapter.DeleteCommand' hides inherited member `System.Data.Common.DbDataAdapter.DeleteCommand'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) Mono.Data.SybaseClient/SybaseDataAdapter.cs(85,38): warning CS0108: `Mono.Data.SybaseClient.SybaseDataAdapter.InsertCommand' hides inherited member `System.Data.Common.DbDataAdapter.InsertCommand'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) Mono.Data.SybaseClient/SybaseDataAdapter.cs(90,38): warning CS0108: `Mono.Data.SybaseClient.SybaseDataAdapter.SelectCommand' hides inherited member `System.Data.Common.DbDataAdapter.SelectCommand'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) Mono.Data.SybaseClient/SybaseDataAdapter.cs(95,38): warning CS0108: `Mono.Data.SybaseClient.SybaseDataAdapter.UpdateCommand' hides inherited member `System.Data.Common.DbDataAdapter.UpdateCommand'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) Mono.Data.SybaseClient/SybaseConnection.cs(475,68): warning CS0618: `System.Net.Dns.GetHostByName(string)' is obsolete: `Use GetHostEntry instead' Mono.Data.SybaseClient/SybaseCommand.cs(53,22): warning CS0414: The private field `Mono.Data.SybaseClient.SybaseCommand.disposed' is assigned but its value is never used Mono.Data.SybaseClient/SybaseParameter.cs(53,22): warning CS0169: The private field `Mono.Data.SybaseClient.SybaseParameter.isNullable' is never used Mono.Data.SybaseClient/SybaseParameter.cs(54,22): warning CS0414: The private field `Mono.Data.SybaseClient.SybaseParameter.isSizeSet' is assigned but its value is never used Mono.Data.SybaseClient/SybaseParameterCollection.cs(49,31): warning CS0414: The private field `Mono.Data.SybaseClient.SybaseParameterCollection.command' is assigned but its value is never used Mono.Data.SybaseTypes/SybaseDecimal.cs(661,37): warning CS0169: The private method `Mono.Data.SybaseTypes.SybaseDecimal.RShift192(ref ulong, ref ulong, ref ulong)' is never used Mono.Data.SybaseTypes/SybaseDecimal.cs(781,37): warning CS0169: The private method `Mono.Data.SybaseTypes.SybaseDecimal.Mult192By32(ref ulong, ref ulong, ref ulong, ulong, int)' is never used Compilation succeeded - 11 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Mono.Data.SybaseClient.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/Mono.Data.SybaseClient.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SybaseClient' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SybaseClient' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.TdsClient' Creating ../../build/deps/net_2_0_Mono.Data.TdsClient.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.TdsClient' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.TdsClient' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.TdsClient' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.EnterpriseServices.dll /r:System.Data.dll /r:Mono.Data.Tds.dll -target:library -out:../../class/lib/net_2_0/Mono.Data.TdsClient.dll @Mono.Data.TdsClient.dll.sources Mono.Data.TdsClient/TdsDataAdapter.cs(86,35): warning CS0108: `Mono.Data.TdsClient.TdsDataAdapter.DeleteCommand' hides inherited member `System.Data.Common.DbDataAdapter.DeleteCommand'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) Mono.Data.TdsClient/TdsDataAdapter.cs(91,35): warning CS0108: `Mono.Data.TdsClient.TdsDataAdapter.InsertCommand' hides inherited member `System.Data.Common.DbDataAdapter.InsertCommand'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) Mono.Data.TdsClient/TdsDataAdapter.cs(96,35): warning CS0108: `Mono.Data.TdsClient.TdsDataAdapter.SelectCommand' hides inherited member `System.Data.Common.DbDataAdapter.SelectCommand'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) Mono.Data.TdsClient/TdsDataAdapter.cs(101,35): warning CS0108: `Mono.Data.TdsClient.TdsDataAdapter.UpdateCommand' hides inherited member `System.Data.Common.DbDataAdapter.UpdateCommand'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) Mono.Data.TdsClient/TdsConnection.cs(455,68): warning CS0618: `System.Net.Dns.GetHostByName(string)' is obsolete: `Use GetHostEntry instead' Mono.Data.TdsClient/TdsCommand.cs(52,22): warning CS0414: The private field `Mono.Data.TdsClient.TdsCommand.disposed' is assigned but its value is never used Mono.Data.TdsClient/TdsDataReader.cs(539,39): warning CS0169: The private method `Mono.Data.TdsClient.TdsDataReader.GetSchemaValue(Mono.Data.Tds.Protocol.TdsDataColumn, string)' is never used Mono.Data.TdsClient/TdsParameter.cs(53,22): warning CS0169: The private field `Mono.Data.TdsClient.TdsParameter.isNullable' is never used Mono.Data.TdsClient/TdsParameter.cs(54,22): warning CS0414: The private field `Mono.Data.TdsClient.TdsParameter.isSizeSet' is assigned but its value is never used Mono.Data.TdsClient/TdsParameterCollection.cs(49,28): warning CS0414: The private field `Mono.Data.TdsClient.TdsParameterCollection.command' is assigned but its value is never used Compilation succeeded - 10 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Mono.Data.TdsClient.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/Mono.Data.TdsClient.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.TdsClient' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.TdsClient' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.OracleClient' Creating ../../build/deps/System.Data.OracleClient_test_net_2_0.dll.response ... Creating ../../build/deps/System.Data.OracleClient_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_System.Data.OracleClient.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.OracleClient' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.OracleClient' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.OracleClient' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll /r:System.EnterpriseServices.dll /r:System.Drawing.dll -target:library -out:../../class/lib/net_2_0/System.Data.OracleClient.dll @System.Data.OracleClient.dll.sources System.Data.OracleClient/OracleCommand.cs(314,41): warning CS0618: `System.Data.OracleClient.OracleParameter.Precision' is obsolete: `Set the precision of a decimal use the Math classes.' System.Data.OracleClient/OracleCommand.cs(314,58): warning CS0618: `System.Data.OracleClient.OracleParameter.Precision' is obsolete: `Set the precision of a decimal use the Math classes.' System.Data.OracleClient/OracleCommand.cs(315,41): warning CS0618: `System.Data.OracleClient.OracleParameter.Scale' is obsolete: `Set the precision of a decimal use the Math classes.' System.Data.OracleClient/OracleCommand.cs(315,54): warning CS0618: `System.Data.OracleClient.OracleParameter.Scale' is obsolete: `Set the precision of a decimal use the Math classes.' System.Data.OracleClient/OracleConnection.cs(165,18): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute' Compilation succeeded - 5 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/System.Data.OracleClient.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/System.Data.OracleClient.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.OracleClient' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.OracleClient' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.VisualC' Creating ../../build/deps/net_2_0_Microsoft.VisualC.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.VisualC' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.VisualC' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.VisualC' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll -target:library -out:../../class/lib/net_2_0/Microsoft.VisualC.dll @Microsoft.VisualC.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Microsoft.VisualC.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/Microsoft.VisualC.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.VisualC' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.VisualC' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Cscompmgd' Creating ../../build/deps/Cscompmgd_test_net_2_0.dll.response ... Creating ../../build/deps/Cscompmgd_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_Cscompmgd.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Cscompmgd' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Cscompmgd' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Cscompmgd' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll -target:library -out:../../class/lib/net_2_0/cscompmgd.dll @Cscompmgd.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/cscompmgd.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/cscompmgd.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Cscompmgd' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Cscompmgd' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' Creating ../../build/deps/System.Design_test_net_2_0.dll.response ... Creating ../../build/deps/System.Design_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_System.Design.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' ** Warning: System.Web.dll built without parts that depend on: System.Drawing.Design.dll MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Windows.Forms.dll -r:System.Drawing.dll -r:Accessibility.dll -r:System.Data.dll -r:System.Configuration.dll -target:library -out:System.Design.dll @System.Design.dll.sources System.Web.UI.Design.WebControls/PanelDesigner.cs(33,22): warning CS0618: `System.Web.UI.Design.ReadWriteControlDesigner' is obsolete: `Use ContainerControlDesigner instead' System.Web.UI.Design/ConnectionStringEditor.cs(50,39): warning CS0114: `System.Web.UI.Design.ConnectionStringEditor.EditValue(System.ComponentModel.ITypeDescriptorContext, System.IServiceProvider, object)' hides inherited member `System.Drawing.Design.UITypeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext, System.IServiceProvider, object)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Drawing.dll (Location of the symbol related to previous warning) System.Web.UI.Design/ConnectionStringEditor.cs(56,54): warning CS0114: `System.Web.UI.Design.ConnectionStringEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)' hides inherited member `System.Drawing.Design.UITypeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Drawing.dll (Location of the symbol related to previous warning) System.Web.UI.Design/TemplatedControlDesigner.cs(236,25): warning CS0618: `System.Web.UI.Design.ITemplateEditingFrame' is obsolete: `Template editing is supported in ControlDesigner.TemplateGroups with SetViewFlags(ViewFlags.TemplateEditing, true) in 2.0.' System.Web.UI.Design/TemplatedControlDesigner.cs(224,29): warning CS0108: `System.Web.UI.Design.TemplatedControlDesigner.InTemplateMode' hides inherited member `System.Web.UI.Design.ControlDesigner.InTemplateMode'. Use the new keyword if hiding was intended System.Web.UI.Design/ControlDesigner.cs(275,25): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/PanelDesigner.cs(45,41): warning CS0672: Member `System.Web.UI.Design.WebControls.PanelDesigner.OnBehaviorAttached()' overrides obsolete member `System.Web.UI.Design.ReadWriteControlDesigner.OnBehaviorAttached()'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.PanelDesigner.OnBehaviorAttached()' System.Web.UI.Design/ReadWriteControlDesigner.cs(37,52): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/TableDesigner.cs(45,40): warning CS0672: Member `System.Web.UI.Design.WebControls.TableDesigner.GetPersistInnerHtml()' overrides obsolete member `System.Web.UI.Design.ControlDesigner.GetPersistInnerHtml()'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.TableDesigner.GetPersistInnerHtml()' System.Web.UI.Design/ControlDesigner.cs(171,39): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/CompositeControlDesigner.cs(53,39): warning CS0114: `System.Web.UI.Design.WebControls.CompositeControlDesigner.GetDesignTimeHtml(System.Web.UI.Design.DesignerRegionCollection)' hides inherited member `System.Web.UI.Design.ControlDesigner.GetDesignTimeHtml(System.Web.UI.Design.DesignerRegionCollection)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword System.Web.UI.Design/ControlDesigner.cs(73,39): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/BaseDataListDesigner.cs(63,38): warning CS0672: Member `System.Web.UI.Design.WebControls.BaseDataListDesigner.DesignTimeHtmlRequiresLoadComplete' overrides obsolete member `System.Web.UI.Design.ControlDesigner.DesignTimeHtmlRequiresLoadComplete'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.BaseDataListDesigner.DesignTimeHtmlRequiresLoadComplete' System.Web.UI.Design/ControlDesigner.cs(230,74): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/BaseDataListDesigner.cs(101,45): warning CS0672: Member `System.Web.UI.Design.WebControls.BaseDataListDesigner.GetTemplateContainerDataSource(string)' overrides obsolete member `System.Web.UI.Design.TemplatedControlDesigner.GetTemplateContainerDataSource(string)'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.BaseDataListDesigner.GetTemplateContainerDataSource(string)' System.Web.UI.Design/TemplatedControlDesigner.cs(107,44): (Location of the symbol related to previous warning) System.Windows.Forms.Design/AxImporter.cs(75,24): warning CS0612: `System.Runtime.InteropServices.TYPELIBATTR' is obsolete System.Windows.Forms.Design/AxImporter.cs(75,24): warning CS0612: `TYPELIBATTR[]' is obsolete System.Windows.Forms.Design/AxImporter.cs(90,56): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete System.Windows.Forms.Design/AxImporter.cs(96,56): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete System.Windows.Forms.Design/AxImporter.cs(106,60): warning CS0612: `System.Runtime.InteropServices.TYPELIBATTR' is obsolete System.Windows.Forms.Design/AxImporter.cs(168,57): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete System.Windows.Forms.Design/AxImporter.cs(170,53): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete System.Windows.Forms.Design/ControlDesigner.cs(100,38): warning CS0672: Member `System.Windows.Forms.Design.ControlDesigner.OnSetComponentDefaults()' overrides obsolete member `System.ComponentModel.Design.ComponentDesigner.OnSetComponentDefaults()'. Add the Obsolete attribute to `System.Windows.Forms.Design.ControlDesigner.OnSetComponentDefaults()' System.ComponentModel.Design/ComponentDesigner.cs(287,37): (Location of the symbol related to previous warning) System.Windows.Forms.Design.Behavior/BehaviorServiceAdornerCollection.cs(110,67): warning CS0114: `System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection.GetEnumerator()' hides inherited member `System.Collections.CollectionBase.GetEnumerator()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) System.ComponentModel.Design/ComponentDesigner.cs(182,25): warning CS0618: `System.ComponentModel.Design.ComponentDesigner.OnSetComponentDefaults()' is obsolete: `This method has been deprecated. Use InitializeNewComponent instead.' System.ComponentModel.Design/ComponentDesigner.cs(189,25): warning CS0618: `System.ComponentModel.Design.ComponentDesigner.InitializeNonDefault()' is obsolete: `This method has been deprecated. Use InitializeExistingComponent instead.' System.ComponentModel.Design/DesignerActionList.cs(67,25): warning CS0162: Unreachable code detected System.Web.UI.Design.WebControls/PanelDesigner.cs(36,27): warning CS0618: `System.Web.UI.Design.ReadWriteControlDesigner' is obsolete: `Use ContainerControlDesigner instead' System.Windows.Forms.Design/ComponentDocumentDesigner.cs(57,60): warning CS0618: `System.ComponentModel.Design.ViewTechnology.WindowsForms' is obsolete: `Use ViewTechnology.Default.' System.ComponentModel.Design.Data/DesignerDataView.cs(40,24): warning CS0169: The private field `System.ComponentModel.Design.Data.DesignerDataView.name' is never used System.ComponentModel.Design.Data/DesignerDataView.cs(40,30): warning CS0169: The private field `System.ComponentModel.Design.Data.DesignerDataView.owner' is never used System.ComponentModel.Design/DesignerActionMethodItem.cs(41,36): warning CS0414: The private field `System.ComponentModel.Design.DesignerActionMethodItem.action_list' is assigned but its value is never used System.ComponentModel.Design/DesignerActionService.cs(45,69): warning CS0067: The event `System.ComponentModel.Design.DesignerActionService.DesignerActionListsChanged' is never used System.ComponentModel.Design/DesignerActionUIService.cs(43,70): warning CS0067: The event `System.ComponentModel.Design.DesignerActionUIService.DesignerActionUIStateChange' is never used System.Web.UI.Design/TemplateEditingService.cs(90,39): warning CS0414: The private field `System.Web.UI.Design.TemplateEditingService._designerHost' is assigned but its value is never used System.Web.UI.Design.WebControls/RegexEditorDialog.cs(34,24): warning CS0414: The private field `System.Web.UI.Design.WebControls.RegexEditorDialog.regular_expression' is assigned but its value is never used System.Windows.Forms.Design/AxParameterData.cs(137,32): warning CS0169: The private field `System.Windows.Forms.Design.AxParameterData.typeName' is never used System.Windows.Forms.Design/ComponentTray.cs(51,35): warning CS0414: The private field `System.Windows.Forms.Design.ComponentTray._mainDesigner' is assigned but its value is never used System.Windows.Forms.Design/ControlDesigner.cs(764,32): warning CS0169: The private property `System.Windows.Forms.Design.ControlDesigner.Name' is never used System.Windows.Forms.Design/ControlDesigner.cs(769,37): warning CS0169: The private property `System.Windows.Forms.Design.ControlDesigner.ContextMenu' is never used System.Windows.Forms.Design/ControlDesigner.cs(774,31): warning CS0169: The private property `System.Windows.Forms.Design.ControlDesigner.Location' is never used System.Windows.Forms.Design/ParentControlDesigner.cs(440,30): warning CS0169: The private method `System.Windows.Forms.Design.ParentControlDesigner.ShouldSerializeDrawGrid()' is never used System.Windows.Forms.Design/ParentControlDesigner.cs(445,30): warning CS0169: The private method `System.Windows.Forms.Design.ParentControlDesigner.ResetDrawGrid()' is never used System.Windows.Forms.Design/ParentControlDesigner.cs(450,30): warning CS0169: The private method `System.Windows.Forms.Design.ParentControlDesigner.ShouldSerializeSnapToGrid()' is never used System.Windows.Forms.Design/ParentControlDesigner.cs(455,30): warning CS0169: The private method `System.Windows.Forms.Design.ParentControlDesigner.ResetSnapToGrid()' is never used System.Windows.Forms.Design/ParentControlDesigner.cs(460,30): warning CS0169: The private method `System.Windows.Forms.Design.ParentControlDesigner.ShouldSerializeGridSize()' is never used System.Windows.Forms.Design/ParentControlDesigner.cs(465,30): warning CS0169: The private method `System.Windows.Forms.Design.ParentControlDesigner.ResetGridSize()' is never used System.Windows.Forms.Design/DocumentDesigner.cs(499,31): warning CS0169: The private property `System.Windows.Forms.Design.DocumentDesigner.BackColor' is never used System.Windows.Forms.Design/DocumentDesigner.cs(507,31): warning CS0169: The private property `System.Windows.Forms.Design.DocumentDesigner.Location' is never used System.Windows.Forms.Design/EventHandlerService.cs(37,43): warning CS0067: The event `System.Windows.Forms.Design.EventHandlerService.EventHandlerChanged' is never used System.Windows.Forms.Design.Behavior/BehaviorService.cs(44,59): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.BeginDrag' is never used System.Windows.Forms.Design.Behavior/BehaviorService.cs(45,59): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.EndDrag' is never used System.Windows.Forms.Design.Behavior/BehaviorService.cs(46,43): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.Synchronize' is never used Compilation succeeded - 48 warning(s) : System.Design.dll ../../class/mono.snk mv System.Design.dll ../../class/lib/net_2_0/System.Design.dll test ! -f System.Design.dll.mdb || mv System.Design.dll.mdb ../../class/lib/net_2_0/System.Design.dll.mdb test ! -f System.Design.pdb || mv System.Design.pdb ../../class/lib/net_2_0/System.Design.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' Creating ../../build/deps/net_2_0_PEAPI.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll -target:library -out:../../class/lib/net_2_0/PEAPI.dll @PEAPI.dll.sources Metadata.cs(5820,15): warning CS0618: `System.Collections.IHashCodeProvider' is obsolete: `Please use IEqualityComparer instead.' Metadata.cs(5363,30): warning CS0219: The variable `tabStart' is assigned but its value is never used Metadata.cs(5344,30): warning CS0219: The variable `startTilde' is assigned but its value is never used Metadata.cs(431,48): warning CS0414: The private field `PEAPI.CustomAttribute.prolog' is assigned but its value is never used Metadata.cs(435,26): warning CS0414: The private field `PEAPI.CustomAttribute.cVal' is assigned but its value is never used Metadata.cs(633,28): warning CS0414: The private field `PEAPI.Permission.type' is assigned but its value is never used Metadata.cs(673,38): warning CS0414: The private field `PEAPI.PermissionSet.sec_action' is assigned but its value is never used Metadata.cs(675,37): warning CS0169: The private field `PEAPI.PermissionSet.ps' is never used Metadata.cs(1503,30): warning CS0414: The private field `PEAPI.ClassRefInst.is_value' is assigned but its value is never used Metadata.cs(1583,46): warning CS0414: The private field `PEAPI.ClassDef.ElementType_Class' is assigned but its value is never used Metadata.cs(1592,24): warning CS0169: The private field `PEAPI.ClassDef.securityActions' is never used Metadata.cs(1595,26): warning CS0414: The private field `PEAPI.ClassDef.parentClass' is assigned but its value is never used Metadata.cs(1962,29): warning CS0169: The private field `PEAPI.ClassRef.externClass' is never used Metadata.cs(3491,27): warning CS0414: The private field `PEAPI.Property.getterMeth' is assigned but its value is never used Metadata.cs(3828,27): warning CS0414: The private field `PEAPI.MethodDef.securityActions' is assigned but its value is never used Metadata.cs(4335,28): warning CS0169: The private field `PEAPI.FixedArray.elemType' is never used Metadata.cs(4365,24): warning CS0414: The private field `PEAPI.CustomMarshaller.typeName' is assigned but its value is never used Metadata.cs(4726,36): warning CS0414: The private field `PEAPI.MSCorLib.specialTypeSpecs' is assigned but its value is never used Metadata.cs(4951,46): warning CS0414: The private field `PEAPI.MetaData.tildeHeaderSize' is assigned but its value is never used Metadata.cs(4969,30): warning CS0414: The private field `PEAPI.MetaData.output' is assigned but its value is never used Metadata.cs(4972,22): warning CS0414: The private field `PEAPI.MetaData.mdStart' is assigned but its value is never used Code.cs(287,46): warning CS0414: The private field `PEAPI.BranchInstr.longInstrOffset' is assigned but its value is never used Code.cs(362,46): warning CS0414: The private field `PEAPI.CILInstructions.FatWords' is assigned but its value is never used Code.cs(1250,24): warning CS0414: The private field `PEAPI.Local.name' is assigned but its value is never used Code.cs(1252,38): warning CS0414: The private field `PEAPI.Local.byref' is assigned but its value is never used PEAPI.cs(499,30): warning CS0169: The private method `PEAPI.FileImage.Align(System.IO.MemoryStream, int)' is never used PEAPI.cs(508,30): warning CS0169: The private method `PEAPI.FileImage.Align(uint, uint)' is never used PEAPI.cs(75,39): warning CS0414: The private field `PEAPI.FileImage.PEHeader' is assigned but its value is never used PEAPI.cs(84,46): warning CS0414: The private field `PEAPI.FileImage.maxFileAlign' is assigned but its value is never used PEAPI.cs(104,48): warning CS0414: The private field `PEAPI.FileImage.rsrcName' is assigned but its value is never used PEAPI.cs(593,35): warning CS0414: The private field `PEAPI.PEFile.classRefList' is assigned but its value is never used PEAPI.cs(594,35): warning CS0414: The private field `PEAPI.PEFile.classDefList' is assigned but its value is never used PEAPI.cs(598,29): warning CS0414: The private field `PEAPI.PEFile.corFlags' is assigned but its value is never used Compilation succeeded - 33 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/PEAPI.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/PEAPI.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql' Creating ../../build/deps/Npgsql_test_net_2_0.dll.response ... Creating ../../build/deps/Npgsql_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_Npgsql.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll /r:Mono.Security.dll @Npgsql.dll.resources -target:library -out:../../class/lib/net_2_0/Npgsql.dll @Npgsql.dll.sources Npgsql/NpgsqlDataAdapter.cs(151,30): warning CS0108: `Npgsql.NpgsqlDataAdapter.DeleteCommand' hides inherited member `System.Data.Common.DbDataAdapter.DeleteCommand'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) Npgsql/NpgsqlDataAdapter.cs(178,30): warning CS0108: `Npgsql.NpgsqlDataAdapter.SelectCommand' hides inherited member `System.Data.Common.DbDataAdapter.SelectCommand'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) Npgsql/NpgsqlDataAdapter.cs(206,30): warning CS0108: `Npgsql.NpgsqlDataAdapter.UpdateCommand' hides inherited member `System.Data.Common.DbDataAdapter.UpdateCommand'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) Npgsql/NpgsqlDataAdapter.cs(233,30): warning CS0108: `Npgsql.NpgsqlDataAdapter.InsertCommand' hides inherited member `System.Data.Common.DbDataAdapter.InsertCommand'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) Npgsql/MD5CryptoServiceProvider.cs(33,46): warning CS3019: CLS compliance checking will not be performed on `Npgsql.MD5CryptoServiceProvider._H' because it is not visible from outside this assembly Npgsql/MD5CryptoServiceProvider.cs(33,46): warning CS3021: `Npgsql.MD5CryptoServiceProvider._H' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant Npgsql/MD5CryptoServiceProvider.cs(34,44): warning CS3019: CLS compliance checking will not be performed on `Npgsql.MD5CryptoServiceProvider.count' because it is not visible from outside this assembly Npgsql/MD5CryptoServiceProvider.cs(34,44): warning CS3021: `Npgsql.MD5CryptoServiceProvider.count' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant Npgsql/NpgsqlState.cs(417,28): warning CS0219: The variable `cursorName' is assigned but its value is never used Npgsql/NpgsqlState.cs(617,29): warning CS0219: The variable `typeoid' is assigned but its value is never used Npgsql/NpgsqlState.cs(613,25): warning CS0219: The variable `lenght' is assigned but its value is never used Npgsql/NpgsqlClosedState.cs(73,28): warning CS0618: `System.Net.Dns.Resolve(string)' is obsolete: `Use GetHostEntry instead' Npgsql/NpgsqlClosedState.cs(107,34): warning CS0168: The variable `ex' is declared but never used Npgsql/NpgsqlCommand.cs(767,28): warning CS0219: The variable `portalName' is assigned but its value is never used Npgsql/NpgsqlConnection.cs(493,20): warning CS0219: The variable `oldDatabaseName' is assigned but its value is never used Npgsql/NpgsqlDataReader.cs(322,36): warning CS0219: The variable `TI' is assigned but its value is never used Npgsql/NpgsqlParameterStatus.cs(55,19): warning CS0219: The variable `messageLength' is assigned but its value is never used NpgsqlTypes/FastPath.cs(103,31): warning CS0168: The variable `e' is declared but never used NpgsqlTypes/FastPath.cs(160,32): warning CS0219: The variable `param' is assigned but its value is never used NpgsqlTypes/FastPath.cs(158,32): warning CS0219: The variable `msg' is assigned but its value is never used NpgsqlTypes/FastPath.cs(157,31): warning CS0219: The variable `pid' is assigned but its value is never used NpgsqlTypes/FastPath.cs(156,31): warning CS0219: The variable `msglen' is assigned but its value is never used NpgsqlTypes/FastPath.cs(174,31): warning CS0219: The variable `l_nlen' is assigned but its value is never used NpgsqlTypes/FastPath.cs(183,31): warning CS0219: The variable `l_msgLen' is assigned but its value is never used NpgsqlTypes/FastPath.cs(225,30): warning CS0219: The variable `l_tStatus' is assigned but its value is never used NpgsqlTypes/FastPath.cs(281,32): warning CS0219: The variable `msg' is assigned but its value is never used NpgsqlTypes/FastPath.cs(280,31): warning CS0219: The variable `pid' is assigned but its value is never used NpgsqlTypes/FastPath.cs(330,35): warning CS0219: The variable `l_endChar' is assigned but its value is never used NpgsqlTypes/NpgsqlTypesHelper.cs(129,13): warning CS0162: Unreachable code detected Npgsql/NpgsqlBind.cs(44,40): warning CS0414: The private field `Npgsql.NpgsqlBind.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlCancelRequest.cs(38,40): warning CS0414: The private field `Npgsql.NpgsqlCancelRequest.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlCommand.cs(70,73): warning CS0414: The private field `Npgsql.NpgsqlCommand.invalidTransactionDetected' is assigned but its value is never used Npgsql/NpgsqlCommandBuilder.cs(45,40): warning CS0414: The private field `Npgsql.NpgsqlCommandBuilder.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlConnectionString.cs(41,40): warning CS0414: The private field `Npgsql.NpgsqlConnectionString.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlConnectorPool.cs(384,33): warning CS0169: The private method `Npgsql.NpgsqlConnectorPool.GetSharedConnector(Npgsql.NpgsqlConnection)' is never used Npgsql/NpgsqlConnectorPool.cs(498,22): warning CS0169: The private method `Npgsql.NpgsqlConnectorPool.UngetSharedConnector(Npgsql.NpgsqlConnection, Npgsql.NpgsqlConnector)' is never used Npgsql/NpgsqlDataReader.cs(79,25): warning CS0169: The private method `Npgsql.NpgsqlDataReader.HaveRow()' is never used Npgsql/NpgsqlDescribe.cs(41,40): warning CS0414: The private field `Npgsql.NpgsqlDescribe.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlException.cs(44,40): warning CS0414: The private field `Npgsql.NpgsqlException.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlExecute.cs(40,40): warning CS0414: The private field `Npgsql.NpgsqlExecute.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlFlush.cs(41,40): warning CS0414: The private field `Npgsql.NpgsqlFlush.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlParse.cs(45,40): warning CS0414: The private field `Npgsql.NpgsqlParse.CLASSNAME' is assigned but its value is never used Npgsql/NpgsqlSync.cs(41,40): warning CS0414: The private field `Npgsql.NpgsqlSync.CLASSNAME' is assigned but its value is never used NpgsqlTypes/NpgsqlTypesHelper.cs(44,40): warning CS0414: The private field `NpgsqlTypes.NpgsqlTypesHelper.resman' is assigned but its value is never used Compilation succeeded - 44 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Npgsql.dll Npgsql/Npgsql.snk Assembly ../../class/lib/net_2_0/Npgsql.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' Creating ../../build/deps/net_2_0_Compat.ICSharpCode.SharpZipLib.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' /bin/sh ../../mkinstalldirs ../../class/compat/net_2_0/ mkdir -p -- ../../class/compat/net_2_0/ touch ../../class/compat/net_2_0//.stamp MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -target:library -out:../../class/compat/net_2_0/ICSharpCode.SharpZipLib.dll @Compat.ICSharpCode.SharpZipLib.dll.sources ./ICSharpCode.SharpZipLib/BZip2/BZip2OutputStream.cs(462,29): warning CS0465: Introducing a 'Finalize' method can interfere with destructor invocation. Did you intend to declare a destructor? ./ICSharpCode.SharpZipLib/BZip2/BZip2OutputStream.cs(672,38): warning CS0219: The variable `nBytes' is assigned but its value is never used ./ICSharpCode.SharpZipLib/Zip/Compression/DeflaterEngine.cs(328,98): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/DeflaterEngine.cs(333,90): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/DeflaterEngine.cs(381,75): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/DeflaterEngine.cs(526,84): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/DeflaterHuffman.cs(160,83): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/DeflaterHuffman.cs(143,37): warning CS0219: The variable `numSymbols' is assigned but its value is never used ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(77,72): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(85,72): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(94,72): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(105,72): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(120,72): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(135,72): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(153,72): warning CS0162: Unreachable code detected ./ICSharpCode.SharpZipLib/BZip2/BZip2InputStream.cs(161,29): warning CS0169: The private method `ICSharpCode.SharpZipLib.BZip2.BZip2InputStream.Cadvise()' is never used ./ICSharpCode.SharpZipLib/BZip2/BZip2InputStream.cs(167,29): warning CS0169: The private method `ICSharpCode.SharpZipLib.BZip2.BZip2InputStream.BadBGLengths()' is never used ./ICSharpCode.SharpZipLib/BZip2/BZip2InputStream.cs(172,29): warning CS0169: The private method `ICSharpCode.SharpZipLib.BZip2.BZip2InputStream.BitStreamEOF()' is never used ./ICSharpCode.SharpZipLib/Tar/TarArchive.cs(79,24): warning CS0414: The private field `ICSharpCode.SharpZipLib.Tar.TarArchive.recordSize' is assigned but its value is never used ./ICSharpCode.SharpZipLib/Tar/TarArchive.cs(80,24): warning CS0414: The private field `ICSharpCode.SharpZipLib.Tar.TarArchive.recordBuf' is assigned but its value is never used ./ICSharpCode.SharpZipLib/Zip/ZipInputStream.cs(185,22): warning CS0169: The private method `ICSharpCode.SharpZipLib.Zip.ZipInputStream.ReadLeLong()' is never used ./ICSharpCode.SharpZipLib/Zip/ZipOutputStream.cs(206,30): warning CS0169: The private method `ICSharpCode.SharpZipLib.Zip.ZipOutputStream.WriteLeLong(long)' is never used ./ICSharpCode.SharpZipLib/Zip/ZipOutputStream.cs(108,29): warning CS0414: The private field `ICSharpCode.SharpZipLib.Zip.ZipOutputStream.defaultMethod' is assigned but its value is never used Compilation succeeded - 23 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/compat/net_2_0/ICSharpCode.SharpZipLib.dll SharpZipLib.key Assembly ../../class/compat/net_2_0/ICSharpCode.SharpZipLib.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ICSharpCode.SharpZipLib' Creating ../../build/deps/net_2_0_ICSharpCode.SharpZipLib.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ICSharpCode.SharpZipLib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ICSharpCode.SharpZipLib' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ICSharpCode.SharpZipLib' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll -target:library -out:../../class/lib/net_2_0/ICSharpCode.SharpZipLib.dll @ICSharpCode.SharpZipLib.dll.sources ICSharpCode.SharpZipLib/Zip/Compression/DeflaterHuffman.cs(205,83): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/Compression/DeflaterHuffman.cs(188,37): warning CS0219: The variable `numSymbols' is assigned but its value is never used ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(100,72): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(114,72): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(127,72): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(144,72): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(165,72): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(185,72): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/Compression/PendingBuffer.cs(207,72): warning CS0162: Unreachable code detected ICSharpCode.SharpZipLib/Zip/FastZip.cs(354,88): warning CS0618: `System.IO.Path.InvalidPathChars' is obsolete: `see GetInvalidPathChars and GetInvalidFileNameChars methods.' ICSharpCode.SharpZipLib/Zip/ZipFile.cs(425,37): warning CS0219: The variable `internalAttributes' is assigned but its value is never used ICSharpCode.SharpZipLib/Zip/ZipFile.cs(424,37): warning CS0219: The variable `diskStartNo' is assigned but its value is never used ICSharpCode.SharpZipLib/Zip/ZipFile.cs(375,29): warning CS0219: The variable `startCentralDirDisk' is assigned but its value is never used ICSharpCode.SharpZipLib/Zip/ZipFile.cs(374,29): warning CS0219: The variable `thisDiskNumber' is assigned but its value is never used ICSharpCode.SharpZipLib/Zip/ZipFile.cs(559,46): warning CS0219: The variable `offset' is assigned but its value is never used ICSharpCode.SharpZipLib/BZip2/BZip2OutputStream.cs(700,38): warning CS0219: The variable `nBytes' is assigned but its value is never used ICSharpCode.SharpZipLib/Core/NameFilter.cs(76,39): warning CS0219: The variable `exp' is assigned but its value is never used ICSharpCode.SharpZipLib/Core/NameFilter.cs(107,55): warning CS0219: The variable `testRE' is assigned but its value is never used ICSharpCode.SharpZipLib/Zip/ZipOutputStream.cs(196,30): warning CS0169: The private method `ICSharpCode.SharpZipLib.Zip.ZipOutputStream.WriteLeLong(long)' is never used ICSharpCode.SharpZipLib/Zip/ZipFile.cs(181,24): warning CS0169: The private property `ICSharpCode.SharpZipLib.Zip.ZipFile.Key' is never used ICSharpCode.SharpZipLib/Zip/ZipFile.cs(287,22): warning CS0169: The private property `ICSharpCode.SharpZipLib.Zip.ZipFile.IsStreamOwner' is never used ICSharpCode.SharpZipLib/Zip/ZipFile.cs(765,24): warning CS0169: The private method `ICSharpCode.SharpZipLib.Zip.ZipFile.GetOutputStream(ICSharpCode.SharpZipLib.Zip.ZipEntry, string)' is never used ICSharpCode.SharpZipLib/Tar/TarArchive.cs(80,24): warning CS0414: The private field `ICSharpCode.SharpZipLib.Tar.TarArchive.recordSize' is assigned but its value is never used ICSharpCode.SharpZipLib/Tar/TarArchive.cs(81,24): warning CS0414: The private field `ICSharpCode.SharpZipLib.Tar.TarArchive.recordBuf' is assigned but its value is never used Compilation succeeded - 24 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/ICSharpCode.SharpZipLib.dll SharpZipLib.key Assembly ../../class/lib/net_2_0/ICSharpCode.SharpZipLib.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ICSharpCode.SharpZipLib' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ICSharpCode.SharpZipLib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake[8]: Nothing to be done for `all-local'. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ByteFX.Data' Creating ../../build/deps/net_2_0_ByteFX.Data.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ByteFX.Data' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ByteFX.Data' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ByteFX.Data' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll /r:ICSharpCode.SharpZipLib.dll /r:System.Design.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll /r:Mono.Posix.dll /res:mysqlclient/Designers/command.bmp /res:mysqlclient/Designers/connection.bmp /res:mysqlclient/Designers/dataadapter.bmp -target:library -out:../../class/lib/net_2_0/ByteFX.Data.dll @ByteFX.Data.dll.sources ./mysqlclient/dataadapter.cs(90,37): warning CS0108: `ByteFX.Data.MySqlClient.MySqlDataAdapter.DeleteCommand' hides inherited member `System.Data.Common.DbDataAdapter.DeleteCommand'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) ./mysqlclient/dataadapter.cs(106,37): warning CS0108: `ByteFX.Data.MySqlClient.MySqlDataAdapter.InsertCommand' hides inherited member `System.Data.Common.DbDataAdapter.InsertCommand'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) ./mysqlclient/dataadapter.cs(123,37): warning CS0108: `ByteFX.Data.MySqlClient.MySqlDataAdapter.SelectCommand' hides inherited member `System.Data.Common.DbDataAdapter.SelectCommand'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) ./mysqlclient/dataadapter.cs(139,37): warning CS0108: `ByteFX.Data.MySqlClient.MySqlDataAdapter.UpdateCommand' hides inherited member `System.Data.Common.DbDataAdapter.UpdateCommand'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) ./Common/BitStream.cs(48,38): warning CS0219: The variable `b' is assigned but its value is never used ./Common/MultiHostStream.cs(91,29): warning CS0219: The variable `index' is assigned but its value is never used ./Common/MultiHostStream.cs(71,63): warning CS0618: `System.Net.Dns.GetHostByName(string)' is obsolete: `Use GetHostEntry instead' ./Common/StreamCreator.cs(62,63): warning CS0618: `System.Net.Dns.GetHostByName(string)' is obsolete: `Use GetHostEntry instead' ./Common/StreamCreator.cs(98,33): warning CS0618: `Mono.Posix.UnixEndPoint' is obsolete: `Use Mono.Unix.UnixEndPoint' ./Common/StreamCreator.cs(98,61): warning CS0618: `Mono.Posix.UnixEndPoint' is obsolete: `Use Mono.Unix.UnixEndPoint' ./Common/StreamCreator.cs(102,42): warning CS0168: The variable `ex' is declared but never used ./mysqlclient/CompressedStream.cs(118,30): warning CS0219: The variable `seq' is assigned but its value is never used ./mysqlclient/ConnectionInternal.cs(42,47): warning CS0219: The variable `result' is assigned but its value is never used ./mysqlclient/Driver.cs(209,32): warning CS0219: The variable `outPass' is assigned but its value is never used ./mysqlclient/MySqlHelper.cs(179,45): warning CS0219: The variable `cb' is assigned but its value is never used ./mysqlclient/MySqlStream.cs(124,33): warning CS0618: `Mono.Posix.UnixEndPoint' is obsolete: `Use Mono.Unix.UnixEndPoint' ./mysqlclient/MySqlStream.cs(124,61): warning CS0618: `Mono.Posix.UnixEndPoint' is obsolete: `Use Mono.Unix.UnixEndPoint' ./Common/BitStream.cs(14,41): warning CS0414: The private field `ByteFX.Data.Common.BitStream._bitindex' is assigned but its value is never used ./Common/BitStream.cs(15,33): warning CS0414: The private field `ByteFX.Data.Common.BitStream._bitbuffer' is assigned but its value is never used ./Common/StreamCreator.cs(121,30): warning CS0169: The private method `ByteFX.Data.Common.StreamCreator.ConnectSocketCallback(System.IAsyncResult)' is never used ./Common/StreamCreator.cs(37,41): warning CS0414: The private field `ByteFX.Data.Common.StreamCreator.timeOut' is assigned but its value is never used ./mysqlclient/MySqlPool.cs(31,30): warning CS0169: The private method `ByteFX.Data.MySqlClient.MySqlPool.CheckOutConnection(ByteFX.Data.MySqlClient.MySqlInternalConnection)' is never used ./mysqlclient/command.cs(327,30): warning CS0169: The private method `ByteFX.Data.MySqlClient.MySqlCommand.ReadOffResultSet()' is never used ./mysqlclient/datareader.cs(164,36): warning CS0169: The private method `ByteFX.Data.MySqlClient.MySqlDataReader.GetField(int)' is never used ./mysqlclient/datareader.cs(665,29): warning CS0169: The private method `ByteFX.Data.MySqlClient.MySqlDataReader._cultureAwareCompare(string, string)' is never used Compilation succeeded - 25 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/ByteFX.Data.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/ByteFX.Data.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ByteFX.Data' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ByteFX.Data' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Commons.Xml.Relaxng' Creating ../../build/deps/Commons.Xml.Relaxng_test_net_2_0.dll.response ... Creating ../../build/deps/Commons.Xml.Relaxng_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_Commons.Xml.Relaxng.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Commons.Xml.Relaxng' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Commons.Xml.Relaxng' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Commons.Xml.Relaxng' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /resource:resources/relaxng.rng,relaxng.rng -target:library -out:../../class/lib/net_2_0/Commons.Xml.Relaxng.dll Commons.Xml.Relaxng.Rnc/RncParser.cs @Commons.Xml.Relaxng.dll.sources Commons.Xml.Relaxng/RelaxngPattern.cs(83,40): warning CS0219: The variable `g' is assigned but its value is never used Commons.Xml.Relaxng/RelaxngGrammar.cs(261,40): warning CS0219: The variable `ct' is assigned but its value is never used Commons.Xml.Relaxng/RelaxngGrammar.cs(327,48): warning CS0219: The variable `target' is assigned but its value is never used Commons.Xml.Relaxng/RelaxngValidatingReader.cs(404,40): warning CS0219: The variable `elementNS' is assigned but its value is never used Commons.Xml.Relaxng/XsdDatatypeProvider.cs(87,32): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use XmlSchemaSet.Compile() instead.' Commons.Xml.Relaxng/XsdDatatypeProvider.cs(89,87): warning CS0612: `System.Xml.Schema.XmlSchemaElement.ElementType' is obsolete Commons.Xml.Relaxng/XsdDatatypeProvider.cs(210,25): warning CS0618: `System.Xml.XmlValidatingReader' is obsolete: `Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead.' Commons.Xml.Relaxng/XsdDatatypeProvider.cs(210,53): warning CS0618: `System.Xml.XmlValidatingReader' is obsolete: `Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead.' Commons.Xml.Relaxng/XsdDatatypeProvider.cs(215,35): warning CS0618: `System.Xml.Schema.XmlSchemaCollection' is obsolete: `Use XmlSchemaSet.' Commons.Xml.Relaxng/XsdDatatypeProvider.cs(215,27): warning CS0618: `System.Xml.XmlValidatingReader' is obsolete: `Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead.' Commons.Xml.Relaxng/XsdDatatypeProvider.cs(216,27): warning CS0618: `System.Xml.XmlValidatingReader' is obsolete: `Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead.' Commons.Xml.Relaxng/XsdDatatypeProvider.cs(218,42): warning CS0618: `System.Xml.XmlValidatingReader' is obsolete: `Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead.' Commons.Xml.Relaxng/XsdDatatypeProvider.cs(220,35): warning CS0618: `System.Xml.XmlValidatingReader' is obsolete: `Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead.' Commons.Xml.Relaxng.Derivative/RdpPatterns.cs(1737,48): warning CS0219: The variable `c' is assigned but its value is never used Commons.Xml.Relaxng.Derivative/RdpPatterns.cs(2041,56): warning CS0219: The variable `ct' is assigned but its value is never used Commons.Xml.Relaxng.Inference/RelaxngInference.cs(204,29): warning CS0219: The variable `depth' is assigned but its value is never used Commons.Xml.Relaxng.Inference/RelaxngInference.cs(898,44): warning CS0612: `System.Xml.XmlConvert.ToDateTime(string)' is obsolete Commons.Xml.Nvdl/NvdlXsdSupport.cs(24,36): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler, System.Xml.XmlResolver)' is obsolete: `Use XmlSchemaSet.Compile() instead.' Commons.Xml.Relaxng/RelaxngGrammar.cs(423,30): warning CS0169: The private method `Commons.Xml.Relaxng.RelaxngGrammar.replaceDefines(string, System.Collections.ArrayList)' is never used Commons.Xml.Relaxng.Inference/RelaxngInference.cs(114,39): warning CS0414: The private field `Commons.Xml.Relaxng.Inference.RngInference.QNameAnyType' is assigned but its value is never used Commons.Xml.Relaxng.Inference/RelaxngInference.cs(144,39): warning CS0414: The private field `Commons.Xml.Relaxng.Inference.RngInference.QNameUDecimal' is assigned but its value is never used Commons.Xml.Relaxng.Inference/RelaxngInference.cs(166,37): warning CS0414: The private field `Commons.Xml.Relaxng.Inference.RngInference.nsmgr' is assigned but its value is never used Commons.Xml.Relaxng.Rnc/RncTokenizer.cs(49,22): warning CS0169: The private field `Commons.Xml.Relaxng.Rnc.RncTokenizer.isLiteralNsUri' is never used Compilation succeeded - 23 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Commons.Xml.Relaxng.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/Commons.Xml.Relaxng.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Commons.Xml.Relaxng' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Commons.Xml.Relaxng' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Novell.Directory.Ldap' Creating ../../build/deps/net_2_0_Novell.Directory.Ldap.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Novell.Directory.Ldap' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Novell.Directory.Ldap' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Novell.Directory.Ldap' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 -r:mscorlib.dll -r:System.dll -r:Mono.Security.dll /res:Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resources -target:library -out:../../class/lib/net_2_0/Novell.Directory.Ldap.dll @Novell.Directory.Ldap.dll.sources Novell.Directory.Ldap/SupportClass.cs(1060,45): warning CS0114: `SupportClass.ListCollectionSupport.Add(object)' hides inherited member `System.Collections.ArrayList.Add(object)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) Novell.Directory.Ldap.Utilclass/DN.cs(58,22): warning CS0659: `Novell.Directory.Ldap.Utilclass.DN' overrides Object.Equals(object) but does not override Object.GetHashCode() Novell.Directory.Ldap/LdapCompareAttrNames.cs(53,22): warning CS0659: `Novell.Directory.Ldap.LdapCompareAttrNames' overrides Object.Equals(object) but does not override Object.GetHashCode() Novell.Directory.Ldap/SupportClass.cs(752,45): warning CS0612: `System.Threading.Thread.Resume()' is obsolete Novell.Directory.Ldap/SupportClass.cs(785,45): warning CS0612: `System.Threading.Thread.Suspend()' is obsolete Novell.Directory.Ldap.Utilclass/SchemaTokenCreator.cs(170,33): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Utilclass/SchemaTokenCreator.cs(220,33): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Utilclass/SchemaTokenCreator.cs(221,25): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Utilclass/SchemaTokenCreator.cs(222,25): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Asn1/LBERDecoder.cs(229,30): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Asn1/LBERDecoder.cs(236,38): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Asn1/LBEREncoder.cs(245,70): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Asn1/LBEREncoder.cs(250,70): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Asn1/LBEREncoder.cs(278,70): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap.Asn1/LBEREncoder.cs(298,70): warning CS0675: The operator `|' used on the sign-extended type `sbyte'. Consider casting to a smaller unsigned type first Novell.Directory.Ldap/Connection.cs(434,58): warning CS1717: Assignment made to same variable; did you mean to assign something else? Novell.Directory.Ldap/Connection.cs(744,81): warning CS0618: `System.Net.Dns.Resolve(string)' is obsolete: `Use GetHostEntry instead' Novell.Directory.Ldap/Connection.cs(752,78): warning CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete Novell.Directory.Ldap/Connection.cs(972,44): warning CS0252: Possible unintended reference comparison. Consider casting the left side of the expression to `string' to compare the values Novell.Directory.Ldap.Utilclass/ResourcesHandler.cs(62,46): warning CS0414: The private field `Novell.Directory.Ldap.Utilclass.ResourcesHandler.pkg' is assigned but its value is never used Novell.Directory.Ldap.Utilclass/SchemaTokenCreator.cs(48,29): warning CS0414: The private field `Novell.Directory.Ldap.Utilclass.SchemaTokenCreator.ichar' is assigned but its value is never used Novell.Directory.Ldap.Rfc2251/RfcLdapMessage.cs(156,37): warning CS0414: The private field `Novell.Directory.Ldap.Rfc2251.RfcLdapMessage.controls' is assigned but its value is never used Novell.Directory.Ldap/LdapConnection.cs(481,36): warning CS0414: The private field `Novell.Directory.Ldap.LdapConnection.lConnNum' is assigned but its value is never used Novell.Directory.Ldap/LdapException.cs(249,39): warning CS0414: The private field `Novell.Directory.Ldap.LdapException.messageOrKey' is assigned but its value is never used Novell.Directory.Ldap/LdapException.cs(251,41): warning CS0414: The private field `Novell.Directory.Ldap.LdapException.arguments' is assigned but its value is never used Novell.Directory.Ldap/LdapConstraints.cs(211,46): warning CS0414: The private field `Novell.Directory.Ldap.LdapConstraints.nameLock' is assigned but its value is never used Novell.Directory.Ldap/LdapConstraints.cs(212,36): warning CS0414: The private field `Novell.Directory.Ldap.LdapConstraints.lConsNum' is assigned but its value is never used Novell.Directory.Ldap/LdapSearchConstraints.cs(241,50): warning CS0414: The private field `Novell.Directory.Ldap.LdapSearchConstraints.nameLock' is assigned but its value is never used Novell.Directory.Ldap/LdapSearchConstraints.cs(242,36): warning CS0414: The private field `Novell.Directory.Ldap.LdapSearchConstraints.lSConsNum' is assigned but its value is never used Novell.Directory.Ldap/Connection.cs(389,46): warning CS0414: The private field `Novell.Directory.Ldap.Connection.nameLock' is assigned but its value is never used Novell.Directory.Ldap/Connection.cs(390,36): warning CS0414: The private field `Novell.Directory.Ldap.Connection.connNum' is assigned but its value is never used Novell.Directory.Ldap/Message.cs(297,42): warning CS0414: The private field `Novell.Directory.Ldap.Message.queue' is assigned but its value is never used Novell.Directory.Ldap/LdapSearchResults.cs(210,46): warning CS0414: The private field `Novell.Directory.Ldap.LdapSearchResults.nameLock' is assigned but its value is never used Novell.Directory.Ldap/LdapSearchResults.cs(211,36): warning CS0414: The private field `Novell.Directory.Ldap.LdapSearchResults.resultsNum' is assigned but its value is never used Novell.Directory.Ldap/LdapSearchResults.cs(213,40): warning CS0414: The private field `Novell.Directory.Ldap.LdapSearchResults.conn' is assigned but its value is never used Novell.Directory.Ldap/LdapSearchResults.cs(215,54): warning CS0414: The private field `Novell.Directory.Ldap.LdapSearchResults.referralConn' is assigned but its value is never used Novell.Directory.Ldap/LdapSearchResultReference.cs(66,46): warning CS0414: The private field `Novell.Directory.Ldap.LdapSearchResultReference.nameLock' is assigned but its value is never used Novell.Directory.Ldap/LdapSearchResultReference.cs(67,36): warning CS0414: The private field `Novell.Directory.Ldap.LdapSearchResultReference.refNum' is assigned but its value is never used Novell.Directory.Ldap/MessageAgent.cs(117,46): warning CS0414: The private field `Novell.Directory.Ldap.MessageAgent.nameLock' is assigned but its value is never used Novell.Directory.Ldap/MessageAgent.cs(118,36): warning CS0414: The private field `Novell.Directory.Ldap.MessageAgent.agentNum' is assigned but its value is never used Novell.Directory.Ldap.Events/LdapEventSource.cs(285,30): warning CS0414: The private field `Novell.Directory.Ldap.Events.LdapEventSource.EventsGenerator.ldapconnection' is assigned but its value is never used Compilation succeeded - 41 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Novell.Directory.Ldap.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/Novell.Directory.Ldap.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Novell.Directory.Ldap' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Novell.Directory.Ldap' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security.Win32' Creating ../../build/deps/net_2_0_Mono.Security.Win32.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security.Win32' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security.Win32' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security.Win32' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /unsafe -target:library -out:../../class/lib/net_2_0/Mono.Security.Win32.dll @Mono.Security.Win32.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Mono.Security.Win32.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/Mono.Security.Win32.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security.Win32' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security.Win32' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.DirectoryServices' Creating ../../build/deps/System.DirectoryServices_test_net_2_0.dll.response ... Creating ../../build/deps/System.DirectoryServices_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_System.DirectoryServices.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.DirectoryServices' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.DirectoryServices' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.DirectoryServices' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:Novell.Directory.Ldap.dll -target:library -out:../../class/lib/net_2_0/System.DirectoryServices.dll @System.DirectoryServices.dll.sources Assembly/AssemblyInfo.cs(19,1): warning CS0105: The using directive for `System' appeared previously in this namespace Assembly/AssemblyInfo.cs(10,7): (Location of the symbol related to previous warning) Assembly/AssemblyInfo.cs(20,1): warning CS0105: The using directive for `System.Reflection' appeared previously in this namespace Assembly/AssemblyInfo.cs(11,14): (Location of the symbol related to previous warning) Assembly/AssemblyInfo.cs(21,1): warning CS0105: The using directive for `System.Resources' appeared previously in this namespace Assembly/AssemblyInfo.cs(12,14): (Location of the symbol related to previous warning) Assembly/AssemblyInfo.cs(22,1): warning CS0105: The using directive for `System.Security' appeared previously in this namespace Assembly/AssemblyInfo.cs(13,14): (Location of the symbol related to previous warning) Assembly/AssemblyInfo.cs(24,1): warning CS0105: The using directive for `System.Runtime.CompilerServices' appeared previously in this namespace Assembly/AssemblyInfo.cs(14,22): (Location of the symbol related to previous warning) Assembly/AssemblyInfo.cs(25,1): warning CS0105: The using directive for `System.Runtime.InteropServices' appeared previously in this namespace Assembly/AssemblyInfo.cs(15,22): (Location of the symbol related to previous warning) System.DirectoryServices/DirectoryEntries.cs(168,53): warning CS0168: The variable `e' is declared but never used System.DirectoryServices/DirectoryEntries.cs(266,51): warning CS0219: The variable `nextEntry' is assigned but its value is never used System.DirectoryServices/DirectoryEntry.cs(489,18): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute' System.DirectoryServices/DirectoryEntry.cs(578,114): warning CS0618: `System.Configuration.ConfigurationSettings.GetConfig(string)' is obsolete: `This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection' System.DirectoryServices/DirectoryEntry.cs(597,114): warning CS0618: `System.Configuration.ConfigurationSettings.GetConfig(string)' is obsolete: `This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection' System.DirectoryServices/DirectoryEntry.cs(777,51): warning CS0219: The variable `nextEntry' is assigned but its value is never used System.DirectoryServices/DirectorySearcher.cs(168,18): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute' System.DirectoryServices/DirectorySearcher.cs(315,18): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute' System.DirectoryServices/SearchResultCollection.cs(134,22): warning CS0169: The private method `System.DirectoryServices.SearchResultCollection.Contains(object)' is never used Compilation succeeded - 15 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/System.DirectoryServices.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/System.DirectoryServices.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.DirectoryServices' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.DirectoryServices' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Messaging' Creating ../../build/deps/System.Messaging_test_net_2_0.dll.response ... Creating ../../build/deps/System.Messaging_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_System.Messaging.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Messaging' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Messaging' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Messaging' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /resource:System.Messaging/MessageQueue.resx /r:System.dll /r:System.Configuration.Install.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll -target:library -out:../../class/lib/net_2_0/System.Messaging.dll @System.Messaging.dll.sources System.Messaging/MessageQueue.cs(322,18): warning CS0618: `System.ComponentModel.RecommendedAsConfigurableAttribute' is obsolete: `Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute' System.Messaging/MessageQueuePermission.cs(113,48): warning CS0219: The variable `mqp' is assigned but its value is never used System.Messaging/MessageQueuePermission.cs(120,48): warning CS0219: The variable `mqp' is assigned but its value is never used System.Messaging/MessageQueuePermission.cs(139,48): warning CS0219: The variable `mqp' is assigned but its value is never used System.Messaging/MessageQueue.cs(774,56): warning CS0067: The event `System.Messaging.MessageQueue.PeekCompleted' is never used System.Messaging/MessageQueue.cs(777,59): warning CS0067: The event `System.Messaging.MessageQueue.ReceiveCompleted' is never used System.Messaging/MessageQueuePermission.cs(145,30): warning CS0169: The private method `System.Messaging.MessageQueuePermission.IsEmpty()' is never used System.Messaging/MessageQueuePermissionEntryCollection.cs(38,48): warning CS0414: The private field `System.Messaging.MessageQueuePermissionEntryCollection.owner' is assigned but its value is never used Compilation succeeded - 8 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/System.Messaging.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/System.Messaging.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Messaging' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Messaging' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.ServiceProcess' Creating ../../build/deps/System.ServiceProcess_test_net_2_0.dll.response ... Creating ../../build/deps/System.ServiceProcess_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_System.ServiceProcess.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.ServiceProcess' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.ServiceProcess' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.ServiceProcess' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll /r:System.Configuration.Install.dll /r:System.Windows.Forms.dll /nowarn:0618 -target:library -out:../../class/lib/net_2_0/System.ServiceProcess.dll @System.ServiceProcess.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/System.ServiceProcess.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/System.ServiceProcess.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.ServiceProcess' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.ServiceProcess' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing.Design' Creating ../../build/deps/net_2_0_System.Drawing.Design.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing.Design' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing.Design' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing.Design' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll -target:library -out:../../class/lib/net_2_0/System.Drawing.Design.dll @System.Drawing.Design.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/System.Drawing.Design.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/System.Drawing.Design.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing.Design' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing.Design' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Windows.Forms.dll -r:System.Drawing.dll -r:Accessibility.dll -r:System.Data.dll -r:System.Configuration.dll -define:DRAWING_DESIGN_DEP -r:System.Drawing.Design.dll -target:library -out:System.Design.dll @System.Design.dll.sources System.Web.UI.Design.WebControls/PanelDesigner.cs(33,22): warning CS0618: `System.Web.UI.Design.ReadWriteControlDesigner' is obsolete: `Use ContainerControlDesigner instead' System.Web.UI.Design/ConnectionStringEditor.cs(50,39): warning CS0114: `System.Web.UI.Design.ConnectionStringEditor.EditValue(System.ComponentModel.ITypeDescriptorContext, System.IServiceProvider, object)' hides inherited member `System.Drawing.Design.UITypeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext, System.IServiceProvider, object)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Drawing.dll (Location of the symbol related to previous warning) System.Web.UI.Design/ConnectionStringEditor.cs(56,54): warning CS0114: `System.Web.UI.Design.ConnectionStringEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)' hides inherited member `System.Drawing.Design.UITypeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Drawing.dll (Location of the symbol related to previous warning) System.Web.UI.Design/TemplatedControlDesigner.cs(236,25): warning CS0618: `System.Web.UI.Design.ITemplateEditingFrame' is obsolete: `Template editing is supported in ControlDesigner.TemplateGroups with SetViewFlags(ViewFlags.TemplateEditing, true) in 2.0.' System.Web.UI.Design/TemplatedControlDesigner.cs(224,29): warning CS0108: `System.Web.UI.Design.TemplatedControlDesigner.InTemplateMode' hides inherited member `System.Web.UI.Design.ControlDesigner.InTemplateMode'. Use the new keyword if hiding was intended System.Web.UI.Design/ControlDesigner.cs(275,25): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/PanelDesigner.cs(45,41): warning CS0672: Member `System.Web.UI.Design.WebControls.PanelDesigner.OnBehaviorAttached()' overrides obsolete member `System.Web.UI.Design.ReadWriteControlDesigner.OnBehaviorAttached()'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.PanelDesigner.OnBehaviorAttached()' System.Web.UI.Design/ReadWriteControlDesigner.cs(37,52): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/TableDesigner.cs(45,40): warning CS0672: Member `System.Web.UI.Design.WebControls.TableDesigner.GetPersistInnerHtml()' overrides obsolete member `System.Web.UI.Design.ControlDesigner.GetPersistInnerHtml()'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.TableDesigner.GetPersistInnerHtml()' System.Web.UI.Design/ControlDesigner.cs(171,39): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/CompositeControlDesigner.cs(53,39): warning CS0114: `System.Web.UI.Design.WebControls.CompositeControlDesigner.GetDesignTimeHtml(System.Web.UI.Design.DesignerRegionCollection)' hides inherited member `System.Web.UI.Design.ControlDesigner.GetDesignTimeHtml(System.Web.UI.Design.DesignerRegionCollection)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword System.Web.UI.Design/ControlDesigner.cs(73,39): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/BaseDataListDesigner.cs(63,38): warning CS0672: Member `System.Web.UI.Design.WebControls.BaseDataListDesigner.DesignTimeHtmlRequiresLoadComplete' overrides obsolete member `System.Web.UI.Design.ControlDesigner.DesignTimeHtmlRequiresLoadComplete'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.BaseDataListDesigner.DesignTimeHtmlRequiresLoadComplete' System.Web.UI.Design/ControlDesigner.cs(230,74): (Location of the symbol related to previous warning) System.Web.UI.Design.WebControls/BaseDataListDesigner.cs(101,45): warning CS0672: Member `System.Web.UI.Design.WebControls.BaseDataListDesigner.GetTemplateContainerDataSource(string)' overrides obsolete member `System.Web.UI.Design.TemplatedControlDesigner.GetTemplateContainerDataSource(string)'. Add the Obsolete attribute to `System.Web.UI.Design.WebControls.BaseDataListDesigner.GetTemplateContainerDataSource(string)' System.Web.UI.Design/TemplatedControlDesigner.cs(107,44): (Location of the symbol related to previous warning) System.Windows.Forms.Design/AxImporter.cs(75,24): warning CS0612: `System.Runtime.InteropServices.TYPELIBATTR' is obsolete System.Windows.Forms.Design/AxImporter.cs(75,24): warning CS0612: `TYPELIBATTR[]' is obsolete System.Windows.Forms.Design/AxImporter.cs(90,56): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete System.Windows.Forms.Design/AxImporter.cs(96,56): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete System.Windows.Forms.Design/AxImporter.cs(106,60): warning CS0612: `System.Runtime.InteropServices.TYPELIBATTR' is obsolete System.Windows.Forms.Design/AxImporter.cs(168,57): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete System.Windows.Forms.Design/AxImporter.cs(170,53): warning CS0612: `System.Runtime.InteropServices.UCOMITypeLib' is obsolete System.Windows.Forms.Design/ControlDesigner.cs(100,38): warning CS0672: Member `System.Windows.Forms.Design.ControlDesigner.OnSetComponentDefaults()' overrides obsolete member `System.ComponentModel.Design.ComponentDesigner.OnSetComponentDefaults()'. Add the Obsolete attribute to `System.Windows.Forms.Design.ControlDesigner.OnSetComponentDefaults()' System.ComponentModel.Design/ComponentDesigner.cs(287,37): (Location of the symbol related to previous warning) System.Windows.Forms.Design.Behavior/BehaviorServiceAdornerCollection.cs(110,67): warning CS0114: `System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection.GetEnumerator()' hides inherited member `System.Collections.CollectionBase.GetEnumerator()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) System.ComponentModel.Design/ComponentDesigner.cs(182,25): warning CS0618: `System.ComponentModel.Design.ComponentDesigner.OnSetComponentDefaults()' is obsolete: `This method has been deprecated. Use InitializeNewComponent instead.' System.ComponentModel.Design/ComponentDesigner.cs(189,25): warning CS0618: `System.ComponentModel.Design.ComponentDesigner.InitializeNonDefault()' is obsolete: `This method has been deprecated. Use InitializeExistingComponent instead.' System.ComponentModel.Design/DesignerActionList.cs(67,25): warning CS0162: Unreachable code detected System.Web.UI.Design.WebControls/PanelDesigner.cs(36,27): warning CS0618: `System.Web.UI.Design.ReadWriteControlDesigner' is obsolete: `Use ContainerControlDesigner instead' System.Windows.Forms.Design/ComponentDocumentDesigner.cs(57,60): warning CS0618: `System.ComponentModel.Design.ViewTechnology.WindowsForms' is obsolete: `Use ViewTechnology.Default.' System.ComponentModel.Design.Data/DesignerDataView.cs(40,24): warning CS0169: The private field `System.ComponentModel.Design.Data.DesignerDataView.name' is never used System.ComponentModel.Design.Data/DesignerDataView.cs(40,30): warning CS0169: The private field `System.ComponentModel.Design.Data.DesignerDataView.owner' is never used System.ComponentModel.Design/DesignerActionMethodItem.cs(41,36): warning CS0414: The private field `System.ComponentModel.Design.DesignerActionMethodItem.action_list' is assigned but its value is never used System.ComponentModel.Design/DesignerActionService.cs(45,69): warning CS0067: The event `System.ComponentModel.Design.DesignerActionService.DesignerActionListsChanged' is never used System.ComponentModel.Design/DesignerActionUIService.cs(43,70): warning CS0067: The event `System.ComponentModel.Design.DesignerActionUIService.DesignerActionUIStateChange' is never used System.Web.UI.Design/TemplateEditingService.cs(90,39): warning CS0414: The private field `System.Web.UI.Design.TemplateEditingService._designerHost' is assigned but its value is never used System.Web.UI.Design.WebControls/RegexEditorDialog.cs(34,24): warning CS0414: The private field `System.Web.UI.Design.WebControls.RegexEditorDialog.regular_expression' is assigned but its value is never used System.Windows.Forms.Design/AxParameterData.cs(137,32): warning CS0169: The private field `System.Windows.Forms.Design.AxParameterData.typeName' is never used System.Windows.Forms.Design/ComponentTray.cs(51,35): warning CS0414: The private field `System.Windows.Forms.Design.ComponentTray._mainDesigner' is assigned but its value is never used System.Windows.Forms.Design/ControlDesigner.cs(764,32): warning CS0169: The private property `System.Windows.Forms.Design.ControlDesigner.Name' is never used System.Windows.Forms.Design/ControlDesigner.cs(769,37): warning CS0169: The private property `System.Windows.Forms.Design.ControlDesigner.ContextMenu' is never used System.Windows.Forms.Design/ControlDesigner.cs(774,31): warning CS0169: The private property `System.Windows.Forms.Design.ControlDesigner.Location' is never used System.Windows.Forms.Design/ParentControlDesigner.cs(440,30): warning CS0169: The private method `System.Windows.Forms.Design.ParentControlDesigner.ShouldSerializeDrawGrid()' is never used System.Windows.Forms.Design/ParentControlDesigner.cs(445,30): warning CS0169: The private method `System.Windows.Forms.Design.ParentControlDesigner.ResetDrawGrid()' is never used System.Windows.Forms.Design/ParentControlDesigner.cs(450,30): warning CS0169: The private method `System.Windows.Forms.Design.ParentControlDesigner.ShouldSerializeSnapToGrid()' is never used System.Windows.Forms.Design/ParentControlDesigner.cs(455,30): warning CS0169: The private method `System.Windows.Forms.Design.ParentControlDesigner.ResetSnapToGrid()' is never used System.Windows.Forms.Design/ParentControlDesigner.cs(460,30): warning CS0169: The private method `System.Windows.Forms.Design.ParentControlDesigner.ShouldSerializeGridSize()' is never used System.Windows.Forms.Design/ParentControlDesigner.cs(465,30): warning CS0169: The private method `System.Windows.Forms.Design.ParentControlDesigner.ResetGridSize()' is never used System.Windows.Forms.Design/DocumentDesigner.cs(499,31): warning CS0169: The private property `System.Windows.Forms.Design.DocumentDesigner.BackColor' is never used System.Windows.Forms.Design/DocumentDesigner.cs(507,31): warning CS0169: The private property `System.Windows.Forms.Design.DocumentDesigner.Location' is never used System.Windows.Forms.Design/EventHandlerService.cs(37,43): warning CS0067: The event `System.Windows.Forms.Design.EventHandlerService.EventHandlerChanged' is never used System.Windows.Forms.Design.Behavior/BehaviorService.cs(44,59): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.BeginDrag' is never used System.Windows.Forms.Design.Behavior/BehaviorService.cs(45,59): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.EndDrag' is never used System.Windows.Forms.Design.Behavior/BehaviorService.cs(46,43): warning CS0067: The event `System.Windows.Forms.Design.Behavior.BehaviorService.Synchronize' is never used Compilation succeeded - 48 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R System.Design.dll ../../class/mono.snk Assembly System.Design.dll signed. mv System.Design.dll ../../class/lib/net_2_0/System.Design.dll test ! -f System.Design.dll.mdb || mv System.Design.dll.mdb ../../class/lib/net_2_0/System.Design.dll.mdb test ! -f System.Design.pdb || mv System.Design.pdb ../../class/lib/net_2_0/System.Design.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Http' Creating ../../build/deps/net_2_0_Mono.Http.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Http' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Http' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Http' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.dll -r:System.Xml.dll -r:System.Web.dll -r:ICSharpCode.SharpZipLib.dll -r:Mono.Security.dll -target:library -out:../../class/lib/net_2_0/Mono.Http.dll @Mono.Http.dll.sources Mono.Http.Modules/AcceptEncodingModule.cs(60,77): warning CS0618: `System.Web.HttpContext.GetConfig(string)' is obsolete: `see GetSection' Mono.Http.Modules/AuthenticationModule.cs(89,85): warning CS0618: `System.Configuration.ConfigurationSettings.AppSettings' is obsolete: `This property is obsolete. Please use System.Configuration.ConfigurationManager.AppSettings' Mono.Http.Modules/BasicAuthenticationModule.cs(59,90): warning CS0618: `System.Configuration.ConfigurationSettings.AppSettings' is obsolete: `This property is obsolete. Please use System.Configuration.ConfigurationManager.AppSettings' Mono.Http.Modules/BasicAuthenticationModule.cs(101,62): warning CS0618: `System.Configuration.ConfigurationSettings.AppSettings' is obsolete: `This property is obsolete. Please use System.Configuration.ConfigurationManager.AppSettings' Mono.Http.Modules/DigestAuthenticationModule.cs(71,48): warning CS0168: The variable `e' is declared but never used Mono.Http.Modules/DigestAuthenticationModule.cs(84,90): warning CS0618: `System.Configuration.ConfigurationSettings.AppSettings' is obsolete: `This property is obsolete. Please use System.Configuration.ConfigurationManager.AppSettings' Mono.Http.Modules/DigestAuthenticationModule.cs(129,62): warning CS0618: `System.Configuration.ConfigurationSettings.AppSettings' is obsolete: `This property is obsolete. Please use System.Configuration.ConfigurationManager.AppSettings' Mono.Http.Modules/DigestAuthenticationModule.cs(198,62): warning CS0618: `System.Configuration.ConfigurationSettings.AppSettings' is obsolete: `This property is obsolete. Please use System.Configuration.ConfigurationManager.AppSettings' Compilation succeeded - 8 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Mono.Http.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/Mono.Http.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Http' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Http' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Vsa' Creating ../../build/deps/net_2_0_Microsoft.Vsa.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Vsa' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Vsa' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Vsa' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll -target:library -out:../../class/lib/net_2_0/Microsoft.Vsa.dll @Microsoft.Vsa.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Microsoft.Vsa.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/Microsoft.Vsa.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Vsa' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Vsa' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cairo' Creating ../../build/deps/net_2_0_Mono.Cairo.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cairo' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cairo' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cairo' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -target:library -out:../../class/lib/net_2_0/Mono.Cairo.dll @Mono.Cairo.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Mono.Cairo.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/Mono.Cairo.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cairo' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cairo' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/IBM.Data.DB2' Creating ../../build/deps/net_2_0_IBM.Data.DB2.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/IBM.Data.DB2' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/IBM.Data.DB2' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/IBM.Data.DB2' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Data.dll -target:library -out:../../class/lib/net_2_0/IBM.Data.DB2.dll @IBM.Data.DB2.dll.sources ./IBM.Data.DB2/DB2DataAdapter.cs(71,35): warning CS0108: `IBM.Data.DB2.DB2DataAdapter.DeleteCommand' hides inherited member `System.Data.Common.DbDataAdapter.DeleteCommand'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) ./IBM.Data.DB2/DB2DataAdapter.cs(77,35): warning CS0108: `IBM.Data.DB2.DB2DataAdapter.InsertCommand' hides inherited member `System.Data.Common.DbDataAdapter.InsertCommand'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) ./IBM.Data.DB2/DB2DataAdapter.cs(83,35): warning CS0108: `IBM.Data.DB2.DB2DataAdapter.SelectCommand' hides inherited member `System.Data.Common.DbDataAdapter.SelectCommand'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) ./IBM.Data.DB2/DB2DataAdapter.cs(89,35): warning CS0108: `IBM.Data.DB2.DB2DataAdapter.UpdateCommand' hides inherited member `System.Data.Common.DbDataAdapter.UpdateCommand'. Use the new keyword if hiding was intended /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Data.dll (Location of the symbol related to previous warning) ./IBM.Data.DB2/DB2Command.cs(135,47): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2Command.cs(140,47): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2Command.cs(597,32): warning CS0219: The variable `numParams' is assigned but its value is never used ./IBM.Data.DB2/DB2OpenConnection.cs(168,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(337,54): warning CS0219: The variable `primary' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(335,56): warning CS0219: The variable `indexName' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(225,29): warning CS0219: The variable `updatable' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(647,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(686,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(726,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(765,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(868,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(914,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(961,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(1051,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(1104,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(1144,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(1181,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(1219,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(1293,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2DataReader.cs(1451,39): warning CS0219: The variable `sqlRet' is assigned but its value is never used ./IBM.Data.DB2/DB2Connection.cs(138,30): warning CS0169: The private method `IBM.Data.DB2.DB2Connection.OnStateChange(System.Data.StateChangeEventArgs)' is never used ./IBM.Data.DB2/DB2Connection.cs(326,30): warning CS0169: The private method `IBM.Data.DB2.DB2Connection.CheckState()' is never used ./IBM.Data.DB2/DB2ConnectionPool.cs(36,41): warning CS0169: The private field `IBM.Data.DB2.DB2ConnectionPool.openFreeMinimalAllocated' is never used ./IBM.Data.DB2/DB2ConnectionSettings.cs(39,42): warning CS0414: The private field `IBM.Data.DB2.DB2ConnectionSettings.connectionPoolSizeMax' is assigned but its value is never used ./IBM.Data.DB2/DB2ParameterCollection.cs(33,24): warning CS0414: The private field `IBM.Data.DB2.DB2ParameterCollection.hwndStmt' is assigned but its value is never used Compilation succeeded - 30 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/IBM.Data.DB2.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/IBM.Data.DB2.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/IBM.Data.DB2' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/IBM.Data.DB2' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.JScript' Creating ../../build/deps/Microsoft.JScript_test_net_2_0.dll.response ... Creating ../../build/deps/Microsoft.JScript_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_Microsoft.JScript.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.JScript' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.JScript' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.JScript' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:System.dll -r:Microsoft.Vsa.dll -debug+ -target:library -out:../../class/lib/net_2_0/Microsoft.JScript.dll @Microsoft.JScript.dll.sources Microsoft.JScript/Decompiler.cs(370,34): warning CS0162: Unreachable code detected Microsoft.JScript/Decompiler.cs(744,33): warning CS0675: The operator `|' used on the sign-extended type `char'. Consider casting to a smaller unsigned type first Microsoft.JScript/GlobalObject.cs(462,37): warning CS0252: Possible unintended reference comparison. Consider casting the left side of the expression to `string' to compare the values Microsoft.JScript/expression.cs(1647,51): warning CS0252: Possible unintended reference comparison. Consider casting the left side of the expression to `string' to compare the values Microsoft.JScript/TokenStream.cs(257,25): warning CS0164: This label has not been referenced Microsoft.JScript/TokenStream.cs(252,17): warning CS0164: This label has not been referenced Microsoft.JScript/TokenStream.cs(201,17): warning CS0219: The variable `Id_null' is assigned but its value is never used Microsoft.JScript/TokenStream.cs(1198,58): warning CS0168: The variable `fe' is declared but never used Microsoft.JScript/Parser.cs(1405,41): warning CS0164: This label has not been referenced Microsoft.JScript/TypeManager.cs(62,32): warning CS0219: The variable `obj' is assigned but its value is never used Microsoft.Vsa/BaseVsaEngine.cs(48,30): warning CS0169: The private field `Microsoft.Vsa.BaseVsaEngine.empty' is never used Microsoft.JScript/JSMethodInfo.cs(40,24): warning CS0414: The private field `Microsoft.JScript.JSMethodInfo.name' is assigned but its value is never used Microsoft.JScript/JSMethodInfo.cs(43,28): warning CS0414: The private field `Microsoft.JScript.JSMethodInfo.method' is assigned but its value is never used Microsoft.JScript/JSPropertyInfo.cs(40,24): warning CS0414: The private field `Microsoft.JScript.JSPropertyInfo.name' is assigned but its value is never used Microsoft.JScript/LateBinding.cs(44,45): warning CS0414: The private field `Microsoft.JScript.LateBinding.bind_flags' is assigned but its value is never used Microsoft.JScript/MemberInfoList.cs(40,32): warning CS0414: The private field `Microsoft.JScript.Node.name' is assigned but its value is never used Compilation succeeded - 16 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Microsoft.JScript.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/Microsoft.JScript.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.JScript' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.JScript' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/CustomMarshalers' Creating ../../build/deps/net_2_0_CustomMarshalers.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/CustomMarshalers' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/CustomMarshalers' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/CustomMarshalers' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll -target:library -out:../../class/lib/net_2_0/CustomMarshalers.dll @CustomMarshalers.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/CustomMarshalers.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/CustomMarshalers.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/CustomMarshalers' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/CustomMarshalers' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/OpenSystem.C' Creating ../../build/deps/net_2_0_OpenSystem.C.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/OpenSystem.C' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/OpenSystem.C' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/OpenSystem.C' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -target:library -out:../../class/lib/net_2_0/OpenSystem.C.dll @OpenSystem.C.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/OpenSystem.C.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/OpenSystem.C.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/OpenSystem.C' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/OpenSystem.C' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Framework' Creating ../../build/deps/Microsoft.Build.Framework_test_net_2_0.dll.response ... Creating ../../build/deps/Microsoft.Build.Framework_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_Microsoft.Build.Framework.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Framework' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Framework' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Framework' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll -target:library -out:../../class/lib/net_2_0/Microsoft.Build.Framework.dll @Microsoft.Build.Framework.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Microsoft.Build.Framework.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/Microsoft.Build.Framework.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Framework' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Framework' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Utilities' Creating ../../build/deps/Microsoft.Build.Utilities_test_net_2_0.dll.response ... Creating ../../build/deps/Microsoft.Build.Utilities_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_Microsoft.Build.Utilities.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Utilities' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Utilities' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Utilities' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:Microsoft.Build.Framework.dll -target:library -out:../../class/lib/net_2_0/Microsoft.Build.Utilities.dll @Microsoft.Build.Utilities.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Microsoft.Build.Utilities.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/Microsoft.Build.Utilities.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Utilities' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Utilities' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Engine' Creating ../../build/deps/Microsoft.Build.Engine_test_net_2_0.dll.response ... Creating ../../build/deps/Microsoft.Build.Engine_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_Microsoft.Build.Engine.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Engine' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Engine' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Engine' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:Microsoft.Build.Framework.dll /r:Microsoft.Build.Utilities.dll -target:library -out:../../class/lib/net_2_0/Microsoft.Build.Engine.dll @Microsoft.Build.Engine.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Microsoft.Build.Engine.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/Microsoft.Build.Engine.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Engine' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Engine' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Tasks' Creating ../../build/deps/Microsoft.Build.Tasks_test_net_2_0.dll.response ... Creating ../../build/deps/Microsoft.Build.Tasks_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_Microsoft.Build.Tasks.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Tasks' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Tasks' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Tasks' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Windows.Forms.dll /r:Microsoft.Build.Utilities.dll /r:Microsoft.Build.Framework.dll -target:library -out:../../class/lib/net_2_0/Microsoft.Build.Tasks.dll @Microsoft.Build.Tasks.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/Microsoft.Build.Tasks.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/Microsoft.Build.Tasks.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Tasks' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Tasks' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' Creating ../../build/deps/System.Core_test_net_2_0.dll.response ... Creating ../../build/deps/System.Core_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_System.Core.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -d:LIBC /r:mscorlib.dll /r:System -d:NET_3_5 -nowarn:1720 -target:library -out:../../class/lib/net_2_0/System.Core.dll @System.Core.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/System.Core.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/System.Core.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions' Creating ../../build/deps/System.Web.Extensions_test_net_2_0.dll.response ... Creating ../../build/deps/System.Web.Extensions_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_System.Web.Extensions.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions/Test' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions/Test' gmake[9]: Nothing to be done for `all-local'. gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions/Test' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions/Test' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -unsafe -define:SYSTEM_WEB_EXTENSIONS -r:mscorlib.dll -r:System.dll -r:System.Drawing.dll -r:System.Data.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Web.Services.dll -r:System.Configuration.dll -r:System.EnterpriseServices.dll /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjax.debug.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjax.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxTimer.debug.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxTimer.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxWebForms.debug.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxWebForms.js -target:library -out:../../class/lib/net_2_0/System.Web.Extensions.dll @System.Web.Extensions.dll.sources ../../build/common/MonoTODOAttribute.cs(57,57): warning CS0436: The type `System.MonoTODOAttribute' conflicts with the imported type `System.MonoTODOAttribute'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Web.dll (Location of the symbol related to previous warning) ../../build/common/MonoTODOAttribute.cs(38,24): (Location of the symbol related to previous warning) ../System.Web/System.Web.Handlers/AssemblyResourceLoader.cs(63,25): warning CS0436: The type `System.Web.Configuration.MachineKeySectionUtils' conflicts with the imported type `System.Web.Configuration.MachineKeySectionUtils'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Web.dll (Location of the symbol related to previous warning) ../System.Web/System.Web.Configuration_2.0/MachineKeySectionUtils.cs(40,31): (Location of the symbol related to previous warning) ../System.Web/System.Web.Configuration_2.0/MachineKeySectionUtils.cs(55,57): warning CS0436: The type `System.Web.Configuration.MachineKeyRegistryStorage' conflicts with the imported type `System.Web.Configuration.MachineKeyRegistryStorage'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Web.dll (Location of the symbol related to previous warning) ../System.Web/System.Web.Configuration/MachineKeyRegistryStorage.cs(37,24): (Location of the symbol related to previous warning) ./System.Web.UI/ScriptManager.cs(1146,45): warning CS0219: The variable `ctx' is assigned but its value is never used ./System.Web.Script.Serialization/JSON/JsonReader.cs(62,29): warning CS0414: The private field `Newtonsoft.Json.JsonReader._recursionLimit' is assigned but its value is never used ./System.Web.Script.Serialization/JSON/JsonSerializer.cs(341,30): warning CS0169: The private method `Newtonsoft.Json.JsonSerializer.SerializeValue(Newtonsoft.Json.JsonWriter, object)' is never used ./Assembly/AssemblyInfo.cs(47,29): warning CS0436: The type `Consts' conflicts with the imported type `Consts'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Web.dll (Location of the symbol related to previous warning) ../../build/common/Consts.cs(37,15): (Location of the symbol related to previous warning) Compilation succeeded - 7 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/System.Web.Extensions.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/System.Web.Extensions.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions.Design' Creating ../../build/deps/net_2_0_System.Web.Extensions.Design.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions.Design' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions.Design' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions.Design' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:System.dll -r:System.Design.dll -target:library -out:../../class/lib/net_2_0/System.Web.Extensions.Design.dll @System.Web.Extensions.Design.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/System.Web.Extensions.Design.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/System.Web.Extensions.Design.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions.Design' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions.Design' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Xml.Linq' Creating ../../build/deps/System.Xml.Linq_test_net_2_0.dll.response ... Creating ../../build/deps/System.Xml.Linq_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_System.Xml.Linq.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Xml.Linq' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Xml.Linq' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Xml.Linq' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll /r:System.Core.dll /r:System.Xml.dll -d:NET_3_5 -nowarn:1720 -target:library -out:../../class/lib/net_2_0/System.Xml.Linq.dll @System.Xml.Linq.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/System.Xml.Linq.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/System.Xml.Linq.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Xml.Linq' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Xml.Linq' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.DataSetExtensions' Creating ../../build/deps/System.Data.DataSetExtensions_test_net_2_0.dll.response ... Creating ../../build/deps/System.Data.DataSetExtensions_test_net_2_0.dll.makefrag ... Creating ../../build/deps/net_2_0_System.Data.DataSetExtensions.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.DataSetExtensions' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.DataSetExtensions' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.DataSetExtensions/Test' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.DataSetExtensions/Test' gmake[9]: Nothing to be done for `all-local'. gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.DataSetExtensions/Test' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.DataSetExtensions/Test' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.DataSetExtensions' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -r:mscorlib.dll -r:System.Core.dll -r:System.dll -r:System.Data.dll -r:System.Xml.dll -r:System.Web.dll -d:NET_3_5 -nowarn:1720 -target:library -out:../../class/lib/net_2_0/System.Data.DataSetExtensions.dll @System.Data.DataSetExtensions.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/System.Data.DataSetExtensions.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/System.Data.DataSetExtensions.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.DataSetExtensions' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.DataSetExtensions' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.Linq' Creating ../../build/deps/net_2_0_System.Data.Linq.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.Linq' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.Linq' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.Linq' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll /r:System.Core.dll /r:System.Data.dll /r:System.Transactions.dll /r:System.Xml.dll -d:NET_3_5 -target:library -out:../../class/lib/net_2_0/System.Data.Linq.dll @System.Data.Linq.dll.sources System.Data.Linq/EntitySet.cs(51,54): warning CS0067: The event `System.Data.Linq.EntitySet.ListChanged' is never used Compilation succeeded - 1 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/System.Data.Linq.dll ../../class/mono.snk Assembly ../../class/lib/net_2_0/System.Data.Linq.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.Linq' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.Linq' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/framework' Creating ../../build/deps/net_2_0_NUnit.Framework.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/framework' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/framework' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/framework' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -debug /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly -target:library -out:../../class/lib/net_2_0/nunit.framework.dll @NUnit.Framework.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/nunit.framework.dll ../../nunit.key Assembly ../../class/lib/net_2_0/nunit.framework.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/framework' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/framework' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/core' Creating ../../build/deps/net_2_0_nunit.core.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/core' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/core' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/core' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -debug -r:nunit.framework.dll -r:System.dll /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -target:library -out:../../class/lib/net_2_0/nunit.core.dll @nunit.core.dll.sources ./TestRunnerThread.cs(73,55): warning CS0618: `System.Configuration.ConfigurationSettings.GetConfig(string)' is obsolete: `This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection' ./TestRunnerThread.cs(79,48): warning CS0618: `System.Threading.Thread.ApartmentState' is obsolete: `Deprecated in favor of GetApartmentState, SetApartmentState and TrySetApartmentState.' ./TestRunnerThread.cs(81,48): warning CS0618: `System.Threading.Thread.ApartmentState' is obsolete: `Deprecated in favor of GetApartmentState, SetApartmentState and TrySetApartmentState.' ./TestSuiteBuilder.cs(238,32): warning CS0219: The variable `prefix' is assigned but its value is never used ./TestRunnerThread.cs(34,35): warning CS0414: The private field `NUnit.Core.TestRunnerThread.lastException' is assigned but its value is never used Compilation succeeded - 5 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/nunit.core.dll ../../nunit.key Assembly ../../class/lib/net_2_0/nunit.core.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/core' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/core' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/util' Creating ../../build/deps/net_2_0_NUnit.Util.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/util' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/util' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/util' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 /resource:Transform.resources,NUnit.Util.Transform.resources -r:nunit.framework.dll -r:nunit.core.dll -r:System.dll -r:System.Xml.dll /d:MONO /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -target:library -out:../../class/lib/net_2_0/nunit.util.dll @NUnit.Util.dll.sources ./ProjectConfigCollection.cs(98,30): warning CS0219: The variable `wasActive' is assigned but its value is never used ./ProjectConfigCollection.cs(107,38): warning CS0219: The variable `wasActive' is assigned but its value is never used ./ProjectConfigCollection.cs(156,30): warning CS0219: The variable `active' is assigned but its value is never used ./TestDomain.cs(424,32): warning CS0219: The variable `assemblyPath' is assigned but its value is never used ./TestDomain.cs(440,32): warning CS0219: The variable `domainName' is assigned but its value is never used ./TestDomain.cs(499,55): warning CS0618: `System.Configuration.ConfigurationSettings.AppSettings' is obsolete: `This property is obsolete. Please use System.Configuration.ConfigurationManager.AppSettings' ./TestDomain.cs(505,32): warning CS0618: `System.AppDomain.SetCachePath(string)' is obsolete: `Use AppDomainSetup.SetCachePath' ./TestResultItem.cs(78,40): warning CS0219: The variable `trace' is assigned but its value is never used ./ProjectPath.cs(211,43): warning CS0169: The private method `NUnit.Util.ProjectPath.PathCommonPrefix(string, string, System.Text.StringBuilder)' is never used ./SettingsGroup.cs(56,39): warning CS0414: The private field `NUnit.Util.SettingsGroup.parentSettings' is assigned but its value is never used ./TestEventDispatcher.cs(80,30): warning CS0169: The private method `NUnit.Util.ProjectEventDispatcher.Fire(NUnit.Core.TestEventHandler, NUnit.Core.TestEventArgs)' is never used ./XmlResultVisitor.cs(131,32): warning CS0169: The private method `NUnit.Util.XmlResultVisitor.EncodeCData(string)' is never used Compilation succeeded - 12 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/nunit.util.dll ../../nunit.key Assembly ../../class/lib/net_2_0/nunit.util.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/util' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/util' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/nunit-console' Creating ../../build/deps/net_2_0_nunit-console.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/nunit-console' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/nunit-console' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/nunit-console' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 /r:nunit.framework.dll /r:nunit.util.dll /r:nunit.core.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug -target:exe -out:nunit-console.exe @nunit-console.exe.sources mv nunit-console.exe ../../class/lib/net_2_0/nunit-console.exe test ! -f nunit-console.exe.mdb || mv nunit-console.exe.mdb ../../class/lib/net_2_0/nunit-console.exe.mdb cp nunit-console.exe.config.net_2_0 ../../class/lib/net_2_0/nunit-console.exe.config gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/nunit-console' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/nunit-console' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/mocks' Creating ../../build/deps/net_2_0_nunit.mocks.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/mocks' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/mocks' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/mocks' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -debug -r:nunit.framework.dll -r:System.dll /d:StronglyNamedAssembly -optimize -d:NET_1_1 -d:NET_2_0 -debug /noconfig -target:library -out:../../class/lib/net_2_0/nunit.mocks.dll @nunit.mocks.dll.sources ./MockCall.cs(11,41): warning CS0414: The private field `NUnit.Mocks.MockCall.signature' is assigned but its value is never used Compilation succeeded - 1 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_0/nunit.mocks.dll ../../nunit.key Assembly ../../class/lib/net_2_0/nunit.mocks.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/mocks' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/mocks' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20' gmake[7]: Nothing to be done for `all-local'. gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' Creating ../build/deps/net_2_0_ilasm.exe.makefrag ... gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' MONO_PATH="../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../mcs/gmcs.exe /codepage:65001 /lib:../class/lib/net_2_0 /r:../class/lib/net_2_0/PEAPI.dll /r:Mono.CompilerServices.SymbolWriter.dll /r:Mono.Security.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug -target:exe -out:ilasm.exe ILParser.cs @ilasm.exe.sources Driver.cs(192,52): warning CS0168: The variable `e' is declared but never used codegen/CodeGen.cs(459,48): warning CS0219: The variable `asmb' is assigned but its value is never used codegen/DebuggingInfo.cs(103,37): warning CS0219: The variable `entry' is assigned but its value is never used codegen/MethodDef.cs(267,48): warning CS0219: The variable `str' is assigned but its value is never used codegen/MethodRef.cs(35,32): warning CS0219: The variable `write_name' is assigned but its value is never used scanner/InstrToken.cs(58,50): warning CS0618: `System.Reflection.Emit.OperandType.InlinePhi' is obsolete: `This API has been deprecated.' Driver.cs(47,38): warning CS0414: The private field `Mono.ILASM.Driver.DriverMain.show_method_def' is assigned but its value is never used Driver.cs(48,38): warning CS0414: The private field `Mono.ILASM.Driver.DriverMain.show_method_ref' is assigned but its value is never used Report.cs(19,36): warning CS0169: The private field `Mono.ILASM.Report.mark_count' is never used codegen/CodeGen.cs(60,30): warning CS0414: The private field `Mono.ILASM.CodeGen.image_base' is assigned but its value is never used codegen/CodeGen.cs(64,32): warning CS0169: The private field `Mono.ILASM.CodeGen.debug_file' is never used codegen/FieldDef.cs(26,30): warning CS0414: The private field `Mono.ILASM.FieldDef.datavalue_set' is assigned but its value is never used codegen/MethodDef.cs(53,33): warning CS0414: The private field `Mono.ILASM.MethodDef.codegen' is assigned but its value is never used codegen/DataDef.cs(18,30): warning CS0414: The private field `Mono.ILASM.DataDef.is_tls' is assigned but its value is never used scanner/ILTokenizer.cs(294,37): warning CS0169: The private method `Mono.ILASM.ILTokenizer.IsIdStartChar(char)' is never used Compilation succeeded - 15 warning(s) mv ilasm.exe ../class/lib/net_2_0/ilasm.exe test ! -f ilasm.exe.mdb || mv ilasm.exe.mdb ../class/lib/net_2_0/ilasm.exe.mdb gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/al' Creating ../../build/deps/net_2_0_al.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/al' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/al' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/al' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -r:Mono.Security.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug -target:exe -out:al.exe @al.exe.sources Al.cs(55,22): warning CS0414: The private field `Mono.AssemblyLinker.AssemblyLinker.fullPaths' is assigned but its value is never used Compilation succeeded - 1 warning(s) mv al.exe ../../class/lib/net_2_0/al.exe test ! -f al.exe.mdb || mv al.exe.mdb ../../class/lib/net_2_0/al.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/al' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/al' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/corcompare' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/corcompare' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug -out:../../class/lib/net_2_0/mono-api-info.exe mono-api-info.cs mono-api-info.cs(96,48): warning CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete mono-api-info.cs(508,53): warning CS0618: `System.Enum.ToString(System.IFormatProvider)' is obsolete: `Provider is ignored, just use ToString' mono-api-info.cs(511,53): warning CS0618: `System.Enum.ToString(System.IFormatProvider)' is obsolete: `Provider is ignored, just use ToString' mono-api-info.cs(514,56): warning CS0618: `System.Enum.ToString(System.IFormatProvider)' is obsolete: `Provider is ignored, just use ToString' mono-api-info.cs(516,45): warning CS0618: `System.Enum.ToString(System.IFormatProvider)' is obsolete: `Provider is ignored, just use ToString' mono-api-info.cs(522,56): warning CS0618: `System.Enum.ToString(System.IFormatProvider)' is obsolete: `Provider is ignored, just use ToString' mono-api-info.cs(525,60): warning CS0618: `System.Enum.ToString(System.IFormatProvider)' is obsolete: `Provider is ignored, just use ToString' mono-api-info.cs(528,62): warning CS0618: `System.Enum.ToString(System.IFormatProvider)' is obsolete: `Provider is ignored, just use ToString' mono-api-info.cs(672,70): warning CS0618: `System.Enum.ToString(string, System.IFormatProvider)' is obsolete: `Provider is ignored, just use ToString' mono-api-info.cs(1071,37): warning CS0169: The private method `Mono.AssemblyInfo.AttributeData.MustDocumentAttribute(System.Type)' is never used Compilation succeeded - 10 warning(s) gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/corcompare' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/corcompare' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xsd' Creating ../../build/deps/net_2_0_xsd.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xsd' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xsd' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xsd' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -r:System.Xml.dll -r:System.Data.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug -target:exe -out:xsd.exe @xsd.exe.sources NewMonoXSD.cs(119,87): warning CS0618: `System.IO.Path.InvalidPathChars' is obsolete: `see GetInvalidPathChars and GetInvalidFileNameChars methods.' NewMonoXSD.cs(409,72): warning CS0618: `System.Xml.Schema.XmlSchema.Compile(System.Xml.Schema.ValidationEventHandler)' is obsolete: `Use XmlSchemaSet.Compile() instead.' NewMonoXSD.cs(436,55): warning CS0618: `System.CodeDom.Compiler.CodeDomProvider.CreateGenerator()' is obsolete: `ICodeGenerator is obsolete' NewMonoXSD.cs(470,55): warning CS0618: `System.CodeDom.Compiler.CodeDomProvider.CreateGenerator()' is obsolete: `ICodeGenerator is obsolete' NewMonoXSD.cs(472,47): warning CS0618: `System.Data.TypedDataSetGenerator' is obsolete: `TypedDataSetGenerator class will be removed in a future release. Please use System.Data.Design.TypedDataSetGenerator in System.Design.dll.' NewMonoXSD.cs(63,40): warning CS0414: The private field `Mono.Util.Driver.languageNotSupported' is assigned but its value is never used Compilation succeeded - 6 warning(s) mv xsd.exe ../../class/lib/net_2_0/xsd.exe test ! -f xsd.exe.mdb || mv xsd.exe.mdb ../../class/lib/net_2_0/xsd.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xsd' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xsd' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/wsdl' Creating ../../build/deps/net_2_0_wsdl.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/wsdl' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/wsdl' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/wsdl' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -r:System.Xml.dll -r:System.Web.Services.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug -target:exe -out:wsdl.exe @wsdl.exe.sources MonoWSDL2.cs(179,42): warning CS0219: The variable `validationWarnings' is assigned but its value is never used MonoWSDL2.cs(286,61): warning CS0618: `System.CodeDom.Compiler.CodeDomProvider.CreateGenerator()' is obsolete: `ICodeGenerator is obsolete' MonoWSDL2.cs(465,100): warning CS0618: `System.IO.Path.InvalidPathChars' is obsolete: `see GetInvalidPathChars and GetInvalidFileNameChars methods.' MonoWSDL2.cs(283,22): warning CS0169: The private method `Mono.WebServices.Driver.WriteCodeUnit(System.CodeDom.CodeCompileUnit, string)' is never used Compilation succeeded - 4 warning(s) mv wsdl.exe ../../class/lib/net_2_0/wsdl.exe test ! -f wsdl.exe.mdb || mv wsdl.exe.mdb ../../class/lib/net_2_0/wsdl.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/wsdl' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/wsdl' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' Creating ../../build/deps/net_2_0_compiler-tester.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug -target:exe -out:compiler-tester.exe @compiler-tester.exe.sources mv compiler-tester.exe ../../class/lib/net_2_0/compiler-tester.exe test ! -f compiler-tester.exe.mdb || mv compiler-tester.exe.mdb ../../class/lib/net_2_0/compiler-tester.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/monop' Creating ../../build/deps/net_2_0_monop.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/monop' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/monop' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/monop' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug -target:exe -out:monop.exe @monop.exe.sources monop.cs(173,38): warning CS0612: `System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete outline.cs(902,24): warning CS0169: The private method `Comparer.Sort(System.Type[])' is never used Compilation succeeded - 2 warning(s) mv monop.exe ../../class/lib/net_2_0/monop.exe test ! -f monop.exe.mdb || mv monop.exe.mdb ../../class/lib/net_2_0/monop.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/monop' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/monop' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/xbuild' Creating ../../build/deps/net_2_0_xbuild.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/xbuild' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/xbuild' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/xbuild' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -r:Microsoft.Build.Framework.dll -r:Microsoft.Build.Utilities.dll -r:Microsoft.Build.Engine.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug -target:exe -out:xbuild.exe @xbuild.exe.sources gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/xbuild' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/xbuild' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' Creating ../../build/deps/net_2_0_resgen.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug -target:exe -out:resgen.exe @resgen.exe.sources mv resgen.exe ../../class/lib/net_2_0/resgen.exe test ! -f resgen.exe.mdb || mv resgen.exe.mdb ../../class/lib/net_2_0/resgen.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-service' Creating ../../build/deps/net_2_0_mono-service.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-service' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-service' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-service' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -r:System.ServiceProcess.dll -r:Mono.Posix.dll -unsafe -optimize -d:NET_1_1 -d:NET_2_0 -debug -target:exe -out:mono-service.exe @mono-service.exe.sources mono-service.cs(211,22): warning CS0169: The private method `MonoServiceRunner.MainLoop(System.ServiceProcess.ServiceBase[])' is never used Compilation succeeded - 1 warning(s) mv mono-service.exe ../../class/lib/net_2_0/mono-service.exe test ! -f mono-service.exe.mdb || mv mono-service.exe.mdb ../../class/lib/net_2_0/mono-service.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-service' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-service' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mkbundle' Creating ../../build/deps/net_2_0_mkbundle.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mkbundle' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mkbundle' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mkbundle' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -r:Mono.Posix.dll -r:ICSharpCode.SharpZipLib.dll -resource:template.c -resource:template_z.c -resource:template_main.c -optimize -d:NET_1_1 -d:NET_2_0 -debug -target:exe -out:mkbundle.exe @mkbundle.exe.sources mv mkbundle.exe ../../class/lib/net_2_0/mkbundle.exe test ! -f mkbundle.exe.mdb || mv mkbundle.exe.mdb ../../class/lib/net_2_0/mkbundle.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mkbundle' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mkbundle' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/sgen' Creating ../../build/deps/net_2_0_sgen.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/sgen' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/sgen' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/sgen' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -r:System.Xml.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug -target:exe -out:sgen.exe @sgen.exe.sources sgen.cs(233,131): warning CS0618: `System.IO.Path.InvalidPathChars' is obsolete: `see GetInvalidPathChars and GetInvalidFileNameChars methods.' sgen.cs(32,14): warning CS0414: The private field `Driver.proxyTypes' is assigned but its value is never used Compilation succeeded - 2 warning(s) gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/sgen' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/sgen' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 /lib:../../class/lib/net_2_0 -r:Mono.Security.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug httpcfg.cs AssemblyInfo.cs ../../build/common/Consts.cs gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mconfig' Creating ../../build/deps/net_2_0_mconfig.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mconfig' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mconfig' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mconfig' sed -e "s;@MONO_SYSCONFDIR@;/usr/local/etc;g" < Mono.MonoConfig/consts.cs.in > Mono.MonoConfig/consts.cs MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -r:System.Xml.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug -target:exe -out:mconfig.exe Mono.MonoConfig/consts.cs @mconfig.exe.sources gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mconfig' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mconfig' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installutil' Creating ../../build/deps/net_2_0_installutil.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installutil' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installutil' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installutil' gmake[8]: Nothing to be done for `all-local'. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installutil' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installutil' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/nunitreport' Creating ../../build/deps/net_2_0_nunitreport.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/nunitreport' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/nunitreport' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/nunitreport' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -debug -target:exe -out:nunitreport.exe @nunitreport.exe.sources gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/nunitreport' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/nunitreport' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' Creating ../../build/deps/net_2_0_gacutil.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -r:Mono.Security.dll -optimize -d:NET_1_1 -d:NET_2_0 -debug -target:exe -out:gacutil.exe @gacutil.exe.sources mv gacutil.exe ../../class/lib/net_2_0/gacutil.exe test ! -f gacutil.exe.mdb || mv gacutil.exe.mdb ../../class/lib/net_2_0/gacutil.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake[7]: Nothing to be done for `all-local'. gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake[7]: Nothing to be done for `all-local'. gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake all-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake PROFILE=net_3_5 all gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions' Creating ../../build/deps/System.Web.Extensions_test_net_3_5.dll.response ... Creating ../../build/deps/System.Web.Extensions_test_net_3_5.dll.makefrag ... Creating ../../build/deps/net_3_5_System.Web.Extensions.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions/Test' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions/Test' gmake[9]: Nothing to be done for `all-local'. gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions/Test' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions/Test' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions' /bin/sh ../../mkinstalldirs ../../class/lib/net_3_5/ mkdir -p -- ../../class/lib/net_3_5/ touch ../../class/lib/net_3_5//.stamp MONO_PATH="../../class/lib/net_3_5:../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_5 -debug /noconfig -unsafe -define:SYSTEM_WEB_EXTENSIONS -r:mscorlib.dll -r:System.dll -r:System.Drawing.dll -r:System.Data.dll -r:System.Xml.dll -r:System.Web.dll -r:System.Web.Services.dll -r:System.Configuration.dll -r:System.EnterpriseServices.dll /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjax.debug.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjax.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxTimer.debug.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxTimer.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxWebForms.debug.js /resource:../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxWebForms.js -target:library -out:../../class/lib/net_3_5/System.Web.Extensions.dll @System.Web.Extensions.dll.sources ../../build/common/MonoTODOAttribute.cs(57,57): warning CS0436: The type `System.MonoTODOAttribute' conflicts with the imported type `System.MonoTODOAttribute'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Web.dll (Location of the symbol related to previous warning) ../../build/common/MonoTODOAttribute.cs(38,24): (Location of the symbol related to previous warning) ../System.Web/System.Web.Handlers/AssemblyResourceLoader.cs(63,25): warning CS0436: The type `System.Web.Configuration.MachineKeySectionUtils' conflicts with the imported type `System.Web.Configuration.MachineKeySectionUtils'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Web.dll (Location of the symbol related to previous warning) ../System.Web/System.Web.Configuration_2.0/MachineKeySectionUtils.cs(40,31): (Location of the symbol related to previous warning) ../System.Web/System.Web.Configuration_2.0/MachineKeySectionUtils.cs(55,57): warning CS0436: The type `System.Web.Configuration.MachineKeyRegistryStorage' conflicts with the imported type `System.Web.Configuration.MachineKeyRegistryStorage'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Web.dll (Location of the symbol related to previous warning) ../System.Web/System.Web.Configuration/MachineKeyRegistryStorage.cs(37,24): (Location of the symbol related to previous warning) ./System.Web.UI/ScriptManager.cs(1146,45): warning CS0219: The variable `ctx' is assigned but its value is never used ./System.Web.UI.WebControls/ListView.cs(561,29): warning CS0219: The variable `childCount' is assigned but its value is never used ./System.Web.Script.Serialization/JSON/JsonReader.cs(62,29): warning CS0414: The private field `Newtonsoft.Json.JsonReader._recursionLimit' is assigned but its value is never used ./System.Web.Script.Serialization/JSON/JsonSerializer.cs(341,30): warning CS0169: The private method `Newtonsoft.Json.JsonSerializer.SerializeValue(Newtonsoft.Json.JsonWriter, object)' is never used ./System.Web.UI.WebControls/DataPagerFieldCollection.cs(119,43): warning CS0067: The event `System.Web.UI.WebControls.DataPagerFieldCollection.FieldsChanged' is never used ./System.Web.UI.WebControls/ListView.cs(1077,43): warning CS0067: The event `System.Web.UI.WebControls.ListView.LayoutCreated' is never used ./System.Web.UI.WebControls/ListView.cs(1080,43): warning CS0067: The event `System.Web.UI.WebControls.ListView.PagePropertiesChanged' is never used ./System.Web.UI.WebControls/ListView.cs(1086,43): warning CS0067: The event `System.Web.UI.WebControls.ListView.SelectedIndexChanged' is never used ./System.Web.UI.WebControls/ListView.cs(1092,43): warning CS0067: The event `System.Web.UI.WebControls.ListView.Sorted' is never used ./System.Web.UI.WebControls/NextPreviousPagerField.cs(46,21): warning CS0414: The private field `System.Web.UI.WebControls.NextPreviousPagerField._fieldIndex' is assigned but its value is never used ./Assembly/AssemblyInfo.cs(47,29): warning CS0436: The type `Consts' conflicts with the imported type `Consts'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/System.Web.dll (Location of the symbol related to previous warning) ../../build/common/Consts.cs(37,15): (Location of the symbol related to previous warning) Compilation succeeded - 14 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_3_5/System.Web.Extensions.dll ../../class/mono.snk Assembly ../../class/lib/net_3_5/System.Web.Extensions.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions.Design' Creating ../../build/deps/net_3_5_System.Web.Extensions.Design.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions.Design' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions.Design' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions.Design' MONO_PATH="../../class/lib/net_3_5:../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_3_5 -debug /noconfig -r:System.dll -r:System.Design.dll -target:library -out:../../class/lib/net_3_5/System.Web.Extensions.Design.dll @System.Web.Extensions.Design.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_3_5/System.Web.Extensions.Design.dll ../../class/mono.snk Assembly ../../class/lib/net_3_5/System.Web.Extensions.Design.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions.Design' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions.Design' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake all-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake PROFILE=net_2_1_bootstrap all gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' Creating ../build/deps/net_2_1_bootstrap_smcs.exe.makefrag ... gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' /bin/sh ../mkinstalldirs ../class/lib/net_2_1_bootstrap/ mkdir -p -- ../class/lib/net_2_1_bootstrap/ touch ../class/lib/net_2_1_bootstrap//.stamp MONO_PATH="../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../mcs/gmcs.exe /codepage:65001 -d:GMCS_SOURCE -d:SMCS_SOURCE -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug -target:exe -out:smcs.exe cs-parser.cs @smcs.exe.sources attribute.cs(1058,24): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' class.cs(5471,33): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' class.cs(5473,54): warning CS0618: `System.Reflection.Emit.FieldBuilder.SetMarshal(System.Reflection.Emit.UnmanagedMarshal)' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' attribute.cs(1077,68): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' attribute.cs(1089,41): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' attribute.cs(1096,75): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' attribute.cs(1107,49): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' attribute.cs(1110,65): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' attribute.cs(1113,57): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' attribute.cs(1121,57): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' attribute.cs(1124,57): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' attribute.cs(1127,57): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' expression.cs(991,59): warning CS0618: `Mono.CSharp.UserOperatorCall.MakeSimpleCall(Mono.CSharp.EmitContext, Mono.CSharp.MethodGroupExpr, Mono.CSharp.Expression, Mono.CSharp.Location)' is obsolete: `It may not be compatible with expression trees' parameter.cs(36,33): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' parameter.cs(38,49): warning CS0618: `System.Reflection.Emit.ParameterBuilder.SetMarshal(System.Reflection.Emit.UnmanagedMarshal)' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' support.cs(351,25): warning CS0618: `System.Collections.Hashtable.comparer' is obsolete: `Please use EqualityComparer property.' support.cs(408,25): warning CS0618: `System.Collections.Hashtable.comparer' is obsolete: `Please use EqualityComparer property.' Compilation succeeded - 17 warning(s) cp smcs.exe ../class/lib/net_2_1_bootstrap/smcs.exe test ! -f smcs.exe.mdb || cp smcs.exe.mdb ../class/lib/net_2_1_bootstrap/smcs.exe.mdb gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' Creating ../../build/deps/net_2_1_bootstrap_corlib.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -nowarn:169,612,618,649 -d:INSIDE_CORLIB -nowarn:414 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig -unsafe -nostdlib -resource:resources/collation.core.bin -resource:resources/collation.tailoring.bin -resource:resources/collation.cjkCHS.bin -resource:resources/collation.cjkCHT.bin -resource:resources/collation.cjkJA.bin -resource:resources/collation.cjkKO.bin -resource:resources/collation.cjkKOlv2.bin -target:library -out:mscorlib.dll @corlib.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R mscorlib.dll ../../class/mono.snk Assembly mscorlib.dll signed. mv mscorlib.dll ../../class/lib/net_2_1_bootstrap/mscorlib.dll test ! -f mscorlib.dll.mdb || mv mscorlib.dll.mdb ../../class/lib/net_2_1_bootstrap/mscorlib.dll.mdb test ! -f mscorlib.pdb || mv mscorlib.pdb ../../class/lib/net_2_1_bootstrap/mscorlib.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' Creating the per profile list ../../build/deps/net_2_1_bootstrap_System.dll.sources ... ../../tools/gensources.sh net_2_1_bootstrap_System.dll.sources > ../../build/deps/net_2_1_bootstrap_System.dll.sources Creating ../../build/deps/net_2_1_bootstrap_System.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -target:library -out:System.dll @../../build/deps/net_2_1_bootstrap_System.dll.sources ../corlib/System.Collections/ArrayList.cs(42,26): warning CS0436: The type `System.ICloneable' conflicts with the imported type `System.ICloneable'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System/ICloneable.cs(43,19): (Location of the symbol related to previous warning) ../corlib/System.Collections/ArrayList.cs(181,27): warning CS0436: The type `System.Collections.ArrayList' conflicts with the imported type `System.Collections.ArrayList'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/ArrayList.cs(41,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/CaseInsensitiveHashCodeProvider.cs(46,49): warning CS0436: The type `System.Collections.IHashCodeProvider' conflicts with the imported type `System.Collections.IHashCodeProvider'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/IHashCodeProvider.cs(48,19): (Location of the symbol related to previous warning) ../corlib/System.Collections/Hashtable.cs(1108,47): warning CS0436: The type `System.Collections.Hashtable' conflicts with the imported type `System.Collections.Hashtable'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/Hashtable.cs(51,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/Queue.cs(235,43): warning CS0436: The type `System.Collections.Queue' conflicts with the imported type `System.Collections.Queue'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/Queue.cs(48,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/Stack.cs(96,43): warning CS0436: The type `System.Collections.Stack' conflicts with the imported type `System.Collections.Stack'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/Stack.cs(46,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/BitArray.cs(53,34): warning CS0436: The type `System.Collections.BitArray' conflicts with the imported type `System.Collections.BitArray'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/BitArray.cs(47,22): (Location of the symbol related to previous warning) ../corlib/System.Collections/CaseInsensitiveComparer.cs(49,32): warning CS0436: The type `System.Collections.CaseInsensitiveComparer' conflicts with the imported type `System.Collections.CaseInsensitiveComparer'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/CaseInsensitiveComparer.cs(47,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/CaseInsensitiveHashCodeProvider.cs(48,33): warning CS0436: The type `System.Collections.CaseInsensitiveHashCodeProvider' conflicts with the imported type `System.Collections.CaseInsensitiveHashCodeProvider'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/CaseInsensitiveHashCodeProvider.cs(46,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/Comparer.cs(48,40): warning CS0436: The type `System.Collections.Comparer' conflicts with the imported type `System.Collections.Comparer'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/Comparer.cs(46,22): (Location of the symbol related to previous warning) System.ComponentModel/ComponentCollection.cs(69,43): warning CS0114: `System.ComponentModel.ComponentCollection.this[int]' hides inherited member `System.Collections.Generic.List.this[int]'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) System.ComponentModel/ComponentCollection.cs(88,29): warning CS0114: `System.ComponentModel.ComponentCollection.CopyTo(System.ComponentModel.IComponent[], int)' hides inherited member `System.Collections.Generic.List.CopyTo(System.ComponentModel.IComponent[], int)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) System.Diagnostics/ProcessModuleCollection.cs(61,38): warning CS0114: `System.Diagnostics.ProcessModuleCollection.this[int]' hides inherited member `System.Collections.Generic.List.this[int]'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) System.Diagnostics/ProcessModuleCollection.cs(67,29): warning CS0114: `System.Diagnostics.ProcessModuleCollection.Contains(System.Diagnostics.ProcessModule)' hides inherited member `System.Collections.Generic.List.Contains(System.Diagnostics.ProcessModule)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) System.Diagnostics/ProcessModuleCollection.cs(72,29): warning CS0114: `System.Diagnostics.ProcessModuleCollection.CopyTo(System.Diagnostics.ProcessModule[], int)' hides inherited member `System.Collections.Generic.List.CopyTo(System.Diagnostics.ProcessModule[], int)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) System.Diagnostics/ProcessModuleCollection.cs(77,28): warning CS0114: `System.Diagnostics.ProcessModuleCollection.IndexOf(System.Diagnostics.ProcessModule)' hides inherited member `System.Collections.Generic.List.IndexOf(System.Diagnostics.ProcessModule)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) System.Diagnostics/ProcessThreadCollection.cs(72,38): warning CS0114: `System.Diagnostics.ProcessThreadCollection.this[int]' hides inherited member `System.Collections.Generic.List.this[int]'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) System.Diagnostics/ProcessThreadCollection.cs(78,28): warning CS0108: `System.Diagnostics.ProcessThreadCollection.Add(System.Diagnostics.ProcessThread)' hides inherited member `System.Diagnostics.ProcessThreadCollectionBase.Add(System.Diagnostics.ProcessThread)'. Use the new keyword if hiding was intended System.Diagnostics/ProcessThreadCollection.cs(43,32): (Location of the symbol related to previous warning) System.Diagnostics/ProcessThreadCollection.cs(83,29): warning CS0114: `System.Diagnostics.ProcessThreadCollection.Contains(System.Diagnostics.ProcessThread)' hides inherited member `System.Collections.Generic.List.Contains(System.Diagnostics.ProcessThread)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) System.Diagnostics/ProcessThreadCollection.cs(88,29): warning CS0114: `System.Diagnostics.ProcessThreadCollection.CopyTo(System.Diagnostics.ProcessThread[], int)' hides inherited member `System.Collections.Generic.List.CopyTo(System.Diagnostics.ProcessThread[], int)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) System.Diagnostics/ProcessThreadCollection.cs(93,28): warning CS0114: `System.Diagnostics.ProcessThreadCollection.IndexOf(System.Diagnostics.ProcessThread)' hides inherited member `System.Collections.Generic.List.IndexOf(System.Diagnostics.ProcessThread)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) System.Diagnostics/ProcessThreadCollection.cs(98,29): warning CS0114: `System.Diagnostics.ProcessThreadCollection.Insert(int, System.Diagnostics.ProcessThread)' hides inherited member `System.Collections.Generic.List.Insert(int, System.Diagnostics.ProcessThread)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) System.Diagnostics/ProcessThreadCollection.cs(103,29): warning CS0114: `System.Diagnostics.ProcessThreadCollection.Remove(System.Diagnostics.ProcessThread)' hides inherited member `System.Collections.Generic.List.Remove(System.Diagnostics.ProcessThread)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) System.Text.RegularExpressions/RxInterpreter.cs(997,33): warning CS0162: Unreachable code detected ../corlib/System.Collections/BitArray.cs(350,37): warning CS0414: The private field `System.Collections.BitArray.BitArrayEnumerator._max' is assigned but its value is never used System.ComponentModel/BindingList.cs(156,52): warning CS0067: The event `System.ComponentModel.BindingList.AddingNew' is never used System.Diagnostics/Process.cs(1554,29): warning CS0169: The private method `System.Diagnostics.Process.CBOnExit(object, bool)' is never used System.Diagnostics/Process.cs(80,22): warning CS0169: The private field `System.Diagnostics.Process.already_waiting' is never used System.Text.RegularExpressions/CILCompiler.cs(23,21): warning CS0414: The private field `System.Text.RegularExpressions.CILCompiler.group_count' is assigned but its value is never used System.Text.RegularExpressions/CILCompiler.cs(28,34): warning CS0414: The private field `System.Text.RegularExpressions.CILCompiler.fi_match_start' is assigned but its value is never used System.Text.RegularExpressions/RxInterpreter.cs(202,22): warning CS0169: The private method `System.Text.RegularExpressions.RxInterpreter.SetStartOfMatch(int)' is never used Compilation succeeded - 31 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R System.dll ../../class/mono.snk Assembly System.dll signed. mv System.dll ../../class/lib/net_2_1_bootstrap/System.dll test ! -f System.dll.mdb || mv System.dll.mdb ../../class/lib/net_2_1_bootstrap/System.dll.mdb test ! -f System.pdb || mv System.pdb ../../class/lib/net_2_1_bootstrap/System.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Net' Creating ../../build/deps/net_2_1_bootstrap_System.Net.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Net' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Net' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Net' MONO_PATH="../../class/lib/net_2_1_bootstrap:../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper --security=temporary-smcs-hack ../../class/lib/net_2_1_bootstrap/smcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig -unsafe -r:System -d:NET_2_1 -d:NET_2_0 -d:NET_1_1 -target:library -out:../../class/lib/net_2_1_bootstrap/System.Net.dll @System.Net.dll.sources ../System/System.Net.NetworkInformation/IPAddressCollection.cs(37,56): warning CS0436: The type `System.Net.IPAddress' conflicts with the imported type `System.Net.IPAddress'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/System.dll (Location of the symbol related to previous warning) ../System/System.Net/IPAddress.cs(41,22): (Location of the symbol related to previous warning) ../System/System.Net/EndPoint.cs(40,32): warning CS0436: The type `System.Net.Sockets.AddressFamily' conflicts with the imported type `System.Net.Sockets.AddressFamily'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/System.dll (Location of the symbol related to previous warning) ../System/System.Net.Sockets/AddressFamily.cs(40,21): (Location of the symbol related to previous warning) ../System/System.Net/Dns.cs(183,32): warning CS0436: The type `System.Net.IPHostEntry' conflicts with the imported type `System.Net.IPHostEntry'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/System.dll (Location of the symbol related to previous warning) ../System/System.Net/IPHostEntry.cs(32,22): (Location of the symbol related to previous warning) ../System/System.Net/Cookie.cs(250,86): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' ../System/System.Net/Cookie.cs(250,69): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' ../System/System.Net/Cookie.cs(253,86): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' ../System/System.Net/Cookie.cs(253,69): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' ../System/System.Net/Dns.cs(194,53): warning CS0618: `System.Net.Sockets.Socket.SupportsIPv6' is obsolete: `Use OSSupportsIPv6 instead' ../System/System.Net/Dns.cs(289,40): warning CS0618: `System.Net.Dns.GetHostByName(string)' is obsolete: `Use GetHostEntry instead' ../System/System.Net/EndpointPermission.cs(330,62): warning CS0618: `System.Net.Dns.GetHostByName(string)' is obsolete: `Use GetHostEntry instead' ../System/System.Net/IPAddress.cs(41,22): warning CS3005: Identifier `System.Net.IPAddress' differing only in case is not CLS-compliant /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/System.dll (Location of the symbol related to previous warning) ../System/System.Net/IPHostEntry.cs(32,22): warning CS3005: Identifier `System.Net.IPHostEntry' differing only in case is not CLS-compliant /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/System.dll (Location of the symbol related to previous warning) ../System/System.Net.NetworkInformation/Ping.cs(168,56): warning CS0618: `System.Net.Dns.GetHostByName(string)' is obsolete: `Use GetHostEntry instead' ../System/System.Net.Sockets/AddressFamily.cs(40,21): warning CS3005: Identifier `System.Net.Sockets.AddressFamily' differing only in case is not CLS-compliant /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/System.dll (Location of the symbol related to previous warning) ../System/System.Net.Sockets/TcpClient.cs(314,48): warning CS0618: `System.Net.Dns.GetHostByName(string)' is obsolete: `Use GetHostEntry instead' ../System/System.Net.Sockets/UdpClient.cs(184,53): warning CS0618: `System.Net.Dns.Resolve(string)' is obsolete: `Use GetHostEntry instead' ../System/System.Net.Sockets/UdpClient.cs(392,58): warning CS0618: `System.Net.Dns.Resolve(string)' is obsolete: `Use GetHostEntry instead' ../System/System.Net.Sockets/UdpClient.cs(461,80): warning CS0618: `System.Net.Dns.Resolve(string)' is obsolete: `Use GetHostEntry instead' System.Net/WebHeaderCollection_2_1.cs(70,31): warning CS0169: The private method `System.Net.WebHeaderCollection.HttpResponseHeaderToString(System.Net.HttpResponseHeader)' is never used ../System/System.Net.NetworkInformation/NetworkInterface.cs(139,38): warning CS0414: The private field `System.Net.NetworkInformation.LinuxNetworkInterface.index' is assigned but its value is never used Compilation succeeded - 20 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_1_bootstrap/System.Net.dll ../../class/mono.snk Assembly ../../class/lib/net_2_1_bootstrap/System.Net.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Net' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Net' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' Creating the per profile list ../../build/deps/net_2_1_bootstrap_System.Xml.dll.sources ... ../../tools/gensources.sh net_2_1_bootstrap_System.Xml.dll.sources > ../../build/deps/net_2_1_bootstrap_System.Xml.dll.sources Creating ../../build/deps/net_2_1_bootstrap_System.Xml.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../mcs/gmcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0162,0618,0612,0642,1595 -unsafe -d:AGCLR -d:NET_2_1_HACK -target:library -out:System.Xml.dll @../../build/deps/net_2_1_bootstrap_System.Xml.dll.sources ../corlib/System.Collections/ArrayList.cs(42,26): warning CS0436: The type `System.ICloneable' conflicts with the imported type `System.ICloneable'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System/ICloneable.cs(43,19): (Location of the symbol related to previous warning) ../corlib/System.Collections/ArrayList.cs(181,27): warning CS0436: The type `System.Collections.ArrayList' conflicts with the imported type `System.Collections.ArrayList'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/ArrayList.cs(41,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/CaseInsensitiveHashCodeProvider.cs(46,49): warning CS0436: The type `System.Collections.IHashCodeProvider' conflicts with the imported type `System.Collections.IHashCodeProvider'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/IHashCodeProvider.cs(48,19): (Location of the symbol related to previous warning) ../corlib/System.Collections/Hashtable.cs(1108,47): warning CS0436: The type `System.Collections.Hashtable' conflicts with the imported type `System.Collections.Hashtable'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/Hashtable.cs(51,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/Queue.cs(235,43): warning CS0436: The type `System.Collections.Queue' conflicts with the imported type `System.Collections.Queue'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/Queue.cs(48,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/Stack.cs(96,43): warning CS0436: The type `System.Collections.Stack' conflicts with the imported type `System.Collections.Stack'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/Stack.cs(46,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/CaseInsensitiveComparer.cs(49,32): warning CS0436: The type `System.Collections.CaseInsensitiveComparer' conflicts with the imported type `System.Collections.CaseInsensitiveComparer'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/CaseInsensitiveComparer.cs(47,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/CaseInsensitiveHashCodeProvider.cs(48,33): warning CS0436: The type `System.Collections.CaseInsensitiveHashCodeProvider' conflicts with the imported type `System.Collections.CaseInsensitiveHashCodeProvider'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/CaseInsensitiveHashCodeProvider.cs(46,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/Comparer.cs(48,40): warning CS0436: The type `System.Collections.Comparer' conflicts with the imported type `System.Collections.Comparer'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_0/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/Comparer.cs(46,22): (Location of the symbol related to previous warning) System.Xml/DTDObjectModel.cs(1164,44): warning CS0168: The variable `ex' is declared but never used System.Xml/XmlConvert.cs(337,32): warning CS0219: The variable `modestr' is assigned but its value is never used System.Xml/XmlConvert.cs(559,32): warning CS0219: The variable `modestr' is assigned but its value is never used System.Xml/XmlTextReader.cs(1794,40): warning CS0219: The variable `dummyValue' is assigned but its value is never used System.Xml/XmlTextWriter2.cs(759,30): warning CS0219: The variable `isEmpty' is assigned but its value is never used System.Xml/DTDReader.cs(1055,30): warning CS0169: The private method `System.Xml.DTDReader.ReadAttributeDefaultValue(Mono.Xml.DTDAttributeDefinition)' is never used System.Xml/DTDReader.cs(1256,32): warning CS0169: The private method `System.Xml.DTDReader.ReadNmToken()' is never used System.Xml/DTDReader.cs(1459,29): warning CS0169: The private method `System.Xml.DTDReader.ReadCharacterReference()' is never used Compilation succeeded - 17 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R System.Xml.dll ../../class/mono.snk Assembly System.Xml.dll signed. mv System.Xml.dll ../../class/lib/net_2_1_bootstrap/System.Xml.dll test ! -f System.Xml.dll.mdb || mv System.Xml.dll.mdb ../../class/lib/net_2_1_bootstrap/System.Xml.dll.mdb test ! -f System.Xml.pdb || mv System.Xml.pdb ../../class/lib/net_2_1_bootstrap/System.Xml.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' Creating ../../build/deps/net_2_1_bootstrap_System.Core.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' MONO_PATH="../../class/lib/net_2_1_bootstrap:../../class/lib/net_2_0:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper --security=temporary-smcs-hack ../../class/lib/net_2_1_bootstrap/smcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig -d:LIBC /r:mscorlib.dll /r:System -target:library -out:../../class/lib/net_2_1_bootstrap/dummy-System.Core.dll @System.Core.dll.sources : ../../class/lib/net_2_1_bootstrap/dummy-System.Core.dll ../../class/mono.snk gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake all-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake PROFILE=net_2_1_raw all gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' Creating ../build/deps/net_2_1_raw_smcs.exe.makefrag ... gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' /bin/sh ../mkinstalldirs ../class/lib/net_2_1_raw/ mkdir -p -- ../class/lib/net_2_1_raw/ touch ../class/lib/net_2_1_raw//.stamp MONO_PATH="../class/lib/net_2_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper --security=temporary-smcs-hack ../class/lib/net_2_1_bootstrap/smcs.exe /codepage:65001 -d:GMCS_SOURCE -d:SMCS_SOURCE -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug -target:exe -out:smcs.exe cs-parser.cs @smcs.exe.sources attribute.cs(1058,24): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' class.cs(5471,33): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' class.cs(5473,54): warning CS0618: `System.Reflection.Emit.FieldBuilder.SetMarshal(System.Reflection.Emit.UnmanagedMarshal)' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' attribute.cs(1077,68): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' attribute.cs(1089,41): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' attribute.cs(1096,75): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' attribute.cs(1107,49): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' attribute.cs(1110,65): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' attribute.cs(1113,57): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' attribute.cs(1121,57): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' attribute.cs(1124,57): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' attribute.cs(1127,57): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' expression.cs(991,59): warning CS0618: `Mono.CSharp.UserOperatorCall.MakeSimpleCall(Mono.CSharp.EmitContext, Mono.CSharp.MethodGroupExpr, Mono.CSharp.Expression, Mono.CSharp.Location)' is obsolete: `It may not be compatible with expression trees' parameter.cs(36,33): warning CS0618: `System.Reflection.Emit.UnmanagedMarshal' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' parameter.cs(38,49): warning CS0618: `System.Reflection.Emit.ParameterBuilder.SetMarshal(System.Reflection.Emit.UnmanagedMarshal)' is obsolete: `An alternate API is available: Emit the MarshalAs custom attribute instead.' support.cs(351,25): warning CS0618: `System.Collections.Hashtable.comparer' is obsolete: `Please use EqualityComparer property.' support.cs(408,25): warning CS0618: `System.Collections.Hashtable.comparer' is obsolete: `Please use EqualityComparer property.' Compilation succeeded - 17 warning(s) cp smcs.exe ../class/lib/net_2_1_raw/smcs.exe test ! -f smcs.exe.mdb || cp smcs.exe.mdb ../class/lib/net_2_1_raw/smcs.exe.mdb gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' Creating ../../build/deps/net_2_1_raw_corlib.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' MONO_PATH="../../class/lib/net_2_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper --security=temporary-smcs-hack ../../class/lib/net_2_1_bootstrap/smcs.exe /codepage:65001 -nowarn:169,612,618,649 -d:INSIDE_CORLIB -nowarn:414 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig -unsafe -nostdlib -resource:resources/collation.core.bin -resource:resources/collation.tailoring.bin -resource:resources/collation.cjkCHS.bin -resource:resources/collation.cjkCHT.bin -resource:resources/collation.cjkJA.bin -resource:resources/collation.cjkKO.bin -resource:resources/collation.cjkKOlv2.bin -target:library -out:mscorlib.dll @corlib.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R mscorlib.dll ../../class/mono.snk Assembly mscorlib.dll signed. mv mscorlib.dll ../../class/lib/net_2_1_raw/mscorlib.dll test ! -f mscorlib.dll.mdb || mv mscorlib.dll.mdb ../../class/lib/net_2_1_raw/mscorlib.dll.mdb test ! -f mscorlib.pdb || mv mscorlib.pdb ../../class/lib/net_2_1_raw/mscorlib.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' Creating the per profile list ../../build/deps/net_2_1_raw_System.dll.sources ... ../../tools/gensources.sh net_2_1_raw_System.dll.sources > ../../build/deps/net_2_1_raw_System.dll.sources Creating ../../build/deps/net_2_1_raw_System.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' MONO_PATH="../../class/lib/net_2_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper --security=temporary-smcs-hack ../../class/lib/net_2_1_bootstrap/smcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig -nowarn:618 -d:CONFIGURATION_2_0 -unsafe -target:library -out:System.dll @../../build/deps/net_2_1_raw_System.dll.sources ../corlib/System.Collections/ArrayList.cs(42,26): warning CS0436: The type `System.ICloneable' conflicts with the imported type `System.ICloneable'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System/ICloneable.cs(43,19): (Location of the symbol related to previous warning) ../corlib/System.Collections/ArrayList.cs(181,27): warning CS0436: The type `System.Collections.ArrayList' conflicts with the imported type `System.Collections.ArrayList'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/ArrayList.cs(41,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/CaseInsensitiveHashCodeProvider.cs(46,49): warning CS0436: The type `System.Collections.IHashCodeProvider' conflicts with the imported type `System.Collections.IHashCodeProvider'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/IHashCodeProvider.cs(48,19): (Location of the symbol related to previous warning) ../corlib/System.Collections/Hashtable.cs(1108,47): warning CS0436: The type `System.Collections.Hashtable' conflicts with the imported type `System.Collections.Hashtable'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/Hashtable.cs(51,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/Queue.cs(235,43): warning CS0436: The type `System.Collections.Queue' conflicts with the imported type `System.Collections.Queue'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/Queue.cs(48,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/Stack.cs(96,43): warning CS0436: The type `System.Collections.Stack' conflicts with the imported type `System.Collections.Stack'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/Stack.cs(46,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/BitArray.cs(53,34): warning CS0436: The type `System.Collections.BitArray' conflicts with the imported type `System.Collections.BitArray'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/BitArray.cs(47,22): (Location of the symbol related to previous warning) ../corlib/System.Collections/CaseInsensitiveComparer.cs(49,32): warning CS0436: The type `System.Collections.CaseInsensitiveComparer' conflicts with the imported type `System.Collections.CaseInsensitiveComparer'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/CaseInsensitiveComparer.cs(47,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/CaseInsensitiveHashCodeProvider.cs(48,33): warning CS0436: The type `System.Collections.CaseInsensitiveHashCodeProvider' conflicts with the imported type `System.Collections.CaseInsensitiveHashCodeProvider'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/CaseInsensitiveHashCodeProvider.cs(46,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/Comparer.cs(48,40): warning CS0436: The type `System.Collections.Comparer' conflicts with the imported type `System.Collections.Comparer'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/Comparer.cs(46,22): (Location of the symbol related to previous warning) System.ComponentModel/ComponentCollection.cs(69,43): warning CS0114: `System.ComponentModel.ComponentCollection.this[int]' hides inherited member `System.Collections.Generic.List.this[int]'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) System.ComponentModel/ComponentCollection.cs(88,29): warning CS0114: `System.ComponentModel.ComponentCollection.CopyTo(System.ComponentModel.IComponent[], int)' hides inherited member `System.Collections.Generic.List.CopyTo(System.ComponentModel.IComponent[], int)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) System.Diagnostics/ProcessModuleCollection.cs(61,38): warning CS0114: `System.Diagnostics.ProcessModuleCollection.this[int]' hides inherited member `System.Collections.Generic.List.this[int]'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) System.Diagnostics/ProcessModuleCollection.cs(67,29): warning CS0114: `System.Diagnostics.ProcessModuleCollection.Contains(System.Diagnostics.ProcessModule)' hides inherited member `System.Collections.Generic.List.Contains(System.Diagnostics.ProcessModule)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) System.Diagnostics/ProcessModuleCollection.cs(72,29): warning CS0114: `System.Diagnostics.ProcessModuleCollection.CopyTo(System.Diagnostics.ProcessModule[], int)' hides inherited member `System.Collections.Generic.List.CopyTo(System.Diagnostics.ProcessModule[], int)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) System.Diagnostics/ProcessModuleCollection.cs(77,28): warning CS0114: `System.Diagnostics.ProcessModuleCollection.IndexOf(System.Diagnostics.ProcessModule)' hides inherited member `System.Collections.Generic.List.IndexOf(System.Diagnostics.ProcessModule)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) System.Diagnostics/ProcessThreadCollection.cs(72,38): warning CS0114: `System.Diagnostics.ProcessThreadCollection.this[int]' hides inherited member `System.Collections.Generic.List.this[int]'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) System.Diagnostics/ProcessThreadCollection.cs(78,28): warning CS0108: `System.Diagnostics.ProcessThreadCollection.Add(System.Diagnostics.ProcessThread)' hides inherited member `System.Diagnostics.ProcessThreadCollectionBase.Add(System.Diagnostics.ProcessThread)'. Use the new keyword if hiding was intended System.Diagnostics/ProcessThreadCollection.cs(43,32): (Location of the symbol related to previous warning) System.Diagnostics/ProcessThreadCollection.cs(83,29): warning CS0114: `System.Diagnostics.ProcessThreadCollection.Contains(System.Diagnostics.ProcessThread)' hides inherited member `System.Collections.Generic.List.Contains(System.Diagnostics.ProcessThread)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) System.Diagnostics/ProcessThreadCollection.cs(88,29): warning CS0114: `System.Diagnostics.ProcessThreadCollection.CopyTo(System.Diagnostics.ProcessThread[], int)' hides inherited member `System.Collections.Generic.List.CopyTo(System.Diagnostics.ProcessThread[], int)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) System.Diagnostics/ProcessThreadCollection.cs(93,28): warning CS0114: `System.Diagnostics.ProcessThreadCollection.IndexOf(System.Diagnostics.ProcessThread)' hides inherited member `System.Collections.Generic.List.IndexOf(System.Diagnostics.ProcessThread)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) System.Diagnostics/ProcessThreadCollection.cs(98,29): warning CS0114: `System.Diagnostics.ProcessThreadCollection.Insert(int, System.Diagnostics.ProcessThread)' hides inherited member `System.Collections.Generic.List.Insert(int, System.Diagnostics.ProcessThread)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) System.Diagnostics/ProcessThreadCollection.cs(103,29): warning CS0114: `System.Diagnostics.ProcessThreadCollection.Remove(System.Diagnostics.ProcessThread)' hides inherited member `System.Collections.Generic.List.Remove(System.Diagnostics.ProcessThread)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) System.Text.RegularExpressions/RxInterpreter.cs(997,33): warning CS0162: Unreachable code detected ../corlib/System.Collections/BitArray.cs(350,37): warning CS0414: The private field `System.Collections.BitArray.BitArrayEnumerator._max' is assigned but its value is never used System.ComponentModel/BindingList.cs(156,52): warning CS0067: The event `System.ComponentModel.BindingList.AddingNew' is never used System.Diagnostics/Process.cs(1554,29): warning CS0169: The private method `System.Diagnostics.Process.CBOnExit(object, bool)' is never used System.Diagnostics/Process.cs(80,22): warning CS0169: The private field `System.Diagnostics.Process.already_waiting' is never used System.Text.RegularExpressions/CILCompiler.cs(23,21): warning CS0414: The private field `System.Text.RegularExpressions.CILCompiler.group_count' is assigned but its value is never used System.Text.RegularExpressions/CILCompiler.cs(28,34): warning CS0414: The private field `System.Text.RegularExpressions.CILCompiler.fi_match_start' is assigned but its value is never used System.Text.RegularExpressions/RxInterpreter.cs(202,22): warning CS0169: The private method `System.Text.RegularExpressions.RxInterpreter.SetStartOfMatch(int)' is never used Compilation succeeded - 31 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R System.dll ../../class/mono.snk Assembly System.dll signed. mv System.dll ../../class/lib/net_2_1_raw/System.dll test ! -f System.dll.mdb || mv System.dll.mdb ../../class/lib/net_2_1_raw/System.dll.mdb test ! -f System.pdb || mv System.pdb ../../class/lib/net_2_1_raw/System.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Net' Creating ../../build/deps/net_2_1_raw_System.Net.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Net' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Net' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Net' MONO_PATH="../../class/lib/net_2_1_raw:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper --security=temporary-smcs-hack ../../class/lib/net_2_1_raw/smcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig -unsafe -r:System -d:NET_2_1 -d:NET_2_0 -d:NET_1_1 -target:library -out:../../class/lib/net_2_1_raw/System.Net.dll @System.Net.dll.sources ../System/System.Net.NetworkInformation/IPAddressCollection.cs(37,56): warning CS0436: The type `System.Net.IPAddress' conflicts with the imported type `System.Net.IPAddress'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_raw/System.dll (Location of the symbol related to previous warning) ../System/System.Net/IPAddress.cs(41,22): (Location of the symbol related to previous warning) ../System/System.Net/EndPoint.cs(40,32): warning CS0436: The type `System.Net.Sockets.AddressFamily' conflicts with the imported type `System.Net.Sockets.AddressFamily'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_raw/System.dll (Location of the symbol related to previous warning) ../System/System.Net.Sockets/AddressFamily.cs(40,21): (Location of the symbol related to previous warning) ../System/System.Net/Dns.cs(183,32): warning CS0436: The type `System.Net.IPHostEntry' conflicts with the imported type `System.Net.IPHostEntry'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_raw/System.dll (Location of the symbol related to previous warning) ../System/System.Net/IPHostEntry.cs(32,22): (Location of the symbol related to previous warning) ../System/System.Net/Cookie.cs(250,86): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' ../System/System.Net/Cookie.cs(250,69): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' ../System/System.Net/Cookie.cs(253,86): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' ../System/System.Net/Cookie.cs(253,69): warning CS0618: `System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: `Please use StringComparer instead.' ../System/System.Net/Dns.cs(194,53): warning CS0618: `System.Net.Sockets.Socket.SupportsIPv6' is obsolete: `Use OSSupportsIPv6 instead' ../System/System.Net/Dns.cs(289,40): warning CS0618: `System.Net.Dns.GetHostByName(string)' is obsolete: `Use GetHostEntry instead' ../System/System.Net/EndpointPermission.cs(330,62): warning CS0618: `System.Net.Dns.GetHostByName(string)' is obsolete: `Use GetHostEntry instead' ../System/System.Net/IPAddress.cs(41,22): warning CS3005: Identifier `System.Net.IPAddress' differing only in case is not CLS-compliant /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_raw/System.dll (Location of the symbol related to previous warning) ../System/System.Net/IPHostEntry.cs(32,22): warning CS3005: Identifier `System.Net.IPHostEntry' differing only in case is not CLS-compliant /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_raw/System.dll (Location of the symbol related to previous warning) ../System/System.Net.NetworkInformation/Ping.cs(168,56): warning CS0618: `System.Net.Dns.GetHostByName(string)' is obsolete: `Use GetHostEntry instead' ../System/System.Net.Sockets/AddressFamily.cs(40,21): warning CS3005: Identifier `System.Net.Sockets.AddressFamily' differing only in case is not CLS-compliant /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_raw/System.dll (Location of the symbol related to previous warning) ../System/System.Net.Sockets/TcpClient.cs(314,48): warning CS0618: `System.Net.Dns.GetHostByName(string)' is obsolete: `Use GetHostEntry instead' ../System/System.Net.Sockets/UdpClient.cs(184,53): warning CS0618: `System.Net.Dns.Resolve(string)' is obsolete: `Use GetHostEntry instead' ../System/System.Net.Sockets/UdpClient.cs(392,58): warning CS0618: `System.Net.Dns.Resolve(string)' is obsolete: `Use GetHostEntry instead' ../System/System.Net.Sockets/UdpClient.cs(461,80): warning CS0618: `System.Net.Dns.Resolve(string)' is obsolete: `Use GetHostEntry instead' System.Net/WebHeaderCollection_2_1.cs(70,31): warning CS0169: The private method `System.Net.WebHeaderCollection.HttpResponseHeaderToString(System.Net.HttpResponseHeader)' is never used ../System/System.Net.NetworkInformation/NetworkInterface.cs(139,38): warning CS0414: The private field `System.Net.NetworkInformation.LinuxNetworkInterface.index' is assigned but its value is never used Compilation succeeded - 20 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_1_raw/System.Net.dll ../../class/mono.snk Assembly ../../class/lib/net_2_1_raw/System.Net.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Net' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Net' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' Creating the per profile list ../../build/deps/net_2_1_raw_System.Xml.dll.sources ... ../../tools/gensources.sh net_2_1_raw_System.Xml.dll.sources > ../../build/deps/net_2_1_raw_System.Xml.dll.sources Creating ../../build/deps/net_2_1_raw_System.Xml.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' MONO_PATH="../../class/lib/net_2_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper --security=temporary-smcs-hack ../../class/lib/net_2_1_bootstrap/smcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0162,0618,0612,0642,1595 -unsafe -d:AGCLR -d:NET_2_1_HACK -target:library -out:System.Xml.dll @../../build/deps/net_2_1_raw_System.Xml.dll.sources ../corlib/System.Collections/ArrayList.cs(42,26): warning CS0436: The type `System.ICloneable' conflicts with the imported type `System.ICloneable'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System/ICloneable.cs(43,19): (Location of the symbol related to previous warning) ../corlib/System.Collections/ArrayList.cs(181,27): warning CS0436: The type `System.Collections.ArrayList' conflicts with the imported type `System.Collections.ArrayList'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/ArrayList.cs(41,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/CaseInsensitiveHashCodeProvider.cs(46,49): warning CS0436: The type `System.Collections.IHashCodeProvider' conflicts with the imported type `System.Collections.IHashCodeProvider'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/IHashCodeProvider.cs(48,19): (Location of the symbol related to previous warning) ../corlib/System.Collections/Hashtable.cs(1108,47): warning CS0436: The type `System.Collections.Hashtable' conflicts with the imported type `System.Collections.Hashtable'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/Hashtable.cs(51,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/Queue.cs(235,43): warning CS0436: The type `System.Collections.Queue' conflicts with the imported type `System.Collections.Queue'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/Queue.cs(48,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/Stack.cs(96,43): warning CS0436: The type `System.Collections.Stack' conflicts with the imported type `System.Collections.Stack'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/Stack.cs(46,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/CaseInsensitiveComparer.cs(49,32): warning CS0436: The type `System.Collections.CaseInsensitiveComparer' conflicts with the imported type `System.Collections.CaseInsensitiveComparer'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/CaseInsensitiveComparer.cs(47,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/CaseInsensitiveHashCodeProvider.cs(48,33): warning CS0436: The type `System.Collections.CaseInsensitiveHashCodeProvider' conflicts with the imported type `System.Collections.CaseInsensitiveHashCodeProvider'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/CaseInsensitiveHashCodeProvider.cs(46,15): (Location of the symbol related to previous warning) ../corlib/System.Collections/Comparer.cs(48,40): warning CS0436: The type `System.Collections.Comparer' conflicts with the imported type `System.Collections.Comparer'. Ignoring the imported type definition /work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_bootstrap/mscorlib.dll (Location of the symbol related to previous warning) ../corlib/System.Collections/Comparer.cs(46,22): (Location of the symbol related to previous warning) System.Xml/DTDObjectModel.cs(1164,44): warning CS0168: The variable `ex' is declared but never used System.Xml/XmlConvert.cs(337,32): warning CS0219: The variable `modestr' is assigned but its value is never used System.Xml/XmlConvert.cs(559,32): warning CS0219: The variable `modestr' is assigned but its value is never used System.Xml/XmlTextReader.cs(1794,40): warning CS0219: The variable `dummyValue' is assigned but its value is never used System.Xml/XmlTextWriter2.cs(759,30): warning CS0219: The variable `isEmpty' is assigned but its value is never used System.Xml/DTDReader.cs(1055,30): warning CS0169: The private method `System.Xml.DTDReader.ReadAttributeDefaultValue(Mono.Xml.DTDAttributeDefinition)' is never used System.Xml/DTDReader.cs(1256,32): warning CS0169: The private method `System.Xml.DTDReader.ReadNmToken()' is never used System.Xml/DTDReader.cs(1459,29): warning CS0169: The private method `System.Xml.DTDReader.ReadCharacterReference()' is never used Compilation succeeded - 17 warning(s) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R System.Xml.dll ../../class/mono.snk Assembly System.Xml.dll signed. mv System.Xml.dll ../../class/lib/net_2_1_raw/System.Xml.dll test ! -f System.Xml.dll.mdb || mv System.Xml.dll.mdb ../../class/lib/net_2_1_raw/System.Xml.dll.mdb test ! -f System.Xml.pdb || mv System.Xml.pdb ../../class/lib/net_2_1_raw/System.Xml.pdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' Creating ../../build/deps/net_2_1_raw_System.Core.dll.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' MONO_PATH="../../class/lib/net_2_1_raw:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper --security=temporary-smcs-hack ../../class/lib/net_2_1_raw/smcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug /noconfig -d:LIBC /r:mscorlib.dll /r:System -target:library -out:../../class/lib/net_2_1_raw/System.Core.dll @System.Core.dll.sources MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_1_raw/System.Core.dll ../../class/mono.snk Assembly ../../class/lib/net_2_1_raw/System.Core.dll signed. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' Creating ../../build/deps/net_2_1_raw_compiler-tester.exe.makefrag ... gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' MONO_PATH="../../class/lib/net_2_1_raw:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper --security=temporary-smcs-hack ../../class/lib/net_2_1_raw/smcs.exe /codepage:65001 -optimize -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug -target:exe -out:compiler-tester.exe @compiler-tester.exe.sources compiler-tester.cs(740,40): warning CS0219: The variable `ref_file' is assigned but its value is never used compiler-tester.cs(632,33): warning CS0169: The private field `TestRunner.PositiveChecker.mono' is never used Compilation succeeded - 2 warning(s) mv compiler-tester.exe ../../class/lib/net_2_1_raw/compiler-tester.exe test ! -f compiler-tester.exe.mdb || mv compiler-tester.exe.mdb ../../class/lib/net_2_1_raw/compiler-tester.exe.mdb gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake all-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake PROFILE=net_2_1 all gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' /bin/sh ../../mkinstalldirs ../../class/lib/net_2_1/ mkdir -p -- ../../class/lib/net_2_1/ touch ../../class/lib/net_2_1//.stamp cp ../../class/lib/net_2_1_raw/compiler-tester.exe ../../class/lib/net_2_1/compiler-tester.exe gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/tuner' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/tuner' touch tune.stampt MONO_PATH=".:../../class/lib/default:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper --debug ../linker/monolinker.exe -d ../../class/lib/net_2_1_raw -o ../../class/lib/net_2_1 -l none -c link -a smcs -b true -m display_internalized false -x Descriptors/mscorlib.xml -x Descriptors/smcs.xml -x Descriptors/System.xml -s Mono.Tuner.InjectAttributes,Mono.Tuner:OutputStep -s Mono.Tuner.AdjustVisibility,Mono.Tuner:OutputStep -s Mono.Tuner.PrintStatus,Mono.Tuner:OutputStep -s Mono.Tuner.RemoveSerialization,Mono.Tuner:OutputStep -s Mono.Tuner.CheckVisibility,Mono.Tuner -i masterinfos/silverlight/mscorlib.info -i masterinfos/silverlight/System.info -i masterinfos/silverlight/System.Net.info -i masterinfos/silverlight/System.Core.info -i masterinfos/silverlight/System.Xml.info Assembly `smcs, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null' (/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_raw/smcs.exe) tuned Assembly `System.Net, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' (/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_raw/System.Net.dll) tuned Assembly `System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' (/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_raw/System.dll) tuned Assembly `System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' (/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_raw/System.Xml.dll) tuned Assembly `mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' (/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_raw/mscorlib.dll) tuned Assembly `System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' (/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/lib/net_2_1_raw/System.Core.dll) tuned [check] in assembly System.Net, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e [check] Variable `1` of type `System.Collections.ArrayList` from method `System.Net.IPHostEntry System.Net.Dns::hostent_to_IPHostEntry(System.String,System.String[],System.String[])` is not visible [check] Operand `System.Void System.Collections.ArrayList::.ctor()` of type InlineMethod at offset 0x0006 in method `System.Net.IPHostEntry System.Net.Dns::hostent_to_IPHostEntry(System.String,System.String[],System.String[])` is not visible [check] Operand `System.Int32 System.Collections.ArrayList::Add(System.Object)` of type InlineMethod at offset 0x0059 in method `System.Net.IPHostEntry System.Net.Dns::hostent_to_IPHostEntry(System.String,System.String[],System.String[])` is not visible [check] Operand `System.Int32 System.Collections.ArrayList::get_Count()` of type InlineMethod at offset 0x0078 in method `System.Net.IPHostEntry System.Net.Dns::hostent_to_IPHostEntry(System.String,System.String[],System.String[])` is not visible [check] Operand `System.Array System.Collections.ArrayList::ToArray(System.Type)` of type InlineMethod at offset 0x0099 in method `System.Net.IPHostEntry System.Net.Dns::hostent_to_IPHostEntry(System.String,System.String[],System.String[])` is not visible [check] Operand `System.Void System.Net.NetworkInformation.IPAddressCollection::.ctor()` of type InlineMethod at offset 0x0001 in method `System.Void System.Net.NetworkInformation.Win32IPAddressCollection::.ctor()` is not visible [check] Operand `System.Void System.Net.NetworkInformation.IPAddressCollection::.ctor()` of type InlineMethod at offset 0x0001 in method `System.Void System.Net.NetworkInformation.Win32IPAddressCollection::.ctor(System.IntPtr[])` is not visible [check] Operand `System.Void System.Net.NetworkInformation.IPAddressCollection::.ctor()` of type InlineMethod at offset 0x0001 in method `System.Void System.Net.NetworkInformation.Win32IPAddressCollection::.ctor(System.Net.NetworkInformation.Win32_IP_ADDR_STRING[])` is not visible [check] Operand `System.Void System.Net.NetworkInformation.IPAddressCollection::.ctor()` of type InlineMethod at offset 0x0000 in method `System.Net.NetworkInformation.IPAddressCollection System.Net.NetworkInformation.LinuxIPInterfaceProperties::get_DhcpServerAddresses()` is not visible [check] Operand `System.Void System.Net.NetworkInformation.IPAddressCollection::.ctor()` of type InlineMethod at offset 0x0000 in method `System.Net.NetworkInformation.IPAddressCollection System.Net.NetworkInformation.LinuxIPInterfaceProperties::get_DnsAddresses()` is not visible [check] Operand `System.Void System.Net.NetworkInformation.IPAddressCollection::.ctor()` of type InlineMethod at offset 0x0000 in method `System.Net.NetworkInformation.IPAddressCollection System.Net.NetworkInformation.LinuxIPInterfaceProperties::get_WinsServersAddresses()` is not visible [check] Operand `System.Void System.Net.NetworkInformation.MulticastIPAddressInformationCollection::.ctor()` of type InlineMethod at offset 0x0001 in method `System.Void System.Net.NetworkInformation.MulticastIPAddressInformationImplCollection::.ctor(System.Boolean)` is not visible [check] Base type `System.ComponentModel.Win32Exception` of type `System.Net.NetworkInformation.NetworkInformationException` is not visible [check] Operand `System.Void System.ComponentModel.Win32Exception::.ctor()` of type InlineMethod at offset 0x0001 in method `System.Void System.Net.NetworkInformation.NetworkInformationException::.ctor()` is not visible [check] Operand `System.Void System.ComponentModel.Win32Exception::.ctor(System.Int32)` of type InlineMethod at offset 0x0002 in method `System.Void System.Net.NetworkInformation.NetworkInformationException::.ctor(System.Int32)` is not visible [check] Operand `System.Void System.Net.NetworkInformation.UnicastIPAddressInformationCollection::.ctor()` of type InlineMethod at offset 0x0001 in method `System.Void System.Net.NetworkInformation.UnicastIPAddressInformationImplCollection::.ctor(System.Boolean)` is not visible [check] Field `readQ` of type `System.Collections.Queue` is not visible from `System.Net.Sockets.Socket` [check] Field `writeQ` of type `System.Collections.Queue` is not visible from `System.Net.Sockets.Socket` [check] Operand `System.Void System.Collections.Queue::.ctor(System.Int32)` of type InlineMethod at offset 0x0009 in method `System.Void System.Net.Sockets.Socket::.ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType)` is not visible [check] Operand `System.Void System.Collections.Queue::.ctor(System.Int32)` of type InlineMethod at offset 0x0015 in method `System.Void System.Net.Sockets.Socket::.ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType)` is not visible [check] Operand `System.Void System.Threading.Thread::ResetAbort()` of type InlineMethod at offset 0x005a in method `System.Void System.Net.Sockets.Socket::Accept(System.Net.Sockets.Socket)` is not visible [check] Variable `0` of type `System.Timers.Timer` from method `System.Void System.Net.Sockets.Socket::Close(System.Int32)` is not visible [check] Operand `System.Void System.Timers.Timer::.ctor()` of type InlineMethod at offset 0x0000 in method `System.Void System.Net.Sockets.Socket::Close(System.Int32)` is not visible [check] Operand `System.Void System.Timers.ElapsedEventHandler::.ctor(System.Object,System.IntPtr)` of type InlineMethod at offset 0x000e in method `System.Void System.Net.Sockets.Socket::Close(System.Int32)` is not visible [check] Operand `System.Void System.Timers.Timer::add_Elapsed(System.Timers.ElapsedEventHandler)` of type InlineMethod at offset 0x0013 in method `System.Void System.Net.Sockets.Socket::Close(System.Int32)` is not visible [check] Operand `System.Void System.Timers.Timer::set_Interval(System.Double)` of type InlineMethod at offset 0x0021 in method `System.Void System.Net.Sockets.Socket::Close(System.Int32)` is not visible [check] Operand `System.Void System.Timers.Timer::set_AutoReset(System.Boolean)` of type InlineMethod at offset 0x0028 in method `System.Void System.Net.Sockets.Socket::Close(System.Int32)` is not visible [check] Operand `System.Void System.Timers.Timer::set_Enabled(System.Boolean)` of type InlineMethod at offset 0x002f in method `System.Void System.Net.Sockets.Socket::Close(System.Int32)` is not visible [check] Parameter `2` of type `System.Timers.ElapsedEventArgs` in method `System.Void System.Net.Sockets.Socket::OnTimeoutClose(System.Object,System.Timers.ElapsedEventArgs)` is not visible. [check] Base type `System.ComponentModel.Win32Exception` of type `System.Net.Sockets.SocketException` is not visible [check] Operand `System.Void System.ComponentModel.Win32Exception::.ctor(System.Int32)` of type InlineMethod at offset 0x0006 in method `System.Void System.Net.Sockets.SocketException::.ctor()` is not visible [check] Operand `System.Void System.ComponentModel.Win32Exception::.ctor(System.Int32)` of type InlineMethod at offset 0x0002 in method `System.Void System.Net.Sockets.SocketException::.ctor(System.Int32)` is not visible [check] Operand `System.Void System.ComponentModel.Win32Exception::.ctor(System.Int32,System.String)` of type InlineMethod at offset 0x0003 in method `System.Void System.Net.Sockets.SocketException::.ctor(System.Int32,System.String)` is not visible [check] Operand `System.Int32 System.ComponentModel.Win32Exception::get_NativeErrorCode()` of type InlineMethod at offset 0x0001 in method `System.Int32 System.Net.Sockets.SocketException::get_ErrorCode()` is not visible [check] Operand `System.Int32 System.ComponentModel.Win32Exception::get_NativeErrorCode()` of type InlineMethod at offset 0x0001 in method `System.Net.Sockets.SocketError System.Net.Sockets.SocketException::get_SocketErrorCode()` is not visible [check] in assembly System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x001d in method `System.Void System.Collections.ArrayList::.ctor(System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0023 in method `System.Object System.Collections.ArrayList::get_Item(System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0023 in method `System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x001c in method `System.Void System.Collections.ArrayList::set_Capacity(System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0023 in method `System.Int32 System.Collections.ArrayList::IndexOf(System.Object,System.Int32,System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0040 in method `System.Int32 System.Collections.ArrayList::IndexOf(System.Object,System.Int32,System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0023 in method `System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0034 in method `System.Void System.Collections.ArrayList::InsertRange(System.Int32,System.Collections.ICollection)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0023 in method `System.Void System.Collections.ArrayList::RemoveAt(System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0017 in method `System.Void System.Collections.ArrayList::CheckRange(System.Int32,System.Int32,System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0034 in method `System.Void System.Collections.ArrayList::CheckRange(System.Int32,System.Int32,System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0023 in method `System.Int32 System.Collections.ArrayList/RangedArrayList::IndexOf(System.Object,System.Int32,System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0040 in method `System.Int32 System.Collections.ArrayList/RangedArrayList::IndexOf(System.Object,System.Int32,System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0017 in method `System.Int32 System.Collections.ArrayList/RangedArrayList::LastIndexOf(System.Object,System.Int32,System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0034 in method `System.Int32 System.Collections.ArrayList/RangedArrayList::LastIndexOf(System.Object,System.Int32,System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0029 in method `System.Void System.Collections.ArrayList/RangedArrayList::Insert(System.Int32,System.Object)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0029 in method `System.Void System.Collections.ArrayList/RangedArrayList::InsertRange(System.Int32,System.Collections.ICollection)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0029 in method `System.Void System.Collections.ArrayList/RangedArrayList::RemoveAt(System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0029 in method `System.Void System.Collections.ArrayList/RangedArrayList::SetRange(System.Int32,System.Collections.ICollection)` is not visible [check] Operand `System.Int32 System.Globalization.CultureInfo::get_LCID()` of type InlineMethod at offset 0x000d in method `System.Void System.Collections.CaseInsensitiveHashCodeProvider::.ctor()` is not visible [check] Operand `System.Int32 System.Globalization.CultureInfo::get_LCID()` of type InlineMethod at offset 0x0017 in method `System.Void System.Collections.CaseInsensitiveHashCodeProvider::.ctor()` is not visible [check] Operand `System.Int32 System.Globalization.CultureInfo::get_LCID()` of type InlineMethod at offset 0x0018 in method `System.Void System.Collections.CaseInsensitiveHashCodeProvider::.ctor(System.Globalization.CultureInfo)` is not visible [check] Operand `System.Int32 System.Globalization.CultureInfo::get_LCID()` of type InlineMethod at offset 0x0022 in method `System.Void System.Collections.CaseInsensitiveHashCodeProvider::.ctor(System.Globalization.CultureInfo)` is not visible [check] Operand `System.Int32 System.Globalization.TextInfo::get_LCID()` of type InlineMethod at offset 0x0038 in method `System.Int32 System.Collections.CaseInsensitiveHashCodeProvider::GetHashCode(System.Object)` is not visible [check] Operand `System.Int32 System.Globalization.CultureInfo::get_LCID()` of type InlineMethod at offset 0x0042 in method `System.Int32 System.Collections.CaseInsensitiveHashCodeProvider::GetHashCode(System.Object)` is not visible [check] Operand `System.Char System.Char::ToLowerInvariant(System.Char)` of type InlineMethod at offset 0x0094 in method `System.Int32 System.Collections.CaseInsensitiveHashCodeProvider::GetHashCode(System.Object)` is not visible [check] Interface `System.Runtime.Serialization.IObjectReference` implemented by `System.Collections.Hashtable/KeyMarker` is not visible [check] Parameter `1` of type `System.Runtime.Serialization.StreamingContext` in method `System.Object System.Collections.Hashtable/KeyMarker::GetRealObject(System.Runtime.Serialization.StreamingContext)` is not visible. [check] Base type `System.Collections.CollectionBase` of type `System.ComponentModel.Design.DesignerVerbCollection` is not visible [check] Operand `System.Boolean System.Attribute::IsDefaultAttribute()` of type InlineMethod at offset 0x003e in method `System.Attribute System.ComponentModel.AttributeCollection::GetDefaultAttribute(System.Type)` is not visible [check] Base type `System.MarshalByRefObject` of type `System.ComponentModel.Component` is not visible [check] Operand `System.Void System.MarshalByRefObject::.ctor()` of type InlineMethod at offset 0x000c in method `System.Void System.ComponentModel.Component::.ctor()` is not visible [check] Operand `System.Int32 System.String::Compare(System.String,System.String,System.Boolean)` of type InlineMethod at offset 0x0014 in method `System.Object System.ComponentModel.CultureInfoConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)` is not visible [check] Operand `System.Globalization.CultureInfo[] System.Globalization.CultureInfo::GetCultures(System.Globalization.CultureTypes)` of type InlineMethod at offset 0x0038 in method `System.Object System.ComponentModel.CultureInfoConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)` is not visible [check] Operand `System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Boolean)` of type InlineMethod at offset 0x005e in method `System.Object System.ComponentModel.CultureInfoConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)` is not visible [check] Operand `System.Int32 System.Globalization.CultureInfo::get_LCID()` of type InlineMethod at offset 0x0095 in method `System.Object System.ComponentModel.CultureInfoConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)` is not visible [check] Operand `System.Globalization.CultureInfo[] System.Globalization.CultureInfo::GetCultures(System.Globalization.CultureTypes)` of type InlineMethod at offset 0x000c in method `System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.CultureInfoConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext)` is not visible [check] Operand `System.Int32 System.String::Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo)` of type InlineMethod at offset 0x0034 in method `System.Int32 System.ComponentModel.CultureInfoConverter/CultureInfoComparer::Compare(System.Object,System.Object)` is not visible [check] Operand `System.String System.Enum::Format(System.Type,System.Object,System.String)` of type InlineMethod at offset 0x0075 in method `System.Object System.ComponentModel.EnumConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)` is not visible [check] Operand `System.Array System.Enum::GetValues(System.Type)` of type InlineMethod at offset 0x019e in method `System.Object System.ComponentModel.EnumConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)` is not visible [check] Operand `System.Object System.Enum::ToObject(System.Type,System.Int64)` of type InlineMethod at offset 0x0233 in method `System.Object System.ComponentModel.EnumConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)` is not visible [check] Operand `System.Object System.Enum::ToObject(System.Type,System.Int64)` of type InlineMethod at offset 0x027a in method `System.Object System.ComponentModel.EnumConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)` is not visible [check] Operand `System.Object System.Enum::ToObject(System.Type,System.Int64)` of type InlineMethod at offset 0x0095 in method `System.Object System.ComponentModel.EnumConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)` is not visible [check] Operand `System.Object System.Enum::ToObject(System.Type,System.Int64)` of type InlineMethod at offset 0x011b in method `System.Object System.ComponentModel.EnumConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)` is not visible [check] Operand `System.Array System.Enum::GetValues(System.Type)` of type InlineMethod at offset 0x0011 in method `System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.EnumConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext)` is not visible [check] Operand `System.Object System.Attribute::get_TypeId()` of type InlineMethod at offset 0x0044 in method `System.Attribute[] System.ComponentModel.MemberDescriptor::get_AttributeArray()` is not visible [check] Operand `System.Int32 System.String::Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo)` of type InlineMethod at offset 0x001c in method `System.Int32 System.ComponentModel.MemberDescriptor/MemberDescriptorComparer::Compare(System.Object,System.Object)` is not visible [check] Operand `System.Object System.Attribute::get_TypeId()` of type InlineMethod at offset 0x016a in method `System.ComponentModel.AttributeCollection System.ComponentModel.Info::GetAttributes(System.ComponentModel.IComponent)` is not visible [check] Operand `System.Int32 System.String::Compare(System.String,System.String,System.Boolean)` of type InlineMethod at offset 0x001d in method `System.Diagnostics.Process[] System.Diagnostics.Process::GetProcessesByName(System.String)` is not visible [check] Operand `System.Void System.Runtime.InteropServices.Marshal::FreeBSTR(System.IntPtr)` of type InlineMethod at offset 0x007d in method `System.Boolean System.Diagnostics.Process::Start_shell(System.Diagnostics.ProcessStartInfo,System.Diagnostics.Process)` is not visible [check] Operand `System.Void System.Runtime.InteropServices.Marshal::FreeBSTR(System.IntPtr)` of type InlineMethod at offset 0x01cc in method `System.Boolean System.Diagnostics.Process::Start_noshell(System.Diagnostics.ProcessStartInfo,System.Diagnostics.Process)` is not visible [check] Operand `System.IntPtr System.Runtime.InteropServices.Marshal::SecureStringToBSTR(System.Security.SecureString)` of type InlineMethod at offset 0x0038 in method `System.Void System.Diagnostics.Process::FillUserInfo(System.Diagnostics.ProcessStartInfo,System.Diagnostics.Process/ProcInfo&)` is not visible [check] Parameter `3` of type `System.Security.SecureString` in method `System.Diagnostics.Process System.Diagnostics.Process::Start(System.String,System.String,System.Security.SecureString,System.String)` is not visible. [check] Parameter `4` of type `System.Security.SecureString` in method `System.Diagnostics.Process System.Diagnostics.Process::Start(System.String,System.String,System.String,System.Security.SecureString,System.String)` is not visible. [check] Operand `System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean)` of type InlineMethod at offset 0x003d in method `System.Boolean System.Diagnostics.Process::WaitForExit(System.Int32)` is not visible [check] Operand `System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean)` of type InlineMethod at offset 0x009c in method `System.Boolean System.Diagnostics.Process::WaitForExit(System.Int32)` is not visible [check] Operand `System.String System.Environment::get_MachineName()` of type InlineMethod at offset 0x001e in method `System.Boolean System.Diagnostics.Process::IsLocalMachine(System.String)` is not visible [check] Operand `System.Int32 System.String::Compare(System.String,System.String,System.Boolean)` of type InlineMethod at offset 0x0024 in method `System.Boolean System.Diagnostics.Process::IsLocalMachine(System.String)` is not visible [check] Operand `System.Void System.IO.FileStream::.ctor(System.IntPtr,System.IO.FileAccess,System.Boolean)` of type InlineMethod at offset 0x003a in method `System.Void System.Diagnostics.Process/ProcessAsyncReader::.ctor(System.Diagnostics.Process,System.IntPtr,System.Boolean)` is not visible [check] Operand `System.Text.Encoding System.Text.Encoding::get_Default()` of type InlineMethod at offset 0x0059 in method `System.Void System.Diagnostics.Process/ProcessAsyncReader::AddInput()` is not visible [check] Field `password` of type `System.Security.SecureString` is not visible from `System.Diagnostics.ProcessStartInfo` [check] Operand `System.Collections.IDictionary System.Environment::GetEnvironmentVariables()` of type InlineMethod at offset 0x0016 in method `System.Collections.Specialized.StringDictionary System.Diagnostics.ProcessStartInfo::get_EnvironmentVariables()` is not visible [check] Method return type `System.Security.SecureString` in method `System.Security.SecureString System.Diagnostics.ProcessStartInfo::get_Password()` is not visible [check] Parameter `1` of type `System.Security.SecureString` in method `System.Void System.Diagnostics.ProcessStartInfo::set_Password(System.Security.SecureString)` is not visible. [check] Operand `System.Void System.IO.FileStream::.ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean)` of type InlineMethod at offset 0x0007 in method `System.Void System.IO.MonoSyncFileStream::.ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32)` is not visible [check] Variable `0` of type `System.Runtime.Remoting.Messaging.AsyncResult` from method `System.Void System.IO.MonoSyncFileStream::EndWrite(System.IAsyncResult)` is not visible [check] Operand `System.Runtime.Remoting.Messaging.AsyncResult` of type InlineType at offset 0x0012 in method `System.Void System.IO.MonoSyncFileStream::EndWrite(System.IAsyncResult)` is not visible [check] Operand `System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate()` of type InlineMethod at offset 0x002f in method `System.Void System.IO.MonoSyncFileStream::EndWrite(System.IAsyncResult)` is not visible [check] Variable `0` of type `System.Runtime.Remoting.Messaging.AsyncResult` from method `System.Int32 System.IO.MonoSyncFileStream::EndRead(System.IAsyncResult)` is not visible [check] Operand `System.Runtime.Remoting.Messaging.AsyncResult` of type InlineType at offset 0x0012 in method `System.Int32 System.IO.MonoSyncFileStream::EndRead(System.IAsyncResult)` is not visible [check] Operand `System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate()` of type InlineMethod at offset 0x002f in method `System.Int32 System.IO.MonoSyncFileStream::EndRead(System.IAsyncResult)` is not visible [check] Base type `System.Collections.CollectionBase` of type `System.Text.RegularExpressions.Syntax.ExpressionCollection` is not visible [check] Operand `System.Void System.Collections.CollectionBase::.ctor()` of type InlineMethod at offset 0x0001 in method `System.Void System.Text.RegularExpressions.Syntax.ExpressionCollection::.ctor()` is not visible [check] Operand `System.Collections.IList System.Collections.CollectionBase::get_List()` of type InlineMethod at offset 0x0001 in method `System.Void System.Text.RegularExpressions.Syntax.ExpressionCollection::Add(System.Text.RegularExpressions.Syntax.Expression)` is not visible [check] Operand `System.Collections.IList System.Collections.CollectionBase::get_List()` of type InlineMethod at offset 0x0001 in method `System.Text.RegularExpressions.Syntax.Expression System.Text.RegularExpressions.Syntax.ExpressionCollection::get_Item(System.Int32)` is not visible [check] Operand `System.Collections.IList System.Collections.CollectionBase::get_List()` of type InlineMethod at offset 0x0001 in method `System.Void System.Text.RegularExpressions.Syntax.ExpressionCollection::set_Item(System.Int32,System.Text.RegularExpressions.Syntax.Expression)` is not visible [check] Operand `System.Collections.IEnumerator System.Collections.CollectionBase::GetEnumerator()` of type InlineMethod at offset 0x0006 in method `System.Boolean System.Text.RegularExpressions.Syntax.CompositeExpression::IsComplex()` is not visible [check] Operand `System.Int32 System.Collections.CollectionBase::get_Count()` of type InlineMethod at offset 0x0006 in method `System.Void System.Text.RegularExpressions.Syntax.Group::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean)` is not visible [check] Operand `System.Collections.IEnumerator System.Collections.CollectionBase::GetEnumerator()` of type InlineMethod at offset 0x000c in method `System.Void System.Text.RegularExpressions.Syntax.Group::GetWidth(System.Int32&,System.Int32&)` is not visible [check] Operand `System.Int32 System.Collections.CollectionBase::get_Count()` of type InlineMethod at offset 0x001b in method `System.Text.RegularExpressions.Syntax.AnchorInfo System.Text.RegularExpressions.Syntax.Group::GetAnchorInfo(System.Boolean)` is not visible [check] Operand `System.Int32 System.Collections.CollectionBase::get_Count()` of type InlineMethod at offset 0x002b in method `System.Void System.Text.RegularExpressions.Syntax.BalancingGroup::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean)` is not visible [check] Operand `System.Collections.IEnumerator System.Collections.CollectionBase::GetEnumerator()` of type InlineMethod at offset 0x000d in method `System.Void System.Text.RegularExpressions.Syntax.Alternation::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean)` is not visible [check] Operand `System.Int32 System.Collections.CollectionBase::get_Count()` of type InlineMethod at offset 0x0009 in method `System.Void System.Text.RegularExpressions.Syntax.Alternation::GetWidth(System.Int32&,System.Int32&)` is not visible [check] Operand `System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean)` of type InlineMethod at offset 0x0047 in method `System.Void System.Timers.Timer::StartTimer()` is not visible [check] Operand `System.String System.UriParser::GetComponents(System.Uri,System.UriComponents,System.UriFormat)` of type InlineMethod at offset 0x0009 in method `System.String System.Uri::GetComponents(System.UriComponents,System.UriFormat)` is not visible [check] in assembly System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0023 in method `System.Object System.Collections.ArrayList::get_Item(System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0023 in method `System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x001c in method `System.Void System.Collections.ArrayList::set_Capacity(System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0023 in method `System.Int32 System.Collections.ArrayList::IndexOf(System.Object,System.Int32,System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0040 in method `System.Int32 System.Collections.ArrayList::IndexOf(System.Object,System.Int32,System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0023 in method `System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0034 in method `System.Void System.Collections.ArrayList::InsertRange(System.Int32,System.Collections.ICollection)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0023 in method `System.Void System.Collections.ArrayList::RemoveAt(System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0017 in method `System.Void System.Collections.ArrayList::CheckRange(System.Int32,System.Int32,System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0034 in method `System.Void System.Collections.ArrayList::CheckRange(System.Int32,System.Int32,System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0023 in method `System.Int32 System.Collections.ArrayList/RangedArrayList::IndexOf(System.Object,System.Int32,System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0040 in method `System.Int32 System.Collections.ArrayList/RangedArrayList::IndexOf(System.Object,System.Int32,System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0017 in method `System.Int32 System.Collections.ArrayList/RangedArrayList::LastIndexOf(System.Object,System.Int32,System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0034 in method `System.Int32 System.Collections.ArrayList/RangedArrayList::LastIndexOf(System.Object,System.Int32,System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0029 in method `System.Void System.Collections.ArrayList/RangedArrayList::Insert(System.Int32,System.Object)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0029 in method `System.Void System.Collections.ArrayList/RangedArrayList::InsertRange(System.Int32,System.Collections.ICollection)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0029 in method `System.Void System.Collections.ArrayList/RangedArrayList::RemoveAt(System.Int32)` is not visible [check] Operand `System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)` of type InlineMethod at offset 0x0029 in method `System.Void System.Collections.ArrayList/RangedArrayList::SetRange(System.Int32,System.Collections.ICollection)` is not visible [check] Interface `System.Runtime.Serialization.IObjectReference` implemented by `System.Collections.Hashtable/KeyMarker` is not visible [check] Parameter `1` of type `System.Runtime.Serialization.StreamingContext` in method `System.Object System.Collections.Hashtable/KeyMarker::GetRealObject(System.Runtime.Serialization.StreamingContext)` is not visible. [check] Operand `System.Int32 System.String::Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo)` of type InlineMethod at offset 0x002a in method `System.Void System.Xml.DTDReader::ReadProcessingInstruction()` is not visible [check] Operand `System.Byte System.Byte::Parse(System.String,System.IFormatProvider)` of type InlineMethod at offset 0x0006 in method `System.Byte System.Xml.XmlConvert::ToByte(System.String)` is not visible [check] Operand `System.Char System.Char::Parse(System.String)` of type InlineMethod at offset 0x0001 in method `System.Char System.Xml.XmlConvert::ToChar(System.String)` is not visible [check] Operand `System.SByte System.SByte::Parse(System.String,System.IFormatProvider)` of type InlineMethod at offset 0x0006 in method `System.SByte System.Xml.XmlConvert::ToSByte(System.String)` is not visible [check] Operand `System.UInt16 System.UInt16::Parse(System.String,System.IFormatProvider)` of type InlineMethod at offset 0x0006 in method `System.UInt16 System.Xml.XmlConvert::ToUInt16(System.String)` is not visible [check] Operand `System.UInt32 System.UInt32::Parse(System.String,System.IFormatProvider)` of type InlineMethod at offset 0x0006 in method `System.UInt32 System.Xml.XmlConvert::ToUInt32(System.String)` is not visible [check] Operand `System.UInt64 System.UInt64::Parse(System.String,System.IFormatProvider)` of type InlineMethod at offset 0x0006 in method `System.UInt64 System.Xml.XmlConvert::ToUInt64(System.String)` is not visible [check] Variable `9` of type `System.CharEnumerator` from method `System.Void Mono.Xml2.XmlTextReader::ReadAttributeValueTokens(System.Int32)` is not visible [check] Operand `System.CharEnumerator System.String::GetEnumerator()` of type InlineMethod at offset 0x0222 in method `System.Void Mono.Xml2.XmlTextReader::ReadAttributeValueTokens(System.Int32)` is not visible [check] Operand `System.Char System.CharEnumerator::get_Current()` of type InlineMethod at offset 0x0230 in method `System.Void Mono.Xml2.XmlTextReader::ReadAttributeValueTokens(System.Int32)` is not visible [check] Operand `System.Boolean System.CharEnumerator::MoveNext()` of type InlineMethod at offset 0x0241 in method `System.Void Mono.Xml2.XmlTextReader::ReadAttributeValueTokens(System.Int32)` is not visible [check] in assembly System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e [check] Variable `8` of type `System.Collections.Generic.SortedList`2` from method `System.TimeZoneInfo System.TimeZoneInfo::ParseTZBuffer(System.String,System.Byte[],System.Int32)` is not visible [check] Operand `System.Collections.Generic.IList`1 System.Collections.Generic.SortedList`2::get_Keys()` of type InlineMethod at offset 0x0100 in method `System.TimeZoneInfo System.TimeZoneInfo::ParseTZBuffer(System.String,System.Byte[],System.Int32)` is not visible [check] Operand `!1 System.Collections.Generic.SortedList`2::get_Item(!0)` of type InlineMethod at offset 0x0112 in method `System.TimeZoneInfo System.TimeZoneInfo::ParseTZBuffer(System.String,System.Byte[],System.Int32)` is not visible [check] Operand `System.Int32 System.Collections.Generic.SortedList`2::get_Count()` of type InlineMethod at offset 0x0325 in method `System.TimeZoneInfo System.TimeZoneInfo::ParseTZBuffer(System.String,System.Byte[],System.Int32)` is not visible [check] Method return type `System.Collections.Generic.SortedList`2` in method `System.Collections.Generic.SortedList`2 System.TimeZoneInfo::ParseTransitions(System.Byte[],System.Int32,System.Int32,System.Collections.Generic.Dictionary`2)` is not visible [check] Variable `0` of type `System.Collections.Generic.SortedList`2` from method `System.Collections.Generic.SortedList`2 System.TimeZoneInfo::ParseTransitions(System.Byte[],System.Int32,System.Int32,System.Collections.Generic.Dictionary`2)` is not visible [check] Operand `System.Void System.Collections.Generic.SortedList`2::.ctor(System.Int32)` of type InlineMethod at offset 0x0001 in method `System.Collections.Generic.SortedList`2 System.TimeZoneInfo::ParseTransitions(System.Byte[],System.Int32,System.Int32,System.Collections.Generic.Dictionary`2)` is not visible [check] Operand `System.Void System.Collections.Generic.SortedList`2::Add(!0,!1)` of type InlineMethod at offset 0x0037 in method `System.Collections.Generic.SortedList`2 System.TimeZoneInfo::ParseTransitions(System.Byte[],System.Int32,System.Int32,System.Collections.Generic.Dictionary`2)` is not visible for i in mscorlib.dll System.dll System.Net.dll System.Xml.dll System.Core.dll; do MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/sn.exe -q -R ../../class/lib/net_2_1/$i ../../class/mono.snk; done Assembly ../../class/lib/net_2_1/mscorlib.dll signed. Assembly ../../class/lib/net_2_1/System.dll signed. Assembly ../../class/lib/net_2_1/System.Net.dll signed. Assembly ../../class/lib/net_2_1/System.Xml.dll signed. Assembly ../../class/lib/net_2_1/System.Core.dll signed. mv tune.stampt tune.stamp test -f ../../class/lib/net_2_1/smcs.exe || { rm -f tune.stamp; gmake tune.stamp; } gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/tuner' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/tuner' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake[7]: Nothing to be done for `all-local'. gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake all-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake[7]: Nothing to be done for `all-local'. gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake all-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/runtime' Making all in scripts gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/scripts' sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,caspol,g' ./script.in > caspol.tmp mv caspol.tmp caspol sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,cert2spc,g' ./script.in > cert2spc.tmp mv cert2spc.tmp cert2spc sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,certmgr,g' ./script.in > certmgr.tmp mv certmgr.tmp certmgr sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,chktrust,g' ./script.in > chktrust.tmp mv chktrust.tmp chktrust sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,cilc,g' ./script.in > cilc.tmp mv cilc.tmp cilc sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,disco,g' ./script.in > disco.tmp mv disco.tmp disco sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,dtd2xsd,g' ./script.in > dtd2xsd.tmp mv dtd2xsd.tmp dtd2xsd sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,dtd2rng,g' ./script.in > dtd2rng.tmp mv dtd2rng.tmp dtd2rng sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,gacutil,g' ./script.in > gacutil.tmp mv gacutil.tmp gacutil sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,installvst,g' ./script.in > installvst.tmp mv installvst.tmp installvst sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,macpack,g' ./script.in > macpack.tmp mv macpack.tmp macpack sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,mcs,g' ./script.in > mcs.tmp mv mcs.tmp mcs sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,mjs,g' ./script.in > mjs.tmp mv mjs.tmp mjs sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,monolinker,g' ./script.in > monolinker.tmp mv monolinker.tmp monolinker sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,mono-api-diff,g' ./script.in > mono-api-diff.tmp mv mono-api-diff.tmp mono-api-diff sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,mono-shlib-cop,g' ./script.in > mono-shlib-cop.tmp mv mono-shlib-cop.tmp mono-shlib-cop sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,mono-xmltool,g' ./script.in > mono-xmltool.tmp mv mono-xmltool.tmp mono-xmltool sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,mozroots,g' ./script.in > mozroots.tmp mv mozroots.tmp mozroots sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,permview,g' ./script.in > permview.tmp mv permview.tmp permview sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,prj2make,g' ./script.in > prj2make.tmp mv prj2make.tmp prj2make sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,secutil,g' ./script.in > secutil.tmp mv secutil.tmp secutil sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,setreg,g' ./script.in > setreg.tmp mv setreg.tmp setreg sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,signcode,g' ./script.in > signcode.tmp mv signcode.tmp signcode sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,soapsuds,g' ./script.in > soapsuds.tmp mv soapsuds.tmp soapsuds sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,sqlsharp,g' ./script.in > sqlsharp.tmp mv sqlsharp.tmp sqlsharp sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,xsd,g' ./script.in > xsd.tmp mv xsd.tmp xsd sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,makecert,g' ./script_umask.in > makecert.tmp mv makecert.tmp makecert sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,sn,g' ./script_umask.in > sn.tmp mv sn.tmp sn t=`basename al1 1`; sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e "s,@exe_name@,$t,g" ./script.in > al1.tmp mv al1.tmp al1 t=`basename genxs1 1`; sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e "s,@exe_name@,$t,g" ./script.in > genxs1.tmp mv genxs1.tmp genxs1 t=`basename ilasm1 1`; sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e "s,@exe_name@,$t,g" ./script.in > ilasm1.tmp mv ilasm1.tmp ilasm1 t=`basename mcs1 1`; sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e "s,@exe_name@,$t,g" ./script.in > mcs1.tmp mv mcs1.tmp mcs1 t=`basename mkbundle1 1`; sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e "s,@exe_name@,$t,g" ./script.in > mkbundle1.tmp mv mkbundle1.tmp mkbundle1 t=`basename mono-api-info1 1`; sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e "s,@exe_name@,$t,g" ./script.in > mono-api-info1.tmp mv mono-api-info1.tmp mono-api-info1 t=`basename monop1 1`; sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e "s,@exe_name@,$t,g" ./script.in > monop1.tmp mv monop1.tmp monop1 t=`basename resgen1 1`; sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e "s,@exe_name@,$t,g" ./script.in > resgen1.tmp mv resgen1.tmp resgen1 t=`basename wsdl1 1`; sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e "s,@exe_name@,$t,g" ./script.in > wsdl1.tmp mv wsdl1.tmp wsdl1 sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e "s,@exe_name@,al,g" ./script.in > al.tmp mv al.tmp al sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e "s,@exe_name@,genxs,g" ./script.in > genxs.tmp mv genxs.tmp genxs sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e "s,@exe_name@,ilasm,g" ./script.in > ilasm.tmp mv ilasm.tmp ilasm sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e "s,@exe_name@,mkbundle,g" ./script.in > mkbundle.tmp mv mkbundle.tmp mkbundle sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e "s,@exe_name@,mono-api-info,g" ./script.in > mono-api-info.tmp mv mono-api-info.tmp mono-api-info sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e "s,@exe_name@,monop,g" ./script.in > monop.tmp mv monop.tmp monop sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e "s,@exe_name@,resgen,g" ./script.in > resgen.tmp mv resgen.tmp resgen sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e "s,@exe_name@,wsdl,g" ./script.in > wsdl.tmp mv wsdl.tmp wsdl n=`echo al2 | sed 's,2$,,'`; \ sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e "s,@""exe_name@,$n,g" ./script.in > al2.tmp mv al2.tmp al2 n=`echo gacutil2 | sed 's,2$,,'`; \ sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e "s,@""exe_name@,$n,g" ./script.in > gacutil2.tmp mv gacutil2.tmp gacutil2 n=`echo genxs2 | sed 's,2$,,'`; \ sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e "s,@""exe_name@,$n,g" ./script.in > genxs2.tmp mv genxs2.tmp genxs2 n=`echo gmcs | sed 's,2$,,'`; \ sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e "s,@""exe_name@,$n,g" ./script.in > gmcs.tmp mv gmcs.tmp gmcs n=`echo httpcfg | sed 's,2$,,'`; \ sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e "s,@""exe_name@,$n,g" ./script.in > httpcfg.tmp mv httpcfg.tmp httpcfg n=`echo ilasm2 | sed 's,2$,,'`; \ sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e "s,@""exe_name@,$n,g" ./script.in > ilasm2.tmp mv ilasm2.tmp ilasm2 n=`echo mconfig | sed 's,2$,,'`; \ sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e "s,@""exe_name@,$n,g" ./script.in > mconfig.tmp mv mconfig.tmp mconfig n=`echo mkbundle2 | sed 's,2$,,'`; \ sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e "s,@""exe_name@,$n,g" ./script.in > mkbundle2.tmp mv mkbundle2.tmp mkbundle2 n=`echo mono-api-info2 | sed 's,2$,,'`; \ sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e "s,@""exe_name@,$n,g" ./script.in > mono-api-info2.tmp mv mono-api-info2.tmp mono-api-info2 n=`echo monop2 | sed 's,2$,,'`; \ sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e "s,@""exe_name@,$n,g" ./script.in > monop2.tmp mv monop2.tmp monop2 n=`echo resgen2 | sed 's,2$,,'`; \ sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e "s,@""exe_name@,$n,g" ./script.in > resgen2.tmp mv resgen2.tmp resgen2 n=`echo wsdl2 | sed 's,2$,,'`; \ sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e "s,@""exe_name@,$n,g" ./script.in > wsdl2.tmp mv wsdl2.tmp wsdl2 n=`echo xsd2 | sed 's,2$,,'`; \ sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e "s,@""exe_name@,$n,g" ./script.in > xsd2.tmp mv xsd2.tmp xsd2 n=`echo sgen | sed 's,2$,,'`; \ sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e "s,@""exe_name@,$n,g" ./script.in > sgen.tmp mv sgen.tmp sgen n=`echo xbuild | sed 's,2$,,'`; \ sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e "s,@""exe_name@,$n,g" ./script.in > xbuild.tmp mv xbuild.tmp xbuild sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.1,g' -e "s,@""exe_name@,smcs,g" ./smcs.in > smcs.tmp mv smcs.tmp smcs sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,mono-service,g' ./mono-service.in > mono-service.tmp mv mono-service.tmp mono-service sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono,g' -e 's,@''framework_version@,2.0,g' -e 's,@''exe_name@,mono-service2,g' ./mono-service.in > mono-service2.tmp mv mono-service2.tmp mono-service2 sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono --debug,g' -e 's,@''framework_version@,1.0,g' -e 's,@''exe_name@,nunit-console,g' ./script.in > nunit-console.tmp mv nunit-console.tmp nunit-console sed -e 's,@''bindir@,/usr/local/bin,g' -e 's,@''plat_bindir@,/usr/local/bin,g' -e 's,@''mono_instdir@,/usr/local/lib/mono,g' -e 's,@''gtkdir@,,g' -e 's,@''mono_interp@,mono --debug,g' -e 's,@''framework_version@,2.0,g' -e 's,@''exe_name@,nunit-console,g' ./script.in > nunit-console2.tmp mv nunit-console2.tmp nunit-console2 gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/scripts' Making all in man gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/man' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/man' Making all in samples gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/samples' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/samples' Making all in web gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/web' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/web' Making all in msvc gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/msvc' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/msvc' gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1' gmake[2]: Nothing to be done for `all-am'. gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1' gmake[1]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1' ================================================================ ======================================== make: don't know how to make regression-test(continuing) ================================================================ ======================================== add_pkg pcre-7.8.tbz gettext-0.17_1.tbz python25-2.5.2_3.tbz perl-5.8.9.tbz pkg-config-0.23_1.tbz libiconv-1.11_1.tbz glib-2.18.4.tbz gamin-0.1.10.tbz gio-fam-backend-2.18.4.tbz adding dependencies pkg_add pcre-7.8.tbz skipping pcre-7.8, already added pkg_add gettext-0.17_1.tbz skipping gettext-0.17_1, already added pkg_add python25-2.5.2_3.tbz skipping python25-2.5.2_3, already added pkg_add perl-5.8.9.tbz skipping perl-5.8.9, already added pkg_add pkg-config-0.23_1.tbz skipping pkg-config-0.23_1, already added pkg_add libiconv-1.11_1.tbz skipping libiconv-1.11_1, already added pkg_add glib-2.18.4.tbz skipping glib-2.18.4, already added pkg_add gamin-0.1.10.tbz =============================================================================== Gamin will only provide realtime notification of changes for at most n files, where n is the minimum value between (kern.maxfiles * 0.7) and (kern.maxfilesperproc - 200). Beyond that limit, files will be polled. If you often open several large folders with Nautilus, you might want to increase the kern.maxfiles tunable (you do not need to set kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles). For a typical desktop, add the following line to /boot/loader.conf, then reboot the system: kern.maxfiles="25000" =============================================================================== pkg_add gio-fam-backend-2.18.4.tbz ===> Installing for mono-2.0.1_6 ===> mono-2.0.1_6 depends on executable: pkg-config - found ===> mono-2.0.1_6 depends on file: /usr/local/lib/gio/modules/libgiofam.so - found ===> mono-2.0.1_6 depends on shared library: fam.0 - found ===> mono-2.0.1_6 depends on shared library: glib-2.0.0 - found ===> Generating temporary packing list ===> Checking if lang/mono already installed Making install in libgc gmake[1]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc' Making install in include gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc/include' Making install in private gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc/include/private' gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc/include/private' gmake[4]: Nothing to be done for `install-exec-am'. gmake[4]: Nothing to be done for `install-data-am'. gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc/include/private' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc/include/private' gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc/include' gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc/include' gmake[4]: Nothing to be done for `install-exec-am'. gmake[4]: Nothing to be done for `install-data-am'. gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc/include' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc/include' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc/include' Making install in doc gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc/doc' gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc/doc' gmake[3]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/libgc-mono" || .././install-sh -c -d "/usr/local/share/libgc-mono" install -o root -g wheel -m 444 'barrett_diagram' '/usr/local/share/libgc-mono/barrett_diagram' install -o root -g wheel -m 444 'debugging.html' '/usr/local/share/libgc-mono/debugging.html' install -o root -g wheel -m 444 'gc.man' '/usr/local/share/libgc-mono/gc.man' install -o root -g wheel -m 444 'gcdescr.html' '/usr/local/share/libgc-mono/gcdescr.html' install -o root -g wheel -m 444 'README' '/usr/local/share/libgc-mono/README' install -o root -g wheel -m 444 'README.amiga' '/usr/local/share/libgc-mono/README.amiga' install -o root -g wheel -m 444 'README.arm.cross' '/usr/local/share/libgc-mono/README.arm.cross' install -o root -g wheel -m 444 'README.autoconf' '/usr/local/share/libgc-mono/README.autoconf' install -o root -g wheel -m 444 'README.changes' '/usr/local/share/libgc-mono/README.changes' install -o root -g wheel -m 444 'README.contributors' '/usr/local/share/libgc-mono/README.contributors' install -o root -g wheel -m 444 'README.cords' '/usr/local/share/libgc-mono/README.cords' install -o root -g wheel -m 444 'README.DGUX386' '/usr/local/share/libgc-mono/README.DGUX386' install -o root -g wheel -m 444 'README.dj' '/usr/local/share/libgc-mono/README.dj' install -o root -g wheel -m 444 'README.environment' '/usr/local/share/libgc-mono/README.environment' install -o root -g wheel -m 444 'README.ews4800' '/usr/local/share/libgc-mono/README.ews4800' install -o root -g wheel -m 444 'README.hp' '/usr/local/share/libgc-mono/README.hp' install -o root -g wheel -m 444 'README.linux' '/usr/local/share/libgc-mono/README.linux' install -o root -g wheel -m 444 'README.Mac' '/usr/local/share/libgc-mono/README.Mac' install -o root -g wheel -m 444 'README.MacOSX' '/usr/local/share/libgc-mono/README.MacOSX' install -o root -g wheel -m 444 'README.macros' '/usr/local/share/libgc-mono/README.macros' install -o root -g wheel -m 444 'README.OS2' '/usr/local/share/libgc-mono/README.OS2' install -o root -g wheel -m 444 'README.rs6000' '/usr/local/share/libgc-mono/README.rs6000' install -o root -g wheel -m 444 'README.sgi' '/usr/local/share/libgc-mono/README.sgi' install -o root -g wheel -m 444 'README.solaris2' '/usr/local/share/libgc-mono/README.solaris2' install -o root -g wheel -m 444 'README.uts' '/usr/local/share/libgc-mono/README.uts' install -o root -g wheel -m 444 'README.win32' '/usr/local/share/libgc-mono/README.win32' install -o root -g wheel -m 444 'tree.html' '/usr/local/share/libgc-mono/tree.html' install -o root -g wheel -m 444 'leak.html' '/usr/local/share/libgc-mono/leak.html' install -o root -g wheel -m 444 'gcinterface.html' '/usr/local/share/libgc-mono/gcinterface.html' install -o root -g wheel -m 444 'scale.html' '/usr/local/share/libgc-mono/scale.html' install -o root -g wheel -m 444 'README.darwin' '/usr/local/share/libgc-mono/README.darwin' install -o root -g wheel -m 444 'simple_example.html' '/usr/local/share/libgc-mono/simple_example.html' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc/doc' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc/doc' gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc' gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc' gmake[3]: Nothing to be done for `install-exec-am'. gmake[3]: Nothing to be done for `install-data-am'. gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc' gmake[1]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/libgc' Making install in mono gmake[1]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono' Making install in utils gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/utils' gmake install-am gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/utils' gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/utils' gmake[4]: Nothing to be done for `install-exec-am'. test -z "/usr/local/include/mono-1.0/mono/utils" || ../.././install-sh -c -d "/usr/local/include/mono-1.0/mono/utils" install -o root -g wheel -m 444 'monobitset.h' '/usr/local/include/mono-1.0/mono/utils/monobitset.h' install -o root -g wheel -m 444 'mono-codeman.h' '/usr/local/include/mono-1.0/mono/utils/mono-codeman.h' install -o root -g wheel -m 444 'mono-counters.h' '/usr/local/include/mono-1.0/mono/utils/mono-counters.h' install -o root -g wheel -m 444 'mono-digest.h' '/usr/local/include/mono-1.0/mono/utils/mono-digest.h' install -o root -g wheel -m 444 'mono-logger.h' '/usr/local/include/mono-1.0/mono/utils/mono-logger.h' install -o root -g wheel -m 444 'mono-hash.h' '/usr/local/include/mono-1.0/mono/utils/mono-hash.h' install -o root -g wheel -m 444 'mono-math.h' '/usr/local/include/mono-1.0/mono/utils/mono-math.h' install -o root -g wheel -m 444 'mono-membar.h' '/usr/local/include/mono-1.0/mono/utils/mono-membar.h' install -o root -g wheel -m 444 'mono-path.h' '/usr/local/include/mono-1.0/mono/utils/mono-path.h' install -o root -g wheel -m 444 'mono-poll.h' '/usr/local/include/mono-1.0/mono/utils/mono-poll.h' install -o root -g wheel -m 444 'mono-uri.h' '/usr/local/include/mono-1.0/mono/utils/mono-uri.h' install -o root -g wheel -m 444 'mono-stdlib.h' '/usr/local/include/mono-1.0/mono/utils/mono-stdlib.h' gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/utils' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/utils' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/utils' Making install in io-layer gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/io-layer' gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/io-layer' gmake[3]: Nothing to be done for `install-exec-am'. test -z "/usr/local/include/mono-1.0/mono/io-layer" || ../.././install-sh -c -d "/usr/local/include/mono-1.0/mono/io-layer" install -o root -g wheel -m 444 'access.h' '/usr/local/include/mono-1.0/mono/io-layer/access.h' install -o root -g wheel -m 444 'atomic.h' '/usr/local/include/mono-1.0/mono/io-layer/atomic.h' install -o root -g wheel -m 444 'collection.h' '/usr/local/include/mono-1.0/mono/io-layer/collection.h' install -o root -g wheel -m 444 'context.h' '/usr/local/include/mono-1.0/mono/io-layer/context.h' install -o root -g wheel -m 444 'critical-sections.h' '/usr/local/include/mono-1.0/mono/io-layer/critical-sections.h' install -o root -g wheel -m 444 'error.h' '/usr/local/include/mono-1.0/mono/io-layer/error.h' install -o root -g wheel -m 444 'events.h' '/usr/local/include/mono-1.0/mono/io-layer/events.h' install -o root -g wheel -m 444 'handles.h' '/usr/local/include/mono-1.0/mono/io-layer/handles.h' install -o root -g wheel -m 444 'io.h' '/usr/local/include/mono-1.0/mono/io-layer/io.h' install -o root -g wheel -m 444 'io-layer.h' '/usr/local/include/mono-1.0/mono/io-layer/io-layer.h' install -o root -g wheel -m 444 'io-portability.h' '/usr/local/include/mono-1.0/mono/io-layer/io-portability.h' install -o root -g wheel -m 444 'macros.h' '/usr/local/include/mono-1.0/mono/io-layer/macros.h' install -o root -g wheel -m 444 'messages.h' '/usr/local/include/mono-1.0/mono/io-layer/messages.h' install -o root -g wheel -m 444 'mono-mutex.h' '/usr/local/include/mono-1.0/mono/io-layer/mono-mutex.h' install -o root -g wheel -m 444 'mutexes.h' '/usr/local/include/mono-1.0/mono/io-layer/mutexes.h' install -o root -g wheel -m 444 'processes.h' '/usr/local/include/mono-1.0/mono/io-layer/processes.h' install -o root -g wheel -m 444 'security.h' '/usr/local/include/mono-1.0/mono/io-layer/security.h' install -o root -g wheel -m 444 'semaphores.h' '/usr/local/include/mono-1.0/mono/io-layer/semaphores.h' install -o root -g wheel -m 444 'sockets.h' '/usr/local/include/mono-1.0/mono/io-layer/sockets.h' install -o root -g wheel -m 444 'status.h' '/usr/local/include/mono-1.0/mono/io-layer/status.h' install -o root -g wheel -m 444 'system.h' '/usr/local/include/mono-1.0/mono/io-layer/system.h' install -o root -g wheel -m 444 'threads.h' '/usr/local/include/mono-1.0/mono/io-layer/threads.h' install -o root -g wheel -m 444 'timefuncs.h' '/usr/local/include/mono-1.0/mono/io-layer/timefuncs.h' install -o root -g wheel -m 444 'types.h' '/usr/local/include/mono-1.0/mono/io-layer/types.h' install -o root -g wheel -m 444 'uglify.h' '/usr/local/include/mono-1.0/mono/io-layer/uglify.h' install -o root -g wheel -m 444 'versioninfo.h' '/usr/local/include/mono-1.0/mono/io-layer/versioninfo.h' install -o root -g wheel -m 444 'wait.h' '/usr/local/include/mono-1.0/mono/io-layer/wait.h' install -o root -g wheel -m 444 'wapi.h' '/usr/local/include/mono-1.0/mono/io-layer/wapi.h' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/io-layer' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/io-layer' Making install in monoburg gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/monoburg' gmake install-am gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/monoburg' gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/monoburg' gmake[4]: Nothing to be done for `install-exec-am'. test -z "/usr/local/man/man1" || ../.././install-sh -c -d "/usr/local/man/man1" install -o root -g wheel -m 444 './monoburg.1' '/usr/local/man/man1/monoburg.1' gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/monoburg' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/monoburg' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/monoburg' Making install in os gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/os' gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/os' gmake[3]: Nothing to be done for `install-exec-am'. gmake[3]: Nothing to be done for `install-data-am'. gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/os' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/os' Making install in cil gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/cil' gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/cil' gmake[3]: Nothing to be done for `install-exec-am'. test -z "/usr/local/include/mono-1.0/mono/cil" || ../.././install-sh -c -d "/usr/local/include/mono-1.0/mono/cil" install -o root -g wheel -m 444 'opcode.def' '/usr/local/include/mono-1.0/mono/cil/opcode.def' test -z "/usr/local/share/mono-1.0/mono/cil" || ../.././install-sh -c -d "/usr/local/share/mono-1.0/mono/cil" install -o root -g wheel -m 444 'cil-opcodes.xml' '/usr/local/share/mono-1.0/mono/cil/cil-opcodes.xml' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/cil' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/cil' Making install in metadata gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/metadata' gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/metadata' test -z "/usr/local/bin" || ../.././install-sh -c -d "/usr/local/bin" /bin/sh /usr/local/bin/libtool --quiet --mode=install install -s -o root -g wheel -m 555 'pedump' '/usr/local/bin/pedump' test -z "/usr/local/include/mono-1.0/mono/metadata" || ../.././install-sh -c -d "/usr/local/include/mono-1.0/mono/metadata" install -o root -g wheel -m 444 'attrdefs.h' '/usr/local/include/mono-1.0/mono/metadata/attrdefs.h' install -o root -g wheel -m 444 'appdomain.h' '/usr/local/include/mono-1.0/mono/metadata/appdomain.h' install -o root -g wheel -m 444 'mono-debug.h' '/usr/local/include/mono-1.0/mono/metadata/mono-debug.h' install -o root -g wheel -m 444 'mono-gc.h' '/usr/local/include/mono-1.0/mono/metadata/mono-gc.h' install -o root -g wheel -m 444 'debug-mono-symfile.h' '/usr/local/include/mono-1.0/mono/metadata/debug-mono-symfile.h' install -o root -g wheel -m 444 'threads.h' '/usr/local/include/mono-1.0/mono/metadata/threads.h' install -o root -g wheel -m 444 'environment.h' '/usr/local/include/mono-1.0/mono/metadata/environment.h' install -o root -g wheel -m 444 'assembly.h' '/usr/local/include/mono-1.0/mono/metadata/assembly.h' install -o root -g wheel -m 444 'opcodes.h' '/usr/local/include/mono-1.0/mono/metadata/opcodes.h' install -o root -g wheel -m 444 'blob.h' '/usr/local/include/mono-1.0/mono/metadata/blob.h' install -o root -g wheel -m 444 'image.h' '/usr/local/include/mono-1.0/mono/metadata/image.h' install -o root -g wheel -m 444 'metadata.h' '/usr/local/include/mono-1.0/mono/metadata/metadata.h' install -o root -g wheel -m 444 'verify.h' '/usr/local/include/mono-1.0/mono/metadata/verify.h' install -o root -g wheel -m 444 'reflection.h' '/usr/local/include/mono-1.0/mono/metadata/reflection.h' install -o root -g wheel -m 444 'row-indexes.h' '/usr/local/include/mono-1.0/mono/metadata/row-indexes.h' install -o root -g wheel -m 444 'tokentype.h' '/usr/local/include/mono-1.0/mono/metadata/tokentype.h' install -o root -g wheel -m 444 'loader.h' '/usr/local/include/mono-1.0/mono/metadata/loader.h' install -o root -g wheel -m 444 'class.h' '/usr/local/include/mono-1.0/mono/metadata/class.h' install -o root -g wheel -m 444 'object.h' '/usr/local/include/mono-1.0/mono/metadata/object.h' install -o root -g wheel -m 444 'exception.h' '/usr/local/include/mono-1.0/mono/metadata/exception.h' install -o root -g wheel -m 444 'profiler.h' '/usr/local/include/mono-1.0/mono/metadata/profiler.h' install -o root -g wheel -m 444 'appdomain.h' '/usr/local/include/mono-1.0/mono/metadata/appdomain.h' install -o root -g wheel -m 444 'mono-config.h' '/usr/local/include/mono-1.0/mono/metadata/mono-config.h' install -o root -g wheel -m 444 'debug-helpers.h' '/usr/local/include/mono-1.0/mono/metadata/debug-helpers.h' install -o root -g wheel -m 444 'mempool.h' '/usr/local/include/mono-1.0/mono/metadata/mempool.h' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/metadata' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/metadata' Making install in arch gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/arch' gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/arch' gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/arch' gmake[4]: Nothing to be done for `install-exec-am'. gmake[4]: Nothing to be done for `install-data-am'. gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/arch' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/arch' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/arch' Making install in interpreter gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/interpreter' gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/interpreter' test -z "/usr/local/lib" || ../.././install-sh -c -d "/usr/local/lib" test -z "/usr/local/bin" || ../.././install-sh -c -d "/usr/local/bin" test -z "/usr/local/include/mono-1.0/mono/interpreter" || ../.././install-sh -c -d "/usr/local/include/mono-1.0/mono/interpreter" install -o root -g wheel -m 444 'embed.h' '/usr/local/include/mono-1.0/mono/interpreter/embed.h' test -z "/usr/local/man/man1" || ../.././install-sh -c -d "/usr/local/man/man1" install -o root -g wheel -m 444 './mint.1' '/usr/local/man/man1/mint.1' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/interpreter' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/interpreter' Making install in mini gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/mini' gmake install-am gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/mini' gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/mini' test -z "/usr/local/lib" || ../.././install-sh -c -d "/usr/local/lib" /bin/sh /usr/local/bin/libtool --quiet --mode=install /usr/bin/install -c -o root -g wheel 'libmono.la' '/usr/local/lib/libmono.la' test -z "/usr/local/bin" || ../.././install-sh -c -d "/usr/local/bin" /bin/sh /usr/local/bin/libtool --quiet --mode=install install -s -o root -g wheel -m 555 'mono' '/usr/local/bin/mono' test -z "/usr/local/include/mono-1.0/mono/jit" || ../.././install-sh -c -d "/usr/local/include/mono-1.0/mono/jit" install -o root -g wheel -m 444 'jit.h' '/usr/local/include/mono-1.0/mono/jit/jit.h' gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/mini' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/mini' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/mini' Making install in dis gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/dis' gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/dis' test -z "/usr/local/bin" || ../.././install-sh -c -d "/usr/local/bin" /bin/sh /usr/local/bin/libtool --quiet --mode=install install -s -o root -g wheel -m 555 'monodis' '/usr/local/bin/monodis' test -z "/usr/local/man/man1" || ../.././install-sh -c -d "/usr/local/man/man1" install -o root -g wheel -m 444 './monodis.1' '/usr/local/man/man1/monodis.1' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/dis' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/dis' Making install in monograph gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/monograph' gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/monograph' test -z "/usr/local/bin" || ../.././install-sh -c -d "/usr/local/bin" /bin/sh /usr/local/bin/libtool --quiet --mode=install install -s -o root -g wheel -m 555 'monograph' '/usr/local/bin/monograph' gmake[3]: Nothing to be done for `install-data-am'. gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/monograph' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/monograph' Making install in tests gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests' Making install in cas gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas' Making install in assembly gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/assembly' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/assembly' gmake[5]: Nothing to be done for `install-exec-am'. gmake[5]: Nothing to be done for `install-data-am'. gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/assembly' gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/assembly' Making install in linkdemand gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/linkdemand' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/linkdemand' gmake[5]: Nothing to be done for `install-exec-am'. gmake[5]: Nothing to be done for `install-data-am'. gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/linkdemand' gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/linkdemand' Making install in inheritance gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/inheritance' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/inheritance' gmake[5]: Nothing to be done for `install-exec-am'. gmake[5]: Nothing to be done for `install-data-am'. gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/inheritance' gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/inheritance' Making install in demand gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/demand' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/demand' gmake[5]: Nothing to be done for `install-exec-am'. gmake[5]: Nothing to be done for `install-data-am'. gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/demand' gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/demand' Making install in threads gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/threads' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/threads' gmake[5]: Nothing to be done for `install-exec-am'. gmake[5]: Nothing to be done for `install-data-am'. gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/threads' gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas/threads' gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas' gmake[5]: Nothing to be done for `install-exec-am'. gmake[5]: Nothing to be done for `install-data-am'. gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas' gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/cas' Making install in assemblyresolve gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/assemblyresolve' gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/assemblyresolve' gmake[4]: Nothing to be done for `install-exec-am'. gmake[4]: Nothing to be done for `install-data-am'. gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/assemblyresolve' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests/assemblyresolve' gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests' gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests' gmake[4]: Nothing to be done for `install-exec-am'. gmake[4]: Nothing to be done for `install-data-am'. gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/tests' Making install in benchmark gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/benchmark' gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/benchmark' gmake[3]: Nothing to be done for `install-exec-am'. gmake[3]: Nothing to be done for `install-data-am'. gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/benchmark' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/benchmark' Making install in profiler gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/profiler' gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/profiler' test -z "/usr/local/lib" || ../.././install-sh -c -d "/usr/local/lib" /bin/sh /usr/local/bin/libtool --quiet --mode=install /usr/bin/install -c -o root -g wheel 'libmono-profiler-cov.la' '/usr/local/lib/libmono-profiler-cov.la' libtool: install: warning: relinking `libmono-profiler-cov.la' /bin/sh /usr/local/bin/libtool --quiet --mode=install /usr/bin/install -c -o root -g wheel 'libmono-profiler-aot.la' '/usr/local/lib/libmono-profiler-aot.la' libtool: install: warning: relinking `libmono-profiler-aot.la' gmake[3]: Nothing to be done for `install-data-am'. gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/profiler' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono/profiler' gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono' gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono' gmake[3]: Nothing to be done for `install-exec-am'. gmake[3]: Nothing to be done for `install-data-am'. gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono' gmake[1]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mono' Making install in ikvm-native gmake[1]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/ikvm-native' gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/ikvm-native' test -z "/usr/local/lib" || .././install-sh -c -d "/usr/local/lib" /bin/sh /usr/local/bin/libtool --mode=install /usr/bin/install -c -o root -g wheel 'libikvm-native.la' '/usr/local/lib/libikvm-native.la' /usr/bin/install -c -o root -g wheel .libs/libikvm-native.so /usr/local/lib/libikvm-native.so /usr/bin/install -c -o root -g wheel .libs/libikvm-native.lai /usr/local/lib/libikvm-native.la /usr/bin/install -c -o root -g wheel .libs/libikvm-native.a /usr/local/lib/libikvm-native.a chmod 644 /usr/local/lib/libikvm-native.a ranlib /usr/local/lib/libikvm-native.a ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/ikvm-native' gmake[1]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/ikvm-native' Making install in support gmake[1]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/support' gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/support' test -z "/usr/local/lib" || .././install-sh -c -d "/usr/local/lib" /bin/sh /usr/local/bin/libtool --quiet --mode=install /usr/bin/install -c -o root -g wheel 'libMonoPosixHelper.la' '/usr/local/lib/libMonoPosixHelper.la' /bin/sh /usr/local/bin/libtool --quiet --mode=install /usr/bin/install -c -o root -g wheel 'libMonoSupportW.la' '/usr/local/lib/libMonoSupportW.la' gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/support' gmake[1]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/support' Making install in docs gmake[1]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/docs' gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/docs' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/docs' gmake[1]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/docs' Making install in data gmake[1]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/data' Making install in net_1_1 gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/data/net_1_1' gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/data/net_1_1' gmake[3]: Nothing to be done for `install-exec-am'. test -z "/usr/local/etc/mono/1.0" || ../.././install-sh -c -d "/usr/local/etc/mono/1.0" install -o root -g wheel -m 444 'machine.config' '/usr/local/etc/mono/1.0/machine.config' install -o root -g wheel -m 444 'DefaultWsdlHelpGenerator.aspx' '/usr/local/etc/mono/1.0/DefaultWsdlHelpGenerator.aspx' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/data/net_1_1' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/data/net_1_1' Making install in net_2_0 gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/data/net_2_0' Making install in Browsers gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/data/net_2_0/Browsers' gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/data/net_2_0/Browsers' gmake[4]: Nothing to be done for `install-exec-am'. test -z "/usr/local/etc/mono/2.0/Browsers" || ../../.././install-sh -c -d "/usr/local/etc/mono/2.0/Browsers" install -o root -g wheel -m 444 'Compat.browser' '/usr/local/etc/mono/2.0/Browsers/Compat.browser' gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/data/net_2_0/Browsers' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/data/net_2_0/Browsers' gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/data/net_2_0' gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/data/net_2_0' gmake[4]: Nothing to be done for `install-exec-am'. test -z "/usr/local/etc/mono/2.0" || ../.././install-sh -c -d "/usr/local/etc/mono/2.0" install -o root -g wheel -m 444 'machine.config' '/usr/local/etc/mono/2.0/machine.config' install -o root -g wheel -m 444 'web.config' '/usr/local/etc/mono/2.0/web.config' install -o root -g wheel -m 444 'DefaultWsdlHelpGenerator.aspx' '/usr/local/etc/mono/2.0/DefaultWsdlHelpGenerator.aspx' install -o root -g wheel -m 444 'settings.map' '/usr/local/etc/mono/2.0/settings.map' gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/data/net_2_0' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/data/net_2_0' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/data/net_2_0' gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/data' gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/data' gmake[3]: Nothing to be done for `install-exec-am'. test -z "/usr/local/etc/mono" || .././install-sh -c -d "/usr/local/etc/mono" install -o root -g wheel -m 444 'config' '/usr/local/etc/mono/config' install -o root -g wheel -m 444 'browscap.ini' '/usr/local/etc/mono/browscap.ini' test -z "/usr/local/libdata/pkgconfig" || .././install-sh -c -d "/usr/local/libdata/pkgconfig" install -o root -g wheel -m 444 'mono.pc' '/usr/local/libdata/pkgconfig/mono.pc' install -o root -g wheel -m 444 'dotnet.pc' '/usr/local/libdata/pkgconfig/dotnet.pc' install -o root -g wheel -m 444 'dotnet35.pc' '/usr/local/libdata/pkgconfig/dotnet35.pc' install -o root -g wheel -m 444 'mono-cairo.pc' '/usr/local/libdata/pkgconfig/mono-cairo.pc' install -o root -g wheel -m 444 'cecil.pc' '/usr/local/libdata/pkgconfig/cecil.pc' install -o root -g wheel -m 444 'smcs.pc' '/usr/local/libdata/pkgconfig/smcs.pc' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/data' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/data' gmake[1]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/data' Making install in runtime gmake[1]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/runtime' cd ../mcs && gmake NO_DIR_CHECK=1 PROFILES='default net_2_0 net_3_5 net_2_1' RUNTIME_HAS_CONSISTENT_GACDIR=yes prefix=/usr/local install-profiles gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake profile-do--default--install profile-do--net_2_0--install profile-do--net_3_5--install profile-do--net_2_1--install gmake[3]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake PROFILE=basic install gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[6]: Nothing to be done for `install-local'. gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake install-local gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake PROFILE=net_1_1_bootstrap install gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[6]: Nothing to be done for `install-local'. gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' gmake[7]: Nothing to be done for `install-local'. gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/culevel' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/culevel' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/culevel' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/culevel' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake install-local gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake PROFILE=default install gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' /bin/sh ../mkinstalldirs /usr/local/bin /bin/sh ../mkinstalldirs /usr/local/share/jay mkdir -p -- /usr/local/share/jay /bin/sh ../mkinstalldirs /usr/local/man/man1 /usr/bin/install -c -o root -g wheel -c -m 755 jay /usr/local/bin for datafile in ACKNOWLEDGEMENTS NEW_FEATURES NOTES README README.jay skeleton skeleton.cs ; do \ /usr/bin/install -c -o root -g wheel -c -m 644 $datafile /usr/local/share/jay ; \ done /usr/bin/install -c -o root -g wheel -c -m 644 jay.1 /usr/local/man/man1 gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' /bin/sh ../mkinstalldirs /usr/local/lib/mono/1.0 mkdir -p -- /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../class/lib/default/mcs.exe /usr/local/lib/mono/1.0 test ! -f ../class/lib/default/mcs.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../class/lib/default/mcs.exe.mdb /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 644 ../class/lib/default/mcs.exe.config /usr/local/lib/mono/1.0 gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/mscorlib.dll /usr/local/lib/mono/1.0/mscorlib.dll test ! -f ../../class/lib/default/mscorlib.dll.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/mscorlib.dll.mdb /usr/local/lib/mono/1.0/mscorlib.dll.mdb gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.dll -> ../gac/System/1.0.5000.0__b77a5c561934e089/System.dll Installed ../../class/lib/default/System.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.Xml.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.Xml.dll -> ../gac/System.Xml/1.0.5000.0__b77a5c561934e089/System.Xml.dll Installed ../../class/lib/default/System.Xml.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/Mono.Security.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/Mono.Security.dll -> ../gac/Mono.Security/1.0.5000.0__0738eb9f132ed756/Mono.Security.dll Installed ../../class/lib/default/Mono.Security.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.dll -> ../gac/System/1.0.5000.0__b77a5c561934e089/System.dll Installed ../../class/lib/default/System.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.Security.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.Security.dll -> ../gac/System.Security/1.0.5000.0__b03f5f7f11d50a3a/System.Security.dll Installed ../../class/lib/default/System.Security.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.dll -> ../gac/System/1.0.5000.0__b77a5c561934e089/System.dll Installed ../../class/lib/default/System.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.Xml.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.Xml.dll -> ../gac/System.Xml/1.0.5000.0__b77a5c561934e089/System.Xml.dll Installed ../../class/lib/default/System.Xml.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Common' gmake install-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Common' MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../../class/lib/default/I18N.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/I18N.dll -> ../gac/I18N/1.0.5000.0__0738eb9f132ed756/I18N.dll Installed ../../../class/lib/default/I18N.dll into the gac (/usr/local/lib/mono/gac) gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Common' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Common' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/West' gmake install-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/West' MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../../class/lib/default/I18N.West.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/I18N.West.dll -> ../gac/I18N.West/1.0.5000.0__0738eb9f132ed756/I18N.West.dll Installed ../../../class/lib/default/I18N.West.dll into the gac (/usr/local/lib/mono/gac) gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/West' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/West' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/MidEast' gmake install-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/MidEast' MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../../class/lib/default/I18N.MidEast.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/I18N.MidEast.dll -> ../gac/I18N.MidEast/1.0.5000.0__0738eb9f132ed756/I18N.MidEast.dll Installed ../../../class/lib/default/I18N.MidEast.dll into the gac (/usr/local/lib/mono/gac) gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/MidEast' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/MidEast' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Other' gmake install-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Other' MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../../class/lib/default/I18N.Other.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/I18N.Other.dll -> ../gac/I18N.Other/1.0.5000.0__0738eb9f132ed756/I18N.Other.dll Installed ../../../class/lib/default/I18N.Other.dll into the gac (/usr/local/lib/mono/gac) gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Other' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Other' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Rare' gmake install-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Rare' MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../../class/lib/default/I18N.Rare.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/I18N.Rare.dll -> ../gac/I18N.Rare/1.0.5000.0__0738eb9f132ed756/I18N.Rare.dll Installed ../../../class/lib/default/I18N.Rare.dll into the gac (/usr/local/lib/mono/gac) gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Rare' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Rare' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/CJK' gmake install-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/CJK' MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../../class/lib/default/I18N.CJK.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/I18N.CJK.dll -> ../gac/I18N.CJK/1.0.5000.0__0738eb9f132ed756/I18N.CJK.dll Installed ../../../class/lib/default/I18N.CJK.dll into the gac (/usr/local/lib/mono/gac) gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/CJK' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/CJK' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N' gmake[7]: Nothing to be done for `install-local'. gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.Drawing.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.Drawing.dll -> ../gac/System.Drawing/1.0.5000.0__b03f5f7f11d50a3a/System.Drawing.dll Installed ../../class/lib/default/System.Drawing.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Transactions' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Transactions' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Transactions' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Transactions' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.EnterpriseServices' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.EnterpriseServices' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.EnterpriseServices.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.EnterpriseServices.dll -> ../gac/System.EnterpriseServices/1.0.5000.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll Installed ../../class/lib/default/System.EnterpriseServices.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.EnterpriseServices' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.EnterpriseServices' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.C5' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.C5' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.C5' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.C5' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Tds' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Tds' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/Mono.Data.Tds.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/Mono.Data.Tds.dll -> ../gac/Mono.Data.Tds/1.0.5000.0__0738eb9f132ed756/Mono.Data.Tds.dll Installed ../../class/lib/default/Mono.Data.Tds.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Tds' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Tds' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.Data.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.Data.dll -> ../gac/System.Data/1.0.5000.0__b77a5c561934e089/System.Data.dll Installed ../../class/lib/default/System.Data.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/Mono.Data.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/Mono.Data.dll -> ../gac/Mono.Data/1.0.5000.0__0738eb9f132ed756/Mono.Data.dll Installed ../../class/lib/default/Mono.Data.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.GetOptions' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.GetOptions' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/Mono.GetOptions.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/Mono.GetOptions.dll -> ../gac/Mono.GetOptions/1.0.5000.0__0738eb9f132ed756/Mono.GetOptions.dll Installed ../../class/lib/default/Mono.GetOptions.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.GetOptions' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.GetOptions' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/Mono.CompilerServices.SymbolWriter.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/Mono.CompilerServices.SymbolWriter.dll -> ../gac/Mono.CompilerServices.SymbolWriter/1.0.5000.0__0738eb9f132ed756/Mono.CompilerServices.SymbolWriter.dll Installed ../../class/lib/default/Mono.CompilerServices.SymbolWriter.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Posix' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Posix' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/Mono.Posix.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/Mono.Posix.dll -> ../gac/Mono.Posix/1.0.5000.0__0738eb9f132ed756/Mono.Posix.dll Installed ../../class/lib/default/Mono.Posix.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Posix' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Posix' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Accessibility' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Accessibility' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/Accessibility.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/Accessibility.dll -> ../gac/Accessibility/1.0.5000.0__b03f5f7f11d50a3a/Accessibility.dll Installed ../../class/lib/default/Accessibility.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Accessibility' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Accessibility' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.WebBrowser' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.WebBrowser' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/Mono.WebBrowser.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/Mono.WebBrowser.dll -> ../gac/Mono.WebBrowser/0.5.0.0__0738eb9f132ed756/Mono.WebBrowser.dll Installed ../../class/lib/default/Mono.WebBrowser.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.WebBrowser' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.WebBrowser' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Managed.Windows.Forms' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Managed.Windows.Forms' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.Windows.Forms.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.Windows.Forms.dll -> ../gac/System.Windows.Forms/1.0.5000.0__b77a5c561934e089/System.Windows.Forms.dll Installed ../../class/lib/default/System.Windows.Forms.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Managed.Windows.Forms' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Managed.Windows.Forms' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Sqlite' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Sqlite' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/Mono.Data.Sqlite.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/Mono.Data.Sqlite.dll -> ../gac/Mono.Data.Sqlite/1.0.5000.0__0738eb9f132ed756/Mono.Data.Sqlite.dll Installed ../../class/lib/default/Mono.Data.Sqlite.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Sqlite' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Sqlite' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SqliteClient' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SqliteClient' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/Mono.Data.SqliteClient.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/Mono.Data.SqliteClient.dll -> ../gac/Mono.Data.SqliteClient/1.0.5000.0__0738eb9f132ed756/Mono.Data.SqliteClient.dll Installed ../../class/lib/default/Mono.Data.SqliteClient.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SqliteClient' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SqliteClient' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake install-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake[9]: Nothing to be done for `install-local'. gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake install-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[8]: Nothing to be done for `install-local'. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.Web.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.Web.dll -> ../gac/System.Web/1.0.5000.0__b03f5f7f11d50a3a/System.Web.dll Installed ../../class/lib/default/System.Web.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Web' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Web' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Web' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Web' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Services' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Services' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.Web.Services.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.Web.Services.dll -> ../gac/System.Web.Services/1.0.5000.0__b03f5f7f11d50a3a/System.Web.Services.dll Installed ../../class/lib/default/System.Web.Services.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Services' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Services' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake install-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake[9]: Nothing to be done for `install-local'. gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake install-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[8]: Nothing to be done for `install-local'. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.Web.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.Web.dll -> ../gac/System.Web/1.0.5000.0__b03f5f7f11d50a3a/System.Web.dll Installed ../../class/lib/default/System.Web.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.Runtime.Serialization.Formatters.Soap.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.Runtime.Serialization.Formatters.Soap.dll -> ../gac/System.Runtime.Serialization.Formatters.Soap/1.0.5000.0__b03f5f7f11d50a3a/System.Runtime.Serialization.Formatters.Soap.dll Installed ../../class/lib/default/System.Runtime.Serialization.Formatters.Soap.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Remoting' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Remoting' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.Runtime.Remoting.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.Runtime.Remoting.dll -> ../gac/System.Runtime.Remoting/1.0.5000.0__b77a5c561934e089/System.Runtime.Remoting.dll Installed ../../class/lib/default/System.Runtime.Remoting.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Remoting' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Remoting' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration.Install' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration.Install' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.Configuration.Install.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.Configuration.Install.dll -> ../gac/System.Configuration.Install/1.0.5000.0__b03f5f7f11d50a3a/System.Configuration.Install.dll Installed ../../class/lib/default/System.Configuration.Install.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration.Install' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration.Install' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Management' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Management' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.Management.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.Management.dll -> ../gac/System.Management/1.0.5000.0__b03f5f7f11d50a3a/System.Management.dll Installed ../../class/lib/default/System.Management.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Management' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Management' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SybaseClient' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SybaseClient' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/Mono.Data.SybaseClient.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/Mono.Data.SybaseClient.dll -> ../gac/Mono.Data.SybaseClient/1.0.5000.0__0738eb9f132ed756/Mono.Data.SybaseClient.dll Installed ../../class/lib/default/Mono.Data.SybaseClient.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SybaseClient' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SybaseClient' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.TdsClient' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.TdsClient' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/Mono.Data.TdsClient.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/Mono.Data.TdsClient.dll -> ../gac/Mono.Data.TdsClient/1.0.5000.0__0738eb9f132ed756/Mono.Data.TdsClient.dll Installed ../../class/lib/default/Mono.Data.TdsClient.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.TdsClient' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.TdsClient' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.OracleClient' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.OracleClient' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.Data.OracleClient.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.Data.OracleClient.dll -> ../gac/System.Data.OracleClient/1.0.5000.0__b77a5c561934e089/System.Data.OracleClient.dll Installed ../../class/lib/default/System.Data.OracleClient.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.OracleClient' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.OracleClient' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.VisualC' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.VisualC' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/Microsoft.VisualC.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/Microsoft.VisualC.dll -> ../gac/Microsoft.VisualC/7.0.5000.0__b03f5f7f11d50a3a/Microsoft.VisualC.dll Installed ../../class/lib/default/Microsoft.VisualC.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.VisualC' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.VisualC' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Cscompmgd' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Cscompmgd' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/cscompmgd.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/cscompmgd.dll -> ../gac/cscompmgd/7.0.5000.0__b03f5f7f11d50a3a/cscompmgd.dll Installed ../../class/lib/default/cscompmgd.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Cscompmgd' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Cscompmgd' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.Design.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.Design.dll -> ../gac/System.Design/1.0.5000.0__b03f5f7f11d50a3a/System.Design.dll Installed ../../class/lib/default/System.Design.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/PEAPI.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/PEAPI.dll -> ../gac/PEAPI/1.0.5000.0__0738eb9f132ed756/PEAPI.dll Installed ../../class/lib/default/PEAPI.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/Npgsql.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/Npgsql.dll -> ../gac/Npgsql/1.0.5000.0__5d8b90d52f46fda7/Npgsql.dll Installed ../../class/lib/default/Npgsql.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/compat/default/ICSharpCode.SharpZipLib.dll /f /root /usr/local/lib /package compat-1.0 Package exported to: /usr/local/lib/mono/compat-1.0/ICSharpCode.SharpZipLib.dll -> ../gac/ICSharpCode.SharpZipLib/0.6.0.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll Installed ../../class/compat/default/ICSharpCode.SharpZipLib.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ICSharpCode.SharpZipLib' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ICSharpCode.SharpZipLib' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/ICSharpCode.SharpZipLib.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/ICSharpCode.SharpZipLib.dll -> ../gac/ICSharpCode.SharpZipLib/0.84.0.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll Installed ../../class/lib/default/ICSharpCode.SharpZipLib.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ICSharpCode.SharpZipLib' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ICSharpCode.SharpZipLib' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/compat/default/ICSharpCode.SharpZipLib.dll /f /root /usr/local/lib /package compat-1.0 Package exported to: /usr/local/lib/mono/compat-1.0/ICSharpCode.SharpZipLib.dll -> ../gac/ICSharpCode.SharpZipLib/0.6.0.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll Installed ../../class/compat/default/ICSharpCode.SharpZipLib.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ByteFX.Data' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ByteFX.Data' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/ByteFX.Data.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/ByteFX.Data.dll -> ../gac/ByteFX.Data/0.7.6.1__0738eb9f132ed756/ByteFX.Data.dll Installed ../../class/lib/default/ByteFX.Data.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ByteFX.Data' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ByteFX.Data' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Commons.Xml.Relaxng' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Commons.Xml.Relaxng' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/Commons.Xml.Relaxng.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/Commons.Xml.Relaxng.dll -> ../gac/Commons.Xml.Relaxng/1.0.5000.0__0738eb9f132ed756/Commons.Xml.Relaxng.dll Installed ../../class/lib/default/Commons.Xml.Relaxng.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Commons.Xml.Relaxng' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Commons.Xml.Relaxng' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Novell.Directory.Ldap' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Novell.Directory.Ldap' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/Novell.Directory.Ldap.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/Novell.Directory.Ldap.dll -> ../gac/Novell.Directory.Ldap/1.0.5000.0__0738eb9f132ed756/Novell.Directory.Ldap.dll Installed ../../class/lib/default/Novell.Directory.Ldap.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Novell.Directory.Ldap' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Novell.Directory.Ldap' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security.Win32' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security.Win32' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/Mono.Security.Win32.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/Mono.Security.Win32.dll -> ../gac/Mono.Security.Win32/1.0.5000.0__0738eb9f132ed756/Mono.Security.Win32.dll Installed ../../class/lib/default/Mono.Security.Win32.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security.Win32' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security.Win32' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.DirectoryServices' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.DirectoryServices' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.DirectoryServices.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.DirectoryServices.dll -> ../gac/System.DirectoryServices/1.0.5000.0__b03f5f7f11d50a3a/System.DirectoryServices.dll Installed ../../class/lib/default/System.DirectoryServices.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.DirectoryServices' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.DirectoryServices' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Messaging' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Messaging' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.Messaging.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.Messaging.dll -> ../gac/System.Messaging/1.0.5000.0__b03f5f7f11d50a3a/System.Messaging.dll Installed ../../class/lib/default/System.Messaging.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Messaging' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Messaging' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.ServiceProcess' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.ServiceProcess' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.ServiceProcess.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.ServiceProcess.dll -> ../gac/System.ServiceProcess/1.0.5000.0__b03f5f7f11d50a3a/System.ServiceProcess.dll Installed ../../class/lib/default/System.ServiceProcess.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.ServiceProcess' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.ServiceProcess' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing.Design' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing.Design' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.Drawing.Design.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.Drawing.Design.dll -> ../gac/System.Drawing.Design/1.0.5000.0__b03f5f7f11d50a3a/System.Drawing.Design.dll Installed ../../class/lib/default/System.Drawing.Design.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing.Design' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing.Design' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/System.Design.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/System.Design.dll -> ../gac/System.Design/1.0.5000.0__b03f5f7f11d50a3a/System.Design.dll Installed ../../class/lib/default/System.Design.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Http' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Http' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/Mono.Http.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/Mono.Http.dll -> ../gac/Mono.Http/1.0.5000.0__0738eb9f132ed756/Mono.Http.dll Installed ../../class/lib/default/Mono.Http.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Http' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Http' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Vsa' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Vsa' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/Microsoft.Vsa.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/Microsoft.Vsa.dll -> ../gac/Microsoft.Vsa/7.0.5000.0__b03f5f7f11d50a3a/Microsoft.Vsa.dll Installed ../../class/lib/default/Microsoft.Vsa.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Vsa' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Vsa' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cairo' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cairo' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/Mono.Cairo.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/Mono.Cairo.dll -> ../gac/Mono.Cairo/1.0.5000.0__0738eb9f132ed756/Mono.Cairo.dll Installed ../../class/lib/default/Mono.Cairo.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cairo' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cairo' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/IBM.Data.DB2' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/IBM.Data.DB2' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/IBM.Data.DB2.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/IBM.Data.DB2.dll -> ../gac/IBM.Data.DB2/1.0.0.0__7c307b91aa13d208/IBM.Data.DB2.dll Installed ../../class/lib/default/IBM.Data.DB2.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/IBM.Data.DB2' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/IBM.Data.DB2' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.JScript' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.JScript' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/Microsoft.JScript.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/Microsoft.JScript.dll -> ../gac/Microsoft.JScript/7.0.5000.0__b03f5f7f11d50a3a/Microsoft.JScript.dll Installed ../../class/lib/default/Microsoft.JScript.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.JScript' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.JScript' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/CustomMarshalers' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/CustomMarshalers' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/CustomMarshalers.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/CustomMarshalers.dll -> ../gac/CustomMarshalers/1.0.5000.0__b03f5f7f11d50a3a/CustomMarshalers.dll Installed ../../class/lib/default/CustomMarshalers.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/CustomMarshalers' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/CustomMarshalers' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/OpenSystem.C' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/OpenSystem.C' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/OpenSystem.C.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/OpenSystem.C.dll -> ../gac/OpenSystem.C/1.0.5000.0__b77a5c561934e089/OpenSystem.C.dll Installed ../../class/lib/default/OpenSystem.C.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/OpenSystem.C' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/OpenSystem.C' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/FirebirdSql.Data.Firebird' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/FirebirdSql.Data.Firebird' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/FirebirdSql.Data.Firebird.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/FirebirdSql.Data.Firebird.dll -> ../gac/FirebirdSql.Data.Firebird/1.7.1.0__0706f5520aae4ff4/FirebirdSql.Data.Firebird.dll Installed ../../class/lib/default/FirebirdSql.Data.Firebird.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/FirebirdSql.Data.Firebird' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/FirebirdSql.Data.Firebird' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cecil' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cecil' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/Mono.Cecil.dll /f /root /usr/local/lib Installed ../../class/lib/default/Mono.Cecil.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cecil' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cecil' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cecil.Mdb' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cecil.Mdb' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/Mono.Cecil.Mdb.dll /f /root /usr/local/lib Installed ../../class/lib/default/Mono.Cecil.Mdb.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cecil.Mdb' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cecil.Mdb' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/framework' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/framework' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/nunit.framework.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/nunit.framework.dll -> ../gac/nunit.framework/2.2.0.0__96d09a1eb7f44a77/nunit.framework.dll Installed ../../class/lib/default/nunit.framework.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/framework' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/framework' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/core' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/core' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/nunit.core.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/nunit.core.dll -> ../gac/nunit.core/2.2.0.0__96d09a1eb7f44a77/nunit.core.dll Installed ../../class/lib/default/nunit.core.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/core' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/core' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/util' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/util' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/nunit.util.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/nunit.util.dll -> ../gac/nunit.util/2.2.0.0__96d09a1eb7f44a77/nunit.util.dll Installed ../../class/lib/default/nunit.util.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/util' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/util' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/nunit-console' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/nunit-console' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/nunit-console.exe /usr/local/lib/mono/1.0 test ! -f ../../class/lib/default/nunit-console.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/nunit-console.exe.mdb /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 644 ../../class/lib/default/nunit-console.exe.config /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/nunit-console' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/nunit-console' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/mocks' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/mocks' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/nunit.mocks.dll /f /root /usr/local/lib /package 1.0 Package exported to: /usr/local/lib/mono/1.0/nunit.mocks.dll -> ../gac/nunit.mocks/2.2.8.0__96d09a1eb7f44a77/nunit.mocks.dll Installed ../../class/lib/default/nunit.mocks.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/mocks' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/mocks' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20' gmake[6]: Nothing to be done for `install-local'. gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' cp -p ../class/lib/default/ilasm.exe ilasm.exe test ! -f ../class/lib/default/ilasm.exe.mdb || cp -p ../class/lib/default/ilasm.exe.mdb ilasm.exe.mdb /bin/sh ../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../class/lib/default/ilasm.exe /usr/local/lib/mono/1.0 test ! -f ../class/lib/default/ilasm.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../class/lib/default/ilasm.exe.mdb /usr/local/lib/mono/1.0 gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/al' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/al' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/al.exe /usr/local/lib/mono/1.0 test ! -f ../../class/lib/default/al.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/al.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/al' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/al' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/cilc' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/cilc' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 cilc.exe /usr/local/lib/mono/1.0 test ! -f cilc.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 cilc.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/cilc' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/cilc' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/corcompare' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/corcompare' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 for i in ../../class/lib/default/mono-api-info.exe CorCompare.exe mono-api-info.exe mono-api-diff.exe transform.exe ; do \ /usr/bin/install -c -o root -g wheel -c -m 755 $i /usr/local/lib/mono/1.0 ; \ done gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/corcompare' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/corcompare' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/culevel' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/culevel' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/culevel.exe /usr/local/lib/mono/1.0 test ! -f ../../class/lib/default/culevel.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/culevel.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/culevel' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/culevel' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/ictool' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/ictool' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 ictool.exe /usr/local/lib/mono/1.0 test ! -f ictool.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ictool.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/ictool' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/ictool' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xsd' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xsd' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/xsd.exe /usr/local/lib/mono/1.0 test ! -f ../../class/lib/default/xsd.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/xsd.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xsd' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xsd' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 for p in secutil.exe cert2spc.exe sn.exe makecert.exe chktrust.exe signcode.exe setreg.exe certmgr.exe caspol.exe permview.exe mozroots.exe ; do \ /usr/bin/install -c -o root -g wheel -c -m 755 $p /usr/local/lib/mono/1.0 ; \ test ! -f $p.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 $p.mdb /usr/local/lib/mono/1.0 ; \ done gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/wsdl' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/wsdl' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/wsdl.exe /usr/local/lib/mono/1.0 test ! -f ../../class/lib/default/wsdl.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/wsdl.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/wsdl' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/wsdl' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/genxs' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/genxs' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/genxs.exe /usr/local/lib/mono/1.0 test ! -f ../../class/lib/default/genxs.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/genxs.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/genxs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/genxs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/sqlsharp' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/sqlsharp' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 sqlsharp.exe /usr/local/lib/mono/1.0 test ! -f sqlsharp.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 sqlsharp.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/sqlsharp' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/sqlsharp' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/disco' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/disco' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 disco.exe /usr/local/lib/mono/1.0 test ! -f disco.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 disco.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/disco' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/disco' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/soapsuds' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/soapsuds' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 soapsuds.exe /usr/local/lib/mono/1.0 test ! -f soapsuds.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 soapsuds.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/soapsuds' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/soapsuds' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/browsercaps-updater' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/browsercaps-updater' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 browsercaps-updater.exe /usr/local/lib/mono/1.0 test ! -f browsercaps-updater.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 browsercaps-updater.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/browsercaps-updater' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/browsercaps-updater' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/monop' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/monop' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/monop.exe /usr/local/lib/mono/1.0 test ! -f ../../class/lib/default/monop.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/monop.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/monop' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/monop' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/gacutil.exe /usr/local/lib/mono/1.0 test ! -f ../../class/lib/default/gacutil.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/gacutil.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/linker' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/linker' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 monolinker.exe /usr/local/lib/mono/1.0 test ! -f monolinker.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 monolinker.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/linker' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/linker' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/tuner' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/tuner' gmake[7]: Nothing to be done for `install-local'. gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/tuner' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/tuner' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/resgen.exe /usr/local/lib/mono/1.0 test ! -f ../../class/lib/default/resgen.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/resgen.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/macpack' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/macpack' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 macpack.exe /usr/local/lib/mono/1.0 test ! -f macpack.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 macpack.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/macpack' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/macpack' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mkbundle' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mkbundle' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/mkbundle.exe /usr/local/lib/mono/1.0 test ! -f ../../class/lib/default/mkbundle.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/mkbundle.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mkbundle' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mkbundle' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/dtd2rng' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/dtd2rng' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 dtd2rng.exe /usr/local/lib/mono/1.0 test ! -f dtd2rng.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 dtd2rng.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/dtd2rng' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/dtd2rng' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/dtd2xsd' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/dtd2xsd' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 dtd2xsd.exe /usr/local/lib/mono/1.0 test ! -f dtd2xsd.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 dtd2xsd.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/dtd2xsd' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/dtd2xsd' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mjs' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mjs' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 mjs.exe /usr/local/lib/mono/1.0 test ! -f mjs.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 mjs.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mjs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mjs' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/prj2make' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/prj2make' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 prj2make.exe /usr/local/lib/mono/1.0 test ! -f prj2make.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 prj2make.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/prj2make' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/prj2make' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-service' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-service' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/default/mono-service.exe /f /root /usr/local/lib Installed ../../class/lib/default/mono-service.exe into the gac (/usr/local/lib/mono/gac) /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/mono-service.exe /usr/local/lib/mono/1.0 test ! -f ../../class/lib/default/mono-service.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/default/mono-service.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-service' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-service' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-shlib-cop' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-shlib-cop' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 mono-shlib-cop.exe /usr/local/lib/mono/1.0 test ! -f mono-shlib-cop.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 mono-shlib-cop.exe.mdb /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 644 mono-shlib-cop.exe.config /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-shlib-cop' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-shlib-cop' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xmltool' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xmltool' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 mono-xmltool.exe /usr/local/lib/mono/1.0 test ! -f mono-xmltool.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 mono-xmltool.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xmltool' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xmltool' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installvst' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installvst' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 installvst.exe /usr/local/lib/mono/1.0 test ! -f installvst.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 installvst.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installvst' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installvst' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installutil' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installutil' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/1.0 /usr/bin/install -c -o root -g wheel -c -m 755 installutil.exe /usr/local/lib/mono/1.0 test ! -f installutil.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 installutil.exe.mdb /usr/local/lib/mono/1.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installutil' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installutil' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake[6]: Nothing to be done for `install-local'. gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake[6]: Nothing to be done for `install-local'. gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/docs' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/docs' gmake[6]: Nothing to be done for `install-local'. gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/docs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/docs' gmake install-local gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake PROFILE=net_2_0_bootstrap install gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[6]: Nothing to be done for `install-local'. gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake install-local gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake PROFILE=net_2_0 install gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' /bin/sh ../mkinstalldirs /usr/local/bin /bin/sh ../mkinstalldirs /usr/local/share/jay /bin/sh ../mkinstalldirs /usr/local/man/man1 /usr/bin/install -c -o root -g wheel -c -m 755 jay /usr/local/bin for datafile in ACKNOWLEDGEMENTS NEW_FEATURES NOTES README README.jay skeleton skeleton.cs ; do \ /usr/bin/install -c -o root -g wheel -c -m 644 $datafile /usr/local/share/jay ; \ done /usr/bin/install -c -o root -g wheel -c -m 644 jay.1 /usr/local/man/man1 gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' cd .. && gmake NO_DIR_CHECK=yes PROFILE=net_2_0_bootstrap all gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[9]: Nothing to be done for `all-local'. gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/jay' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake all-local gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[10]: Nothing to be done for `all-local'. gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake all-local gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[10]: Nothing to be done for `all-local'. gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake all-local gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[10]: Nothing to be done for `all-local'. gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake all-local gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[10]: Nothing to be done for `all-local'. gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake all-local gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[10]: Nothing to be done for `all-local'. gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake all-local gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[10]: Nothing to be done for `all-local'. gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake all-local gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[10]: Nothing to be done for `all-local'. gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake all-local gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[10]: Nothing to be done for `all-local'. gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake all-local gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake[10]: Nothing to be done for `all-local'. gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[9]: Nothing to be done for `all-local'. gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake all-local gmake[10]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[10]: Nothing to be done for `all-local'. gmake[10]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake all-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake all-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' /bin/sh ../mkinstalldirs /usr/local/lib/mono/2.0 mkdir -p -- /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../class/lib/net_2_0/gmcs.exe /usr/local/lib/mono/2.0 test ! -f ../class/lib/net_2_0/gmcs.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../class/lib/net_2_0/gmcs.exe.mdb /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 644 ../class/lib/net_2_0/gmcs.exe.config /usr/local/lib/mono/2.0 gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_0/mscorlib.dll /usr/local/lib/mono/2.0/mscorlib.dll test ! -f ../../class/lib/net_2_0/mscorlib.dll.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_0/mscorlib.dll.mdb /usr/local/lib/mono/2.0/mscorlib.dll.mdb gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.dll -> ../gac/System/2.0.0.0__b77a5c561934e089/System.dll Installed ../../class/lib/net_2_0/System.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Xml.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Xml.dll -> ../gac/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll Installed ../../class/lib/net_2_0/System.Xml.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Mono.Security.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Mono.Security.dll -> ../gac/Mono.Security/2.0.0.0__0738eb9f132ed756/Mono.Security.dll Installed ../../class/lib/net_2_0/Mono.Security.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.dll -> ../gac/System/2.0.0.0__b77a5c561934e089/System.dll Installed ../../class/lib/net_2_0/System.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Security.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Security.dll -> ../gac/System.Security/2.0.0.0__b03f5f7f11d50a3a/System.Security.dll Installed ../../class/lib/net_2_0/System.Security.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Security' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Configuration.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Configuration.dll -> ../gac/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll Installed ../../class/lib/net_2_0/System.Configuration.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.dll -> ../gac/System/2.0.0.0__b77a5c561934e089/System.dll Installed ../../class/lib/net_2_0/System.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Xml.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Xml.dll -> ../gac/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll Installed ../../class/lib/net_2_0/System.Xml.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Common' gmake install-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Common' MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../../class/lib/net_2_0/I18N.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/I18N.dll -> ../gac/I18N/2.0.0.0__0738eb9f132ed756/I18N.dll Installed ../../../class/lib/net_2_0/I18N.dll into the gac (/usr/local/lib/mono/gac) gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Common' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Common' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/West' gmake install-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/West' MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../../class/lib/net_2_0/I18N.West.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/I18N.West.dll -> ../gac/I18N.West/2.0.0.0__0738eb9f132ed756/I18N.West.dll Installed ../../../class/lib/net_2_0/I18N.West.dll into the gac (/usr/local/lib/mono/gac) gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/West' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/West' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/MidEast' gmake install-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/MidEast' MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../../class/lib/net_2_0/I18N.MidEast.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/I18N.MidEast.dll -> ../gac/I18N.MidEast/2.0.0.0__0738eb9f132ed756/I18N.MidEast.dll Installed ../../../class/lib/net_2_0/I18N.MidEast.dll into the gac (/usr/local/lib/mono/gac) gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/MidEast' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/MidEast' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Other' gmake install-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Other' MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../../class/lib/net_2_0/I18N.Other.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/I18N.Other.dll -> ../gac/I18N.Other/2.0.0.0__0738eb9f132ed756/I18N.Other.dll Installed ../../../class/lib/net_2_0/I18N.Other.dll into the gac (/usr/local/lib/mono/gac) gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Other' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Other' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Rare' gmake install-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Rare' MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../../class/lib/net_2_0/I18N.Rare.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/I18N.Rare.dll -> ../gac/I18N.Rare/2.0.0.0__0738eb9f132ed756/I18N.Rare.dll Installed ../../../class/lib/net_2_0/I18N.Rare.dll into the gac (/usr/local/lib/mono/gac) gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Rare' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/Rare' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/CJK' gmake install-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/CJK' MONO_PATH="../../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../../class/lib/net_2_0/I18N.CJK.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/I18N.CJK.dll -> ../gac/I18N.CJK/2.0.0.0__0738eb9f132ed756/I18N.CJK.dll Installed ../../../class/lib/net_2_0/I18N.CJK.dll into the gac (/usr/local/lib/mono/gac) gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/CJK' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N/CJK' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N' gmake[7]: Nothing to be done for `install-local'. gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/I18N' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Drawing.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Drawing.dll -> ../gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll Installed ../../class/lib/net_2_0/System.Drawing.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Transactions' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Transactions' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Transactions.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Transactions.dll -> ../gac/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll Installed ../../class/lib/net_2_0/System.Transactions.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Transactions' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Transactions' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.EnterpriseServices' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.EnterpriseServices' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.EnterpriseServices.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.EnterpriseServices.dll -> ../gac/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll Installed ../../class/lib/net_2_0/System.EnterpriseServices.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.EnterpriseServices' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.EnterpriseServices' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.C5' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.C5' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Mono.C5.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Mono.C5.dll -> ../gac/Mono.C5/1.0.0.0__ba07f434b1c35cbd/Mono.C5.dll Installed ../../class/lib/net_2_0/Mono.C5.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.C5' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.C5' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Tds' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Tds' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Mono.Data.Tds.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Mono.Data.Tds.dll -> ../gac/Mono.Data.Tds/2.0.0.0__0738eb9f132ed756/Mono.Data.Tds.dll Installed ../../class/lib/net_2_0/Mono.Data.Tds.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Tds' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Tds' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Data.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Data.dll -> ../gac/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll Installed ../../class/lib/net_2_0/System.Data.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Mono.Data.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Mono.Data.dll -> ../gac/Mono.Data/2.0.0.0__0738eb9f132ed756/Mono.Data.dll Installed ../../class/lib/net_2_0/Mono.Data.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.GetOptions' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.GetOptions' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Mono.GetOptions.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Mono.GetOptions.dll -> ../gac/Mono.GetOptions/2.0.0.0__0738eb9f132ed756/Mono.GetOptions.dll Installed ../../class/lib/net_2_0/Mono.GetOptions.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.GetOptions' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.GetOptions' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Mono.CompilerServices.SymbolWriter.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Mono.CompilerServices.SymbolWriter.dll -> ../gac/Mono.CompilerServices.SymbolWriter/2.0.0.0__0738eb9f132ed756/Mono.CompilerServices.SymbolWriter.dll Installed ../../class/lib/net_2_0/Mono.CompilerServices.SymbolWriter.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.CompilerServices.SymbolWriter' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Posix' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Posix' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Mono.Posix.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Mono.Posix.dll -> ../gac/Mono.Posix/2.0.0.0__0738eb9f132ed756/Mono.Posix.dll Installed ../../class/lib/net_2_0/Mono.Posix.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Posix' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Posix' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Accessibility' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Accessibility' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Accessibility.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Accessibility.dll -> ../gac/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll Installed ../../class/lib/net_2_0/Accessibility.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Accessibility' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Accessibility' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.WebBrowser' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.WebBrowser' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Mono.WebBrowser.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Mono.WebBrowser.dll -> ../gac/Mono.WebBrowser/0.5.0.0__0738eb9f132ed756/Mono.WebBrowser.dll Installed ../../class/lib/net_2_0/Mono.WebBrowser.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.WebBrowser' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.WebBrowser' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Managed.Windows.Forms' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Managed.Windows.Forms' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Windows.Forms.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Windows.Forms.dll -> ../gac/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll Installed ../../class/lib/net_2_0/System.Windows.Forms.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Managed.Windows.Forms' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Managed.Windows.Forms' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Sqlite' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Sqlite' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Mono.Data.Sqlite.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Mono.Data.Sqlite.dll -> ../gac/Mono.Data.Sqlite/2.0.0.0__0738eb9f132ed756/Mono.Data.Sqlite.dll Installed ../../class/lib/net_2_0/Mono.Data.Sqlite.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Sqlite' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.Sqlite' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SqliteClient' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SqliteClient' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Mono.Data.SqliteClient.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Mono.Data.SqliteClient.dll -> ../gac/Mono.Data.SqliteClient/2.0.0.0__0738eb9f132ed756/Mono.Data.SqliteClient.dll Installed ../../class/lib/net_2_0/Mono.Data.SqliteClient.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SqliteClient' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SqliteClient' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake install-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake[9]: Nothing to be done for `install-local'. gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake install-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[8]: Nothing to be done for `install-local'. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Web.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Web.dll -> ../gac/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll Installed ../../class/lib/net_2_0/System.Web.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Web' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Web' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Mono.Web.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Mono.Web.dll -> ../gac/Mono.Web/2.0.0.0__0738eb9f132ed756/Mono.Web.dll Installed ../../class/lib/net_2_0/Mono.Web.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Web' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Web' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Services' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Services' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Web.Services.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Web.Services.dll -> ../gac/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll Installed ../../class/lib/net_2_0/System.Web.Services.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Services' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Services' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake install-local gmake[9]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake[9]: Nothing to be done for `install-local'. gmake[9]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test/TestMonoWeb' gmake install-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[8]: Nothing to be done for `install-local'. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web/Test' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Web.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Web.dll -> ../gac/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll Installed ../../class/lib/net_2_0/System.Web.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Runtime.Serialization.Formatters.Soap.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Runtime.Serialization.Formatters.Soap.dll -> ../gac/System.Runtime.Serialization.Formatters.Soap/2.0.0.0__b03f5f7f11d50a3a/System.Runtime.Serialization.Formatters.Soap.dll Installed ../../class/lib/net_2_0/System.Runtime.Serialization.Formatters.Soap.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Serialization.Formatters.Soap' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Remoting' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Remoting' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Runtime.Remoting.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Runtime.Remoting.dll -> ../gac/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll Installed ../../class/lib/net_2_0/System.Runtime.Remoting.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Remoting' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Runtime.Remoting' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration.Install' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration.Install' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Configuration.Install.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Configuration.Install.dll -> ../gac/System.Configuration.Install/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.Install.dll Installed ../../class/lib/net_2_0/System.Configuration.Install.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration.Install' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Configuration.Install' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Management' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Management' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Management.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Management.dll -> ../gac/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll Installed ../../class/lib/net_2_0/System.Management.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Management' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Management' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SybaseClient' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SybaseClient' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Mono.Data.SybaseClient.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Mono.Data.SybaseClient.dll -> ../gac/Mono.Data.SybaseClient/2.0.0.0__0738eb9f132ed756/Mono.Data.SybaseClient.dll Installed ../../class/lib/net_2_0/Mono.Data.SybaseClient.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SybaseClient' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.SybaseClient' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.TdsClient' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.TdsClient' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Mono.Data.TdsClient.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Mono.Data.TdsClient.dll -> ../gac/Mono.Data.TdsClient/2.0.0.0__0738eb9f132ed756/Mono.Data.TdsClient.dll Installed ../../class/lib/net_2_0/Mono.Data.TdsClient.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.TdsClient' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Data.TdsClient' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.OracleClient' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.OracleClient' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Data.OracleClient.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Data.OracleClient.dll -> ../gac/System.Data.OracleClient/2.0.0.0__b77a5c561934e089/System.Data.OracleClient.dll Installed ../../class/lib/net_2_0/System.Data.OracleClient.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.OracleClient' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.OracleClient' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.VisualC' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.VisualC' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Microsoft.VisualC.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Microsoft.VisualC.dll -> ../gac/Microsoft.VisualC/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualC.dll Installed ../../class/lib/net_2_0/Microsoft.VisualC.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.VisualC' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.VisualC' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Cscompmgd' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Cscompmgd' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/cscompmgd.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/cscompmgd.dll -> ../gac/cscompmgd/8.0.0.0__b03f5f7f11d50a3a/cscompmgd.dll Installed ../../class/lib/net_2_0/cscompmgd.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Cscompmgd' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Cscompmgd' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Design.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Design.dll -> ../gac/System.Design/2.0.0.0__b03f5f7f11d50a3a/System.Design.dll Installed ../../class/lib/net_2_0/System.Design.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/PEAPI.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/PEAPI.dll -> ../gac/PEAPI/2.0.0.0__0738eb9f132ed756/PEAPI.dll Installed ../../class/lib/net_2_0/PEAPI.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/PEAPI' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Npgsql.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Npgsql.dll -> ../gac/Npgsql/2.0.0.0__5d8b90d52f46fda7/Npgsql.dll Installed ../../class/lib/net_2_0/Npgsql.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Npgsql' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/compat/net_2_0/ICSharpCode.SharpZipLib.dll /f /root /usr/local/lib /package compat-2.0 Package exported to: /usr/local/lib/mono/compat-2.0/ICSharpCode.SharpZipLib.dll -> ../gac/ICSharpCode.SharpZipLib/2.6.0.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll Installed ../../class/compat/net_2_0/ICSharpCode.SharpZipLib.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ICSharpCode.SharpZipLib' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ICSharpCode.SharpZipLib' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/ICSharpCode.SharpZipLib.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/ICSharpCode.SharpZipLib.dll -> ../gac/ICSharpCode.SharpZipLib/2.84.0.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll Installed ../../class/lib/net_2_0/ICSharpCode.SharpZipLib.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ICSharpCode.SharpZipLib' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ICSharpCode.SharpZipLib' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/compat/net_2_0/ICSharpCode.SharpZipLib.dll /f /root /usr/local/lib /package compat-2.0 Package exported to: /usr/local/lib/mono/compat-2.0/ICSharpCode.SharpZipLib.dll -> ../gac/ICSharpCode.SharpZipLib/2.6.0.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll Installed ../../class/compat/net_2_0/ICSharpCode.SharpZipLib.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Compat.ICSharpCode.SharpZipLib' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ByteFX.Data' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ByteFX.Data' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/ByteFX.Data.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/ByteFX.Data.dll -> ../gac/ByteFX.Data/0.7.6.2__0738eb9f132ed756/ByteFX.Data.dll Installed ../../class/lib/net_2_0/ByteFX.Data.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ByteFX.Data' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/ByteFX.Data' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Commons.Xml.Relaxng' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Commons.Xml.Relaxng' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Commons.Xml.Relaxng.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Commons.Xml.Relaxng.dll -> ../gac/Commons.Xml.Relaxng/2.0.0.0__0738eb9f132ed756/Commons.Xml.Relaxng.dll Installed ../../class/lib/net_2_0/Commons.Xml.Relaxng.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Commons.Xml.Relaxng' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Commons.Xml.Relaxng' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Novell.Directory.Ldap' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Novell.Directory.Ldap' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Novell.Directory.Ldap.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Novell.Directory.Ldap.dll -> ../gac/Novell.Directory.Ldap/2.0.0.0__0738eb9f132ed756/Novell.Directory.Ldap.dll Installed ../../class/lib/net_2_0/Novell.Directory.Ldap.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Novell.Directory.Ldap' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Novell.Directory.Ldap' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security.Win32' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security.Win32' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Mono.Security.Win32.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Mono.Security.Win32.dll -> ../gac/Mono.Security.Win32/2.0.0.0__0738eb9f132ed756/Mono.Security.Win32.dll Installed ../../class/lib/net_2_0/Mono.Security.Win32.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security.Win32' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Security.Win32' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.DirectoryServices' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.DirectoryServices' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.DirectoryServices.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.DirectoryServices.dll -> ../gac/System.DirectoryServices/2.0.0.0__b03f5f7f11d50a3a/System.DirectoryServices.dll Installed ../../class/lib/net_2_0/System.DirectoryServices.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.DirectoryServices' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.DirectoryServices' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Messaging' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Messaging' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Messaging.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Messaging.dll -> ../gac/System.Messaging/2.0.0.0__b03f5f7f11d50a3a/System.Messaging.dll Installed ../../class/lib/net_2_0/System.Messaging.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Messaging' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Messaging' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.ServiceProcess' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.ServiceProcess' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.ServiceProcess.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.ServiceProcess.dll -> ../gac/System.ServiceProcess/2.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll Installed ../../class/lib/net_2_0/System.ServiceProcess.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.ServiceProcess' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.ServiceProcess' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing.Design' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing.Design' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Drawing.Design.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Drawing.Design.dll -> ../gac/System.Drawing.Design/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.Design.dll Installed ../../class/lib/net_2_0/System.Drawing.Design.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing.Design' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Drawing.Design' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Design.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Design.dll -> ../gac/System.Design/2.0.0.0__b03f5f7f11d50a3a/System.Design.dll Installed ../../class/lib/net_2_0/System.Design.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Design' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Http' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Http' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Mono.Http.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Mono.Http.dll -> ../gac/Mono.Http/2.0.0.0__0738eb9f132ed756/Mono.Http.dll Installed ../../class/lib/net_2_0/Mono.Http.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Http' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Http' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Vsa' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Vsa' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Microsoft.Vsa.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Microsoft.Vsa.dll -> ../gac/Microsoft.Vsa/8.0.0.0__b03f5f7f11d50a3a/Microsoft.Vsa.dll Installed ../../class/lib/net_2_0/Microsoft.Vsa.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Vsa' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Vsa' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cairo' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cairo' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Mono.Cairo.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Mono.Cairo.dll -> ../gac/Mono.Cairo/2.0.0.0__0738eb9f132ed756/Mono.Cairo.dll Installed ../../class/lib/net_2_0/Mono.Cairo.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cairo' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Mono.Cairo' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/IBM.Data.DB2' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/IBM.Data.DB2' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/IBM.Data.DB2.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/IBM.Data.DB2.dll -> ../gac/IBM.Data.DB2/1.0.0.0__7c307b91aa13d208/IBM.Data.DB2.dll Installed ../../class/lib/net_2_0/IBM.Data.DB2.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/IBM.Data.DB2' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/IBM.Data.DB2' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.JScript' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.JScript' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Microsoft.JScript.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Microsoft.JScript.dll -> ../gac/Microsoft.JScript/8.0.0.0__b03f5f7f11d50a3a/Microsoft.JScript.dll Installed ../../class/lib/net_2_0/Microsoft.JScript.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.JScript' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.JScript' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/CustomMarshalers' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/CustomMarshalers' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/CustomMarshalers.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/CustomMarshalers.dll -> ../gac/CustomMarshalers/2.0.0.0__b03f5f7f11d50a3a/CustomMarshalers.dll Installed ../../class/lib/net_2_0/CustomMarshalers.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/CustomMarshalers' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/CustomMarshalers' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/OpenSystem.C' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/OpenSystem.C' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/OpenSystem.C.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/OpenSystem.C.dll -> ../gac/OpenSystem.C/2.0.0.0__b77a5c561934e089/OpenSystem.C.dll Installed ../../class/lib/net_2_0/OpenSystem.C.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/OpenSystem.C' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/OpenSystem.C' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Framework' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Framework' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Microsoft.Build.Framework.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Microsoft.Build.Framework.dll -> ../gac/Microsoft.Build.Framework/2.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Framework.dll Installed ../../class/lib/net_2_0/Microsoft.Build.Framework.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Framework' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Framework' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Utilities' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Utilities' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Microsoft.Build.Utilities.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Microsoft.Build.Utilities.dll -> ../gac/Microsoft.Build.Utilities/2.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Utilities.dll Installed ../../class/lib/net_2_0/Microsoft.Build.Utilities.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Utilities' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Utilities' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Engine' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Engine' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Microsoft.Build.Engine.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Microsoft.Build.Engine.dll -> ../gac/Microsoft.Build.Engine/2.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Engine.dll Installed ../../class/lib/net_2_0/Microsoft.Build.Engine.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Engine' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Engine' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Tasks' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Tasks' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/Microsoft.Build.Tasks.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/Microsoft.Build.Tasks.dll -> ../gac/Microsoft.Build.Tasks/2.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Tasks.dll Installed ../../class/lib/net_2_0/Microsoft.Build.Tasks.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Tasks' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/Microsoft.Build.Tasks' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Core.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Core.dll -> ../gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll Installed ../../class/lib/net_2_0/System.Core.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions/Test' gmake install-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions/Test' gmake[8]: Nothing to be done for `install-local'. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions/Test' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions/Test' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Web.Extensions.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Web.Extensions.dll -> ../gac/System.Web.Extensions/1.0.61025.0__31bf3856ad364e35/System.Web.Extensions.dll Installed ../../class/lib/net_2_0/System.Web.Extensions.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions.Design' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions.Design' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Web.Extensions.Design.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Web.Extensions.Design.dll -> ../gac/System.Web.Extensions.Design/1.0.61025.0__31bf3856ad364e35/System.Web.Extensions.Design.dll Installed ../../class/lib/net_2_0/System.Web.Extensions.Design.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions.Design' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions.Design' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Xml.Linq' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Xml.Linq' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Xml.Linq.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Xml.Linq.dll -> ../gac/System.Xml.Linq/3.5.0.0__b77a5c561934e089/System.Xml.Linq.dll Installed ../../class/lib/net_2_0/System.Xml.Linq.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Xml.Linq' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Xml.Linq' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.DataSetExtensions' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.DataSetExtensions/Test' gmake install-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.DataSetExtensions/Test' gmake[8]: Nothing to be done for `install-local'. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.DataSetExtensions/Test' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.DataSetExtensions/Test' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.DataSetExtensions' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Data.DataSetExtensions.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Data.DataSetExtensions.dll -> ../gac/System.Data.DataSetExtensions/3.5.0.0__b77a5c561934e089/System.Data.DataSetExtensions.dll Installed ../../class/lib/net_2_0/System.Data.DataSetExtensions.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.DataSetExtensions' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.DataSetExtensions' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.Linq' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.Linq' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.Data.Linq.dll /f /root /usr/local/lib /package 2.0 Package exported to: /usr/local/lib/mono/2.0/System.Data.Linq.dll -> ../gac/System.Data.Linq/3.5.0.0__b77a5c561934e089/System.Data.Linq.dll Installed ../../class/lib/net_2_0/System.Data.Linq.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.Linq' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Data.Linq' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/framework' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/framework' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.0 cd /usr/local/lib/mono/2.0 && rm -f nunit.framework.dll && ln -s ../1.0/nunit.framework.dll nunit.framework.dll gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/framework' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/framework' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/core' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/core' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.0 cd /usr/local/lib/mono/2.0 && rm -f nunit.core.dll && ln -s ../1.0/nunit.core.dll nunit.core.dll gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/core' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/core' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/util' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/util' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.0 cd /usr/local/lib/mono/2.0 && rm -f nunit.util.dll && ln -s ../1.0/nunit.util.dll nunit.util.dll gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/util' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/util' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/nunit-console' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/nunit-console' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_0/nunit-console.exe /usr/local/lib/mono/2.0 test ! -f ../../class/lib/net_2_0/nunit-console.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_0/nunit-console.exe.mdb /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 644 ../../class/lib/net_2_0/nunit-console.exe.config /usr/local/lib/mono/2.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/nunit-console' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/nunit-console' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/mocks' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/mocks' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.0 cd /usr/local/lib/mono/2.0 && rm -f nunit.mocks.dll && ln -s ../1.0/nunit.mocks.dll nunit.mocks.dll gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/mocks' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20/mocks' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20' gmake[6]: Nothing to be done for `install-local'. gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/nunit20' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' /bin/sh ../mkinstalldirs /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../class/lib/net_2_0/ilasm.exe /usr/local/lib/mono/2.0 test ! -f ../class/lib/net_2_0/ilasm.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../class/lib/net_2_0/ilasm.exe.mdb /usr/local/lib/mono/2.0 gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/ilasm' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/al' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/al' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_0/al.exe /usr/local/lib/mono/2.0 test ! -f ../../class/lib/net_2_0/al.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_0/al.exe.mdb /usr/local/lib/mono/2.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/al' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/al' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/corcompare' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/corcompare' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.0 for i in ../../class/lib/net_2_0/mono-api-info.exe ; do \ /usr/bin/install -c -o root -g wheel -c -m 755 $i /usr/local/lib/mono/2.0 ; \ done gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/corcompare' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/corcompare' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xsd' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xsd' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_0/xsd.exe /usr/local/lib/mono/2.0 test ! -f ../../class/lib/net_2_0/xsd.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_0/xsd.exe.mdb /usr/local/lib/mono/2.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xsd' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-xsd' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/wsdl' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/wsdl' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_0/wsdl.exe /usr/local/lib/mono/2.0 test ! -f ../../class/lib/net_2_0/wsdl.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_0/wsdl.exe.mdb /usr/local/lib/mono/2.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/wsdl' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/wsdl' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/monop' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/monop' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_0/monop.exe /usr/local/lib/mono/2.0 test ! -f ../../class/lib/net_2_0/monop.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_0/monop.exe.mdb /usr/local/lib/mono/2.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/monop' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/monop' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/xbuild' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/xbuild' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 644 xbuild/xbuild.rsp /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 644 xbuild/Microsoft.Common.tasks /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 644 xbuild/Microsoft.Build.xsd /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 644 xbuild/Microsoft.Common.targets /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 644 xbuild/Microsoft.CSharp.targets /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 644 xbuild/Microsoft.VisualBasic.targets /usr/local/lib/mono/2.0 /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.0/MSBuild mkdir -p -- /usr/local/lib/mono/2.0/MSBuild /usr/bin/install -c -o root -g wheel -c -m 644 xbuild/MSBuild/Microsoft.Build.CommonTypes.xsd /usr/local/lib/mono/2.0/MSBuild /usr/bin/install -c -o root -g wheel -c -m 644 xbuild/MSBuild/Microsoft.Build.Core.xsd /usr/local/lib/mono/2.0/MSBuild /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 755 xbuild.exe /usr/local/lib/mono/2.0 test ! -f xbuild.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 xbuild.exe.mdb /usr/local/lib/mono/2.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/xbuild' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/xbuild' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_0/resgen.exe /usr/local/lib/mono/2.0 test ! -f ../../class/lib/net_2_0/resgen.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_0/resgen.exe.mdb /usr/local/lib/mono/2.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/resgen' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-service' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-service' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/mono-service.exe /f /root /usr/local/lib Installed ../../class/lib/net_2_0/mono-service.exe into the gac (/usr/local/lib/mono/gac) /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_0/mono-service.exe /usr/local/lib/mono/2.0 test ! -f ../../class/lib/net_2_0/mono-service.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_0/mono-service.exe.mdb /usr/local/lib/mono/2.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-service' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mono-service' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mkbundle' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mkbundle' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_0/mkbundle.exe /usr/local/lib/mono/2.0 test ! -f ../../class/lib/net_2_0/mkbundle.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_0/mkbundle.exe.mdb /usr/local/lib/mono/2.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mkbundle' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mkbundle' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/sgen' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/sgen' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 755 sgen.exe /usr/local/lib/mono/2.0 test ! -f sgen.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 sgen.exe.mdb /usr/local/lib/mono/2.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/sgen' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/sgen' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.0 for p in httpcfg.exe ; do \ /usr/bin/install -c -o root -g wheel -c -m 755 $p /usr/local/lib/mono/2.0 ; \ test ! -f $p.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 $p.mdb /usr/local/lib/mono/2.0 ; \ done gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/security' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mconfig' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mconfig' /bin/sh ../../mkinstalldirs /usr/local/etc/mono/mconfig/ mkdir -p -- /usr/local/etc/mono/mconfig/ /usr/bin/install -c -o root -g wheel -c -m 644 data/config.xml /usr/local/etc/mono/mconfig /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 755 mconfig.exe /usr/local/lib/mono/2.0 test ! -f mconfig.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 mconfig.exe.mdb /usr/local/lib/mono/2.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mconfig' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/mconfig' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installutil' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installutil' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 755 installutil.exe /usr/local/lib/mono/2.0 test ! -f installutil.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 installutil.exe.mdb /usr/local/lib/mono/2.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installutil' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/installutil' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/nunitreport' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/nunitreport' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/nunitreport' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/nunitreport' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.0 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_0/gacutil.exe /usr/local/lib/mono/2.0 test ! -f ../../class/lib/net_2_0/gacutil.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_0/gacutil.exe.mdb /usr/local/lib/mono/2.0 gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/gacutil' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake[6]: Nothing to be done for `install-local'. gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake[6]: Nothing to be done for `install-local'. gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake install-local gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake PROFILE=net_3_5 install gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions' gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions/Test' gmake install-local gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions/Test' gmake[8]: Nothing to be done for `install-local'. gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions/Test' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions/Test' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_3_5/System.Web.Extensions.dll /f /root /usr/local/lib /package 3.5 Package exported to: /usr/local/lib/mono/3.5/System.Web.Extensions.dll -> ../gac/System.Web.Extensions/3.5.0.0__31bf3856ad364e35/System.Web.Extensions.dll Installed ../../class/lib/net_3_5/System.Web.Extensions.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions.Design' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions.Design' MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_3_5/System.Web.Extensions.Design.dll /f /root /usr/local/lib /package 3.5 Package exported to: /usr/local/lib/mono/3.5/System.Web.Extensions.Design.dll -> ../gac/System.Web.Extensions.Design/3.5.0.0__31bf3856ad364e35/System.Web.Extensions.Design.dll Installed ../../class/lib/net_3_5/System.Web.Extensions.Design.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions.Design' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Web.Extensions.Design' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake install-local gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake PROFILE=net_2_1_bootstrap install gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Net' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Net' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Net' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Net' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake install-local gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake PROFILE=net_2_1_raw install gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/build' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/mcs' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/corlib' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Net' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Net' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Net' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Net' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.XML' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class/System.Core' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/class' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake install-local gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake PROFILE=net_2_1 install gmake[4]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/compiler-tester' gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/tuner' gmake install-local gmake[7]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/tuner' /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.1 mkdir -p -- /usr/local/lib/mono/2.1 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_1/mscorlib.dll /usr/local/lib/mono/2.1/mscorlib.dll test ! -f ../../class/lib/net_2_1/mscorlib.dll.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_1/mscorlib.dll.mdb /usr/local/lib/mono/2.1/mscorlib.dll.mdb /bin/sh ../../mkinstalldirs /usr/local/lib/mono/2.1 /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_1/smcs.exe /usr/local/lib/mono/2.1/smcs.exe test ! -f ../../class/lib/net_2_1/smcs.exe.mdb || /usr/bin/install -c -o root -g wheel -c -m 755 ../../class/lib/net_2_1/smcs.exe.mdb /usr/local/lib/mono/2.1/smcs.exe.mdb MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe -bootstrap /i ../../class/lib/net_2_1/System.dll /f /root /usr/local/lib /package 2.1 Package exported to: /usr/local/lib/mono/2.1/System.dll -> ../gac/System/2.0.5.0__7cec85d7bea7798e/System.dll Installed ../../class/lib/net_2_1/System.dll into the gac (/usr/local/lib/mono/gac) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe -bootstrap /i ../../class/lib/net_2_1/System.Net.dll /f /root /usr/local/lib /package 2.1 Package exported to: /usr/local/lib/mono/2.1/System.Net.dll -> ../gac/System.Net/2.0.5.0__7cec85d7bea7798e/System.Net.dll Installed ../../class/lib/net_2_1/System.Net.dll into the gac (/usr/local/lib/mono/gac) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe -bootstrap /i ../../class/lib/net_2_1/System.Xml.dll /f /root /usr/local/lib /package 2.1 Package exported to: /usr/local/lib/mono/2.1/System.Xml.dll -> ../gac/System.Xml/2.0.5.0__7cec85d7bea7798e/System.Xml.dll Installed ../../class/lib/net_2_1/System.Xml.dll into the gac (/usr/local/lib/mono/gac) MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH" /work/a/ports/lang/mono/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe -bootstrap /i ../../class/lib/net_2_1/System.Core.dll /f /root /usr/local/lib /package 2.1 Package exported to: /usr/local/lib/mono/2.1/System.Core.dll -> ../gac/System.Core/2.0.5.0__7cec85d7bea7798e/System.Core.dll Installed ../../class/lib/net_2_1/System.Core.dll into the gac (/usr/local/lib/mono/gac) gmake[7]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/tuner' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools/tuner' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tools' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake[6]: Nothing to be done for `install-local'. gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/tests' gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake install-local gmake[6]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake[6]: Nothing to be done for `install-local'. gmake[6]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs/errors' gmake install-local gmake[5]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[5]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[4]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[3]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/mcs' gmake[1]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/runtime' Making install in scripts gmake[1]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/scripts' gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/scripts' test -z "/usr/local/bin" || .././install-sh -c -d "/usr/local/bin" install -o root -g wheel -m 555 'caspol' '/usr/local/bin/caspol' install -o root -g wheel -m 555 'cert2spc' '/usr/local/bin/cert2spc' install -o root -g wheel -m 555 'certmgr' '/usr/local/bin/certmgr' install -o root -g wheel -m 555 'chktrust' '/usr/local/bin/chktrust' install -o root -g wheel -m 555 'cilc' '/usr/local/bin/cilc' install -o root -g wheel -m 555 'disco' '/usr/local/bin/disco' install -o root -g wheel -m 555 'dtd2xsd' '/usr/local/bin/dtd2xsd' install -o root -g wheel -m 555 'dtd2rng' '/usr/local/bin/dtd2rng' install -o root -g wheel -m 555 'gacutil' '/usr/local/bin/gacutil' install -o root -g wheel -m 555 'installvst' '/usr/local/bin/installvst' install -o root -g wheel -m 555 'macpack' '/usr/local/bin/macpack' install -o root -g wheel -m 555 'mcs' '/usr/local/bin/mcs' install -o root -g wheel -m 555 'mjs' '/usr/local/bin/mjs' install -o root -g wheel -m 555 'monolinker' '/usr/local/bin/monolinker' install -o root -g wheel -m 555 'mono-api-diff' '/usr/local/bin/mono-api-diff' install -o root -g wheel -m 555 'mono-shlib-cop' '/usr/local/bin/mono-shlib-cop' install -o root -g wheel -m 555 'mono-xmltool' '/usr/local/bin/mono-xmltool' install -o root -g wheel -m 555 'mozroots' '/usr/local/bin/mozroots' install -o root -g wheel -m 555 'permview' '/usr/local/bin/permview' install -o root -g wheel -m 555 'prj2make' '/usr/local/bin/prj2make' install -o root -g wheel -m 555 'secutil' '/usr/local/bin/secutil' install -o root -g wheel -m 555 'setreg' '/usr/local/bin/setreg' install -o root -g wheel -m 555 'signcode' '/usr/local/bin/signcode' install -o root -g wheel -m 555 'soapsuds' '/usr/local/bin/soapsuds' install -o root -g wheel -m 555 'sqlsharp' '/usr/local/bin/sqlsharp' install -o root -g wheel -m 555 'xsd' '/usr/local/bin/xsd' install -o root -g wheel -m 555 'makecert' '/usr/local/bin/makecert' install -o root -g wheel -m 555 'sn' '/usr/local/bin/sn' install -o root -g wheel -m 555 'al1' '/usr/local/bin/al1' install -o root -g wheel -m 555 'genxs1' '/usr/local/bin/genxs1' install -o root -g wheel -m 555 'ilasm1' '/usr/local/bin/ilasm1' install -o root -g wheel -m 555 'mcs1' '/usr/local/bin/mcs1' install -o root -g wheel -m 555 'mkbundle1' '/usr/local/bin/mkbundle1' install -o root -g wheel -m 555 'mono-api-info1' '/usr/local/bin/mono-api-info1' install -o root -g wheel -m 555 'monop1' '/usr/local/bin/monop1' install -o root -g wheel -m 555 'resgen1' '/usr/local/bin/resgen1' install -o root -g wheel -m 555 'wsdl1' '/usr/local/bin/wsdl1' install -o root -g wheel -m 555 'al' '/usr/local/bin/al' install -o root -g wheel -m 555 'genxs' '/usr/local/bin/genxs' install -o root -g wheel -m 555 'ilasm' '/usr/local/bin/ilasm' install -o root -g wheel -m 555 'mkbundle' '/usr/local/bin/mkbundle' install -o root -g wheel -m 555 'mono-api-info' '/usr/local/bin/mono-api-info' install -o root -g wheel -m 555 'monop' '/usr/local/bin/monop' install -o root -g wheel -m 555 'resgen' '/usr/local/bin/resgen' install -o root -g wheel -m 555 'wsdl' '/usr/local/bin/wsdl' install -o root -g wheel -m 555 'al2' '/usr/local/bin/al2' install -o root -g wheel -m 555 'gacutil2' '/usr/local/bin/gacutil2' install -o root -g wheel -m 555 'genxs2' '/usr/local/bin/genxs2' install -o root -g wheel -m 555 'gmcs' '/usr/local/bin/gmcs' install -o root -g wheel -m 555 'httpcfg' '/usr/local/bin/httpcfg' install -o root -g wheel -m 555 'ilasm2' '/usr/local/bin/ilasm2' install -o root -g wheel -m 555 'mconfig' '/usr/local/bin/mconfig' install -o root -g wheel -m 555 'mkbundle2' '/usr/local/bin/mkbundle2' install -o root -g wheel -m 555 'mono-api-info2' '/usr/local/bin/mono-api-info2' install -o root -g wheel -m 555 'monop2' '/usr/local/bin/monop2' install -o root -g wheel -m 555 'resgen2' '/usr/local/bin/resgen2' install -o root -g wheel -m 555 'wsdl2' '/usr/local/bin/wsdl2' install -o root -g wheel -m 555 'xsd2' '/usr/local/bin/xsd2' install -o root -g wheel -m 555 'sgen' '/usr/local/bin/sgen' install -o root -g wheel -m 555 'xbuild' '/usr/local/bin/xbuild' install -o root -g wheel -m 555 'smcs' '/usr/local/bin/smcs' install -o root -g wheel -m 555 'mono-service' '/usr/local/bin/mono-service' install -o root -g wheel -m 555 'mono-service2' '/usr/local/bin/mono-service2' install -o root -g wheel -m 555 'nunit-console' '/usr/local/bin/nunit-console' install -o root -g wheel -m 555 'nunit-console2' '/usr/local/bin/nunit-console2' install -o root -g wheel -m 555 'mono-find-provides' '/usr/local/bin/mono-find-provides' install -o root -g wheel -m 555 'mono-find-requires' '/usr/local/bin/mono-find-requires' install -o root -g wheel -m 555 'mono-test-install' '/usr/local/bin/mono-test-install' test -z "/usr/local/libdata/pkgconfig" || .././install-sh -c -d "/usr/local/libdata/pkgconfig" install -o root -g wheel -m 444 'mono-nunit.pc' '/usr/local/libdata/pkgconfig/mono-nunit.pc' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/scripts' gmake[1]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/scripts' Making install in man gmake[1]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/man' gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/man' gmake[2]: Nothing to be done for `install-exec-am'. test -z "/usr/local/man/man1" || .././install-sh -c -d "/usr/local/man/man1" install -o root -g wheel -m 444 './mcs.1' '/usr/local/man/man1/mcs.1' install -o root -g wheel -m 444 './mono.1' '/usr/local/man/man1/mono.1' install -o root -g wheel -m 444 './monostyle.1' '/usr/local/man/man1/monostyle.1' install -o root -g wheel -m 444 './sqlsharp.1' '/usr/local/man/man1/sqlsharp.1' install -o root -g wheel -m 444 './oldmono.1' '/usr/local/man/man1/oldmono.1' install -o root -g wheel -m 444 './ilasm.1' '/usr/local/man/man1/ilasm.1' install -o root -g wheel -m 444 './cert2spc.1' '/usr/local/man/man1/cert2spc.1' install -o root -g wheel -m 444 './cilc.1' '/usr/local/man/man1/cilc.1' install -o root -g wheel -m 444 './genxs.1' '/usr/local/man/man1/genxs.1' install -o root -g wheel -m 444 './wsdl.1' '/usr/local/man/man1/wsdl.1' install -o root -g wheel -m 444 './disco.1' '/usr/local/man/man1/disco.1' install -o root -g wheel -m 444 './soapsuds.1' '/usr/local/man/man1/soapsuds.1' install -o root -g wheel -m 444 './makecert.1' '/usr/local/man/man1/makecert.1' install -o root -g wheel -m 444 './chktrust.1' '/usr/local/man/man1/chktrust.1' install -o root -g wheel -m 444 './setreg.1' '/usr/local/man/man1/setreg.1' install -o root -g wheel -m 444 './sn.1' '/usr/local/man/man1/sn.1' install -o root -g wheel -m 444 './secutil.1' '/usr/local/man/man1/secutil.1' install -o root -g wheel -m 444 './signcode.1' '/usr/local/man/man1/signcode.1' install -o root -g wheel -m 444 './certmgr.1' '/usr/local/man/man1/certmgr.1' install -o root -g wheel -m 444 './monop.1' '/usr/local/man/man1/monop.1' install -o root -g wheel -m 444 './xsd.1' '/usr/local/man/man1/xsd.1' install -o root -g wheel -m 444 './gacutil.1' '/usr/local/man/man1/gacutil.1' install -o root -g wheel -m 444 './macpack.1' '/usr/local/man/man1/macpack.1' install -o root -g wheel -m 444 './mkbundle.1' '/usr/local/man/man1/mkbundle.1' install -o root -g wheel -m 444 './dtd2xsd.1' '/usr/local/man/man1/dtd2xsd.1' install -o root -g wheel -m 444 './permview.1' '/usr/local/man/man1/permview.1' install -o root -g wheel -m 444 './prj2make.1' '/usr/local/man/man1/prj2make.1' install -o root -g wheel -m 444 './mono-service.1' '/usr/local/man/man1/mono-service.1' install -o root -g wheel -m 444 './mono-shlib-cop.1' '/usr/local/man/man1/mono-shlib-cop.1' install -o root -g wheel -m 444 './al.1' '/usr/local/man/man1/al.1' install -o root -g wheel -m 444 './mozroots.1' '/usr/local/man/man1/mozroots.1' install -o root -g wheel -m 444 './mono-xmltool.1' '/usr/local/man/man1/mono-xmltool.1' install -o root -g wheel -m 444 './sgen.1' '/usr/local/man/man1/sgen.1' install -o root -g wheel -m 444 './httpcfg.1' '/usr/local/man/man1/httpcfg.1' install -o root -g wheel -m 444 './vbnc.1' '/usr/local/man/man1/vbnc.1' install -o root -g wheel -m 444 './resgen.1' '/usr/local/man/man1/resgen.1' install -o root -g wheel -m 444 './monolinker.1' '/usr/local/man/man1/monolinker.1' install -o root -g wheel -m 444 './mconfig.1' '/usr/local/man/man1/mconfig.1' test -z "/usr/local/man/man5" || .././install-sh -c -d "/usr/local/man/man5" install -o root -g wheel -m 444 './mono-config.5' '/usr/local/man/man5/mono-config.5' gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/man' gmake[1]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/man' Making install in samples gmake[1]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/samples' gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/samples' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/samples' gmake[1]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/samples' Making install in web gmake[1]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/web' gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/web' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/web' gmake[1]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/web' Making install in msvc gmake[1]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/msvc' gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1/msvc' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/msvc' gmake[1]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1/msvc' gmake[1]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1' gmake[2]: Entering directory `/work/a/ports/lang/mono/work/mono-2.0.1' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1' gmake[1]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.0.1' ===> Compressing manual pages for mono-2.0.1_6 ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for mono-2.0.1_6 ===> SECURITY REPORT: This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /usr/local/lib/libmono.so.0 /usr/local/bin/mono /usr/local/bin/pedump If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage: http://www.mono-project.com/ ================================================================ ======================================== ===> Building package for mono-2.0.1_6 Creating package /tmp/packages/All/mono-2.0.1_6.tbz Registering depends: gio-fam-backend-2.18.4 gamin-0.1.10 glib-2.18.4 gettext-0.17_1 libiconv-1.11_1 pcre-7.8 pkg-config-0.23_1 perl-5.8.9 python25-2.5.2_3. Creating bzip'd tar ball in '/tmp/packages/All/mono-2.0.1_6.tbz' Deleting mono-2.0.1_6 === Checking filesystem state Deleting p5-XML-Parser-2.36 Deleting libtool-1.5.26 Deleting gmake-3.81_3 Deleting gio-fam-backend-2.18.4 Deleting bison-2.3_4,1 Deleting expat-2.0.1 Deleting gamin-0.1.10 Deleting m4-1.4.11,1 Deleting glib-2.18.4 Deleting gettext-0.17_1 Deleting pcre-7.8 Deleting perl-5.8.9 Removing stale symlinks from /usr/bin... Removing /usr/bin/perl Removing /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. Deleting pkg-config-0.23_1 Deleting python25-2.5.2_3 Deleting libiconv-1.11_1 === Checking filesystem state after all packages deleted ================================================================ build of /usr/ports/lang/mono ended at Thu Feb 12 01:05:15 UTC 2009