Skip to content

Instantly share code, notes, and snippets.

@s3341458
Created April 12, 2016 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s3341458/b44bce943795ed7a9c7cf117e86c3b17 to your computer and use it in GitHub Desktop.
Save s3341458/b44bce943795ed7a9c7cf117e86c3b17 to your computer and use it in GitHub Desktop.
[1 of 1] Compiling Main ( /private/var/folders/_t/n0wf0xms3vj6135x97n62gjr0000gn/T/stack38842/Setup.hs, /private/var/folders/_t/n0wf0xms3vj6135x97n62gjr0000gn/T/stack38842/Setup.o )
Linking /Users/chengyu/.stack/setup-exe-cache/x86_64-osx/tmp-setup-Simple-Cabal-1.22.4.0-ghc-7.10.2 ...
readline-1.0.3.0: download
readline-1.0.3.0: configure
Progress: 1/2
-- While building package readline-1.0.3.0 using:
/private/var/folders/_t/n0wf0xms3vj6135x97n62gjr0000gn/T/stack38842/readline-1.0.3.0/.stack-work/dist/x86_64-osx/Cabal-1.22.4.0/setup/setup --builddir=.stack-work/dist/x86_64-osx/Cabal-1.22.4.0 configure --with-ghc=/Users/chengyu/.stack/programs/x86_64-osx/ghc-7.10.2/bin/ghc --with-ghc-pkg=/Users/chengyu/.stack/programs/x86_64-osx/ghc-7.10.2/bin/ghc-pkg --user --package-db=clear --package-db=global --package-db=/Users/chengyu/.stack/snapshots/x86_64-osx/lts-3.4/7.10.2/pkgdb --package-db=/Users/chengyu/Documents/hack/haskell/haskell_lisp/y/.stack-work/install/x86_64-osx/lts-3.4/7.10.2/pkgdb --libdir=/Users/chengyu/Documents/hack/haskell/haskell_lisp/y/.stack-work/install/x86_64-osx/lts-3.4/7.10.2/lib --bindir=/Users/chengyu/Documents/hack/haskell/haskell_lisp/y/.stack-work/install/x86_64-osx/lts-3.4/7.10.2/bin --datadir=/Users/chengyu/Documents/hack/haskell/haskell_lisp/y/.stack-work/install/x86_64-osx/lts-3.4/7.10.2/share --libexecdir=/Users/chengyu/Documents/hack/haskell/haskell_lisp/y/.stack-work/install/x86_64-osx/lts-3.4/7.10.2/libexec --sysconfdir=/Users/chengyu/Documents/hack/haskell/haskell_lisp/y/.stack-work/install/x86_64-osx/lts-3.4/7.10.2/etc --docdir=/Users/chengyu/Documents/hack/haskell/haskell_lisp/y/.stack-work/install/x86_64-osx/lts-3.4/7.10.2/doc/readline-1.0.3.0 --htmldir=/Users/chengyu/Documents/hack/haskell/haskell_lisp/y/.stack-work/install/x86_64-osx/lts-3.4/7.10.2/doc/readline-1.0.3.0 --haddockdir=/Users/chengyu/Documents/hack/haskell/haskell_lisp/y/.stack-work/install/x86_64-osx/lts-3.4/7.10.2/doc/readline-1.0.3.0 --dependency=base=base-4.8.1.0-075aa0db10075facc5aaa59a7991ca2f --dependency=process=process-1.2.3.0-36e5501145ab363f58c5e5a7079e9636
Process exited with code: ExitFailure 1
Logs have been written to: /Users/chengyu/Documents/hack/haskell/haskell_lisp/y/.stack-work/logs/readline-1.0.3.0.log
[1 of 1] Compiling Main ( /private/var/folders/_t/n0wf0xms3vj6135x97n62gjr0000gn/T/stack38842/readline-1.0.3.0/Setup.hs, /private/var/folders/_t/n0wf0xms3vj6135x97n62gjr0000gn/T/stack38842/readline-1.0.3.0/.stack-work/dist/x86_64-osx/Cabal-1.22.4.0/setup/Main.o )
/private/var/folders/_t/n0wf0xms3vj6135x97n62gjr0000gn/T/stack38842/readline-1.0.3.0/Setup.hs:6:29: Warning:
In the use of ‘defaultUserHooks’
(imported from Distribution.Simple):
Deprecated: "Use simpleUserHooks or autoconfUserHooks, unless you need Cabal-1.2
compatibility in which case you must stick with defaultUserHooks"
Linking /private/var/folders/_t/n0wf0xms3vj6135x97n62gjr0000gn/T/stack38842/readline-1.0.3.0/.stack-work/dist/x86_64-osx/Cabal-1.22.4.0/setup/setup ...
Warning: defaultUserHooks in Setup script is deprecated.
Configuring readline-1.0.3.0...
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for GNUreadline.framework... checking for readline... no
checking for tputs in -lncurses... yes
checking for readline in -lreadline... yes
checking for rl_readline_version... yes
checking for rl_begin_undo_group... no
configure: error: readline not found, so this package cannot be built
See `config.log' for more details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment