Opened 5 years ago

Last modified 5 years ago

#58611 closed defect

LibcxxOnOlderSystems fails on step 7 - error: architecture not supported — at Version 1

Reported by: scottmeup (Andrew Scott) Owned by:
Priority: Normal Milestone:
Component: guide Version:
Keywords: Cc:
Port: llvm-3.7

Description (last modified by scottmeup (Andrew Scott))

Hi, I'm trying to follow the guide listed here: https://trac.macports.org/wiki/LibcxxOnOlderSystems

At step 7, running the line as written

sudo port -v -n upgrade --force --enforce-variants cctools -llvm34 +llvm39

fails with Error: cctools: Variant llvm39 conflicts with llvm40

running the line modified to include llvm40

sudo port -v -n upgrade --force --enforce-variants cctools -llvm34 +llvm40

gets further but still fails with

In file included from /usr/include/limits.h:64:

/usr/include/machine/limits.h:10:2: error: architecture not supported

#error architecture not supported

and requests that I submit a ticket.

I'm running Snow Leopard 10.6.8 on a Macbook Pro 5,3

Change History (2)

Changed 5 years ago by scottmeup (Andrew Scott)

Attachment: main.log.zip added

main.log - zip compressed

comment:1 Changed 5 years ago by scottmeup (Andrew Scott)

Description: modified (diff)
Note: See TracTickets for help on using tickets.