Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

pandoc install fails because I have 72 cores #49509

Closed
tseemann opened this issue Feb 25, 2016 · 7 comments
Closed

pandoc install fails because I have 72 cores #49509

tseemann opened this issue Feb 25, 2016 · 7 comments

Comments

@tseemann
Copy link
Contributor

My server has 2 socket x 18 core x 2 (hyperthreads) so it automatically chooses 72 but cabal doesn't like it?

==> Installing pandoc
==> Downloading https://hackage.haskell.org/package/pandoc-1.16.0.2/pandoc-1.16.0.2.tar.gz
######################################################################## 100.0%
==> cabal sandbox init
==> cabal update
==> cabal install --jobs=72 --max-backjumps=100000 --only-dependencies --constraint=cryptonite -support_aesni
Last 15 lines from /home/tseemann/.cache/Homebrew/Logs/pandoc/03.cabal:
2016-02-25 15:43:24 +1100

cabal
install
--jobs=72
--max-backjumps=100000
--only-dependencies
--constraint=cryptonite -support_aesni

cabal: You probably don't want that many jobs.
@mistydemeo
Copy link
Member

This is a problem I never anticipated.

@tseemann
Copy link
Contributor Author

Quite reasonably :)

@tdsmith
Copy link
Contributor

tdsmith commented Feb 25, 2016

@mistydemeo
Copy link
Member

Filed an issue with cabal: haskell/cabal#3191.

@apjanke
Copy link
Contributor

apjanke commented Feb 25, 2016

Is a "humblebug" something like a "humblebrag"?

@mistydemeo
Copy link
Member

Patch merged upstream to remove the job cap. In future cabal-install releases, we can remove our own cap.

@tseemann
Copy link
Contributor Author

Thank you.

@Homebrew Homebrew locked and limited conversation to collaborators Jul 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants