From owner-freebsd-ports-bugs Tue Jan 28 0:30: 4 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC2C937B6E0 for ; Tue, 28 Jan 2003 00:30:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE93543F79 for ; Tue, 28 Jan 2003 00:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0S8U1NS056895 for ; Tue, 28 Jan 2003 00:30:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0S8U1BY056894; Tue, 28 Jan 2003 00:30:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C541437B69F for ; Tue, 28 Jan 2003 00:21:20 -0800 (PST) Received: from rcd.ru (rcd.ru [213.24.184.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id B800343F3F for ; Tue, 28 Jan 2003 00:21:19 -0800 (PST) (envelope-from asg@rcd.ru) Received: from rcd.ru (localhost.rcd.ru [127.0.0.1]) by rcd.ru (8.12.6/8.12.6) with ESMTP id h0S8IRlG088758 for ; Tue, 28 Jan 2003 12:18:27 +0400 (SAMT) (envelope-from asg@rcd.ru) Received: (from asg@localhost) by rcd.ru (8.12.6/8.12.3/Submit) id h0S8IRi9088757; Tue, 28 Jan 2003 12:18:27 +0400 (SAMT) Message-Id: <200301280818.h0S8IRi9088757@rcd.ru> Date: Tue, 28 Jan 2003 12:18:27 +0400 (SAMT) From: Sergey Aleshin Reply-To: Sergey Aleshin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/47581: ports/math/gsl and ports/math/fftw don't use libtool from ports Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47581 >Category: ports >Synopsis: ports/math/gsl and ports/math/fftw don't use libtool from ports >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 28 00:30:00 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sergey Aleshin >Release: FreeBSD 4.7-RELEASE-p3 i386 >Organization: RCD >Environment: System: FreeBSD rcd.ru 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #7: Wed Jan 8 18:26:25 SAMT 2003 asg@rcd.ru:/usr/obj/usr/src/sys/SMALL i386 >Description: ports/math/gsl and ports/math/fftw don't use libtool from ports. It can cause problems with multithreaded programs that uses this libraries. Such program will be linked with both libc.so and libc_r.so. >How-To-Repeat: Just build this ports and check is dependencies: [/usr/ports/math/fftw]# ldd /usr/local/lib/libfftw.so libm.so.2 => /usr/lib/libm.so.2 (0x2812d000) libc.so.4 => /usr/lib/libc.so.4 (0x28069000) >Fix: Using libtool from ports fixes the problem. I think port maintainers must correct this ports. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message