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

next in thread | previous in thread | raw e-mail | index | archive | help
On 14/12/2014 10:36, Konstantin Belousov wrote:
> 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 ?
> 

Thank you for the quick answer!  This is head, r273579, almost two months old.
I guess I need to catch up.

-- 
Andriy Gapon



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