Attempting to emerge nwwine-20030911. interlocked.c:238:3: #error You must implement the interlocked* functions for your CPU. Reproducible: Always Steps to Reproduce: 1. emerge nwwine Actual Results: received: interlocked.c:238:3: #error You must implement the interlocked* functions for your CPU. Expected Results: Completed the emerge without error... A quick grep and follow-up showed these others lurking: (relative to ./work/nwwine-based-on-20030911) : include/winnt.h: #error You need to define a CONTEXT for your CPU include/winnt.h: #error You need to define DEFINE_REGS_ENTRYPOINT macros for your CPU server/context_i386.c (not sure if this one will get built or not): You must implement get/set_thread_context for your CPU It also looks like a platform-specific version of server/context_*.c may be expected (current ones are context_i386.c, context_powerpc.c, context_sparc.c)
nwwine doesnt have amd64 in KEYWORDS