Created
June 26, 2017 14:10
-
-
Save Synthetica9/9264b24f71646792f4680c6da74b872d to your computer and use it in GitHub Desktop.
e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cabal install --enable-tests | |
Resolving dependencies... | |
In order, the following will be installed: | |
idris-1.0 *test (reinstall) (changes: libffi-0.1 removed, tagged-0.8.5 added, tasty-0.11.2.1 added, tasty-golden-2.3.1.1 added, tasty-rerun-1.1.6 added) | |
Warning: Note that reinstalls are always dangerous. Continuing anyway... | |
Notice: installing into a sandbox located at | |
/home/synthetica/build/Idris-dev/.cabal-sandbox | |
Configuring idris-1.0... | |
Failed to install idris-1.0 | |
Build log ( /home/synthetica/build/Idris-dev/.cabal-sandbox/logs/idris-1.0.log ): | |
cabal: Entering directory '.' | |
cabal: Leaving directory '.' | |
cabal: Error: some packages failed to install: | |
idris-1.0 failed during the configure step. The exception was: | |
user error ('/usr/bin/ghc' exited with an error: | |
/usr/bin/ld: cannot find -lHSCabal-1.24.2.0 | |
/usr/bin/ld: cannot find -lHSprocess-1.4.3.0 | |
/usr/bin/ld: cannot find -lHSpretty-1.1.3.3 | |
/usr/bin/ld: cannot find -lHSdirectory-1.3.0.0 | |
/usr/bin/ld: cannot find -lHSunix-2.7.2.1 | |
/usr/bin/ld: cannot find -lHStime-1.6.0.1 | |
/usr/bin/ld: cannot find -lHSfilepath-1.4.1.1 | |
/usr/bin/ld: cannot find -lHSbinary-0.8.3.0 | |
/usr/bin/ld: cannot find -lHScontainers-0.5.7.1 | |
/usr/bin/ld: cannot find -lHSbytestring-0.10.8.1 | |
/usr/bin/ld: cannot find -lHSdeepseq-1.4.2.0 | |
/usr/bin/ld: cannot find -lHSarray-0.5.1.1 | |
/usr/bin/ld: cannot find -lHSbase-4.9.1.0 | |
/usr/bin/ld: cannot find -lHSinteger-gmp-1.0.0.1 | |
/usr/bin/ld: cannot find -lHSghc-prim-0.5.0.0 | |
/usr/bin/ld: cannot find -lHSrts_thr | |
collect2: error: ld returned 1 exit status | |
`gcc' failed in phase `Linker'. (Exit code: 1) | |
) | |
make: *** [Makefile:18: install] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment