Opened 10 months ago
Last modified 9 months ago
#69169 new defect
cmake-devel does not satisfy build when cmake is requested — at Version 3
Reported by: | kencu (Ken) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: |
Description (last modified by kencu (Ken))
I am trying to install kdelibs4 on arm64 Sonoma again.
I use cmake-devel because it has fixes in it that the cmake port does not yet have.
When trying to install kdelibs4, I get this error:
% sudo port install kdelibs4 ---> Computing dependencies for kdelibs4 Error: Can't install cmake because conflicting ports are active: cmake-devel Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. Error: Processing of port kdelibs4 failed
both the cmake-1.0 and cmake-1.1 portgroups list a path dependency to the cmake binary.
cmake-devel should make it happy -- but it doesn't, and I have not been able to sort out yet why not:
Maybe one of you can see the issue?
Change History (4)
Changed 10 months ago by kencu (Ken)
Attachment: | failed_configure.txt added |
---|
comment:1 Changed 10 months ago by kencu (Ken)
comment:2 Changed 10 months ago by kencu (Ken)
Description: | modified (diff) |
---|
comment:3 Changed 10 months ago by kencu (Ken)
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
so for now I just hacked the cmake-1.0.tcl PortGroup to ask for cmake-devel instead, to get past this.