[Bug 246007] astro/astrometry: Installation error, if math/gsl is also installed
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Apr 28 18:46:23 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246007
Bug ID: 246007
Summary: astro/astrometry: Installation error, if math/gsl is
also installed
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: rhurlin at gwdg.de
CC: tcberner at freebsd.org
CC: tcberner at freebsd.org
On a real life box with math/gsl installed, astro/astrometry fails to install
after successful build with the following error:
[..snip..]
===> Registering installation for astrometry-0.80
pkg-static: Unable to access file
/usr/ports/astro/astrometry/work/stage/usr/local/astrometry/lib/libgsl-an.a:No
such file or directory
*** Error code 74
Stop.
make: stopped in /usr/ports/astro/astrometry
The astrometry website[1] describes in its 'gsl section' the possibility to use
systems gsl. Something like
LIB_DEPENDS+= libgsl.so:math/gsl
MAKE_ARGS= SYSTEM_GSL=yes \
GSL_INC="-I${LOCALBASE}/include/gsl" \
GSL_LIB="-L${LOCALBASE}/lib -lgsl"
should work, but fails for me. I have no clue what to do next.
[1] http://astrometry.net/doc/build.html#build
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list