arm snapshot package failures

2006-08-16 Thread Diana Eichert
Now that I've got my zaurus up and running with a snapshot from a couple of days aog I started installing arm snapshot packages. The following packages were built with different lib dependencies than the snapshot. OpenBSD 4.0-beta (GENERIC) #77: Mon Aug 14 19:47:38 MDT 2006

gstreamer gst-register dumps core

2006-08-16 Thread steven mestdagh
if anyone has time to look into this... (this is i386) $ sudo pkg_add -x gstreamer-arts Adding gstreamer-arts-0.8.11p6 --- gstreamer-arts-0.8.11p6 --- system(/bin/sh, -c, /usr/local/bin/gst-register /dev/null 21) failed: 35584 $ sudo pkg_add -x gstreamer-vorbis Adding

Re: arm snapshot package failures

2006-08-16 Thread Matthias Kilian
On Wed, Aug 16, 2006 at 08:52:08AM -0600, Diana Eichert wrote: The following packages were built with different lib dependencies than the snapshot. OpenBSD 4.0-beta (GENERIC) #77: Mon Aug 14 19:47:38 MDT 2006 nmap-4.03-no_x11,bsd-airtools-0.2p2 # export

Re: fix: audio/mpd

2006-08-16 Thread Christian Weisgerber
Tobias Ulmer [EMAIL PROTECTED] wrote: - change localhost to 127.0.0.1, prevents unresponsiveness to clients (reported by some users) Please tell us more about this problem. -- Christian naddy Weisgerber [EMAIL PROTECTED]

Bind 9 port?

2006-08-16 Thread W S
Greetings, I'm wondering if there is anyone working on a port of Bind 9.x? Thanks, Will

Re: Bind 9 port?

2006-08-16 Thread Brad
On Wed, Aug 16, 2006 at 01:32:09PM -0600, W S wrote: Greetings, I'm wondering if there is anyone working on a port of Bind 9.x? Thanks, Will BIND 9 comes with OpenBSD, a port is unnecessary.

Re: Bind 9 port?

2006-08-16 Thread Bernd Ahlers
W S [Wed, Aug 16, 2006 at 01:32:09PM -0600] wrote: Greetings, I'm wondering if there is anyone working on a port of Bind 9.x? Bind 9.x is in base: $ named -v BIND 9.3.2 $ which named /usr/sbin/named $ Bernd

Re: BINARY PACKAGE TESTS

2006-08-16 Thread Julien TOUCHE
Adriaan Misc wrote on 12/08/2006 22:12: The previous i386 snapshot packages dated 2006-8-4 08:40 hr (Alberta - CET) were using 39.2. The latest ones dated 2006-8-10 09:38 hr (Alberta - CET) are using 39.3 and only completely made it to the European mirrors around 4.00 hr this morning (CET

mysql5

2006-08-16 Thread Julien TOUCHE
i'm testing mysql on openbsd 4.0 and have the the following problem: # mysqladmin -u root drop phpmyadmin Dropping the database is potentially a very bad thing to do. Any data stored in the database will be destroyed. Do you really want to drop the 'phpmyadmin' database [y/N] y mysqladmin: DROP

gstreamer and amaroK

2006-08-16 Thread bulibuta
Hello, I'm having problems getting gstreamer to integrate with amaroK after I updated the packages. All I have in the engine tab is xine, there used to be gstreamer too. The first time I started amaroK after the upgraded to 1.4, it gave me a notification-error that gstreamer couldn't be

upgrade.log

2006-08-16 Thread bulibuta
I re-sent this log and inlined it this time as it appears the other one (with the log attached) never made it. This is the full log of: # pkg_add -F alwaysupgrade,upgrade,updatedepends -u update.log 21 Candidates for updating BitTorrent-4.2.2 - BitTorrent-4.4.0p0 Candidates for updating

Re: Bind 9 port?

2006-08-16 Thread Travers Buda
On Wed, 16 Aug 2006 13:32:09 -0600 W S [EMAIL PROTECTED] wrote: Greetings, I'm wondering if there is anyone working on a port of Bind 9.x? Thanks, Will http://openbsd.org/faq/faq1.html#Included And improvements, too. Travers Buda

Re: mysql5

2006-08-16 Thread Tim Donahue
I had a similar problem yesterday... Try launching mysqld like this: `mysqld_safe --open-files-limit=8192` If that works, you can make that the default in the my.cnf file. Tim Donahue On Wed, 16 Aug 2006 22:51:30 +0200 Julien TOUCHE [EMAIL PROTECTED] wrote: i'm testing mysql on openbsd

Re: gstreamer gst-register dumps core

2006-08-16 Thread Kurt Miller
Since we don't record libstdc++ as NEEDED in shared libs, it can cause issues when one is dlopen()'ed that requires it. Both gstreamer-arts and gstreamer-sidplay plugins are dlopen() and depend on libs that need libstdc++ so I think the best way to deal with this is to have them explicitly link in

Re: gstreamer and amaroK

2006-08-16 Thread Marc Espie
On Thu, Aug 17, 2006 at 12:12:35AM +0300, bulibuta wrote: Hello, I'm having problems getting gstreamer to integrate with amaroK after I updated the packages. All I have in the engine tab is xine, there used to be gstreamer too. This is intentional, since the xine engine has much smoother

Re: gstreamer and amaroK

2006-08-16 Thread bulibuta
On Thursday 17 August 2006 02:22, Marc Espie wrote: On Thu, Aug 17, 2006 at 12:12:35AM +0300, bulibuta wrote: Hello, I'm having problems getting gstreamer to integrate with amaroK after I updated the packages. All I have in the engine tab is xine, there used to be gstreamer too. This

Re: [current] pkg_add update.log

2006-08-16 Thread bulibuta
I've updated the sets and kernel and afterwards my packages. I've attached the log file. The command was: # pkg_add -F alwaysupdate,update,updatedepends -u update.log 21 Everything's working until now. Thanks, Paul. Candidates for updating BitTorrent-4.2.2 - BitTorrent-4.4.0p0 Candidates for

Re: mysql5

2006-08-16 Thread Julien TOUCHE
Tim Donahue wrote on 17/08/2006 00:01: I had a similar problem yesterday... Try launching mysqld like this: `mysqld_safe --open-files-limit=8192` that's it. thanks Regards Julien