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

remove instanciation ToJSON U.UUID #13

Merged
merged 5 commits into from
May 17, 2017
Merged

remove instanciation ToJSON U.UUID #13

merged 5 commits into from
May 17, 2017

Conversation

nakaji-dayo
Copy link
Owner

No description provided.

@nakaji-dayo
Copy link
Owner Author

nakaji-dayo commented May 14, 2017

On LTS, OSX Sierra can not build with the following error:

[4 of 5] Compiling Yesod.JobQueue ( Yesod/JobQueue.hs, .stack-work/dist/x86_64-osx/Cabal-1.24.0.0/build/Yesod/JobQueue.o )
ghc: panic! (the 'impossible' happened)
(GHC version 8.0.1 for x86_64-apple-darwin):
Loading temp shared object failed: dlopen(/var/folders/zx/dkh8b2_536s9sqwsh3t6lfh00000gn/T/ghc14027_0/libghc_1.dylib, 5): no suitable image found. Did find:
/var/folders/zx/dkh8b2_536s9sqwsh3t6lfh00000gn/T/ghc14027_0/libghc_1.dylib: malformed mach-o: load commands size (35912) > 32768


related issue: commercialhaskell/stack#2577

@nakaji-dayo
Copy link
Owner Author

Hadock Error:


haddock: internal error: spliceURL UnhelpfulSpan
CallStack (from HasCallStack):
error, called at utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/Utils.hs:79:9 in main:Haddock.Backends.Xhtml.Utils
-- While building package yesod-job-queue-0.3.0.3 using:
/home/travis/build/nakaji-dayo/yesod-job-queue/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup --builddir=.stack-work/dist/x86_64-linux/Cabal-1.24.2.0 haddock --html --hoogle --html-location=../$pkg-$version/ --haddock-option=--hyperlinked-source
Process exited with code: ExitFailure 1

@nakaji-dayo
Copy link
Owner Author

out of memory occured while building haddock

-- While building package yesod-job-queue-0.3.0.3 using:
/home/travis/build/nakaji-dayo/yesod-job-queue/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/setup/setup --builddir=.stack-work/dist/x86_64-linux/Cabal-1.24.2.0 haddock --html --hoogle --html-location=../$pkg-$version/ --haddock-option=--hyperlinked-source
Process exited with code: ExitFailure (-9) (THIS MAY INDICATE OUT OF MEMORY)

@nakaji-dayo nakaji-dayo force-pushed the aeson-uuid branch 2 times, most recently from 4d1a95a to a716db4 Compare May 16, 2017 15:42
disable haddock on Yesod.JobQueue.Types

disable haddock because it uses a lot of memory

fix some pkgs version
@nakaji-dayo nakaji-dayo merged commit 1b70f3d into master May 17, 2017
@nakaji-dayo nakaji-dayo deleted the aeson-uuid branch May 17, 2017 04:57
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.

1 participant