Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2020 18:46:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 246007] astro/astrometry: Installation error, if math/gsl is also installed
Message-ID:  <bug-246007-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246007

            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@FreeBSD.org
          Reporter: rhurlin@gwdg.de
                CC: tcberner@freebsd.org
                CC: tcberner@freebsd.org

On a real life box with math/gsl installed, astro/astrometry fails to insta=
ll
after successful build with the following error:

[..snip..]
=3D=3D=3D>   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+=3D   libgsl.so:math/gsl
MAKE_ARGS=3D      SYSTEM_GSL=3Dyes \
                GSL_INC=3D"-I${LOCALBASE}/include/gsl" \
                GSL_LIB=3D"-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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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