Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#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)

main.log (1.3 MB) - added by brolcz 2 years ago.

Download all attachments as: .zip

Change History (5)

Changed 2 years ago by brolcz

Attachment: main.log added

comment:1 Changed 2 years ago by kencu (Ken)

:info:build /bin/sh: /opt/local/bin/sphinx-build-2.7: No such file or directory
:info:build make[2]: *** [Utilities/Sphinx/doc_format_html] Error 127

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: newclosed

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.