Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2018 16:14:44 -0800
From:      bob prohaska <fbsd@www.zefox.net>
To:        Jan Beich <jbeich@FreeBSD.org>
Cc:        freebsd-arm@freebsd.org, freebsd-ports@freebsd.org, Steve Kargl <sgk@troutmask.apl.washington.edu>
Subject:   Re: Use of undeclared identifier 'fpgetmask'
Message-ID:  <20180131001444.GA23256@www.zefox.net>
In-Reply-To: <a7wv-803n-wny@FreeBSD.org>
References:  <20180120222638.GA82875@www.zefox.net> <20180120230421.GA57305@troutmask.apl.washington.edu> <20180121160130.GA85652@www.zefox.net> <20180121173553.GA73646@troutmask.apl.washington.edu> <20180121175840.GA85758@www.zefox.net> <20180121181214.GA73826@troutmask.apl.washington.edu> <20180122164848.GA89314@www.zefox.net> <20180122181426.GA81243@troutmask.apl.washington.edu> <20180130181359.GA22433@www.zefox.net> <a7wv-803n-wny@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 30, 2018 at 11:15:24PM +0100, Jan Beich wrote:
> 
>   CHECK_FUNCTION_EXISTS(fpsetmask HAVE_FPSETMASK)
> 
> which is under the following caveat
> 
>   * ``check_function_exists()`` only verifies linking, it does not verify
>     that the function is declared in system headers.
> 
> suggesting fpsetmask() is actually present on armv6
> 
>   $ nm -D /lib/libc.so.7 | fgrep fpsetmask
>   00050dd4 T fpsetmask
> 
> cf. https://svnweb.freebsd.org/changeset/base/264696

Sounds like maybe I'm barking up the wrong tree. It wouldn't
be the first time 8-)

The original objective was to compile /usr/ports/graphics/inkscape
on an rpi2 (armv7).

Inkscape does compile on an arm64 rpi3, can you suggest anything
that might be tried to make it work on the rpi2, just for sake of
completeness? Admittedly the Pi3 will be a better host.

Thanks for reading!

bob prohaska
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180131001444.GA23256>