Re: ports tree lock

2006-09-01 Thread Paul de Weerd
On Thu, Aug 31, 2006 at 12:14:09PM -0600, Peter Valchev wrote: | Keep testing package snapshots... we're in full release mode. I've been testing snapshots with packages for a while now. On the metric assload of packages I install and the few I use frequently, I've not had a single issue yet. Mind

undefined*symbol*'pthread_* ' errors in gnome snapshot package install

2006-09-01 Thread Adriaan
- snip-- gnome-session-2.10.0p2:libgnomeprintui-2.10.2p3:*complete**| 100% /usr/local/bin/gdk-pixbuf-query-loaders:/usr/local/lib/libgnomevfs-2.so.1000.1:*undefined*symbol*'pthread_create'**| 100%

Re: ports tree lock

2006-09-01 Thread Paul Irofti
On Thursday 31 August 2006 21:14, Peter Valchev wrote: The tree is locked now. If you think something is important enough to consider for release, talk to me. Keep testing package snapshots... we're in full release mode. I update weekly, would you be interested in the logs (i.e. what has

Re: undefined*symbol*'pthread_* ' errors in gnome snapshot package

2006-09-01 Thread Kurt Miller
Thanks for the report. librsvg-2.9.5p5 is the package that is failing in your report. It is failing because it has a shared lib that is threaded which is dlopen()'ed by gdk-pixbuf-query-loaders which is unthreaded. For this to work gdk-pixbuf-query-loaders must be linked with -pthread. This

How to build a non-coredumping aMule 2.1.3

2006-09-01 Thread Paul Stoeber
This build procedure works for me under an OpenBSD 3.9 user account. Unpack SHA1 (wxGTK-2.6.3.tar.bz2) = 7c2dfe27a56aa99b4ea557a436bf84a13a579a9d then ./configure --prefix=$HOME/local gmake gmake install Unpack SHA1 (aMule-2.1.3.tar.bz2) = dd47deb38e7a5b823550b85150f5a814c597b273 then apply