Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2003 12:18:27 +0400 (SAMT)
From:      Sergey Aleshin <asg@rcd.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47581: ports/math/gsl and ports/math/fftw don't use libtool from ports
Message-ID:  <200301280818.h0S8IRi9088757@rcd.ru>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301280818.h0S8IRi9088757>