[package - 113amd64-default][finance/hs-hledger-web] Failed for hs-hledger-web-1.18.1_1 in build
pkg-fallout at FreeBSD.org
pkg-fallout at FreeBSD.org
Mon Sep 7 05:11:10 UTC 2020
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: yuri at FreeBSD.org
Last committer: yuri at FreeBSD.org
Ident: $FreeBSD: head/finance/hs-hledger-web/Makefile 547344 2020-09-02 08:22:17Z yuri $
Log URL: http://beefy9.nyi.freebsd.org/data/113amd64-default/547769/logs/hs-hledger-web-1.18.1_1.log
Build URL: http://beefy9.nyi.freebsd.org/build.html?mastername=113amd64-default&build=547769
Log:
=>> Building finance/hs-hledger-web
build started at Mon Sep 7 04:52:10 UTC 2020
port directory: /usr/ports/finance/hs-hledger-web
package name: hs-hledger-web-1.18.1_1
building for: FreeBSD 113amd64-default-job-07 11.3-RELEASE-p13 FreeBSD 11.3-RELEASE-p13 amd64
maintained by: yuri at FreeBSD.org
Makefile ident: $FreeBSD: head/finance/hs-hledger-web/Makefile 547344 2020-09-02 08:22:17Z yuri $
Poudriere version: 3.2.8-5-gc81843e5
Host OSVERSION: 1300100
Jail OSVERSION: 1103000
Job Id: 07
---Begin Environment---
SHELL=/bin/csh
OSVERSION=1103000
UNAME_v=FreeBSD 11.3-RELEASE-p13
UNAME_r=11.3-RELEASE-p13
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8-5-gc81843e5
MASTERMNT=/usr/local/poudriere/data/.m/113amd64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/113amd64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=113amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/113amd64-default/ref/.p
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---
---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
DEPENDS_ARGS=
MAKE_ARGS=
---End Poudriere Port Flags/Env---
---Begin OPTIONS List---
---End OPTIONS List---
--MAINTAINER--
yuri at FreeBSD.org
--End MAINTAINER--
--CONFIGURE_ARGS--
--End CONFIGURE_ARGS--
--CONFIGURE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/finance/hs-hledger-web/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/finance/hs-hledger-web/work HOME=/wrkdirs/usr/ports/finance/hs-hledger-web/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/finance/hs-hledger-web/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh LANG=C.UTF-8 LC_ALL=C.UTF-8
--End CONFIGURE_ENV--
--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/finance/hs-hledger-web/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/finance/hs-hledger-web/work HOME=/wrkdirs/usr/ports/finance/hs-hledger-web/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/finance/hs-hledger-web/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LANG=C.UTF-8 LC_ALL=C.UTF-8 PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444"
--End MAKE_ENV--
--PLIST_SUB--
OSREL=11.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/hledger-web" EXAMPLESDIR="share/examples/hledger-web" DATADIR="share/hledger-web" WWWDIR="www/hledger-web" ETCDIR="etc/hledger-web"
--End PLIST_SUB--
--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/hledger-web DOCSDIR=/usr/local/share/doc/hledger-web EXAMPLESDIR=/usr/local/share/examples/hledger-web WWWDIR=/usr/local/www/hledger-web ETCDIR=/usr/local/etc/hledger-web
--End SUB_LIST--
---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
PACKAGE_BUILDING=yes
PACKAGE_BUILDING_FLAVORS=yes
#### /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
# Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs
MAKE_JOBS_NUMBER=2
#### /usr/ports/Mk/Scripts/ports_env.sh ####
_CCVERSION_921dbbb2=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: x86_64-unknown-freebsd11.3 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: x86_64-unknown-freebsd11.3 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o"
CC_OUTPUT_921dbbb2_58173849=yes
CC_OUTPUT_921dbbb2_9bdba57c=yes
CC_OUTPUT_921dbbb2_6a4fe7f5=yes
CC_OUTPUT_921dbbb2_6bcac02b=yes
CC_OUTPUT_921dbbb2_67d20829=yes
CC_OUTPUT_921dbbb2_bfa62e83=yes
CC_OUTPUT_921dbbb2_f0b4d593=yes
CC_OUTPUT_921dbbb2_308abb44=yes
CC_OUTPUT_921dbbb2_f00456e5=yes
CC_OUTPUT_921dbbb2_65ad290d=yes
CC_OUTPUT_921dbbb2_f2776b26=yes
CC_OUTPUT_921dbbb2_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: x86_64-unknown-freebsd11.3 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=amd64
OPSYS=FreeBSD
_OSRELEASE=11.3-RELEASE-p13
OSREL=11.3
OSVERSION=1103000
PYTHONBASE=/usr/local
HAVE_COMPAT_IA32_KERN=YES
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
--Resource limits--
cpu time (seconds, -t) unlimited
file size (512-blocks, -f) unlimited
data seg size (kbytes, -d) 33554432
stack size (kbytes, -s) 524288
core file size (512-blocks, -c) unlimited
max memory size (kbytes, -m) unlimited
locked memory (kbytes, -l) unlimited
max user processes (-u) 89999
open files (-n) 1024
virtual mem size (kbytes, -v) unlimited
swap limit (kbytes, -w) unlimited
socket buffer size (bytes, -b) unlimited
pseudo-terminals (-p) unlimited
kqueues (-k) unlimited
umtx shared locks (-o) unlimited
--End resource limits--
=======================<phase: check-sanity >============================
===> License GPLv3 accepted by the user
===========================================================================
=======================<phase: pkg-depends >============================
===> hs-hledger-web-1.18.1_1 depends on file: /usr/local/sbin/pkg - not found
===> Installing existing package /packages/All/pkg-1.14.7.txz
[113amd64-default-job-07] Installing pkg-1.14.7...
[113amd64-default-job-07] Extracting pkg-1.14.7: .......... done
===> hs-hledger-web-1.18.1_1 depends on file: /usr/local/sbin/pkg - found
===> Returning to build of hs-hledger-web-1.18.1_1
===========================================================================
=======================<phase: fetch-depends >============================
===========================================================================
=======================<phase: fetch >============================
===> License GPLv3 accepted by the user
===> Fetching all distfiles required by hs-hledger-web-1.18.1_1 for building
===========================================================================
=======================<phase: checksum >============================
===> License GPLv3 accepted by the user
===> Fetching all distfiles required by hs-hledger-web-1.18.1_1 for building
=> SHA256 Checksum OK for cabal/hledger-web-1.18.1.tar.gz.
=> SHA256 Checksum OK for cabal/Decimal-0.5.1/Decimal-0.5.1.tar.gz.
=> SHA256 Checksum OK for cabal/Diff-0.4.0/Diff-0.4.0.tar.gz.
=> SHA256 Checksum OK for cabal/Glob-0.10.1/Glob-0.10.1.tar.gz.
=> SHA256 Checksum OK for cabal/Only-0.1/Only-0.1.tar.gz.
=> SHA256 Checksum OK for cabal/Only-0.1/revision/1.cabal.
=> SHA256 Checksum OK for cabal/aeson-1.4.7.1/aeson-1.4.7.1.tar.gz.
=> SHA256 Checksum OK for cabal/aeson-1.4.7.1/revision/1.cabal.
=> SHA256 Checksum OK for cabal/aeson-pretty-0.8.8/aeson-pretty-0.8.8.tar.gz.
=> SHA256 Checksum OK for cabal/alex-3.2.5/alex-3.2.5.tar.gz.
=> SHA256 Checksum OK for cabal/ansi-terminal-0.11/ansi-terminal-0.11.tar.gz.
=> SHA256 Checksum OK for cabal/ansi-wl-pprint-0.6.9/ansi-wl-pprint-0.6.9.tar.gz.
=> SHA256 Checksum OK for cabal/ansi-wl-pprint-0.6.9/revision/2.cabal.
=> SHA256 Checksum OK for cabal/appar-0.1.8/appar-0.1.8.tar.gz.
=> SHA256 Checksum OK for cabal/asn1-encoding-0.9.6/asn1-encoding-0.9.6.tar.gz.
=> SHA256 Checksum OK for cabal/asn1-encoding-0.9.6/revision/1.cabal.
=> SHA256 Checksum OK for cabal/asn1-parse-0.9.5/asn1-parse-0.9.5.tar.gz.
=> SHA256 Checksum OK for cabal/asn1-types-0.3.4/asn1-types-0.3.4.tar.gz.
=> SHA256 Checksum OK for cabal/async-2.2.2/async-2.2.2.tar.gz.
=> SHA256 Checksum OK for cabal/async-2.2.2/revision/1.cabal.
=> SHA256 Checksum OK for cabal/attoparsec-0.13.2.4/attoparsec-0.13.2.4.tar.gz.
=> SHA256 Checksum OK for cabal/attoparsec-iso8601-1.0.1.0/attoparsec-iso8601-1.0.1.0.tar.gz.
=> SHA256 Checksum OK for cabal/attoparsec-iso8601-1.0.1.0/revision/1.cabal.
=> SHA256 Checksum OK for cabal/auto-update-0.1.6/auto-update-0.1.6.tar.gz.
=> SHA256 Checksum OK for cabal/base-compat-0.11.1/base-compat-0.11.1.tar.gz.
=> SHA256 Checksum OK for cabal/base-compat-batteries-0.11.1/base-compat-batteries-0.11.1.tar.gz.
=> SHA256 Checksum OK for cabal/base-orphans-0.8.2/base-orphans-0.8.2.tar.gz.
=> SHA256 Checksum OK for cabal/base-unicode-symbols-0.2.4.2/base-unicode-symbols-0.2.4.2.tar.gz.
=> SHA256 Checksum OK for cabal/base64-bytestring-1.2.0.0/base64-bytestring-1.2.0.0.tar.gz.
=> SHA256 Checksum OK for cabal/basement-0.0.11/basement-0.0.11.tar.gz.
=> SHA256 Checksum OK for cabal/basement-0.0.11/revision/2.cabal.
=> SHA256 Checksum OK for cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz.
=> SHA256 Checksum OK for cabal/blaze-html-0.9.1.2/blaze-html-0.9.1.2.tar.gz.
=> SHA256 Checksum OK for cabal/blaze-markup-0.8.2.7/blaze-markup-0.8.2.7.tar.gz.
=> SHA256 Checksum OK for cabal/bsb-http-chunked-0.0.0.4/bsb-http-chunked-0.0.0.4.tar.gz.
=> SHA256 Checksum OK for cabal/bsb-http-chunked-0.0.0.4/revision/2.cabal.
<snip>
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Morph.hs:83:1: warning: [-Wdeprecations]
Module `Control.Monad.Trans.List' is deprecated:
This transformer is invalid on most monads
|
83 | import qualified Control.Monad.Trans.List as L
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Morph.hs:119:20: warning: [-Wdeprecations]
In the use of type constructor or class `ErrorT'
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
|
119 | instance MFunctor (E.ErrorT e) where
| ^^^^^^^^
src/Control/Monad/Morph.hs:120:19: warning: [-Wdeprecations]
In the use of data constructor `ErrorT'
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
|
120 | hoist nat m = E.ErrorT (nat (E.runErrorT m))
| ^^^^^^^^
src/Control/Monad/Morph.hs:120:34: warning: [-Wdeprecations]
In the use of `runErrorT'
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
|
120 | hoist nat m = E.ErrorT (nat (E.runErrorT m))
| ^^^^^^^^^^^
src/Control/Monad/Morph.hs:128:19: warning: [-Wdeprecations]
In the use of type constructor or class `ListT'
(imported from Control.Monad.Trans.List):
Deprecated: "This transformer is invalid on most monads"
|
128 | instance MFunctor L.ListT where
| ^^^^^^^
src/Control/Monad/Morph.hs:129:19: warning: [-Wdeprecations]
In the use of data constructor `ListT'
(imported from Control.Monad.Trans.List):
Deprecated: "This transformer is invalid on most monads"
|
129 | hoist nat m = L.ListT (nat (L.runListT m))
| ^^^^^^^
src/Control/Monad/Morph.hs:129:33: warning: [-Wdeprecations]
In the use of `runListT' (imported from Control.Monad.Trans.List):
Deprecated: "This transformer is invalid on most monads"
|
129 | hoist nat m = L.ListT (nat (L.runListT m))
| ^^^^^^^^^^
src/Control/Monad/Morph.hs:240:11: warning: [-Wdeprecations]
In the use of type constructor or class `Error'
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
|
240 | instance (E.Error e) => MMonad (E.ErrorT e) where
| ^^^^^^^
src/Control/Monad/Morph.hs:240:33: warning: [-Wdeprecations]
In the use of type constructor or class `ErrorT'
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
|
240 | instance (E.Error e) => MMonad (E.ErrorT e) where
| ^^^^^^^^
src/Control/Monad/Morph.hs:241:17: warning: [-Wdeprecations]
In the use of data constructor `ErrorT'
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
|
241 | embed f m = E.ErrorT (do
| ^^^^^^^^
src/Control/Monad/Morph.hs:242:14: warning: [-Wdeprecations]
In the use of `runErrorT'
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
|
242 | x <- E.runErrorT (f (E.runErrorT m))
| ^^^^^^^^^^^
src/Control/Monad/Morph.hs:242:30: warning: [-Wdeprecations]
In the use of `runErrorT'
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
|
242 | x <- E.runErrorT (f (E.runErrorT m))
| ^^^^^^^^^^^
src/Control/Monad/Morph.hs:259:17: warning: [-Wdeprecations]
In the use of type constructor or class `ListT'
(imported from Control.Monad.Trans.List):
Deprecated: "This transformer is invalid on most monads"
|
259 | instance MMonad L.ListT where
| ^^^^^^^
src/Control/Monad/Morph.hs:260:17: warning: [-Wdeprecations]
In the use of data constructor `ListT'
(imported from Control.Monad.Trans.List):
Deprecated: "This transformer is invalid on most monads"
|
260 | embed f m = L.ListT (do
| ^^^^^^^
src/Control/Monad/Morph.hs:261:14: warning: [-Wdeprecations]
In the use of `runListT' (imported from Control.Monad.Trans.List):
Deprecated: "This transformer is invalid on most monads"
|
261 | x <- L.runListT (f (L.runListT m))
| ^^^^^^^^^^
src/Control/Monad/Morph.hs:261:29: warning: [-Wdeprecations]
In the use of `runListT' (imported from Control.Monad.Trans.List):
Deprecated: "This transformer is invalid on most monads"
|
261 | x <- L.runListT (f (L.runListT m))
| ^^^^^^^^^^
[2 of 2] Compiling Control.Monad.Trans.Compose ( src/Control/Monad/Trans/Compose.hs, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/mmorph-1.1.3/build/Control/Monad/Trans/Compose.o, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/mmorph-1.1.3/build/Control/Monad/Trans/Compose.dyn_o )
Configuring library for Glob-0.10.1..
Preprocessing library for Glob-0.10.1..
Building library for Glob-0.10.1..
[1 of 7] Compiling System.FilePath.Glob.Utils ( System/FilePath/Glob/Utils.hs, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/Glob-0.10.1/build/System/FilePath/Glob/Utils.o, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/Glob-0.10.1/build/System/FilePath/Glob/Utils.dyn_o )
[2 of 7] Compiling System.FilePath.Glob.Base ( System/FilePath/Glob/Base.hs, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/Glob-0.10.1/build/System/FilePath/Glob/Base.o, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/Glob-0.10.1/build/System/FilePath/Glob/Base.dyn_o )
[3 of 7] Compiling System.FilePath.Glob.Simplify ( System/FilePath/Glob/Simplify.hs, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/Glob-0.10.1/build/System/FilePath/Glob/Simplify.o, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/Glob-0.10.1/build/System/FilePath/Glob/Simplify.dyn_o )
[4 of 7] Compiling System.FilePath.Glob.Primitive ( System/FilePath/Glob/Primitive.hs, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/Glob-0.10.1/build/System/FilePath/Glob/Primitive.o, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/Glob-0.10.1/build/System/FilePath/Glob/Primitive.dyn_o )
[5 of 7] Compiling System.FilePath.Glob.Match ( System/FilePath/Glob/Match.hs, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/Glob-0.10.1/build/System/FilePath/Glob/Match.o, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/Glob-0.10.1/build/System/FilePath/Glob/Match.dyn_o )
[6 of 7] Compiling System.FilePath.Glob.Directory ( System/FilePath/Glob/Directory.hs, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/Glob-0.10.1/build/System/FilePath/Glob/Directory.o, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/Glob-0.10.1/build/System/FilePath/Glob/Directory.dyn_o )
[7 of 7] Compiling System.FilePath.Glob ( System/FilePath/Glob.hs, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/Glob-0.10.1/build/System/FilePath/Glob.o, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/Glob-0.10.1/build/System/FilePath/Glob.dyn_o )
Configuring library for resourcet-1.2.4.2..
Preprocessing library for resourcet-1.2.4.2..
Building library for resourcet-1.2.4.2..
[1 of 5] Compiling Data.Acquire.Internal ( Data/Acquire/Internal.hs, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/resourcet-1.2.4.2/build/Data/Acquire/Internal.o, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/resourcet-1.2.4.2/build/Data/Acquire/Internal.dyn_o )
Data/Acquire/Internal.hs:16:1: warning: [-Wunused-imports]
The import of `Control.Applicative' is redundant
except perhaps to import instances from `Control.Applicative'
To import instances alone, use: import Control.Applicative()
|
16 | import Control.Applicative (Applicative (..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 5] Compiling Control.Monad.Trans.Resource.Internal ( Control/Monad/Trans/Resource/Internal.hs, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/resourcet-1.2.4.2/build/Control/Monad/Trans/Resource/Internal.o, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/resourcet-1.2.4.2/build/Control/Monad/Trans/Resource/Internal.dyn_o )
Control/Monad/Trans/Resource/Internal.hs:28:1: warning: [-Wunused-imports]
The import of `Applicative'
from module `Control.Applicative' is redundant
|
28 | import Control.Applicative (Applicative (..), Alternative(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Trans/Resource/Internal.hs:43:1: warning: [-Wdeprecations]
Module `Control.Monad.Trans.List' is deprecated:
This transformer is invalid on most monads
|
43 | import Control.Monad.Trans.List ( ListT )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Trans/Resource/Internal.hs:55:1: warning: [-Wunused-imports]
The import of `Control.Monad.IO.Class' is redundant
except perhaps to import instances from `Control.Monad.IO.Class'
To import instances alone, use: import Control.Monad.IO.Class()
|
55 | import Control.Monad.IO.Class (MonadIO (..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Trans/Resource/Internal.hs:65:1: warning: [-Wunused-imports]
The import of `Data.Word' is redundant
except perhaps to import instances from `Data.Word'
To import instances alone, use: import Data.Word()
|
65 | import Data.Word(Word)
| ^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Trans/Resource/Internal.hs:266:46: warning: [-Wdeprecations]
In the use of type constructor or class `ListT'
(imported from Control.Monad.Trans.List):
Deprecated: "This transformer is invalid on most monads"
|
266 | GO(ListT)
| ^^^^^
[3 of 5] Compiling Data.Acquire ( Data/Acquire.hs, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/resourcet-1.2.4.2/build/Data/Acquire.o, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/resourcet-1.2.4.2/build/Data/Acquire.dyn_o )
[4 of 5] Compiling Control.Monad.Trans.Resource ( Control/Monad/Trans/Resource.hs, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/resourcet-1.2.4.2/build/Control/Monad/Trans/Resource.o, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/resourcet-1.2.4.2/build/Control/Monad/Trans/Resource.dyn_o )
[5 of 5] Compiling UnliftIO.Resource ( UnliftIO/Resource.hs, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/resourcet-1.2.4.2/build/UnliftIO/Resource.o, /wrkdirs/usr/ports/finance/hs-hledger-web/work/hledger-web-1.18.1/dist-newstyle/build/x86_64-freebsd/ghc-8.10.2/resourcet-1.2.4.2/build/UnliftIO/Resource.dyn_o )
Configuring library for language-javascript-0.7.1.0..
Preprocessing library for language-javascript-0.7.1.0..
happy: src/Language/JavaScript/Parser/Grammar7.y: hGetContents: invalid argument (invalid byte sequence)
cabal: Failed to build language-javascript-0.7.1.0 (which is required by
exe:hledger-web from hledger-web-1.18.1).
*** Error code 1
Stop.
make: stopped in /usr/ports/finance/hs-hledger-web
More information about the freebsd-pkg-fallout
mailing list