Skip to content

Build failure with GHC 8.4.1 #3284

@ilovezfs

Description

@ilovezfs
==> Installing purescript
/usr/bin/sandbox-exec -f /tmp/homebrew20180322-21207-q4ylnw.sb nice /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.3/bin/ruby -W0 -I /usr/local/Homebrew/Library/Homebrew -- /usr/local/Homebrew/Library/Homebrew/build.rb /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/purescript.rb --verbose --debug
/usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FromPathLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/purescript.rb
/usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/cabal-install.rb
/usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/ghc@8.2.rb
/usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/sphinx-doc.rb
/usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/ghc.rb
==> Downloading https://github.com/purescript/purescript/archive/v0.11.7.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/purescript-0.11.7.tar.gz
==> Verifying purescript-0.11.7.tar.gz checksum
tar xzf /Users/joe/Library/Caches/Homebrew/purescript-0.11.7.tar.gz
==> cabal sandbox init
Config file path source is default config file.
Config file
/private/tmp/purescript-20180322-21209-1tu3lws/purescript-0.11.7/.cabal/config
not found.
Writing default configuration to
/private/tmp/purescript-20180322-21209-1tu3lws/purescript-0.11.7/.cabal/config
Writing a default package environment file to
/private/tmp/purescript-20180322-21209-1tu3lws/purescript-0.11.7/cabal.sandbox.config
Creating a new sandbox at
/private/tmp/purescript-20180322-21209-1tu3lws/purescript-0.11.7/.cabal-sandbox
==> cabal update
Downloading the latest package list from hackage.haskell.org
==> cabal get purescript-0.11.7
Downloading purescript-0.11.7...
Unpacking to purescript-0.11.7/
==> cabal sandbox init
Writing a default package environment file to
/private/tmp/purescript-20180322-21209-1tu3lws/purescript-0.11.7/cabal.sandbox.config
Using an existing sandbox located at
/private/tmp/purescript-20180322-21209-1tu3lws/purescript-0.11.7/.cabal-sandbox
==> cabal install --jobs=8 --max-backjumps=100000 alex
clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused
clang: warning: argument unused during compilation: '-L/usr/local/lib'
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries'
Resolving dependencies...
Notice: installing into a sandbox located at
/private/tmp/purescript-20180322-21209-1tu3lws/purescript-0.11.7/.cabal-sandbox
Downloading primitive-0.6.3.0...
Downloading random-1.1...
Configuring random-1.1...
Configuring primitive-0.6.3.0...
Building random-1.1...
Building primitive-0.6.3.0...
Installed random-1.1
Installed primitive-0.6.3.0
Downloading tf-random-0.5...
Configuring tf-random-0.5...
Building tf-random-0.5...
Installed tf-random-0.5
Downloading QuickCheck-2.11.3...
Configuring QuickCheck-2.11.3...
Building QuickCheck-2.11.3...
Installed QuickCheck-2.11.3
Downloading alex-3.2.3...
Configuring alex-3.2.3...
Building alex-3.2.3...
Installed alex-3.2.3
==> cabal install --jobs=8 --max-backjumps=100000 happy
clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused
clang: warning: argument unused during compilation: '-L/usr/local/lib'
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries'
Resolving dependencies...
Notice: installing into a sandbox located at
/private/tmp/purescript-20180322-21209-1tu3lws/purescript-0.11.7/.cabal-sandbox
Downloading happy-1.19.9...
Configuring happy-1.19.9...
Building happy-1.19.9...
Installed happy-1.19.9
==> cabal install --jobs=8 --max-backjumps=100000 --only-dependencies -f release
clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused
clang: warning: argument unused during compilation: '-L/usr/local/lib'
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries'
Resolving dependencies...
cabal: Could not resolve dependencies:
trying: purescript-0.11.7 (user goal)
trying: base-4.11.0.0/installed-4.1... (dependency of purescript-0.11.7)
next goal: spdx (dependency of purescript-0.11.7)
rejecting: spdx-0.2.2.0 (conflict: base==4.11.0.0/installed-4.1..., spdx =>
base>=4.2 && <4.11)
rejecting: spdx-0.2.1.0 (conflict: base==4.11.0.0/installed-4.1..., spdx =>
base>=4.2 && <4.10)
rejecting: spdx-0.2.0.0 (conflict: base==4.11.0.0/installed-4.1..., spdx =>
base>=4.5 && <4.9)
rejecting: spdx-0.1.2.0, spdx-0.1.1.0, spdx-0.1.0.0, spdx-0.0.1.0 (conflict:
purescript => spdx==0.2.*)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: purescript, base, spdx
Note: when using a sandbox, all packages are required to have consistent
dependencies. Try reinstalling/unregistering the offending packages or
recreating the sandbox.
/usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/python.rb
/usr/local/Homebrew/Library/Homebrew/debrew.rb:11:in `raise'
BuildError: Failed executing: cabal install --jobs=8 --max-backjumps=100000 --only-dependencies -f release
1. raise
2. ignore
3. backtrace
4. irb
5. shell
Choose an action: 5
When you exit this shell, you will return to the menu.
bash-3.2$ cabal install --jobs=8 --max-backjumps=100000 --only-dependencies --allow-newer=spdx:base -f release
clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused
clang: warning: argument unused during compilation: '-L/usr/local/lib'
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries'
Resolving dependencies...
cabal: Could not resolve dependencies:
trying: purescript-0.11.7 (user goal)
trying: base-4.11.0.0/installed-4.1... (dependency of purescript-0.11.7)
next goal: protolude (dependency of purescript-0.11.7)
rejecting: protolude-0.2.1, protolude-0.2 (conflict:
base==4.11.0.0/installed-4.1..., protolude => base>=4.6 && <4.11)
rejecting: protolude-0.1.10, protolude-0.1.9, protolude-0.1.8,
protolude-0.1.7, protolude-0.1.6 (conflict: base==4.11.0.0/installed-4.1...,
protolude => base>=4.6 && <4.10)
rejecting: protolude-0.1.5, protolude-0.1.4, protolude-0.1.3, protolude-0.1.2,
protolude-0.1.1, protolude-0.1.0 (conflict: purescript => protolude>=0.1.6)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: purescript, base, protolude
Note: when using a sandbox, all packages are required to have consistent
dependencies. Try reinstalling/unregistering the offending packages or
recreating the sandbox.
bash-3.2$ cabal install --jobs=8 --max-backjumps=100000 --only-dependencies --allow-newer=spdx:base --allow-newer=protolude:base -f release
clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused
clang: warning: argument unused during compilation: '-L/usr/local/lib'
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries'
Resolving dependencies...
Notice: installing into a sandbox located at
/private/tmp/purescript-20180322-21209-1tu3lws/purescript-0.11.7/.cabal-sandbox
Downloading SHA-1.6.4.4...
Downloading StateVar-1.1.0.4...
Configuring StateVar-1.1.0.4...
Downloading appar-0.1.4...
Downloading auto-update-0.1.4...
Configuring SHA-1.6.4.4...
Configuring appar-0.1.4...
Downloading base-compat-0.9.3...
Downloading base-orphans-0.7...
Configuring base-compat-0.9.3...
Configuring auto-update-0.1.4...
Downloading base64-bytestring-1.0.0.1...
Downloading ansi-terminal-0.6.3.1...
Configuring base-orphans-0.7...
Configuring base64-bytestring-1.0.0.1...
Configuring ansi-terminal-0.6.3.1...
Building StateVar-1.1.0.4...
Building SHA-1.6.4.4...
Building appar-0.1.4...
Building base-compat-0.9.3...
Building auto-update-0.1.4...
Building base-orphans-0.7...
Building base64-bytestring-1.0.0.1...
Building ansi-terminal-0.6.3.1...
Installed StateVar-1.1.0.4
Downloading basement-0.0.7...
Configuring basement-0.0.7...
Installed base-orphans-0.7
Downloading blaze-builder-0.4.1.0...
Installed appar-0.1.4
Downloading byteable-0.1.1...
Configuring blaze-builder-0.4.1.0...
Configuring byteable-0.1.1...
Installed auto-update-0.1.4
Downloading byteorder-1.0.4...
Building basement-0.0.7...
Configuring byteorder-1.0.4...
Building blaze-builder-0.4.1.0...
Installed base64-bytestring-1.0.0.1
Downloading bytestring-builder-0.10.8.1.0...
Building byteable-0.1.1...
Building byteorder-1.0.4...
Installed byteable-0.1.1
Downloading cabal-doctest-1.0.6...
Configuring cabal-doctest-1.0.6...
Installed byteorder-1.0.4
Downloading call-stack-0.1.0...
Configuring call-stack-0.1.0...
Building cabal-doctest-1.0.6...
Installed ansi-terminal-0.6.3.1
Downloading cereal-0.5.5.0...
Building call-stack-0.1.0...
Installed call-stack-0.1.0
Installed blaze-builder-0.4.1.0
Installed cabal-doctest-1.0.6
Installed base-compat-0.9.3
Installed SHA-1.6.4.4
Installed basement-0.0.7
Configuring bytestring-builder-0.10.8.1.0...
Downloading clock-0.7.2...
Building bytestring-builder-0.10.8.1.0...
Installed bytestring-builder-0.10.8.1.0
Configuring cereal-0.5.5.0...
Downloading data-default-class-0.1.2.0...
Building cereal-0.5.5.0...
Installed cereal-0.5.5.0
Configuring data-default-class-0.1.2.0...
Downloading data-ordlist-0.4.7.0...
Configuring clock-0.7.2...
Downloading dlist-0.8.0.4...
Configuring dlist-0.8.0.4...
Downloading easy-file-0.2.1...
Downloading entropy-0.4.1.1...
Configuring data-ordlist-0.4.7.0...
Building clock-0.7.2...
Building data-default-class-0.1.2.0...
Configuring easy-file-0.2.1...
Downloading fail-4.9.0.0...
Configuring entropy-0.4.1.1...
Downloading file-embed-0.0.10.1...
Configuring fail-4.9.0.0...
Configuring file-embed-0.0.10.1...
Building data-ordlist-0.4.7.0...
Building dlist-0.8.0.4...
Installed data-default-class-0.1.2.0
Downloading hashable-1.2.7.0...
Building easy-file-0.2.1...
Configuring hashable-1.2.7.0...
Building fail-4.9.0.0...
Building file-embed-0.0.10.1...
Installed fail-4.9.0.0
Downloading hourglass-0.2.11...
Configuring hourglass-0.2.11...
Installed data-ordlist-0.4.7.0
Downloading integer-logarithms-1.0.2.1...
Configuring integer-logarithms-1.0.2.1...
Building hashable-1.2.7.0...
Installed dlist-0.8.0.4
Downloading mime-types-0.1.0.7...
Installed clock-0.7.2
Downloading monad-loops-0.4.3...
Configuring mime-types-0.1.0.7...
Building hourglass-0.2.11...
Configuring monad-loops-0.4.3...
Installed file-embed-0.0.10.1
Downloading mtl-compat-0.2.1.3...
Building entropy-0.4.1.1...
Configuring mtl-compat-0.2.1.3...
Building integer-logarithms-1.0.2.1...
Installed easy-file-0.2.1
Downloading network-2.6.3.4...
Building mime-types-0.1.0.7...
Configuring network-2.6.3.4...
Building monad-loops-0.4.3...
Building mtl-compat-0.2.1.3...
Installed mtl-compat-0.2.1.3
Downloading network-uri-2.6.1.0...
Installed integer-logarithms-1.0.2.1
Downloading old-locale-1.0.0.7...
Installed entropy-0.4.1.1
Installed monad-loops-0.4.3
Installed hashable-1.2.7.0
Configuring primitive-0.6.3.0...
Building primitive-0.6.3.0...
Installed mime-types-0.1.0.7
Configuring random-1.1...
Building random-1.1...
Building network-2.6.3.4...
Installed hourglass-0.2.11
Installed primitive-0.6.3.0
Installed random-1.1
Installed network-2.6.3.4
Configuring old-locale-1.0.0.7...
Downloading parallel-3.2.1.1...
Configuring network-uri-2.6.1.0...
Downloading pattern-arrows-0.0.2...
Configuring parallel-3.2.1.1...
Downloading reflection-2.1.3...
Configuring pattern-arrows-0.0.2...
Downloading regex-base-0.93.2...
Configuring reflection-2.1.3...
Downloading safe-0.3.17...
Configuring safe-0.3.17...
Downloading semigroups-0.18.4...
Building network-uri-2.6.1.0...
Building old-locale-1.0.0.7...
Configuring regex-base-0.93.2...
Configuring semigroups-0.18.4...
Building parallel-3.2.1.1...
Building pattern-arrows-0.0.2...
Building reflection-2.1.3...
Building safe-0.3.17...
Building regex-base-0.93.2...
Building semigroups-0.18.4...
Installed old-locale-1.0.0.7
Downloading spdx-0.2.2.0...
Configuring spdx-0.2.2.0...
Installed pattern-arrows-0.0.2
Downloading split-0.2.3.3...
Installed semigroups-0.18.4
Downloading stm-chans-3.0.0.4...
Configuring split-0.2.3.3...
Configuring stm-chans-3.0.0.4...
Building spdx-0.2.2.0...
Installed parallel-3.2.1.1
Downloading stringsearch-0.3.6.6...
Configuring stringsearch-0.3.6.6...
Installed regex-base-0.93.2
Downloading syb-0.7...
Configuring syb-0.7...
Building split-0.2.3.3...
Installed safe-0.3.17
Downloading tagsoup-0.14.6...
Building stringsearch-0.3.6.6...
Configuring tagsoup-0.14.6...
Building syb-0.7...
Building tagsoup-0.14.6...
Installed split-0.2.3.3
Downloading th-abstraction-0.2.6.0...
Building stm-chans-3.0.0.4...
Configuring th-abstraction-0.2.6.0...
Installed network-uri-2.6.1.0
Downloading time-locale-compat-0.1.1.3...
Configuring time-locale-compat-0.1.1.3...
Building th-abstraction-0.2.6.0...
Installed reflection-2.1.3
Downloading transformers-compat-0.5.1.4...
Building time-locale-compat-0.1.1.3...
Configuring transformers-compat-0.5.1.4...
Installed time-locale-compat-0.1.1.3
Downloading unix-compat-0.5.0.1...
Configuring unix-compat-0.5.0.1...
Building transformers-compat-0.5.1.4...
Installed stm-chans-3.0.0.4
Downloading unliftio-core-0.1.1.0...
Configuring unliftio-core-0.1.1.0...
Installed spdx-0.2.2.0
Downloading utf8-string-1.0.1.1...
Building unix-compat-0.5.0.1...
Installed syb-0.7
Downloading void-0.7.2...
Configuring utf8-string-1.0.1.1...
Installed transformers-compat-0.5.1.4
Downloading word8-0.1.3...
Configuring void-0.7.2...
Configuring word8-0.1.3...
Building unliftio-core-0.1.1.0...
Building utf8-string-1.0.1.1...
Building void-0.7.2...
Building word8-0.1.3...
Installed unliftio-core-0.1.1.0
Downloading zlib-0.6.2...
Configuring zlib-0.6.2...
Installed void-0.7.2
Downloading ansi-wl-pprint-0.6.8.2...
Configuring ansi-wl-pprint-0.6.8.2...
Installed th-abstraction-0.2.6.0
Downloading blaze-markup-0.8.2.0...
Configuring blaze-markup-0.8.2.0...
Installed word8-0.1.3
Downloading foundation-0.0.20...
Configuring foundation-0.0.20...
Building zlib-0.6.2...
Installed unix-compat-0.5.0.1
Downloading bsb-http-chunked-0.0.0.2...
Building ansi-wl-pprint-0.6.8.2...
Configuring bsb-http-chunked-0.0.0.2...
Building blaze-markup-0.8.2.0...
Building foundation-0.0.20...
Building bsb-http-chunked-0.0.0.2...
Installed stringsearch-0.3.6.6
Downloading hfsevents-0.1.6...
Installed utf8-string-1.0.1.1
Downloading data-default-instances-containers-0.0.1...
Configuring hfsevents-0.1.6...
Configuring data-default-instances-containers-0.0.1...
Installed ansi-wl-pprint-0.6.8.2
Downloading cookie-0.4.4...
Configuring cookie-0.4.4...
Building hfsevents-0.1.6...
Installed bsb-http-chunked-0.0.0.2
Downloading data-default-instances-dlist-0.0.1...
Building data-default-instances-containers-0.0.1...
Configuring data-default-instances-dlist-0.0.1...
Building cookie-0.4.4...
Installed data-default-instances-containers-0.0.1
Downloading unordered-containers-0.2.9.0...
Configuring unordered-containers-0.2.9.0...
Building data-default-instances-dlist-0.0.1...
Installed data-default-instances-dlist-0.0.1
Downloading psqueues-0.2.6.0...
Building unordered-containers-0.2.9.0...
Installed cookie-0.4.4
Downloading case-insensitive-1.2.0.11...
Installed hfsevents-0.1.6
Configuring psqueues-0.2.6.0...
Downloading async-2.2.1...
Configuring async-2.2.1...
Configuring case-insensitive-1.2.0.11...
Building psqueues-0.2.6.0...
Building case-insensitive-1.2.0.11...
Building async-2.2.1...
Installed zlib-0.6.2
Downloading vector-0.12.0.1...
Configuring vector-0.12.0.1...
Installed blaze-markup-0.8.2.0
Downloading scientific-0.3.5.3...
Configuring scientific-0.3.5.3...
Installed tagsoup-0.14.6
Downloading uuid-types-1.0.3...
Configuring uuid-types-1.0.3...
Building vector-0.12.0.1...
Building scientific-0.3.5.3...
Installed case-insensitive-1.2.0.11
Downloading edit-distance-0.2.2.1...
Building uuid-types-1.0.3...
Configuring edit-distance-0.2.2.1...
Installed async-2.2.1
Downloading socks-0.5.6...
Configuring socks-0.5.6...
Building edit-distance-0.2.2.1...
Building socks-0.5.6...
Installed uuid-types-1.0.3
Downloading simple-sendfile-0.2.27...
Configuring simple-sendfile-0.2.27...
Building simple-sendfile-0.2.27...
Installed scientific-0.3.5.3
Downloading iproute-1.7.3...
Configuring iproute-1.7.3...
Installed edit-distance-0.2.2.1
Downloading old-time-1.1.0.3...
Configuring old-time-1.1.0.3...
Installed psqueues-0.2.6.0
Downloading data-default-instances-old-locale-0.0.1...
Configuring data-default-instances-old-locale-0.0.1...
Installed simple-sendfile-0.2.27
Downloading regex-tdfa-1.2.3...
Building iproute-1.7.3...
Configuring regex-tdfa-1.2.3...
Building data-default-instances-old-locale-0.0.1...
Installed socks-0.5.6
Downloading boxes-0.1.5...
Configuring boxes-0.1.5...
Installed data-default-instances-old-locale-0.0.1
Downloading transformers-base-0.4.4...
Building regex-tdfa-1.2.3...
Configuring transformers-base-0.4.4...
Installed unordered-containers-0.2.9.0
Downloading tagged-0.8.5...
Configuring tagged-0.8.5...
Building boxes-0.1.5...
Building transformers-base-0.4.4...
Building tagged-0.8.5...
Installed transformers-base-0.4.4
Downloading mmorph-1.1.2...
Configuring mmorph-1.1.2...
Installed boxes-0.1.5
Downloading exceptions-0.10.0...
Configuring exceptions-0.10.0...
Building old-time-1.1.0.3...
Building mmorph-1.1.2...
Building exceptions-0.10.0...
Installed tagged-0.8.5
Downloading contravariant-1.4.1...
Configuring contravariant-1.4.1...
Installed iproute-1.7.3
Downloading Glob-0.8.0...
Configuring Glob-0.8.0...
Installed mmorph-1.1.2
Downloading language-javascript-0.6.0.11...
Building contravariant-1.4.1...
Configuring language-javascript-0.6.0.11...
Building Glob-0.8.0...
Building language-javascript-0.6.0.11...
Installed exceptions-0.10.0
Downloading optparse-applicative-0.14.2.0...
Configuring optparse-applicative-0.14.2.0...
Installed old-time-1.1.0.3
Downloading blaze-html-0.9.0.1...
Configuring blaze-html-0.9.0.1...
Building optparse-applicative-0.14.2.0...
Installed contravariant-1.4.1
Downloading http-types-0.12.1...
Configuring http-types-0.12.1...
Building blaze-html-0.9.0.1...
Installed Glob-0.8.0
Downloading typed-process-0.2.2.0...
Configuring typed-process-0.2.2.0...
Building http-types-0.12.1...
Building typed-process-0.2.2.0...
Installed typed-process-0.2.2.0
Downloading streaming-commons-0.2.0.0...
Configuring streaming-commons-0.2.0.0...
Installed http-types-0.12.1
Downloading protolude-0.2.1...
Configuring protolude-0.2.1...
Building streaming-commons-0.2.0.0...
Building protolude-0.2.1...
Installed optparse-applicative-0.14.2.0
Downloading fsnotify-0.2.1.1...
Configuring fsnotify-0.2.1.1...
Building fsnotify-0.2.1.1...
Installed protolude-0.2.1
Downloading attoparsec-0.13.2.2...
Configuring attoparsec-0.13.2.2...
Building attoparsec-0.13.2.2...
Installed fsnotify-0.2.1.1
Downloading http2-1.6.3...
Configuring http2-1.6.3...
Installed streaming-commons-0.2.0.0
Downloading data-default-0.7.1.1...
Configuring data-default-0.7.1.1...
Building http2-1.6.3...
Building data-default-0.7.1.1...
Installed foundation-0.0.20
Downloading vault-0.3.1.0...
Configuring vault-0.3.1.0...
Installed data-default-0.7.1.1
Downloading uniplate-1.6.12...
Configuring uniplate-1.6.12...
Building vault-0.3.1.0...
Building uniplate-1.6.12...
Installed vault-0.3.1.0
Downloading monad-control-1.0.2.3...
Configuring monad-control-1.0.2.3...
Building monad-control-1.0.2.3...
Installed blaze-html-0.9.0.1
Downloading distributive-0.5.3...
Installed monad-control-1.0.2.3
Downloading resourcet-1.2.0...
Configuring distributive-0.5.3...
Configuring resourcet-1.2.0...
Building resourcet-1.2.0...
Building distributive-0.5.3...
Installed resourcet-1.2.0
Downloading pipes-4.3.9...
Configuring pipes-4.3.9...
Installed distributive-0.5.3
Downloading unix-time-0.3.8...
Configuring unix-time-0.3.8...
Installed uniplate-1.6.12
Downloading memory-0.14.16...
Configuring memory-0.14.16...
Building pipes-4.3.9...
Building memory-0.14.16...
Installed language-javascript-0.6.0.11
Downloading wai-3.2.1.2...
Configuring wai-3.2.1.2...
Building wai-3.2.1.2...
Installed http2-1.6.3
Downloading lifted-base-0.2.3.12...
Configuring lifted-base-0.2.3.12...
Building unix-time-0.3.8...
Installed wai-3.2.1.2
Downloading comonad-5.0.3...
Configuring comonad-5.0.3...
Building lifted-base-0.2.3.12...
Installed pipes-4.3.9
Installed unix-time-0.3.8
Downloading fast-logger-2.4.11...
Building comonad-5.0.3...
Configuring fast-logger-2.4.11...
Installed lifted-base-0.2.3.12
Building fast-logger-2.4.11...
Installed memory-0.14.16
Downloading pem-0.2.4...
Downloading http-client-0.5.11...
Configuring pem-0.2.4...
Downloading cryptonite-0.25...
Configuring http-client-0.5.11...
Configuring cryptonite-0.25...
Building pem-0.2.4...
Building http-client-0.5.11...
Building cryptonite-0.25...
Installed fast-logger-2.4.11
Downloading asn1-types-0.3.2...
Configuring asn1-types-0.3.2...
Installed attoparsec-0.13.2.2
Downloading wai-logger-2.3.2...
Configuring wai-logger-2.3.2...
Building asn1-types-0.3.2...
Installed comonad-5.0.3
Downloading websockets-0.12.4.0...
Installed pem-0.2.4
Downloading http-date-0.0.6.1...
Configuring http-date-0.0.6.1...
Building wai-logger-2.3.2...
Configuring websockets-0.12.4.0...
Installed vector-0.12.0.1
Downloading css-text-0.1.3.0...
Configuring css-text-0.1.3.0...
Building http-date-0.0.6.1...
Building websockets-0.12.4.0...
Building css-text-0.1.3.0...
Installed wai-logger-2.3.2
Downloading bifunctors-5.5.2...
Configuring bifunctors-5.5.2...
Installed asn1-types-0.3.2
Downloading vector-algorithms-0.7.0.1...
Configuring vector-algorithms-0.7.0.1...
Building bifunctors-5.5.2...
Building vector-algorithms-0.7.0.1...
Installed http-date-0.0.6.1
Downloading aeson-1.2.4.0...
Configuring aeson-1.2.4.0...
Installed css-text-0.1.3.0
Downloading asn1-encoding-0.9.5...
Building aeson-1.2.4.0...
Configuring asn1-encoding-0.9.5...
Building asn1-encoding-0.9.5...
Installed websockets-0.12.4.0
Downloading warp-3.2.18.2...
Configuring warp-3.2.18.2...
Installed asn1-encoding-0.9.5
Downloading xss-sanitize-0.3.5.7...
Configuring xss-sanitize-0.3.5.7...
Installed http-client-0.5.11
Downloading asn1-parse-0.9.4...
Building warp-3.2.18.2...
Configuring asn1-parse-0.9.4...
Building xss-sanitize-0.3.5.7...
Building asn1-parse-0.9.4...
Installed bifunctors-5.5.2
Downloading semigroupoids-5.2.2...
Configuring semigroupoids-5.2.2...
Installed asn1-parse-0.9.4
Downloading profunctors-5.2.2...
Configuring profunctors-5.2.2...
Building profunctors-5.2.2...
Building semigroupoids-5.2.2...
Installed xss-sanitize-0.3.5.7
Downloading cheapskate-0.1.1...
Configuring cheapskate-0.1.1...
Building cheapskate-0.1.1...
Installed profunctors-5.2.2
Installed semigroupoids-5.2.2
Downloading free-5.0.1...
Installed warp-3.2.18.2
Configuring free-5.0.1...
Installed regex-tdfa-1.2.3
Building free-5.0.1...
Installed cheapskate-0.1.1
Installed vector-algorithms-0.7.0.1
Downloading mono-traversable-1.0.8.1...
Configuring mono-traversable-1.0.8.1...
Building mono-traversable-1.0.8.1...
Installed free-5.0.1
Downloading adjunctions-4.4...
Configuring adjunctions-4.4...
Building adjunctions-4.4...
Installed adjunctions-4.4
Downloading kan-extensions-5.1...
Configuring kan-extensions-5.1...
Building kan-extensions-5.1...
Installed mono-traversable-1.0.8.1
Downloading conduit-1.3.0.2...
Configuring conduit-1.3.0.2...
Building conduit-1.3.0.2...
Installed kan-extensions-5.1
Downloading lens-4.16...
Configuring lens-4.16...
Building lens-4.16...
Installed conduit-1.3.0.2
Downloading conduit-extra-1.3.0...
Configuring conduit-extra-1.3.0...
Building conduit-extra-1.3.0...
Installed aeson-1.2.4.0
Downloading wai-extra-3.0.22.1...
Downloading sourcemap-0.1.6...
Configuring sourcemap-0.1.6...
Downloading aeson-better-errors-0.9.1.0...
Configuring wai-extra-3.0.22.1...
Configuring aeson-better-errors-0.9.1.0...
Building sourcemap-0.1.6...
Building wai-extra-3.0.22.1...
Building aeson-better-errors-0.9.1.0...
Installed sourcemap-0.1.6
Installed aeson-better-errors-0.9.1.0
Downloading bower-json-1.0.0.1...
Installed conduit-extra-1.3.0
Downloading monad-logger-0.3.28.2...
Configuring bower-json-1.0.0.1...
Configuring monad-logger-0.3.28.2...
Installed cryptonite-0.25
Downloading x509-1.7.3...
Building bower-json-1.0.0.1...
Building monad-logger-0.3.28.2...
Configuring x509-1.7.3...
Building x509-1.7.3...
Installed monad-logger-0.3.28.2
Installed wai-extra-3.0.22.1
Downloading wai-app-static-3.1.6.2...
Configuring wai-app-static-3.1.6.2...
Installed bower-json-1.0.0.1
Building wai-app-static-3.1.6.2...
Installed x509-1.7.3
Downloading x509-store-1.6.6...
Configuring x509-store-1.6.6...
Building x509-store-1.6.6...
Installed x509-store-1.6.6
Downloading x509-validation-1.6.10...
Downloading x509-system-1.6.6...
Configuring x509-validation-1.6.10...
Configuring x509-system-1.6.6...
Installed wai-app-static-3.1.6.2
Downloading wai-websockets-3.0.1.2...
Building x509-system-1.6.6...
Configuring wai-websockets-3.0.1.2...
Building x509-validation-1.6.10...
Building wai-websockets-3.0.1.2...
Installed x509-system-1.6.6
Installed x509-validation-1.6.10
Downloading tls-1.4.1...
Configuring tls-1.4.1...
Building tls-1.4.1...
Installed wai-websockets-3.0.1.2
Installed tls-1.4.1
Downloading connection-0.2.8...
Configuring connection-0.2.8...
Building connection-0.2.8...
Installed lens-4.16
Installed connection-0.2.8
Downloading http-client-tls-0.3.5.3...
Configuring http-client-tls-0.3.5.3...
Building http-client-tls-0.3.5.3...
Installed http-client-tls-0.3.5.3
Downloading pipes-http-1.0.5...
Configuring pipes-http-1.0.5...
Building pipes-http-1.0.5...
Installed pipes-http-1.0.5
bash-3.2$ cabal install --jobs=8 --max-backjumps=100000 --only-dependencies --allow-newer=spdx:base --allow-newer=protolude:base -f release
bash-3.2$ exit 0
exit
1. raise
2. ignore
3. backtrace
4. irb
5. shell
Choose an action: 2
==> cabal install --jobs=8 --max-backjumps=100000 --prefix=/usr/local/Cellar/purescript/0.11.7 -f release
clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused
clang: warning: argument unused during compilation: '-L/usr/local/lib'
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries'
Resolving dependencies...
Notice: installing into a sandbox located at
/private/tmp/purescript-20180322-21209-1tu3lws/purescript-0.11.7/.cabal-sandbox
Configuring purescript-0.11.7...
Building purescript-0.11.7...
Failed to install purescript-0.11.7
Build log ( /private/tmp/purescript-20180322-21209-1tu3lws/purescript-0.11.7/.cabal-sandbox/logs/ghc-8.4.1/purescript-0.11.7-Jfm6QZOfoHH6lWhgHRfcR.log ):
cabal: Entering directory '.'
Configuring purescript-0.11.7...
clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused
clang: warning: argument unused during compilation: '-L/usr/local/lib'
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries'
Preprocessing library for purescript-0.11.7..
Building library for purescript-0.11.7..
[  1 of 149] Compiling Control.Monad.Logger ( src/Control/Monad/Logger.hs, dist/dist-sandbox-64438c38/build/Control/Monad/Logger.o )
[  2 of 149] Compiling Control.Monad.Supply ( src/Control/Monad/Supply.hs, dist/dist-sandbox-64438c38/build/Control/Monad/Supply.o )
[  3 of 149] Compiling Control.Monad.Supply.Class ( src/Control/Monad/Supply/Class.hs, dist/dist-sandbox-64438c38/build/Control/Monad/Supply/Class.o )
[  4 of 149] Compiling Language.PureScript.Comments ( src/Language/PureScript/Comments.hs, dist/dist-sandbox-64438c38/build/Language/PureScript/Comments.o )
[  5 of 149] Compiling Language.PureScript.AST.SourcePos ( src/Language/PureScript/AST/SourcePos.hs, dist/dist-sandbox-64438c38/build/Language/PureScript/AST/SourcePos.o )

src/Language/PureScript/AST/SourcePos.hs:11:1: warning: [-Wunused-imports]
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
   |
11 | import Data.Monoid
   | ^^^^^^^^^^^^^^^^^^
[  6 of 149] Compiling Language.PureScript.Crash ( src/Language/PureScript/Crash.hs, dist/dist-sandbox-64438c38/build/Language/PureScript/Crash.o )
[  7 of 149] Compiling Language.PureScript.AST.Operators ( src/Language/PureScript/AST/Operators.hs, dist/dist-sandbox-64438c38/build/Language/PureScript/AST/Operators.o )
[  8 of 149] Compiling Language.PureScript.Docs.Css ( src/Language/PureScript/Docs/Css.hs, dist/dist-sandbox-64438c38/build/Language/PureScript/Docs/Css.o )
[  9 of 149] Compiling Language.PureScript.Docs.Utils.MonoidExtras ( src/Language/PureScript/Docs/Utils/MonoidExtras.hs, dist/dist-sandbox-64438c38/build/Language/PureScript/Docs/Utils/MonoidExtras.o )
[ 10 of 149] Compiling Language.PureScript.Interactive.IO ( src/Language/PureScript/Interactive/IO.hs, dist/dist-sandbox-64438c38/build/Language/PureScript/Interactive/IO.o )
[ 11 of 149] Compiling Language.PureScript.Names ( src/Language/PureScript/Names.hs, dist/dist-sandbox-64438c38/build/Language/PureScript/Names.o )
[ 12 of 149] Compiling Language.PureScript.CoreFn.Meta ( src/Language/PureScript/CoreFn/Meta.hs, dist/dist-sandbox-64438c38/build/Language/PureScript/CoreFn/Meta.o )
[ 13 of 149] Compiling Language.PureScript.Constants ( src/Language/PureScript/Constants.hs, dist/dist-sandbox-64438c38/build/Language/PureScript/Constants.o )
[ 14 of 149] Compiling Language.PureScript.Kinds ( src/Language/PureScript/Kinds.hs, dist/dist-sandbox-64438c38/build/Language/PureScript/Kinds.o )

src/Language/PureScript/Kinds.hs:105:19: warning: [-Wname-shadowing]
    This binding for ‘<>’ shadows the existing binding
      imported from ‘Prelude.Compat’ at src/Language/PureScript/Kinds.hs:5:1-21
      (and originally defined in ‘GHC.Base’)
    |
105 | everythingOnKinds (<>) f = go
    |                   ^^^^
[ 15 of 149] Compiling Language.PureScript.CodeGen.JS.Common ( src/Language/PureScript/CodeGen/JS/Common.hs, dist/dist-sandbox-64438c38/build/Language/PureScript/CodeGen/JS/Common.o )
[ 16 of 149] Compiling Language.PureScript.Options ( src/Language/PureScript/Options.hs, dist/dist-sandbox-64438c38/build/Language/PureScript/Options.o )
[ 17 of 149] Compiling Language.PureScript.PSString ( src/Language/PureScript/PSString.hs, dist/dist-sandbox-64438c38/build/Language/PureScript/PSString.o )

src/Language/PureScript/PSString.hs:55:22: error:
    • No instance for (Semigroup PSString)
        arising from the 'deriving' clause of a data type declaration
      Possible fix:
        use a standalone 'deriving instance' declaration,
          so you can specify the instance context yourself
    • When deriving the instance for (Monoid PSString)
   |
55 |   deriving (Eq, Ord, Monoid, Generic)
   |                      ^^^^^^
cabal: Leaving directory '.'
cabal: Error: some packages failed to install:
purescript-0.11.7-Jfm6QZOfoHH6lWhgHRfcR failed during the building phase. The
exception was:
ExitFailure 1
/usr/local/Homebrew/Library/Homebrew/debrew.rb:11:in `raise'
BuildError: Failed executing: cabal install --jobs=8 --max-backjumps=100000 --prefix=/usr/local/Cellar/purescript/0.11.7 -f release
1. raise
2. ignore
3. backtrace
4. irb
5. shell
Choose an action:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions