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

Temp travis fix #5132

Closed
wants to merge 6 commits into from
Closed

Temp travis fix #5132

wants to merge 6 commits into from

Conversation

angerman
Copy link
Collaborator

@angerman angerman commented Feb 9, 2018

Please include the following checklist in your PR:

  • Patches conform to the coding conventions.
  • Any changes that could be relevant to users have been recorded in the changelog.
  • The documentation has been updated, if necessary.
  • If the change is docs-only, [ci skip] is used to avoid triggering the build bots.

Please also shortly describe how you tested your change. Bonus points for added tests!

alternative fix for #5123, #5126.

Fixes #5120.

@angerman
Copy link
Collaborator Author

angerman commented Feb 9, 2018

Let's see if this really ugly hack, does the trick.

@angerman
Copy link
Collaborator Author

angerman commented Feb 9, 2018

Lovely:

Linking /Users/travis/build/haskell/cabal/dist-newstyle/build/x86_64-osx/ghc-7.10.3/happy-1.19.9/build/happy/happy ...
Configuring library for pretty-show-1.6.16..
Preprocessing library for pretty-show-1.6.16..
happy: /Users/travis/.cabal/share/x86_64-osx-ghc-7.10.3/happy-1.19.9/HappyTemplate-arrays-coerce: openFile: does not exist (No such file or directory)
cabal: Failed to build pretty-show-1.6.16 (which is required by
cabal-install-2.1.0.0).

For the (macOS, 7.10.3, script) config.

Still trying to reproduce this locally...

@angerman
Copy link
Collaborator Author

angerman commented Feb 9, 2018

So the reason for the above issue is #5104.

We build and link happy-1.19.9; and expect the happy on path to be 1.19.9 as well, which
of course is not a given.

@angerman
Copy link
Collaborator Author

angerman commented Feb 9, 2018

@23Skidoo, all green! Unborked!

@angerman angerman mentioned this pull request Feb 9, 2018
4 tasks
@23Skidoo
Copy link
Member

Thanks a lot! Merged manually in 22330fc.

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.

Strange Travis failures
2 participants