From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 24 02:00:12 2007 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 0138116A41A for ; Mon, 24 Sep 2007 02:00:12 +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 C3FAD13C447 for ; Mon, 24 Sep 2007 02:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l8O20BWM030051 for ; Mon, 24 Sep 2007 02:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l8O20BUp030050; Mon, 24 Sep 2007 02:00:11 GMT (envelope-from gnats) Date: Mon, 24 Sep 2007 02:00:11 GMT Message-Id: <200709240200.l8O20BUp030050@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: User1001 Cc: Subject: Re: ports/116276: multimedia/dvdrip fails with libgthread-2.0.so.0: Undefined symbol "pthread_getschedparam" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: User1001 List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2007 02:00:12 -0000 The following reply was made to PR ports/116276; it has been noted by GNATS. From: User1001 To: bug-followup@FreeBSD.org, supraexpress@globaleyes.net Cc: Subject: Re: ports/116276: multimedia/dvdrip fails with libgthread-2.0.so.0: Undefined symbol "pthread_getschedparam" Date: Sun, 23 Sep 2007 20:57:50 -0500 Apparently, the suggested fix for PR#103683 (which reports this same problem but hasn't been resolved yet) is what is needed to make dvdrip work. Set environment variable before executing dvdrip: LD_PRELOAD=/usr/lib/libpthread.so Since PR#116276 is a duplicate of PR#103683, PR#116276 can be closed. The problem, however, should be resolved one way or another as to whether it is a submodule issue or not.