From owner-freebsd-multimedia@FreeBSD.ORG Sun Dec 14 08:18:49 2014 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0B53131; Sun, 14 Dec 2014 08:18:49 +0000 (UTC) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id B4AC2B18; Sun, 14 Dec 2014 08:18:48 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id KAA29083; Sun, 14 Dec 2014 10:20:34 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Y04Nz-000FDR-Do; Sun, 14 Dec 2014 10:18:39 +0200 Message-ID: <548D478C.7020508@FreeBSD.org> Date: Sun, 14 Dec 2014 10:17:16 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: ports , freebsd-multimedia@FreeBSD.org Subject: libgstreamer-0.10.so.0: Undefined symbol "ppoll" Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Dec 2014 08:18:49 -0000 I have a program linked to libgstreamer and after upgrading to the latest official packages (gstreamer-0.10.36_2) the program does not run anymore: /usr/local/lib/libgstreamer-0.10.so.0: Undefined symbol "ppoll" Indeed: $ nm -D /usr/local/lib/libgstreamer-0.10.so.0 | fgrep ppoll U ppoll I wonder what package provides a library that provides the required ppoll on FreeBSD. Thank you! -- Andriy Gapon