-
Notifications
You must be signed in to change notification settings - Fork 701
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
cabal install --enable-relocatable error "Installation directories are not prefix_relative", v3.12+ #10755
Labels
Comments
12 tasks
essandess
added a commit
to essandess/macports-ports
that referenced
this issue
Jan 17, 2025
essandess
added a commit
to essandess/macports-ports
that referenced
this issue
Jan 17, 2025
Note: this issue affects all cabal projects I've tested, not just |
essandess
added a commit
to essandess/macports-ports
that referenced
this issue
Jan 17, 2025
essandess
added a commit
to essandess/macports-ports
that referenced
this issue
Jan 17, 2025
essandess
added a commit
to essandess/macports-ports
that referenced
this issue
Jan 17, 2025
essandess
added a commit
to essandess/macports-ports
that referenced
this issue
Jan 17, 2025
essandess
added a commit
to essandess/macports-ports
that referenced
this issue
Jan 18, 2025
essandess
added a commit
to essandess/macports-ports
that referenced
this issue
Jan 18, 2025
essandess
added a commit
to essandess/macports-ports
that referenced
this issue
Jan 18, 2025
essandess
added a commit
to essandess/macports-ports
that referenced
this issue
Jan 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
cabal fails to install itself if the flag
--enable-relocatable
is used, with errorInstallation directories are not prefix_relative: InstallDirs.libsubdir
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
This install works if the flag
--enable-relocatable
is omitted. This works:System information
cabal
3.14.1.1,ghc
9.6.6The issue is observed to have started in
cabal
3.12.1.0.Additional context
Related: #10155
The text was updated successfully, but these errors were encountered: