Port-sparc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: OpenSSL build error on 8.2



Le sam. 16 mai 2020 à 11:02, Martin Husemann <martin%duskware.de@localhost> a écrit :
> Can you show the output of
>   cc -dM -E - < /dev/null | fgrep __ATOMIC

I don't have 8.2, but on 9.0 the issue is the same and:

(dolbeau)ss20:~> cc -dM -E - < /dev/null | fgrep __ATOMIC
#define __ATOMIC_ACQUIRE 2
#define __ATOMIC_RELAXED 0
#define __ATOMIC_CONSUME 1
#define __ATOMIC_SEQ_CST 5
#define __ATOMIC_ACQ_REL 4
#define __ATOMIC_RELEASE 3

The block of code in question is disabled in the source code of NetBSD
9.0 (with a '#ifdef notyet'), so it should be safe to disable on sparc
in pkgsrc, I would assume.

Cordially,

-- 
Romain Dolbeau


Home | Main Index | Thread Index | Old Index