Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2001 20:42:24 -0700 (PDT)
From:      Frank Tobin <ftobin@neverending.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/30518: libmikmod is not linked well (mikmod configure dies)
Message-ID:  <200109120342.f8C3gOu01767@freefall.freebsd.org>

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

>Number:         30518
>Category:       ports
>Synopsis:       libmikmod is not linked well (mikmod configure dies)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 11 20:50:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Frank Tobin
>Release:        FreeBSD-STABLE
>Organization:
>Environment:
FreeBSD palanthas.neverending.org 4.3-STABLE FreeBSD 4.3-STABLE #4: Thu Jul 26 02:02:23 CDT 2001     root@palanthas.neverending.org:/usr/obj/usr/src/sys/PALANTHAS  i386

>Description:
The port libmikmod compiles finely, and installs okay.  However, when the port mikmod tests for libmikmod (using libmikmod-config), there are problems with the dynamic linking, specifically with finding pthread stuff.

The problem can be rectified simply by removing libmikmod's 
>How-To-Repeat:
Install libmikmod from ports.  Try to install mikmod; it will die upon configure.
>Fix:
The problem can be rectified simply by removing libmikmod's pre-patch directive; currently it is:

pre-patch:
       @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure


Merely remove this part of the port Makefile.
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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