From owner-freebsd-ports@FreeBSD.ORG Thu May 8 22:22:42 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 7BAE754D for ; Thu, 8 May 2014 22:22:42 +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 370A3C1B for ; Thu, 8 May 2014 22:22:41 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WiWTS-000198-BJ for freebsd-ports@freebsd.org; Fri, 09 May 2014 00:07:30 +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:07:30 +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:07:30 +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:07:15 +0300 Lines: 40 Message-ID: <86zjir2acs.fsf@orwell.Elisa> References: <536A3AB8.2060005@janh.de> <536B4A6C.9040302@gwdg.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:WvgLcK9fwvmj0HCgme5MFnXbjTA= 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:22:42 -0000 Rainer Hurling writes: > Am 08.05.2014 05:14 (UTC+1) schrieb Sunpoet Po-Chuan Hsieh: >> On Wed, May 7, 2014 at 9:52 PM, Jan Henrik Sylvester wrote: >>> 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 >>> >>> 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) >>> >>> What is happening here? >>> >>> I do not have anything in make.conf that should be related (only >>> WITH_NEW_XORG=yes, TEX_DEFAULT=texlive, and some port specific options >>> of unrelated ports). >>> >>> Cheers, >>> Jan Henrik >> >> It should be fixed in r353239. Please update your ports tree and try >> again. Thanks! > > Even with recent ports tree (r353281), which includes the patch of > astro/cfitsio (r353239), the error remains for me on 11.0-CURRENT. I believe I've fixed the segfault issue with r353360.