From owner-freebsd-ports Tue Sep 11 20:50:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E925337B411 for ; Tue, 11 Sep 2001 20:50:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8C3o0A02753; Tue, 11 Sep 2001 20:50:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C66437B405 for ; Tue, 11 Sep 2001 20:42:24 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8C3gOu01767; Tue, 11 Sep 2001 20:42:24 -0700 (PDT) (envelope-from nobody) Message-Id: <200109120342.f8C3gOu01767@freefall.freebsd.org> Date: Tue, 11 Sep 2001 20:42:24 -0700 (PDT) From: Frank Tobin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30518: libmikmod is not linked well (mikmod configure dies) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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