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,866
    • Issues 4,866
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 457
    • Merge requests 457
  • 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
  • #21007
Closed
Open
Created Jan 26, 2022 by Ben Gamari@bgamari🐢Maintainer

T10955dyn fail on MacOS Monterey

Currently T10955dyn fails on macOS Monterey due to:

Wrong exit code for T10955dyn()(expected 0 , actual 2 )
Stderr ( T10955dyn ):
Warning: -rtsopts and -with-rtsopts have no effect with -shared.
    Call hs_init_ghc() from your main() function to set these options.
Warning: -rtsopts and -with-rtsopts have no effect with -shared.
    Call hs_init_ghc() from your main() function to set these options.
dyld[33295]: Library not loaded: @rpath/libB.dylib
  Referenced from: /private/var/folders/40/9ycf5rrj1mq89k2xdpyt5rl00000hm/T/ghctest-9hn08n9h/test   spaces/testsuite/tests/ghci/linking/dyn/T10955dyn.run/bin_dyn/T10955dyn
  Reason: tried: '/usr/local/lib/libB.dylib' (no such file), '/usr/lib/libB.dylib' (no such file)
make: *** [compile_libAB_dyn] Abort trap: 6
*** unexpected failure for T10955dyn(normal)

This looks relevant, suggesting that it might be an upstream bug: https://github.com/cl-plus-ssl/cl-plus-ssl/issues/138

Edited Jan 26, 2022 by Ben Gamari
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking