Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crosscompiling fails wihout -j1 flag #2749

Open
ra1u opened this issue Aug 2, 2015 · 1 comment
Open

crosscompiling fails wihout -j1 flag #2749

ra1u opened this issue Aug 2, 2015 · 1 comment

Comments

@ra1u
Copy link

ra1u commented Aug 2, 2015

for example

cabal --with-gcc=arm-linux-gnueabi-gcc-5 --with-ghc=arm-unknown-linux-gnueabi-ghc \
--with-ghc-pkg=arm-unknown-linux-gnueabi-ghc-pkg --with-ld=arm-linux-gnueabi-ld \
--with-strip=arm-linux-gnueabi-strip  --reinstall -v  install pipes

outputs https://gist.github.com/ra1u/d20112e9819bd9680a59#file-cabal-fail

but adding flag -j1 works fine

cabal version is 1.22.1.1

@23Skidoo
Copy link
Member

Probably a duplicate of #1493.

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

No branches or pull requests

2 participants