From owner-freebsd-ports@FreeBSD.ORG Wed May 7 13:53:08 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23029337 for ; Wed, 7 May 2014 13:53:08 +0000 (UTC) Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.126.187]) (using TLSv1.2 with cipher DHE-RSA-AES256-SHA256 (256/256 bits)) (Client CN "mout.kundenserver.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B4025B6E for ; Wed, 7 May 2014 13:53:07 +0000 (UTC) Received: from [192.168.178.36] (p57AECF7C.dip0.t-ipconnect.de [87.174.207.124]) by mrelayeu.kundenserver.de (node=mreue004) with ESMTP (Nemesis) id 0MXTpy-1WMbfQ2JPi-00WUKc; Wed, 07 May 2014 15:52:58 +0200 Message-ID: <536A3AB8.2060005@janh.de> Date: Wed, 07 May 2014 15:52:56 +0200 From: Jan Henrik Sylvester User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: ports-list freebsd Subject: astro/wcslib fails to install Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:vEfx5mjGNEQntUMdJx4TWe6P4d2QHiZLZ6won0FJXyD 8BIkst7AyHhJLy1QTIJ/a0prbGlX+vJshNa5Zf8d1DXxPNr/x7 ANZwe78Ka7I6MZdU/GhWrvMnPIwCEBePx7T0LDKkyeXkcF3gk5 5AbQgMxpwBvvlwVDvV/mANHtcKNuFu7OpgAeTfPHAds3mLBs0v SdXiG2LJtU8czwOVMy4Myvrevv0hSGiCEFYZ97FcIC+rxgNgFJ pT+pKJhV5Zv/GOmPVeA5OQkCMP4EvKGnGJaHkKVyRNY2HRVcl1 EjJbn63fzvyPbURZpO73bNSrEwwTq9h+DRrQv+FrqU6wblrgRM VyO8HyKzrIIGyDUwOfBU= Cc: Tony Maher 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: Wed, 07 May 2014 13:53:08 -0000 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