[bind10-dev] failed unittests

Jeremy C. Reed jreed at isc.org
Tue Jul 6 23:17:21 UTC 2010


On Tue, 6 Jul 2010, JINMEI Tatuya / ???? wrote:

> > > > > http://bind10.isc.org/~tester/builder//BIND10/20100702152749-NetBSD5-amd64/logs/unittests.out
> > > > 
> > > > This is
> > > > http://bind10.isc.org/ticket/148
> > > 
> > > So your dynamic linker doesn't know the path to libpython3.1.so?
> > 
> > Yes, it doesn't know. (This is the normal NetBSD / pkgsrc way -- nothing 
> > added to ld.so.conf.)
> 
> What's the result of python3.1-config --ldflags?  Does it give a path
> to libpython3.1.so?

xen-netbsd-5-amd64-1$ python3.1-config --ldflags
-lintl -lpthread -lutil -lm -lpython3.1

Installed are:
/usr/pkg/lib/libpython3.1.so.1.0
/usr/pkg/lib/libpython3.1.so (symlink to previous)   

I can fix python3.1-config's --ldflags output to add -L and maybe -Wl,-R 
too, but I'd like to see an example of one that does do that.

On another system I see:

sh-3.2$ /opt/python3.1.1/bin/python3.1-config --ldflags
-L/opt/python3.1.1/lib/python3.1/config -lpthread -ldl -lutil -lm -lpython3.1

But that is the "/python3.1/config" directory and that installation only 
has libpython3.1.a and no .so files.




More information about the bind10-dev mailing list