Opened 4 years ago

Closed 3 years ago

#59846 closed update (worksforme)

libomp cannot be installed for the configured universal_archs 'x86_64 i386

Reported by: Tukana Owned by: eborisch (Eric A. Borisch)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: libomp

Description (last modified by kencu (Ken))

MBP-de-asc:~ asc$ sudo port upgrade outdated
--->  Fetching archive for libomp
--->  Attempting to fetch libomp-9.0.0_0+universal.darwin_19.x86_64.tbz2 from https://packages.macports.org/libomp
--->  Attempting to fetch libomp-9.0.0_0+universal.darwin_19.x86_64.tbz2 from http://lil.fr.packages.macports.org/libomp
--->  Attempting to fetch libomp-9.0.0_0+universal.darwin_19.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/libomp
Error: libomp cannot be installed for the configured universal_archs 'x86_64 i386' because the arch(s) 'i386' are not supported.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
MBP-de-asc:~ asc$

MBP-de-asc:~ asc$ uname -m
x86_64


Mac OS Catalina

Change History (4)

comment:1 Changed 4 years ago by Tukana

Priority: NormalHigh
Type: defectupdate
Version: 2.6.2

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

Description: modified (diff)
Owner: set to eborisch
Port: libomp added
Priority: HighNormal
Status: newassigned
Version: 2.6.2

comment:3 Changed 4 years ago by kencu (Ken)

In the portfile already, we see:

if {${os.major} <= 17} {
    default_variants        +universal
}

so in this case, you should not need to have it install as +universal.

So please do this:

sudo port -f uninstall libomp
sudo port -v install libomp

and then report back if you see success or failure.

Just to check, when you upgraded your system to Catalina, you did follow the Migration instructions?

comment:4 Changed 3 years ago by eborisch (Eric A. Borisch)

Resolution: worksforme
Status: assignedclosed

Closing for inactivity.

Note: See TracTickets for help on using tickets.