On Mon, Apr 23, 2018 at 09:45:19PM +0200, Stefan Sperling wrote: > On Mon, Apr 23, 2018 at 12:27:18PM -0700, [email protected] wrote: > > Building subversion from ports -stable fails on mips64el (Loongson) with > > errors[2]. Full build log is also attached. It seems the same problem was > > reported before[1] with no conclusion. I'm not familiar with swig and any > > suggestion is appreciated. > > Why are you even trying to build this? > What is wrong with > http://ftp.openbsd.org/pub/OpenBSD/6.3/packages/mips64/subversion-1.9.7p4.tgz > ? >
Stuart pointed out to me off-list that this is the wrong package directory for Loongson, and that unfortunately there's no subversion package built for 6.3. I just tried to build it on amd64 6.3-stable and it works for me with: cd /usr/ports/devel/subversion && make install
