Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 May 2014 01:44:28 +0300
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        freebsd-ports@freebsd.org
Subject:   Re: astro/wcslib fails to install
Message-ID:  <86vbtf28mr.fsf@orwell.Elisa>
References:  <536A3AB8.2060005@janh.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Jan Henrik Sylvester <me@janh.de> writes:

> My latest port upgrade (from source via portmaster) on
> 10.0-RELEASE/amd64 fails at astro/wcslib, which has been bumped after
> the astro/cfitsio update. It fails to install with:
>
> pkg-static:
> lstat(/usr/ports/astro/wcslib/work/stage/usr/local/bin/HPXcvt): No such
> file or directory

I've fixed wcslib's behavior with regard to how it handles the CFITSIO
option in r353362 -- it's going to be properly off most of the time
regardless of whether astro/cfitsio is present on the system or not,
unless people really turn that option on via `make config'. If they do,
they also need to apply ports/189487 to astro/cfitsio, otherwise
wcslib's configure script will fail to build its test programs with
libcfitsio.so and assume it is not present (and the plist will be
wrong).

> Building astro/wcslib does not fail, but there are numerous segfaults
> starting with these:
>
> make[2]: *** [libwcs-4.13.4.a(lin.o)] Segmentation fault (core dumped)
> gmake[2]: *** Archive member `libwcs-4.13.4.a(lin.o)' may be bogus; not
> deleted
>
> cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -fno-strict-aliasing -c sph.c
> ar r libwcs-4.13.4.a sph.o
> ar: warning: Incorrect file header signature
> gmake[2]: *** [libwcs-4.13.4.a(sph.o)] Segmentation fault (core dumped)

Should be fixed by r353360 (the port is not MAKE_JOBS_SAFE).




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