Re: Suggestions for USES=mono
Hello, On Tue, Oct 18, 2016 at 08:28:42AM +0200, David Naylor wrote: > I would like to suggest the following arguments be added to USES=mono: > > 1) nuget: to implement the nuget packaging code currently in lang/fsharp. > This will allow for easier building of ports that have nuget dependencies. > Existing users: lang/fsharp > > 2) lib: mark a port as using native libraries (aka installs files in lib/*). > > Without this a port will be marked as NO_ARCH=yes. Existing users: x11- > toolkits/gtk-sharp20 toolkits/gtk-sharp30 > > 3) build/run: mark a port as requiring mono to build or run, but is not a > .Net port (i.e. it does not install .dll or .exe files). Thus, NO_ARCH is > not > set. (I'm not sure if this argument is actually required, as yet). Nice. I guess that the default USES+= mono would be equivalent to: USES+= mono:build:run While here, you may also want to have a look to the following PR for which I have no clue: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196871 I would be happy to test stuff, Thanks! -- Romain Tartière http://people.FreeBSD.org/~romain/ pgp: 8234 9A78 E7C0 B807 0B59 80FF BA4D 1D95 5112 336F (ID: 0x5112336F) (plain text =non-HTML= PGP/GPG encrypted/signed e-mail much appreciated) signature.asc Description: PGP signature
Re: [exp - 103i386-default-build-as-user][lang/fsharp] Failed for fsharp-4.0.1.10 in build
On Mon, Oct 17, 2016 at 07:52:24PM +, pkg-fall...@freebsd.org wrote: > [ ... SNIP ... ] > /wrkdirs/usr/ports/lang/fsharp/work/fsharp-4.0.1.10/src/absil/ilwritepdb.fs(7,25): > error FS0039: The namespace 'Immutable' is not defined > /wrkdirs/usr/ports/lang/fsharp/work/fsharp-4.0.1.10/src/absil/ilwritepdb.fs(161,19): > error FS0039: The namespace or module 'ImmutableArray' is not defined > /wrkdirs/usr/ports/lang/fsharp/work/fsharp-4.0.1.10/src/absil/ilwritepdb.fs(162,41): > error FS0072: Lookup on object of indeterminate type based on information > prior to this program point. A type annotation may be needed prior to this > program point to constrain the type of the object. This may allow the lookup > to be resolved. > /wrkdirs/usr/ports/lang/fsharp/work/fsharp-4.0.1.10/src/absil/ilwritepdb.fs(163,5): > error FS0072: Lookup on object of indeterminate type based on information > prior to this program point. A type annotation may be needed prior to this > program point to constrain the type of the object. This may allow the lookup > to be resolved. > /wrkdirs/usr/ports/lang/fsharp/work/fsharp-4.0.1.10/src/absil/ilwritepdb.fs(227,9): > error FS1108: The type 'ImmutableArray`1' is required here and is > unavailable. You must add a reference to assembly > 'System.Collections.Immutable, Version=1.2.0.0, Culture=neutral, > PublicKeyToken=b03f5f7f11d50a3a'. > /wrkdirs/usr/ports/lang/fsharp/work/fsharp-4.0.1.10/src/absil/ilwritepdb.fs(239,21): > error FS1108: The type 'ImmutableArray`1' is required here and is > unavailable. You must add a reference to assembly > 'System.Collections.Immutable, Version=1.2.0.0, Culture=neutral, > PublicKeyToken=b03f5f7f11d50a3a'. > /wrkdirs/usr/ports/lang/fsharp/work/fsharp-4.0.1.10/src/absil/ilwritepdb.fs(244,21): > error FS1108: The type 'ImmutableArray`1' is required here and is > unavailable. You must add a reference to assembly > 'System.Collections.Immutable, Version=1.2.0.0, Culture=neutral, > PublicKeyToken=b03f5f7f11d50a3a'. > /wrkdirs/usr/ports/lang/fsharp/work/fsharp-4.0.1.10/src/absil/ilwritepdb.fs(334,56): > error FS1108: The type 'ImmutableArray`1' is required here and is > unavailable. You must add a reference to assembly > 'System.Collections.Immutable, Version=1.2.0.0, Culture=neutral, > PublicKeyToken=b03f5f7f11d50a3a'. > /wrkdirs/usr/ports/lang/fsharp/work/fsharp-4.0.1.10/src/absil/ilwritepdb.fs(360,22): > error FS1108: The type 'ImmutableArray`1' is required here and is > unavailable. You must add a reference to assembly > 'System.Collections.Immutable, Version=1.2.0.0, Culture=neutral, > PublicKeyToken=b03f5f7f11d50a3a'. > /wrkdirs/usr/ports/lang/fsharp/work/fsharp-4.0.1.10/src/absil/ilwritepdb.fs(362,5): > error FS0072: Lookup on object of indeterminate type based on information > prior to this program point. A type annotation may be needed prior to this > program point to constrain the type of the object. This may allow the lookup > to be resolved. > Task "Fsc" execution -- FAILED > Done building target "CoreCompile" in project > "/wrkdirs/usr/ports/lang/fsharp/work/fsharp-4.0.1.10/src/fsharp/FSharp.Compiler-proto/FSharp.Compiler-proto.fsproj".-- > FAILED > Done building project > "/wrkdirs/usr/ports/lang/fsharp/work/fsharp-4.0.1.10/src/fsharp/FSharp.Compiler-proto/FSharp.Compiler-proto.fsproj".-- > FAILED > > Build FAILED. > > Warnings: > > /wrkdirs/usr/ports/lang/fsharp/work/fsharp-4.0.1.10/src/fsharp/FSharp.Compiler-proto/FSharp.Compiler-proto.fsproj > (default targets) -> > /usr/local/lib/mono/4.5/Microsoft.Common.targets (ResolveAssemblyReferences > target) -> > > /usr/local/lib/mono/4.5/Microsoft.Common.targets: warning : Reference > 'ISymWrapper, Version=4.0.0.0, Culture=neutral, > PublicKeyToken=b03f5f7f11d50a3a' not resolved > /usr/local/lib/mono/4.5/Microsoft.Common.targets: warning : Reference > 'System.Collections.Immutable' not resolved > > Errors: > > /wrkdirs/usr/ports/lang/fsharp/work/fsharp-4.0.1.10/src/fsharp/FSharp.Compiler-proto/FSharp.Compiler-proto.fsproj > (default targets) -> > /wrkdirs/usr/ports/lang/fsharp/work/fsharp-4.0.1.10/packages/FSharp.Compiler.Tools.4.0.1.3/tools/Microsoft.FSharp.Targets > (CoreCompile target) -> > > > /wrkdirs/usr/ports/lang/fsharp/work/fsharp-4.0.1.10/src/absil/ilwritepdb.fs(7,25): > error FS0039: The namespace 'Immutable' is not defined > > /wrkdirs/usr/ports/lang/fsharp/work/fsharp-4.0.1.10/src/absil/ilwritepdb.fs(161,19): > error FS0039: The namespace or module 'ImmutableArray' is not defined > > /wrkdirs/usr/ports/lang/fsharp/work/fsharp-4.0.1.10/src/absil/ilwritepdb.fs(162,41): > error FS0072: Lookup on object of indeterminate type based on information > prior to this program point. A type annotation may be needed prior to this > program point to constrain the type of the object. This may allow the lookup > to be resolved. > > /wrkdirs/usr/ports/lang/fsharp/work/fsharp-4.0.1.10/src/absil/il
[package - 101amd64-default][lang/fsharp] Failed for fsharp-4.0.1.10 in build
You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: m...@freebsd.org Last committer: d...@freebsd.org Ident: $FreeBSD: head/lang/fsharp/Makefile 423977 2016-10-14 15:35:51Z dbn $ Log URL: http://beefy6.nyi.freebsd.org/data/101amd64-default/424146/logs/fsharp-4.0.1.10.log Build URL: http://beefy6.nyi.freebsd.org/build.html?mastername=101amd64-default&build=424146 Log: >> Building lang/fsharp build started at Tue Oct 18 12:25:19 UTC 2016 port directory: /usr/ports/lang/fsharp building for: FreeBSD 101amd64-default-job-10 10.1-RELEASE-p40 FreeBSD 10.1-RELEASE-p40 amd64 maintained by: m...@freebsd.org Makefile ident: $FreeBSD: head/lang/fsharp/Makefile 423977 2016-10-14 15:35:51Z dbn $ Poudriere version: 3.1.14 Host OSVERSION: 125 Jail OSVERSION: 1001000 ---Begin Environment--- SHELL=/bin/csh UNAME_v=FreeBSD 10.1-RELEASE-p40 UNAME_r=10.1-RELEASE-p40 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 ARCH=amd64 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/101amd64-default/ref UID=0 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin _JAVA_VERSION_LIST_REGEXP=1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+ POUDRIERE_BUILD_TYPE=bulk PKGNAME=fsharp-4.0.1.10 OSREL=10.1 _OSRELEASE=10.1-RELEASE-p40 PYTHONBASE=/usr/local OLDPWD=/ _SMP_CPUS=24 PWD=/usr/local/poudriere/data/.m/101amd64-default/ref/.p/pool HAVE_COMPAT_IA32_KERN=YES OPSYS=FreeBSD MASTERNAME=101amd64-default SCRIPTPREFIX=/usr/local/share/poudriere _JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun USER=root HOME=/root POUDRIERE_VERSION=3.1.14 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh CONFIGURE_MAX_CMD_LEN=262144 LIBEXECPREFIX=/usr/local/libexec/poudriere LOCALBASE=/usr/local PACKAGE_BUILDING=yes _JAVA_OS_LIST_REGEXP=native\|linux OSVERSION=1001000 ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake MONO_SHARED_DIR="/wrkdirs/usr/ports/lang/fsharp/work" PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/lang/fsharp/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/fsharp/work HOME=/wrkdirs/usr/ports/lang/fsharp/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- MONO_SHARED_DIR="/wrkdirs/usr/ports/lang/fsharp/work" TZ=UTC XDG_DATA_HOME=/wrkdirs/usr/ports/lang/fsharp/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/fsharp/work HOME=/wrkdirs/usr/ports/lang/fsharp/work TMPDIR="/tmp" NO_PIE=yes WITHOUT_DEBUG_FILES=yes WITHOUT_KERNEL_SYMBOLS=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=10.1 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/fsharp" EXAMPLESDIR="share/examples/fsharp" DATADIR="share/fsharp" WWWDIR="www/fsharp" ETCDIR="etc/fsharp" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/fsharp DOCSDIR=/usr/local/share/doc/fsharp EXAMPLESDIR=/usr/local/share/examples/fsharp WWWDIR=/usr/local/www/fsharp ETCDIR=/usr/local/etc/fsharp --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles /usr/local/etc/poudriere.d/make.conf # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- === ===> License APACHE20 accepted by the user === === ===> fsharp-4.0.1.10 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.9.1.txz [101amd64-default-job-10] Installing pkg-1.9.1... [101amd64-default-job-10] Extracting pkg-1.9.1: .. done ===> fsharp-4.0.1.10 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of fsharp-4.0.1.10 === =
[package - 93i386-default][lang/fsharp] Failed for fsharp-4.0.1.10 in fetch
You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: m...@freebsd.org Last committer: d...@freebsd.org Ident: $FreeBSD: head/lang/fsharp/Makefile 423977 2016-10-14 15:35:51Z dbn $ Log URL: http://beefy1.nyi.freebsd.org/data/93i386-default/424146/logs/fsharp-4.0.1.10.log Build URL: http://beefy1.nyi.freebsd.org/build.html?mastername=93i386-default&build=424146 Log: >> Building lang/fsharp build started at Tue Oct 18 12:43:13 UTC 2016 port directory: /usr/ports/lang/fsharp building for: FreeBSD 93i386-default-job-15 9.3-RELEASE-p48 FreeBSD 9.3-RELEASE-p48 i386 maintained by: m...@freebsd.org Makefile ident: $FreeBSD: head/lang/fsharp/Makefile 423977 2016-10-14 15:35:51Z dbn $ Poudriere version: 3.1.14 Host OSVERSION: 125 Jail OSVERSION: 903000 ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 UNAME_v=FreeBSD 9.3-RELEASE-p48 UNAME_r=9.3-RELEASE-p48 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 OPSYS=FreeBSD ARCH=i386 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/93i386-default/ref UID=0 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin _JAVA_VERSION_LIST_REGEXP=1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+ POUDRIERE_BUILD_TYPE=bulk PKGNAME=fsharp-4.0.1.10 OSREL=9.3 _OSRELEASE=9.3-RELEASE-p48 PYTHONBASE=/usr/local OLDPWD=/ _SMP_CPUS=24 PWD=/usr/local/poudriere/data/.m/93i386-default/ref/.p/pool MASTERNAME=93i386-default SCRIPTPREFIX=/usr/local/share/poudriere _JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun USER=root HOME=/root POUDRIERE_VERSION=3.1.14 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh CONFIGURE_MAX_CMD_LEN=262144 LIBEXECPREFIX=/usr/local/libexec/poudriere LOCALBASE=/usr/local PACKAGE_BUILDING=yes _JAVA_OS_LIST_REGEXP=native\|linux OSVERSION=903000 ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake MONO_SHARED_DIR="/wrkdirs/usr/ports/lang/fsharp/work" PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/lang/fsharp/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/fsharp/work HOME=/wrkdirs/usr/ports/lang/fsharp/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- MONO_SHARED_DIR="/wrkdirs/usr/ports/lang/fsharp/work" TZ=UTC XDG_DATA_HOME=/wrkdirs/usr/ports/lang/fsharp/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/fsharp/work HOME=/wrkdirs/usr/ports/lang/fsharp/work TMPDIR="/tmp" NO_PIE=yes WITHOUT_DEBUG_FILES=yes WITHOUT_KERNEL_SYMBOLS=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=9.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/fsharp" EXAMPLESDIR="share/examples/fsharp" DATADIR="share/fsharp" WWWDIR="www/fsharp" ETCDIR="etc/fsharp" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/fsharp DOCSDIR=/usr/local/share/doc/fsharp EXAMPLESDIR=/usr/local/share/examples/fsharp WWWDIR=/usr/local/www/fsharp ETCDIR=/usr/local/etc/fsharp --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} /usr/local/etc/poudriere.d/make.conf # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- === ===> License APACHE20 accepted by the user === === ===> fsharp-4.0.1.10 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.9.1.txz [93i386-default-job-15] Installing pkg-1.9.1... [93i386-default-job-15] Extracting pkg-1.9.1: .. done ===> fsharp-4.0.1.10 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of fsharp-4.0.1.10 === =
[package - 101i386-default][lang/fsharp] Failed for fsharp-4.0.1.10 in build
You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: m...@freebsd.org Last committer: d...@freebsd.org Ident: $FreeBSD: head/lang/fsharp/Makefile 423977 2016-10-14 15:35:51Z dbn $ Log URL: http://beefy5.nyi.freebsd.org/data/101i386-default/424146/logs/fsharp-4.0.1.10.log Build URL: http://beefy5.nyi.freebsd.org/build.html?mastername=101i386-default&build=424146 Log: >> Building lang/fsharp build started at Tue Oct 18 12:41:28 UTC 2016 port directory: /usr/ports/lang/fsharp building for: FreeBSD 101i386-default-job-18 10.1-RELEASE-p40 FreeBSD 10.1-RELEASE-p40 i386 maintained by: m...@freebsd.org Makefile ident: $FreeBSD: head/lang/fsharp/Makefile 423977 2016-10-14 15:35:51Z dbn $ Poudriere version: 3.1.14 Host OSVERSION: 125 Jail OSVERSION: 1001000 ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 UNAME_v=FreeBSD 10.1-RELEASE-p40 UNAME_r=10.1-RELEASE-p40 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 OPSYS=FreeBSD ARCH=i386 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/101i386-default/ref UID=0 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin _JAVA_VERSION_LIST_REGEXP=1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+ POUDRIERE_BUILD_TYPE=bulk PKGNAME=fsharp-4.0.1.10 OSREL=10.1 _OSRELEASE=10.1-RELEASE-p40 PYTHONBASE=/usr/local OLDPWD=/ _SMP_CPUS=24 PWD=/usr/local/poudriere/data/.m/101i386-default/ref/.p/pool MASTERNAME=101i386-default SCRIPTPREFIX=/usr/local/share/poudriere _JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun USER=root HOME=/root POUDRIERE_VERSION=3.1.14 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh CONFIGURE_MAX_CMD_LEN=262144 LIBEXECPREFIX=/usr/local/libexec/poudriere LOCALBASE=/usr/local PACKAGE_BUILDING=yes _JAVA_OS_LIST_REGEXP=native\|linux OSVERSION=1001000 ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake MONO_SHARED_DIR="/wrkdirs/usr/ports/lang/fsharp/work" PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/lang/fsharp/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/fsharp/work HOME=/wrkdirs/usr/ports/lang/fsharp/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- MONO_SHARED_DIR="/wrkdirs/usr/ports/lang/fsharp/work" TZ=UTC XDG_DATA_HOME=/wrkdirs/usr/ports/lang/fsharp/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/fsharp/work HOME=/wrkdirs/usr/ports/lang/fsharp/work TMPDIR="/tmp" NO_PIE=yes WITHOUT_DEBUG_FILES=yes WITHOUT_KERNEL_SYMBOLS=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=10.1 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/fsharp" EXAMPLESDIR="share/examples/fsharp" DATADIR="share/fsharp" WWWDIR="www/fsharp" ETCDIR="etc/fsharp" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/fsharp DOCSDIR=/usr/local/share/doc/fsharp EXAMPLESDIR=/usr/local/share/examples/fsharp WWWDIR=/usr/local/www/fsharp ETCDIR=/usr/local/etc/fsharp --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} /usr/local/etc/poudriere.d/make.conf # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- === ===> License APACHE20 accepted by the user === === ===> fsharp-4.0.1.10 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.9.1.txz [101i386-default-job-18] Installing pkg-1.9.1... [101i386-default-job-18] Extracting pkg-1.9.1: .. done ===> fsharp-4.0.1.10 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of fsharp-4.0.1.10 ===
[package - 93amd64-default][lang/fsharp] Failed for fsharp-4.0.1.10 in fetch
You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: m...@freebsd.org Last committer: d...@freebsd.org Ident: $FreeBSD: head/lang/fsharp/Makefile 423977 2016-10-14 15:35:51Z dbn $ Log URL: http://beefy2.nyi.freebsd.org/data/93amd64-default/424146/logs/fsharp-4.0.1.10.log Build URL: http://beefy2.nyi.freebsd.org/build.html?mastername=93amd64-default&build=424146 Log: >> Building lang/fsharp build started at Tue Oct 18 13:02:44 UTC 2016 port directory: /usr/ports/lang/fsharp building for: FreeBSD 93amd64-default-job-06 9.3-RELEASE-p48 FreeBSD 9.3-RELEASE-p48 amd64 maintained by: m...@freebsd.org Makefile ident: $FreeBSD: head/lang/fsharp/Makefile 423977 2016-10-14 15:35:51Z dbn $ Poudriere version: 3.1.14 Host OSVERSION: 125 Jail OSVERSION: 903000 ---Begin Environment--- SHELL=/bin/csh UNAME_v=FreeBSD 9.3-RELEASE-p48 UNAME_r=9.3-RELEASE-p48 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 ARCH=amd64 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/93amd64-default/ref UID=0 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin _JAVA_VERSION_LIST_REGEXP=1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+ POUDRIERE_BUILD_TYPE=bulk PKGNAME=fsharp-4.0.1.10 OSREL=9.3 _OSRELEASE=9.3-RELEASE-p48 PYTHONBASE=/usr/local OLDPWD=/ _SMP_CPUS=24 PWD=/usr/local/poudriere/data/.m/93amd64-default/ref/.p/pool HAVE_COMPAT_IA32_KERN=YES OPSYS=FreeBSD MASTERNAME=93amd64-default SCRIPTPREFIX=/usr/local/share/poudriere _JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun USER=root HOME=/root POUDRIERE_VERSION=3.1.14 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh CONFIGURE_MAX_CMD_LEN=262144 LIBEXECPREFIX=/usr/local/libexec/poudriere LOCALBASE=/usr/local PACKAGE_BUILDING=yes _JAVA_OS_LIST_REGEXP=native\|linux OSVERSION=903000 ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake MONO_SHARED_DIR="/wrkdirs/usr/ports/lang/fsharp/work" PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/lang/fsharp/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/fsharp/work HOME=/wrkdirs/usr/ports/lang/fsharp/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- MONO_SHARED_DIR="/wrkdirs/usr/ports/lang/fsharp/work" TZ=UTC XDG_DATA_HOME=/wrkdirs/usr/ports/lang/fsharp/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/fsharp/work HOME=/wrkdirs/usr/ports/lang/fsharp/work TMPDIR="/tmp" NO_PIE=yes WITHOUT_DEBUG_FILES=yes WITHOUT_KERNEL_SYMBOLS=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=9.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/fsharp" EXAMPLESDIR="share/examples/fsharp" DATADIR="share/fsharp" WWWDIR="www/fsharp" ETCDIR="etc/fsharp" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/fsharp DOCSDIR=/usr/local/share/doc/fsharp EXAMPLESDIR=/usr/local/share/examples/fsharp WWWDIR=/usr/local/www/fsharp ETCDIR=/usr/local/etc/fsharp --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles /usr/local/etc/poudriere.d/make.conf # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- === ===> License APACHE20 accepted by the user === === ===> fsharp-4.0.1.10 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.9.1.txz [93amd64-default-job-06] Installing pkg-1.9.1... [93amd64-default-job-06] Extracting pkg-1.9.1: .. done ===> fsharp-4.0.1.10 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of fsharp-4.0.1.10 === =
Re: [exp - 103i386-default-build-as-user][lang/fsharp] Failed for fsharp-4.0.1.10 in build
On Tuesday, 18 October 2016 13:05:59 Romain Tartière wrote: > On Mon, Oct 17, 2016 at 07:52:24PM +, pkg-fall...@freebsd.org wrote: > > [ ... SNIP ... ] > Similar issue (System.Collections.Immutable not resolved, while it is > supposed to have been downloaded via Nugets) on all my poudriere jails > except the 11.0 ones : > > https://packages.blogreen.org/data/10_1_RELEASE_amd64-mono/2016-10-16_16h37m > 23s/logs/errors/fsharp-4.0.1.10.log > https://packages.blogreen.org/data/10_1_RELEASE_i386-mono/2016-10-16_16h39m > 37s/logs/errors/fsharp-4.0.1.10.log > https://packages.blogreen.org/data/10_2_RELEASE_amd64-mono/2016-10-16_16h41 > m54s/logs/errors/fsharp-4.0.1.10.log > https://packages.blogreen.org/data/10_2_RELEASE_i386-mono/2016-10-16_17h15m > 24s/logs/errors/fsharp-4.0.1.10.log > https://packages.blogreen.org/data/10_3_RELEASE_amd64-mono/2016-10-16_17h17 > m34s/logs/errors/fsharp-4.0.1.10.log > https://packages.blogreen.org/data/10_3_RELEASE_i386-mono/2016-10-16_17h46m > 53s/logs/errors/fsharp-4.0.1.10.log > > I don't understand how this is possible, this is all supposed to be > running in the .NET VM and should not fail on some systems and work on > others. I might be missing something. This is the same issue as referenceassemblies-pcl: - lack of testing on my part, and - tar not working properly I think we need to switch to unzip. I'm working on a fix. Regards signature.asc Description: This is a digitally signed message part.
[exp - 103i386-default-build-as-user][lang/fsharp] Failed for fsharp-4.0.1.10 in build
You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: m...@freebsd.org Last committer: d...@freebsd.org Ident: $FreeBSD: head/lang/fsharp/Makefile 423977 2016-10-14 15:35:51Z dbn $ Log URL: http://package19.nyi.freebsd.org/data/103i386-default-build-as-user/424145/logs/fsharp-4.0.1.10.log Build URL: http://package19.nyi.freebsd.org/build.html?mastername=103i386-default-build-as-user&build=424145 Log: >> Building lang/fsharp build started at Tue Oct 18 19:41:14 UTC 2016 port directory: /usr/ports/lang/fsharp building for: FreeBSD 103i386-default-build-as-user-job-02 10.3-RELEASE-p10 FreeBSD 10.3-RELEASE-p10 i386 maintained by: m...@freebsd.org Makefile ident: $FreeBSD: head/lang/fsharp/Makefile 423977 2016-10-14 15:35:51Z dbn $ Poudriere version: 3.1.14 Host OSVERSION: 125 Jail OSVERSION: 1003000 ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 UNAME_v=FreeBSD 10.3-RELEASE-p10 UNAME_r=10.3-RELEASE-p10 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 OPSYS=FreeBSD ARCH=i386 SAVED_TERM= MASTERMNT=/poudriere/data/.m/103i386-default-build-as-user/ref FORCE_PACKAGE=yes PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin _JAVA_VERSION_LIST_REGEXP=1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+ POUDRIERE_BUILD_TYPE=bulk PKGNAME=fsharp-4.0.1.10 OSREL=10.3 _OSRELEASE=10.3-RELEASE-p10 PYTHONBASE=/usr/local OLDPWD=/ _SMP_CPUS=32 PWD=/poudriere/data/.m/103i386-default-build-as-user/ref/.p/pool MASTERNAME=103i386-default-build-as-user SCRIPTPREFIX=/usr/local/share/poudriere _JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun USER=root HOME=/root POUDRIERE_VERSION=3.1.14 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh CONFIGURE_MAX_CMD_LEN=262144 LIBEXECPREFIX=/usr/local/libexec/poudriere LOCALBASE=/usr/local PACKAGE_BUILDING=yes _JAVA_OS_LIST_REGEXP=native\|linux OSVERSION=1003000 ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake MONO_SHARED_DIR="/wrkdirs/usr/ports/lang/fsharp/work" PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/lang/fsharp/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/fsharp/work HOME=/wrkdirs/usr/ports/lang/fsharp/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- MONO_SHARED_DIR="/wrkdirs/usr/ports/lang/fsharp/work" TZ=UTC XDG_DATA_HOME=/wrkdirs/usr/ports/lang/fsharp/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/fsharp/work HOME=/wrkdirs/usr/ports/lang/fsharp/work TMPDIR="/tmp" NO_PIE=yes WITHOUT_DEBUG_FILES=yes WITHOUT_KERNEL_SYMBOLS=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=10.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/fsharp" EXAMPLESDIR="share/examples/fsharp" DATADIR="share/fsharp" WWWDIR="www/fsharp" ETCDIR="etc/fsharp" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/fsharp DOCSDIR=/usr/local/share/doc/fsharp EXAMPLESDIR=/usr/local/share/examples/fsharp WWWDIR=/usr/local/www/fsharp ETCDIR=/usr/local/etc/fsharp --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} /usr/local/etc/poudriere.d/make.conf WITH_PKGNG=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- === ===> License APACHE20 accepted by the user === === ===> fsharp-4.0.1.10 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.9.1.txz [103i386-default-build-as-user-job-02] Installing pkg-1.9.1... [103i386-default-build-as-user-job-02] Extracting pkg-1.9.1: .. done ===> fsharp-4.0.1.10 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of fsharp-4.0.1.10 === === ===
Re: [exp - 103i386-default-build-as-user][lang/fsharp] Failed for fsharp-4.0.1.10 in build
On Tuesday, 18 October 2016 16:21:36 David Naylor wrote: > On Tuesday, 18 October 2016 13:05:59 Romain Tartière wrote: > > On Mon, Oct 17, 2016 at 07:52:24PM +, pkg-fall...@freebsd.org wrote: > > > [ ... SNIP ... ] > > > > Similar issue (System.Collections.Immutable not resolved, while it is > > supposed to have been downloaded via Nugets) on all my poudriere jails > > except the 11.0 ones : > > > > https://packages.blogreen.org/data/10_1_RELEASE_amd64-mono/2016-10-16_16h3 > > 7m 23s/logs/errors/fsharp-4.0.1.10.log > > https://packages.blogreen.org/data/10_1_RELEASE_i386-mono/2016-10-16_16h39 > > m > > 37s/logs/errors/fsharp-4.0.1.10.log > > https://packages.blogreen.org/data/10_2_RELEASE_amd64-mono/2016-10-16_16h4 > > 1 > > m54s/logs/errors/fsharp-4.0.1.10.log > > https://packages.blogreen.org/data/10_2_RELEASE_i386-mono/2016-10-16_17h15 > > m > > 24s/logs/errors/fsharp-4.0.1.10.log > > https://packages.blogreen.org/data/10_3_RELEASE_amd64-mono/2016-10-16_17h1 > > 7 > > m34s/logs/errors/fsharp-4.0.1.10.log > > https://packages.blogreen.org/data/10_3_RELEASE_i386-mono/2016-10-16_17h46 > > m > > 53s/logs/errors/fsharp-4.0.1.10.log > > > > I don't understand how this is possible, this is all supposed to be > > running in the .NET VM and should not fail on some systems and work on > > others. I might be missing something. > > This is the same issue as referenceassemblies-pcl: > - lack of testing on my part, and > - tar not working properly > > I think we need to switch to unzip. unzip(1) doesn't have a substitution command, so it is easier to stick with tar(1), and work-around the issue with FreeBSD < 11. > I'm working on a fix. Committed in r424173. Lesson learned: nothing is guaranteed to work uniformly across FreeBSD versions. signature.asc Description: This is a digitally signed message part.