#65159 closed defect (duplicate)
cmake 3.22.4_0: fails during build
Reported by: | brolcz | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | Cc: | michaelld (Michael Dickens) | |
Port: | cmake |
Description
cmake fails while trying to upgrade. I am on mac os x 10.14.6, on a 2016 macbook pro. I am appending a log. Thank you.
Attachments (1)
Change History (5)
Changed 2 years ago by brolcz
comment:2 Changed 2 years ago by kencu (Ken)
seems to be asking for 2.7 when the dep is on a different version, for some reason:
:debug:main Searching for dependency: py39-sphinx :debug:main Found Dependency: receipt exists for py39-sphinx :debug:main Searching for dependency: py39-sphinxcontrib-applehelp :debug:main Found Dependency: receipt exists for py39-sphinxcontrib-applehelp :debug:main Searching for dependency: py39-sphinxcontrib-devhelp :debug:main Found Dependency: receipt exists for py39-sphinxcontrib-devhelp :debug:main Searching for dependency: py39-sphinxcontrib-htmlhelp :debug:main Found Dependency: receipt exists for py39-sphinxcontrib-htmlhelp :debug:main Searching for dependency: py39-sphinxcontrib-jsmath :debug:main Found Dependency: receipt exists for py39-sphinxcontrib-jsmath :debug:main Searching for dependency: py39-sphinxcontrib-qthelp :debug:main Found Dependency: receipt exists for py39-sphinxcontrib-qthelp :debug:main Searching for dependency: py39-sphinxcontrib-serializinghtml :debug:main Found Dependency: receipt exists for py39-sphinxcontrib-serializinghtml :debug:main Searching for dependency: py39-sphinxcontrib-websupport :debug:main Found Dependency: receipt exists for py39-sphinxcontrib-websupport
comment:3 Changed 2 years ago by jmroot (Joshua Root)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This is #62402, still broken over a year later apparently.
comment:4 Changed 2 years ago by jmroot (Joshua Root)
Your options for workarounds are either to install without +docs, or to use +python39 (since that's the only one of cmake's python variants that works currently.)
Note: See
TracTickets for help on using
tickets.