Skip to content

Instantly share code, notes, and snippets.

@master-q
Created September 6, 2013 15:40
Show Gist options
  • Save master-q/6465661 to your computer and use it in GitHub Desktop.
Save master-q/6465661 to your computer and use it in GitHub Desktop.
cabal install derive-2.5.11をraspberrypiでやってみた。悲しみ。
pi@raspberrypi:~$ cabal install derive-2.5.11
Resolving dependencies...
[1 of 1] Compiling Main ( /tmp/haskell-src-exts-1.13.5-2255/haskell-src-exts-1.13.5/Setup.hs, /tmp/haskell-src-exts-1.13.5-2255/haskell-src-exts-1.13.5/dist/setup/Main.o )
/tmp/haskell-src-exts-1.13.5-2255/haskell-src-exts-1.13.5/Setup.hs:1:1:
Warning: In the use of `runTests'
(imported from Distribution.Simple, but defined in Distribution.Simple.UserHooks):
Deprecated: "Please use the new testing interface instead!"
Linking /tmp/haskell-src-exts-1.13.5-2255/haskell-src-exts-1.13.5/dist/setup/setup ...
Configuring haskell-src-exts-1.13.5...
Building haskell-src-exts-1.13.5...
Preprocessing library haskell-src-exts-1.13.5...
dist/build/Language/Haskell/Exts/InternalParser.hs:1:12:
Warning: -fglasgow-exts is deprecated: Use individual extensions instead
[ 1 of 22] Compiling Language.Haskell.Exts.Annotated.Syntax ( src/Language/Haskell/Exts/Annotated/Syntax.hs, dist/build/Language/Haskell/Exts/Annotated/Syntax.o )
llc-3.0: /tmp/ghc2326_0/ghc2326_0.bc: Could not open input file: No such file or directory
cabal: Error: some packages failed to install:
derive-2.5.11 depends on haskell-src-exts-1.13.5 which failed to install.
haskell-src-exts-1.13.5 failed during the building phase. The exception was:
ExitFailure 1
@master-q
Copy link
Author

master-q commented Sep 6, 2013

メモリかなぁ。

@master-q
Copy link
Author

master-q commented Sep 6, 2013

llc-3.0ってのもあやしいのか。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment