Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • GHC GHC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4,864
    • Issues 4,864
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 452
    • Merge requests 452
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Glasgow Haskell Compiler
  • GHCGHC
  • Issues
  • #17258
Closed
Open
Created Sep 26, 2019 by Ben Gamari@bgamari🐢Maintainer

Hadrian breaks when eventlog RTS ways are enabled

When fixing !1483 (closed) I found that hadrian breaks when the eventlog-enabled RTS ways are enabled:

$ hadrian/build.cabal.sh  --flavour=validate
Up to date
| Configure package 'unix'
...
| Configure package 'hp2ps'
# cabal-configure (for _build/stage1/utils/hp2ps/setup-config)
| Copy package 'rts'
# cabal-copy (for _build/stage1/lib/package.conf.d/rts-1.0.conf)
/home/ben/ghc/ghc/_build/stage1/rts/build/libHSrts-1.0_l-ghc8.9.0.20190919.so: copyFile: does not exist (No such file or directory)
Error when running Shake build system:
  at action, called at src/Rules.hs:70:19 in main:Rules
  at need, called at src/Rules.hs:92:5 in main:Rules
* Depends on: _build/stage1/lib/package.conf.d/rts-1.0.conf
* Raised the exception:
ExitFailure 1

Manually calling hadrian on _build/stage1/rts/build/libHSrts-1.0_l-ghc8.9.0.20190919.so causes the object to be built and allows the build to proceed a bit further (this time failing with a similar error for the l_thr way).

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking