------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/gmake-4.3.txz Installing /packages/All/libinotify-20180201_2.txz ===== Message from libinotify-20180201_2: -- Libinotify functionality on FreeBSD is missing support for - detecting a file being moved into or out of a directory within the same filesystem - certain modifications to a symbolic link (rather than the file it points to.) in addition to the known limitations on all platforms using kqueue(2) where various open and close notifications are unimplemented. This means the following regression tests will fail: Directory notifications: IN_MOVED_FROM IN_MOVED_TO Open/close notifications: IN_OPEN IN_CLOSE_NOWRITE IN_CLOSE_WRITE Symbolic Link notifications: IN_DONT_FOLLOW IN_ATTRIB IN_MOVE_SELF IN_DELETE_SELF Kernel patches to address the missing directory and symbolic link notifications are available from: https://github.com/libinotify-kqueue/libinotify-kqueue/tree/master/patches You might want to consider increasing the kern.maxfiles tunable if you plan to use this library for applications that need to monitor activity of a lot of files. Installing /packages/All/libiconv-1.14_11.txz Installing /packages/All/freetype2-2.10.1.txz ===== Message from freetype2-2.10.1: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed). Installing /packages/All/jbigkit-2.1_1.txz Installing /packages/All/jpeg-turbo-2.0.4.txz Installing /packages/All/tiff-4.1.0.txz Installing /packages/All/lcms2-2.9.txz Installing /packages/All/png-1.6.37.txz Installing /packages/All/openjpeg-2.3.1.txz Installing /packages/All/giflib-5.2.1.txz Installing /packages/All/webp-1.1.0.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/fontconfig-2.13.92_2,1.txz Running fc-cache to build fontconfig cache... Font directories: /usr/local/share/fonts /usr/local/lib/X11/fonts /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded Installing /packages/All/tcl86-8.6.10.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9_1,1.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/libXft-2.3.3.txz Installing /packages/All/libXScrnSaver-1.2.3_2.txz Installing /packages/All/tk86-8.6.10_1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python37-3.7.7.txz ===== Message from python37-3.7.7: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/py37-setuptools-44.0.0.txz Installing /packages/All/py37-olefile-0.46.txz Installing /packages/All/py37-tkinter-3.7.7_6.txz Installing /packages/All/py37-pillow-7.0.0.txz Installing /packages/All/ca_root_nss-3.52.txz ===== Message from ca_root_nss-3.52: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/mono-5.10.1.57_3.txz ===== Message from mono-5.10.1.57_3: -- If you have build/runtime errors with Mono and Gtk# apps please try the following first: * Build Mono and gtk+ (x11-toolkits/gtk20) without CPUTYPE and with the default FreeBSD CFLAGS ('-O2 -fno-strict-aliasing -pipe') as Mono has been known to expose compiler bugs. * Try building and running Mono with the GENERIC kernel. - Mono requires SYSVSHM, SYSVMSG, and SYSVSEM which are part of the GENERIC kernel. - Removing kernel options or changing defaults to use experimental options can adversely affect Mono's ability to build and run. * Remove leftover semaphores / increase semaphore limits. - Close apps which use Mono and run `ipcs -sbt`. Remove the semaphores with MODE "--rw-------" and NSEMS "8" using ipcrm (1) - _OR_ simply reboot which is the safest method. - On multi-user systems the semaphore limits may need to be increased from the defaults. The following should comfortably support 30 users. # echo "kern.ipc.semmni=40" >> /boot/loader.conf # echo "kern.ipc.semmns=300" >> /boot/loader.conf * If you are in a jailed environment, ensure System V IPC are enabled. You can rely on the security.jail.sysvipc_allowed sysctl to check this status. The following enables this feature on the host system: # echo "jail_sysvipc_allow=\"YES\"" >> /etc/rc.conf * Some process information are accessed through /proc (e.g. when using NUnit) and procfs(5) has to be mounted for these features to work: # echo "proc /proc procfs rw 0 0" >> /etc/fstab SUCCEEDED 00:00:26 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> mono-basic-4.7 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> mono-basic-4.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mono-basic-4.7 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> mono-basic-4.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mono-basic-4.7 for building => SHA256 Checksum OK for mono-basic-4.7.tar.bz2. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> mono-basic-4.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mono-basic-4.7 for building ===> Extracting for mono-basic-4.7 => SHA256 Checksum OK for mono-basic-4.7.tar.bz2. Extracted Memory Use: 25.68M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for mono-basic-4.7 ===> Applying ports patches for mono-basic-4.7 ===> Cleanly applied ports patch(es) patch-configure SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> mono-basic-4.7 depends on package: gmake>=4.3 - found ===> mono-basic-4.7 depends on executable: mono - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> mono-basic-4.7 depends on package: gmake>=4.3 - found ===> mono-basic-4.7 depends on executable: mono - found ===> Configuring for mono-basic-4.7 mono-basic 4.7 module configured to use prefix=/usr/local SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for mono-basic-4.7 gmake[1]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7' gmake[2]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/tools' gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/tools/extract-source' Creating ../../build/deps/net_4_5_extract-source.exe.makefrag ... Creating ../../build/deps/net_4_5_extract-source.exe.makefrag ... gmake all-local gmake[4]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/tools/extract-source' MONO_PATH="../../class/lib/bootstrap:$MONO_PATH" mono --debug ../../class/lib/bootstrap/vbnc.exe /sdkpath:/usr/local/lib/mono/4.5/ -debug -r:System.Xml.dll -noconfig -define:_MYTYPE=\"Empty\" /novbruntimeref /r:../../class/lib/bootstrap/Microsoft.VisualBasic.dll -target:exe -out:extract-source.exe @extract-source.exe.sources Visual Basic.Net Compiler version 0.0.0.5943 (Mono 4.6 - master/c93133db) Copyright (C) 2004-2010 Rolf Bjarne Kvinge. All rights reserved. Assembly 'extract-source, Version=0.0, Culture=neutral, PublicKeyToken=null' saved successfully to '/construction/lang/mono-basic/mono-basic-4.7/tools/extract-source/extract-source.exe'. Compilation successful Compilation took 00:00:01.5344980 gmake[4]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/tools/extract-source' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/tools/extract-source' gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/tools/moonlight' gmake all-local gmake[4]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/tools/moonlight' gmake[4]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/tools/moonlight' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/tools/moonlight' gmake all-local gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/tools' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/tools' gmake[2]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/tools' gmake[2]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc' gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil' gmake[4]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols' gmake[5]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols/mdb' gmake all-local gmake[6]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols/mdb' gmake ../../class/lib/net_4_5/Mono.Cecil.VB.dll PROFILE=net_4_5 -C ../.. gmake[7]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil' VBNC [net_4_5] Mono.Cecil.VB.dll mcs -keyfile:../../vbnc/cecil/mono.snk -d:CECIL -debug /noconfig -target:library -out:../../class/lib/net_4_5/Mono.Cecil.VB.dll @Mono.Cecil.VB.dll.sources warning CS1685: The predefined type `System.Runtime.CompilerServices.ExtensionAttribute' is defined multiple times. Using definition from `mscorlib.dll' System.Runtime.CompilerServices/ExtensionAttribute.cs(36,15): (Location of the symbol related to previous warning) /usr/local/lib/mono/4.5/mscorlib.dll (Location of the symbol related to previous warning) Mono.Cecil/ParameterDefinition.cs(63,14): warning CS0108: `Mono.Cecil.ParameterDefinition.Sequence' hides inherited member `Mono.Cecil.ParameterReference.Sequence'. Use the new keyword if hiding was intended Mono.Cecil/ParameterReference.cs(49,14): (Location of the symbol related to previous warning) Compilation succeeded - 2 warning(s) sn -q -R ../../class/lib/net_4_5/Mono.Cecil.VB.dll ../../class/mono.snk gmake[7]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil' VBNC [net_4_5] Mono.Cecil.VB.Mdb.dll mcs -keyfile:../../../../vbnc/cecil/mono.snk -r:../../../../class/lib/net_4_5/Mono.Cecil.VB.dll -d:CECIL -debug -r:System.dll /noconfig -target:library -out:../../../../class/lib/net_4_5/Mono.Cecil.VB.Mdb.dll @Mono.Cecil.VB.Mdb.dll.sources sn -q -R ../../../../class/lib/net_4_5/Mono.Cecil.VB.Mdb.dll ../../../../class/mono.snk gmake[6]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols/mdb' gmake[5]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols/mdb' gmake[5]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols/pdb' gmake all-local gmake[6]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols/pdb' VBNC [net_4_5] Mono.Cecil.VB.Pdb.dll mcs -keyfile:../../../../vbnc/cecil/mono.snk -r:../../../../class/lib/net_4_5/Mono.Cecil.VB.dll -d:CECIL -debug /noconfig -target:library -out:../../../../class/lib/net_4_5/Mono.Cecil.VB.Pdb.dll @Mono.Cecil.VB.Pdb.dll.sources warning CS1685: The predefined type `System.Runtime.CompilerServices.ExtensionAttribute' is defined multiple times. Using definition from `mscorlib.dll' Mono.Cecil.Pdb/PdbHelper.cs(202,15): (Location of the symbol related to previous warning) /usr/local/lib/mono/4.5/mscorlib.dll (Location of the symbol related to previous warning) Microsoft.Cci.Pdb/PdbFunction.cs(41,48): warning CS0649: Field `Microsoft.Cci.Pdb.PdbFunction.namespaceScopes' is never assigned to, and will always have its default value `null' Mono.Cecil.Pdb/PdbReader.cs(41,7): warning CS0414: The private field `Mono.Cecil.Pdb.PdbReader.age' is assigned but its value is never used Compilation succeeded - 3 warning(s) sn -q -R ../../../../class/lib/net_4_5/Mono.Cecil.VB.Pdb.dll ../../../../class/mono.snk gmake[6]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols/pdb' gmake[5]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols/pdb' gmake all-local gmake[5]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols' gmake[5]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols' gmake[4]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols' gmake all-local gmake[4]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil' gmake[4]: Nothing to be done for 'all-local'. gmake[4]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil' gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc' Creating ../../build/deps/net_4_5_vbnc.exe.makefrag ... Creating ../../build/deps/net_4_5_vbnc.exe.makefrag ... gmake[4]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/tests' gmake all-local gmake[5]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/tests' gmake[5]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/tests' gmake[4]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/tests' gmake all-local gmake[4]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc' ../../vbnc/vbnc/setversion.sh ../../vbnc/vbnc/source/General/Version.vb gmake[4]: ../../vbnc/vbnc/setversion.sh: No such file or directory gmake[4]: [Makefile:31: version.tmp] Error 127 (ignored) MONO_PATH="../../class/lib/bootstrap:$MONO_PATH" mono --debug ../../class/lib/bootstrap/vbnc.exe @vbnc.exe.rsp /r:../../class/lib/net_4_5/Mono.Cecil.VB.dll /sdkpath:/usr/local/lib/mono/4.5/ -debug /novbruntimeref /r:../../class/lib/bootstrap/Microsoft.VisualBasic.dll -target:exe -out:vbnc.exe @vbnc.exe.sources Visual Basic.Net Compiler version 0.0.0.5943 (Mono 4.6 - master/c93133db) Copyright (C) 2004-2010 Rolf Bjarne Kvinge. All rights reserved. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/CommandLine.vb (876,17) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/CommandLine.vb (866,29) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/CommandLine.vb (915,17) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Members/MethodResolver.vb (1374,14) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Expressions/ArrayCreationExpression.vb (140,18) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Expressions/ArrayCreationExpression.vb (199,22) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/TypeManager.vb (322,22) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Members/ArrayElementInitializer.vb (139,14) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Members/ArrayElementInitializer.vb (150,14) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Members/ArrayElementInitializer.vb (196,14) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Members/ArrayElementInitializer.vb (215,14) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Members/ArrayElementInitializer.vb (233,14) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Members/Attribute.vb (573,17) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Types/TypeArityList.vb (40,18) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/Compiler.vb (349,17) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/Compiler.vb (351,17) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/Compiler.vb (353,17) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/Compiler.vb (590,17) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/Compiler.vb (565,23) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/Compiler.vb (942,17) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/Compiler.vb (930,22) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/CodeFile.vb (299,20) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Expressions/Expression.vb (188,17) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Expressions/Expression.vb (222,17) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/Helper.vb (4122,26) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/Helper.vb (4949,22) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/Main.vb (75,17) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/Report.vb (304,47) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/Scanner.vb (1103,25) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/Scanner.vb (1106,25) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/Scanner.vb (1124,25) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/Scanner.vb (1131,25) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/TypeDeclarations/AssemblyDeclaration.vb (1107,17) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Types/TokenManager.vb (75,14) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Types/TokenManager.vb (112,14) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. Assembly 'vbnc, Version=0.0.0.5943, Culture=neutral, PublicKeyToken=null' saved successfully to '/construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/vbnc.exe'. There were 0 errors and 35 warnings. Compilation successful Compilation took 00:00:15.9786480 mv -f vbnc.exe ../../class/lib/net_4_5/vbnc.exe test ! -f vbnc.exe.mdb || mv -f vbnc.exe.mdb ../../class/lib/net_4_5/vbnc.exe.mdb gmake[4]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc' gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/rt' gmake all-local gmake[4]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/rt' gmake[4]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/rt' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/rt' gmake all-local gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc' gmake[2]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc' gmake[2]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/scripts' gmake all-local gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/scripts' sed -e s,@prefix@,/usr/local,g < vbnc.in > vbnc.tmp sed -e s,@prefix@,/usr/local,g < vbnc2.in > vbnc2.tmp mv vbnc2.tmp vbnc2 mv vbnc.tmp vbnc gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/scripts' gmake[2]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/scripts' gmake[2]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/build' gmake all-local gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/build' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/build' gmake[2]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/build' gmake[2]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/man' gmake all-local gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/man' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/man' gmake[2]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/man' gmake[2]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/class' gmake all-local gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/class' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/class' gmake[2]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/class' gmake[2]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime' gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic' gmake all-local gmake[4]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic' VBNC [net_4_5] Microsoft.VisualBasic.dll MONO_PATH="../../class/lib/bootstrap:$MONO_PATH" mono --debug ../../class/lib/bootstrap/vbnc.exe /sdkpath:/usr/local/lib/mono/4.5/ -debug @vbruntime-net_4_5.rsp /noconfig -target:library -out:../../class/lib/net_4_5/Microsoft.VisualBasic.dll @Microsoft.VisualBasic.dll.sources Visual Basic.Net Compiler version 0.0.0.5943 (Mono 4.6 - master/c93133db) Copyright (C) 2004-2010 Rolf Bjarne Kvinge. All rights reserved. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/DateType.vb (74,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/DecimalType.vb (112,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/IntegerType.vb (77,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/LateBinding.vb (112,20) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/LateBinding.vb (135,20) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/LateBinding.vb (166,20) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Operators.vb (547,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Operators.vb (722,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Operators.vb (740,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Operators.vb (758,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Operators.vb (776,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Operators.vb (794,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Operators.vb (812,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Operators.vb (855,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Operators.vb (978,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Operators.vb (1110,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Operators.vb (1126,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Operators.vb (1279,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Operators.vb (1435,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Operators.vb (1491,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Operators.vb (1663,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Operators.vb (1707,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Operators.vb (1795,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Operators.vb (1934,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Utils.vb (139,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Utils.vb (152,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.Logging/FileLogTraceListener.vb (143,30) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/Collection.vb (305,20) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/FileData.vb (339,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/FileData.vb (371,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/FileData.vb (848,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/FileData.vb (892,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/DateAndTime.vb (62,24) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/DateAndTime.vb (136,24) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/DateAndTime.vb (484,28) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/DateAndTime.vb (492,28) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/FileSystem.vb (71,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/FileSystem.vb (90,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/FileSystem.vb (524,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/FileSystem.vb (535,25) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/FileSystem.vb (546,25) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/Information.vb (67,25) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/Interaction.vb (139,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/Strings.vb (337,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/Strings.vb (433,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/Strings.vb (496,22) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/Strings.vb (519,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/Strings.vb (1197,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. /construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/Strings.vb (1204,21) : warning VBNC42024: Function without an 'As' clause; Object return type assumed. Assembly 'Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' saved successfully to '/construction/lang/mono-basic/mono-basic-4.7/class/lib/net_4_5/Microsoft.VisualBasic.dll'. There were 0 errors and 49 warnings. Compilation successful Compilation took 00:00:06.3343900 sn -q -R ../../class/lib/net_4_5/Microsoft.VisualBasic.dll ../../class/mono.snk gmake[4]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic' gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime/Test' gmake all-local gmake[4]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime/Test' gmake[4]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime/Test' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime/Test' gmake all-local gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime' gmake[4]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic' gmake[4]: Nothing to be done for 'all-local'. gmake[4]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime' gmake[2]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime' gmake all-local gmake[2]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7' gmake[2]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7' gmake[1]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7' SUCCEEDED 00:00:34 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> mono-basic-4.7 depends on executable: mono - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for mono-basic-4.7 ===> mono-basic-4.7 depends on executable: mono - found ===> Generating temporary packing list gmake[1]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7' gmake[2]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/tools' gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/tools/extract-source' Creating ../../build/deps/net_4_5_extract-source.exe.makefrag ... gmake install-local gmake[4]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/tools/extract-source' gmake[4]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/tools/extract-source' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/tools/extract-source' gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/tools/moonlight' gmake install-local gmake[4]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/tools/moonlight' gmake[4]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/tools/moonlight' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/tools/moonlight' gmake install-local gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/tools' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/tools' gmake[2]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/tools' gmake[2]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc' gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil' gmake[4]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols' gmake[5]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols/mdb' gmake install-local gmake[6]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols/mdb' gacutil /i ../../../../class/lib/net_4_5/Mono.Cecil.VB.Mdb.dll /f /gacdir /usr/local/lib /root /construction/lang/mono-basic/stage/usr/local/lib /package 4.5 Package exported to: /construction/lang/mono-basic/stage/usr/local/lib/mono/4.5/Mono.Cecil.VB.Mdb.dll -> ../gac/Mono.Cecil.VB.Mdb/0.9.5.0__0738eb9f132ed756/Mono.Cecil.VB.Mdb.dll Installed ../../../../class/lib/net_4_5/Mono.Cecil.VB.Mdb.dll into the gac (/construction/lang/mono-basic/stage/usr/local/lib/mono/gac) gmake[6]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols/mdb' gmake[5]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols/mdb' gmake[5]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols/pdb' gmake install-local gmake[6]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols/pdb' gacutil /i ../../../../class/lib/net_4_5/Mono.Cecil.VB.Pdb.dll /f /gacdir /usr/local/lib /root /construction/lang/mono-basic/stage/usr/local/lib /package 4.5 Package exported to: /construction/lang/mono-basic/stage/usr/local/lib/mono/4.5/Mono.Cecil.VB.Pdb.dll -> ../gac/Mono.Cecil.VB.Pdb/0.9.5.0__0738eb9f132ed756/Mono.Cecil.VB.Pdb.dll Installed ../../../../class/lib/net_4_5/Mono.Cecil.VB.Pdb.dll into the gac (/construction/lang/mono-basic/stage/usr/local/lib/mono/gac) gmake[6]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols/pdb' gmake[5]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols/pdb' gmake install-local gmake[5]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols' gmake[5]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols' gmake[4]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols' gmake install-local gmake[4]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil' gacutil /i ../../class/lib/net_4_5/Mono.Cecil.VB.dll /f /gacdir /usr/local/lib /root /construction/lang/mono-basic/stage/usr/local/lib /package 4.5 Package exported to: /construction/lang/mono-basic/stage/usr/local/lib/mono/4.5/Mono.Cecil.VB.dll -> ../gac/Mono.Cecil.VB/0.9.5.0__0738eb9f132ed756/Mono.Cecil.VB.dll Installed ../../class/lib/net_4_5/Mono.Cecil.VB.dll into the gac (/construction/lang/mono-basic/stage/usr/local/lib/mono/gac) gmake[4]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/cecil' gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc' Creating ../../build/deps/net_4_5_vbnc.exe.makefrag ... gmake[4]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/tests' gmake install-local gmake[5]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/tests' gmake[5]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/tests' gmake[4]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/tests' gmake install-local gmake[4]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc' ../../vbnc/vbnc/setversion.sh ../../vbnc/vbnc/source/General/Version.vb gmake[4]: ../../vbnc/vbnc/setversion.sh: No such file or directory gmake[4]: [Makefile:31: version.tmp] Error 127 (ignored) /bin/sh ../../mkinstalldirs /construction/lang/mono-basic/stage/usr/local/lib/mono/4.5 /bin/sh ../../install-sh -c -m 644 source/vbnc.rsp /construction/lang/mono-basic/stage/usr/local/lib/mono/4.5 /bin/sh ../../mkinstalldirs /construction/lang/mono-basic/stage/usr/local/lib/mono/4.5 /bin/sh ../../install-sh -c -m 755 ../../class/lib/net_4_5/vbnc.exe /construction/lang/mono-basic/stage/usr/local/lib/mono/4.5 test ! -f ../../class/lib/net_4_5/vbnc.exe.mdb || /bin/sh ../../install-sh -c -m 755 ../../class/lib/net_4_5/vbnc.exe.mdb /construction/lang/mono-basic/stage/usr/local/lib/mono/4.5 gmake[4]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/vbnc' gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/rt' gmake install-local gmake[4]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/rt' gmake[4]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/rt' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc/rt' gmake install-local gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc' gmake[2]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbnc' gmake[2]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/scripts' gmake install-local gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/scripts' /bin/sh ../mkinstalldirs /construction/lang/mono-basic/stage/usr/local/bin /bin/sh ../install-sh -c -m 755 vbnc /construction/lang/mono-basic/stage/usr/local/bin /bin/sh ../install-sh -c -m 755 vbnc2 /construction/lang/mono-basic/stage/usr/local/bin gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/scripts' gmake[2]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/scripts' gmake[2]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/build' gmake install-local gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/build' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/build' gmake[2]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/build' gmake[2]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/man' gmake install-local gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/man' test -z "/construction/lang/mono-basic/stage/usr/local/man/man1" || mkdir -p "/construction/lang/mono-basic/stage/usr/local/man/man1" /usr/bin/install -c -m 644 vbnc.1 "/construction/lang/mono-basic/stage/usr/local/man/man1/vbnc.1" gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/man' gmake[2]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/man' gmake[2]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/class' gmake install-local gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/class' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/class' gmake[2]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/class' gmake[2]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime' gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic' gmake install-local gmake[4]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic' gacutil /i ../../class/lib/net_4_5/Microsoft.VisualBasic.dll /f /gacdir /usr/local/lib /root /construction/lang/mono-basic/stage/usr/local/lib /package 4.5 Package exported to: /construction/lang/mono-basic/stage/usr/local/lib/mono/4.5/Microsoft.VisualBasic.dll -> ../gac/Microsoft.VisualBasic/10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll Installed ../../class/lib/net_4_5/Microsoft.VisualBasic.dll into the gac (/construction/lang/mono-basic/stage/usr/local/lib/mono/gac) gmake[4]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic' gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime/Test' gmake install-local gmake[4]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime/Test' gmake[4]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime/Test' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime/Test' gmake install-local gmake[3]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime' gmake[4]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic' gacutil /i ../../class/lib/net_4_5/Microsoft.VisualBasic.dll /f /gacdir /usr/local/lib /root /construction/lang/mono-basic/stage/usr/local/lib /package 4.5 Package exported to: /construction/lang/mono-basic/stage/usr/local/lib/mono/4.5/Microsoft.VisualBasic.dll -> ../gac/Microsoft.VisualBasic/10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll Installed ../../class/lib/net_4_5/Microsoft.VisualBasic.dll into the gac (/construction/lang/mono-basic/stage/usr/local/lib/mono/gac) gmake[4]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic' gmake[3]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime' gmake[2]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7/vbruntime' gmake install-local gmake[2]: Entering directory '/construction/lang/mono-basic/mono-basic-4.7' gmake[2]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7' gmake[1]: Leaving directory '/construction/lang/mono-basic/mono-basic-4.7' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for mono-basic-4.7 file sizes/checksums [18]: 0% file sizes/checksums [18]: 100% packing files [18]: 0% packing files [18]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:02 TOTAL TIME 00:01:09