pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/54353: audio/audacity build fails linking on netbsd-8/i386
The following reply was made to PR pkg/54353; it has been noted by GNATS.
From: nia <nia%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/54353: audio/audacity build fails linking on netbsd-8/i386
Date: Thu, 11 Jul 2019 14:57:57 +0000
The problem is that it wants to do 64-bit atomic operations on double
precision floats, but NetBSD doesn't provide this on 32-bit architectures.
The same issue has been reported by users of other operating systems,
and apparently the solution is to link with GCC's -latomic.
We don't seem to ship this with base gcc, but if a specific compiler
can be forced, then -latomic addded, maybe that could work as a
temporary solution.
Otherwise, I'm not sure what to do about this, other than recommend
amd64.
Home |
Main Index |
Thread Index |
Old Index