Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Dec 2014 10:36:27 +0200
From:      Konstantin Belousov <kostikbel@gmail.com>
To:        Andriy Gapon <avg@FreeBSD.org>
Cc:        freebsd-multimedia@FreeBSD.org, ports <freebsd-ports@FreeBSD.org>
Subject:   Re: libgstreamer-0.10.so.0: Undefined symbol "ppoll"
Message-ID:  <20141214083627.GA2148@kib.kiev.ua>
In-Reply-To: <548D478C.7020508@FreeBSD.org>
References:  <548D478C.7020508@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Dec 14, 2014 at 10:17:16AM +0200, Andriy Gapon wrote:
> 
> 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.

The symbol is provided by libc.so.7.  What is your branch, and how old is
your world ?



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