From owner-freebsd-ports@FreeBSD.ORG Thu May 8 09:30:10 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 BB418D30; Thu, 8 May 2014 09:30:10 +0000 (UTC) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CF9B5E5; Thu, 8 May 2014 09:30:10 +0000 (UTC) Received: from gate.nw-fva.de ([134.76.242.1] helo=pc028.nfv) by mailer.gwdg.de with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1WiKeW-0001eD-9g; Thu, 08 May 2014 11:30:08 +0200 Message-ID: <536B4EA0.7080901@gwdg.de> Date: Thu, 08 May 2014 11:30:08 +0200 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: marino@freebsd.org, Sunpoet Po-Chuan Hsieh , Jan Henrik Sylvester Subject: Re: astro/wcslib fails to install References: <536A3AB8.2060005@janh.de> <536B4A6C.9040302@gwdg.de> <536B4D23.1000904@marino.st> In-Reply-To: <536B4D23.1000904@marino.st> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: Tony Maher , ports-list freebsd 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 09:30:10 -0000 Am 08.05.2014 11:23 (UTC+1) schrieb John Marino: > On 5/8/2014 11:12, Rainer Hurling wrote: >> 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. >> > > Are you building on a live system or inside poudriere? > If the former, perhaps you can try confirming a problem with the latter. It's on a live system. Unfortunately, I have no poudriere running until now. This may change in the nearer future ;) > John