Changes between Initial Version and Version 1 of Ticket #65765


Ignore:
Timestamp:
Sep 7, 2022, 7:31:12 PM (20 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

On a macbook air M1 I get this error

Yes, the error is accurate. You cannot build kdelibs4 for arm64 because its dependency qt4-mac does not support arm64.

nevertheless I have installed (I think) without problems

Yes, you have qt4-mac installed, probably for x86_64. (port -v installed qt4-mac will tell you for sure.) qt4-mac cannot be built for arm64. I guess kdelibs4 and all other ports that use qt4-mac will need to indicate that they too do not support arm64, or more probably the qt4 portgroup should be changed to do that so that all ports that use the portgroup get the fix at once.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65765

    • Property Keywords arm64 monterey added
    • Property Status changed from new to assigned
    • Property Owner set to NicosPavlov
    • Property Summary changed from can not install kdelibs4 on Macbook Air M1 - MacOS 12.5.1 to kdelibs4: Error: Cannot install kdelibs4 for the arch 'arm64' because its dependency qt4-mac only supports the archs 'ppc ppc64 i386 x86_64'
  • Ticket #65765 – Description

    initial v1  
    11On a macbook air M1 I get this error
    22
     3{{{
    34MacBook-Air ~ % sudo port install kdelibs4
    45Password:
     
    89Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
    910Error: Processing of port kdelibs4 failed
     11}}}
    1012
    1113nevertheless I have installed (I think) without problems
     14{{{
    1215sudo port install qt4-mac
    1316--->  Computing dependencies for qt4-mac
     
    1619--->  No broken files found.
    1720--->  No broken ports found.
     21}}}