Opened 2 years ago

Last modified 19 months ago

#65009 assigned defect

crafty @25.2: invalid input/output constraints in asm

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: kurthindenburg (Kurt Hindenburg)
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: arm64 Cc:
Port: crafty

Description

https://build.macports.org/builders/ports-11_arm64-builder/builds/50772/steps/install-port/logs/stdio

./lock.h:57:8: error: invalid output constraint '=&q' in asm
      :"=&q"(dummy)
       ^
./lock.h:69:8: error: invalid input constraint 'q' in asm
      :"q"(lock)
       ^

Change History (4)

comment:1 Changed 20 months ago by kurthindenburg (Kurt Hindenburg)

I agree. Their site is down and not likely to be updated. I'll try to see if anyone else has patched it.

comment:2 Changed 19 months ago by kurthindenburg (Kurt Hindenburg)

In 4bc725cbe65dd543595a8048683c124a913a8d69/macports-ports (master):

crafty: set known_fail on arm

This software hasn't been updated in a while and the site is down. I
don't expect any further releases or fixes.

See #65009

comment:3 Changed 19 months ago by jmroot (Joshua Root)

Can it really not even be built as x86_64 on an arm system?

comment:4 Changed 19 months ago by kurthindenburg (Kurt Hindenburg)

In cf6d7a92ebd02e790d13f17ab9dc644d1b31dddb/macports-ports (master):

crafty: remove arm known_fail and use supported_archs

See #65009

Note: See TracTickets for help on using tickets.