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

workaround to compile error and MAKEFLAGS from /etc/makepkg.conf #1

Merged
merged 2 commits into from
Feb 5, 2013

Conversation

atondwal
Copy link
Contributor

@atondwal atondwal commented Feb 5, 2013

As Nathan points out, due to a known bug in ghc, you should run make twice in your script when building ghc. (it'll always fail with expectJust initTcInteractive the first time you try to build it fresh)

Additional, since we're already somewhat arch-specific, we should source /etc/makepkg.conf to get the makeflags instead of using just -j6 (on my system I use -j12 for example) I was wondering why my load averages were so low before I realized you set -j manually.

Due to a known bug in ghc, make will always fail with `expectJust
initTcInteractive` the first time you try to build it
Rather than setting them ourselves, we take the MAKEFLAGS from
the systemwide configuration (at least on Arch)
neurocyte added a commit that referenced this pull request Feb 5, 2013
workaround to compile error and MAKEFLAGS from /etc/makepkg.conf
@neurocyte neurocyte merged commit 708d97f into neurocyte:master Feb 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants