From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 29 01:30:23 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E894A106566B for ; Fri, 29 Jul 2011 01:30:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D74CD8FC14 for ; Fri, 29 Jul 2011 01:30:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6T1UNRW042362 for ; Fri, 29 Jul 2011 01:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6T1UNN2042357; Fri, 29 Jul 2011 01:30:23 GMT (envelope-from gnats) Date: Fri, 29 Jul 2011 01:30:23 GMT Message-Id: <201107290130.p6T1UNN2042357@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "b. f." Cc: Subject: Re: ports/159267: suitesparse-3.6.1_1 build failure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "b. f." List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2011 01:30:24 -0000 The following reply was made to PR ports/159267; it has been noted by GNATS. From: "b. f." To: bug-followup@freebsd.org Cc: maho@freebsd.org, Joseph Mingrone Subject: Re: ports/159267: suitesparse-3.6.1_1 build failure Date: Thu, 28 Jul 2011 21:26:36 -0400 On 7/28/11, b. f. wrote: ... > I'm afraid this error arose from my recent changes, when I removed a > crutch that I thought was only needed by obsolete versions of > math/blas and math/lapack (and perhaps by parts of math/atlas -- but > that should change soon). This is really a problem with the > math/gotoblas port: its shared libraries should include ELF DT_NEEDED > tags that tell rtld(1) which libraries it needs at runtime, and we ... and, as in this case, also tell ld(1) at build-time. > should not have to provide this information in each port that uses > gotoblas, as we did in the past when we used static archives. So the ... b.