From owner-freebsd-ports@FreeBSD.ORG Thu May 8 22:44:43 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CA91DA8D for ; Thu, 8 May 2014 22:44:43 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86B96DCC for ; Thu, 8 May 2014 22:44:43 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WiX3Q-0000PE-GD for freebsd-ports@freebsd.org; Fri, 09 May 2014 00:44:40 +0200 Received: from a91-154-115-217.elisa-laajakaista.fi ([91.154.115.217]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 May 2014 00:44:40 +0200 Received: from rakuco by a91-154-115-217.elisa-laajakaista.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 May 2014 00:44:40 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Raphael Kubo da Costa Subject: Re: astro/wcslib fails to install Date: Fri, 09 May 2014 01:44:28 +0300 Lines: 32 Message-ID: <86vbtf28mr.fsf@orwell.Elisa> References: <536A3AB8.2060005@janh.de> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: a91-154-115-217.elisa-laajakaista.fi User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.3 (berkeley-unix) Cancel-Lock: sha1:b2GVP2232KOmjc2oHDpCzU1u8I0= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 22:44:43 -0000 Jan Henrik Sylvester 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).