Looking for syscalls documentation pointers.

2007-11-30 Thread Sdävtaker
Hello. I was wondering if there is any place where i can get the specifications used to write the syscalls. I was reading the syscalls.master and it only says the number and name of the syscall, and only few are documented at man. Any idea who could have that kind of documentation? As example, wha

Linux executable picks up FreeBSD library over linux one and breaks

2007-11-30 Thread Yuri
I am trying to run Linux version of Skype and am getting the following error: /usr/home/yuri/skype/current/skype: error while loading shared libraries: /usr/lib/librt.so.1: ELF file OS ABI File /usr/lib/librt.so.1 is FreeBSD library and /usr/compat/linux/lib/librt.so.1 is Linux library with the s

Re: dlopen: resolving external library symbols to calling program

2007-11-30 Thread Alexander Kabaev
On Fri, 30 Nov 2007 22:19:48 +0200 Kostik Belousov <[EMAIL PROTECTED]> wrote: > On Fri, Nov 30, 2007 at 04:40:33PM -0300, Alejandro Pulver wrote: > > On Fri, 30 Nov 2007 19:02:01 +0200 > > Kostik Belousov <[EMAIL PROTECTED]> wrote: > > > > > On Fri, Nov 30, 2007 at 01:28:58PM -0300, Alejandro Pul

Re: dlopen: resolving external library symbols to calling program

2007-11-30 Thread Kostik Belousov
On Fri, Nov 30, 2007 at 04:40:33PM -0300, Alejandro Pulver wrote: > On Fri, 30 Nov 2007 19:02:01 +0200 > Kostik Belousov <[EMAIL PROTECTED]> wrote: > > > On Fri, Nov 30, 2007 at 01:28:58PM -0300, Alejandro Pulver wrote: > > > Hello. > > > > > > When I was updating the games/deng port, I found it

Re: dlopen: resolving external library symbols to calling program

2007-11-30 Thread Alejandro Pulver
On Fri, 30 Nov 2007 19:02:01 +0200 Kostik Belousov <[EMAIL PROTECTED]> wrote: > On Fri, Nov 30, 2007 at 01:28:58PM -0300, Alejandro Pulver wrote: > > Hello. > > > > When I was updating the games/deng port, I found it failed at runtime > > with the following error: > > > > % doomsday > > While op

Re: dlopen: resolving external library symbols to calling program

2007-11-30 Thread Kostik Belousov
On Fri, Nov 30, 2007 at 01:28:58PM -0300, Alejandro Pulver wrote: > Hello. > > When I was updating the games/deng port, I found it failed at runtime > with the following error: > > % doomsday > While opening dynamic library > /usr/local/lib/libdropengl.so: > /usr/local/lib/libdropengl.so: Undef

Re: handling pdfs?

2007-11-30 Thread Ulrich Spoerlein
On Tue, 27.11.2007 at 21:27:41 -0500, Chuck Robey wrote: > Is there some sort of util that will allow me to do cut'n'pasting among > different pdfs, or at the very least, only to print certain ranges out of > pdf docs, so I could do paper-wise cut'n'paste? An all-electronic solution > would be

dlopen: resolving external library symbols to calling program

2007-11-30 Thread Alejandro Pulver
Hello. When I was updating the games/deng port, I found it failed at runtime with the following error: % doomsday While opening dynamic library /usr/local/lib/libdropengl.so: /usr/local/lib/libdropengl.so: Undefined symbol "ArgExists" DD_InitDGL: Loading of libdropengl.so failed. (null). The

Re: pkgdb failures

2007-11-30 Thread Dag-Erling Smørgrav
Yuri <[EMAIL PROTECTED]> writes: > While doing portupgrade I am sporadically getting the error like below. > After I ran 'pkgdb -fu' few times and this cured tye problem. [...] This usually happens when portupgrade is rebuilding itself and / or its dependencies. It is usually a good idea to upgr