Pandoc install failure on Ventura/Xcode 14.3.1 #6410
Unanswered
OldCrow
asked this question in
Everyday usage
Replies: 1 comment 1 reply
-
macOS 26 was released today. We stopped building bottles for Ventura last week, and moved Ventura to Tier 3 yesterday. Like your |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
While upgrading era, its dependency pandoc fails to upgrade during the execution of "cabal v2-install pandoc-cli". The last 15 lines of the install log are as follows:
The root cause appears to be that the linker flag "-no_warn_duplicate_libraries" is not available on Xcode 14.3.1 - presumably it is only available on Xcode 15.2 or later. Ventura was a supported macOS version until just recently - in fact, technically it should still be considered supported as macOS 26 is not released yet and binary bottles should be available. However, understanding that the Tahoe release is imminent, as a (soon-to-be)Tier 2 system, this issue should be looked at so that build from source is possible.
Beta Was this translation helpful? Give feedback.
All reactions