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

nmap-4.03-no_x11,bsd-airtools-0.2p2

# export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/arm/;
# pkg_add nmap-4.03-no_x11
Can't install nmap-4.03-no_x11: lib not found crypto.12.1
Even by looking in the dependency tree:
pcre-6.4p1, libdnet-1.10p1
Maybe it's in a dependent package, but not tagged with @lib ?
(check with pkg_info -K -L)
If you are still running 3.6 packages, update them.
Can't install nmap-4.03-no_x11: lib not found ssl.10.0
# ls -la /usr/lib/libcrypto.
libcrypto.a   libcrypto.so.13.0
# ls -la /usr/lib/libssl
libssl.a  libssl.so.11.0libssl_p.alibssl_pic.a
# pkg_add bsd-airtools-0.2p2
Can't install bsd-airtools-0.2p2: lib not found crypto.12.1
Even by looking in the dependency tree:

Maybe it's in a dependent package, but not tagged with @lib ?
(check with pkg_info -K -L)
If you are still running 3.6 packages, update them.



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 gstreamer-vorbis-0.8.11p6
--- gstreamer-vorbis-0.8.11p6 ---
system(/bin/sh, -c, /usr/local/bin/gst-register  /dev/null 21) failed:  35584

$ sudo /usr/local/bin/gst-register
Rebuilding global_registry (/var/db/gstreamer/registry.xml) ...
Added plugin artsdsink with 1 feature.
/usr/local/bin/gst-register-0.8:/usr/local/lib/libartsflow.so.2.0: undefined 
symbol '_ZNSt24__default_alloc_templateILb1ELi0EE12_S_free_listE'
/usr/local/bin/gst-register-0.8:/usr/local/lib/libartsflow.so.2.0: undefined 
symbol '_ZNSs4_Rep11_S_terminalE'
/usr/local/bin/gst-register-0.8:/usr/local/lib/libartsflow.so.2.0: undefined 
symbol '_ZNSt24__default_alloc_templateILb1ELi0EE12_S_force_newE'
/usr/local/bin/gst-register-0.8:/usr/local/lib/libartsflow.so.2.0: undefined 
symbol '_ZNSs20_S_empty_rep_storageE'
/usr/local/bin/gst-register-0.8:/usr/local/lib/libartsflow_idl.so.2.0: 
undefined symbol '_ZNSt24__default_alloc_templateILb1ELi0EE12_S_free_listE'
/usr/local/bin/gst-register-0.8:/usr/local/lib/libartsflow_idl.so.2.0: 
undefined symbol '_ZNSt24__default_alloc_templateILb1ELi0EE12_S_force_newE'
/usr/local/bin/gst-register-0.8:/usr/local/lib/libartsflow_idl.so.2.0: 
undefined symbol '_ZNSs20_S_empty_rep_storageE'
/usr/local/bin/gst-register-0.8:/usr/local/lib/libmcop.so.2.0: undefined symbol 
'_ZTTSt14basic_ifstreamIcSt11char_traitsIcEE'
/usr/local/bin/gst-register-0.8:/usr/local/lib/libmcop.so.2.0: undefined symbol 
'_ZNSt24__default_alloc_templateILb1ELi0EE12_S_free_listE'
/usr/local/bin/gst-register-0.8:/usr/local/lib/libmcop.so.2.0: undefined symbol 
'_ZTVSt13basic_filebufIcSt11char_traitsIcEE'
/usr/local/bin/gst-register-0.8:/usr/local/lib/libmcop.so.2.0: undefined symbol 
'_ZNSs4_Rep11_S_terminalE'
/usr/local/bin/gst-register-0.8:/usr/local/lib/libmcop.so.2.0: undefined symbol 
'_ZNSt24__default_alloc_templateILb1ELi0EE12_S_force_newE'
/usr/local/bin/gst-register-0.8:/usr/local/lib/libmcop.so.2.0: undefined symbol 
'_ZSt4cerr'
/usr/local/bin/gst-register-0.8:/usr/local/lib/libmcop.so.2.0: undefined symbol 
'_ZTVSt14basic_ifstreamIcSt11char_traitsIcEE'
/usr/local/bin/gst-register-0.8:/usr/local/lib/libmcop.so.2.0: undefined symbol 
'_ZNSs20_S_empty_rep_storageE'
/usr/local/bin/gst-register-0.8:/usr/local/lib/libmcop.so.2.0: undefined symbol 
'_ZTVSt15basic_streambufIcSt11char_traitsIcEE'
/usr/local/bin/gst-register-0.8:/usr/local/lib/libmcop.so.2.0: undefined symbol 
'_ZTVSt9basic_iosIcSt11char_traitsIcEE'
/usr/local/bin/gst-register-0.8:/usr/local/lib/libmcop.so.2.0: undefined symbol 
'_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_'
/usr/local/bin/gst-register-0.8:/usr/local/lib/libmcop.so.2.0: undefined symbol 
'_ZNSsC1EPKcRKSaIcE'
lazy binding failed!
Segmentation fault (core dumped)

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm



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 PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/arm/;
 # pkg_add nmap-4.03-no_x11
 Can't install nmap-4.03-no_x11: lib not found crypto.12.1

It seems that the arm packages aren't updated yet.

Ciao,
Kili



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 2006-08-12 )
 

seems to me, some mirror didn't catch up

(from now)
ftp.de.openbsd.org ls
[...]
-rw-r--r--   1 OpenBSD  FU-Berlin 41628127 Aug  3 18:42 base40.tgz
[...]

ftp-stud.fht-esslingen.de ls
[...]
-rw-r--r--  40M  2006-08-03 20:42  base40.tgz
[...]

ok on ftp.openbsd.org


Regards

Julien



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 DATABASE phpmyadmin failed;
error: 'Can't find file: './mysql/proc.frm' (errno: 9)'

# sudo -u _mysql mysqladmin 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 DATABASE phpmyadmin failed;
error: 'Can't find file: './mysql/proc.frm' (errno: 9)'
# ll mysql/proc*
-rw-rw1 _mysql   _mysql  0 Aug  8 22:53 mysql/proc.MYD
-rw-rw1 _mysql   _mysql   1024 Aug  8 22:53 mysql/proc.MYI
-rw-rw1 _mysql   _mysql   9691 Aug  8 22:53 mysql/proc.frm
-rw-rw1 _mysql   _mysql  0 Aug  8 22:53 mysql/procs_priv.MYD
-rw-rw1 _mysql   _mysql   1024 Aug  8 22:53 mysql/procs_priv.MYI
-rw-rw1 _mysql   _mysql   8875 Aug  8 22:53 mysql/procs_priv.frm
# mysql_secure_installation
[...]
Remove test database and access to it? [Y/n]
 - Dropping test database...
ERROR 1017 (HY000) at line 1: Can't find file: './mysql/proc.frm' (errno: 9)
 ... Failed!  Not critical, keep moving...
 - Removing privileges on test database...
[...]

has anyone the same problem ? solution ?


thanks
Regards

Julien

# pkg_info |grep mysql
mysql-client-5.0.22 multithreaded SQL database (client)
mysql-server-5.0.22 multithreaded SQL database (server)
p5-DBD-mysql-3.0003 MySQL drivers for the Perl DBI
php5-mysql-5.1.4mysql database access extensions for php5
# dmesg
OpenBSD 4.0-beta (GENERIC) #1055: Thu Aug  3 11:39:24 MDT 2006
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: Intel Pentium II (GenuineIntel 686-class, 512KB L2 cache) 351 MHz
[...]



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 loaded and that xine is 
used.

I've tried rm -rf ~/.kde/share/apps/amarok and restarting amarok, doing 
a first run and all. But to no avail.

Also I've checked to see if I missed an update with pkg_add -u gstreamer 
and pkg_add -u amarok and they all were up-to-date.

From the update.log file these were the only warnings I received while 
installing the two packages:

New package gstreamer-0.8.11p0 contains potentially unsafe operations
@exec /usr/local/bin/gst-register  /dev/null 21
(forcing update)
Adding gstreamer-0.8.11p0 (replacing gstreamer-0.8.11p0)
New package gstreamer-esd-0.8.11p7 contains potentially unsafe 
operations
@exec /usr/local/bin/gst-register  /dev/null 21
(forcing update)
Old package gstreamer-esd-0.8.11 contains potentially unsafe operations
@unexec /usr/local/bin/gst-register  /dev/null 21
(forcing update)
Adding gstreamer-esd-0.8.11p7 (replacing gstreamer-esd-0.8.11)
New package gstreamer-mad-0.8.11p7 contains potentially unsafe 
operations
@exec /usr/local/bin/gst-register  /dev/null 21
(forcing update)
Old package gstreamer-mad-0.8.11 contains potentially unsafe operations
@unexec /usr/local/bin/gst-register  /dev/null 21
(forcing update)
Adding gstreamer-mad-0.8.11p7 (replacing gstreamer-mad-0.8.11)
New package gstreamer-ogg-0.8.11p7 contains potentially unsafe 
operations
@exec /usr/local/bin/gst-register  /dev/null 21
(forcing update)
Old package gstreamer-ogg-0.8.11 contains potentially unsafe operations
@unexec /usr/local/bin/gst-register  /dev/null 21
(forcing update)
Adding gstreamer-ogg-0.8.11p7 (replacing gstreamer-ogg-0.8.11)
New package gstreamer-plugins-0.8.11p7 contains potentially unsafe 
operations
@exec GCONF_CONFIG_SOURCE=`/usr/local/bin/gconftool-2 
--get-default-source` /usr/local
/bin/gconftool-2 
--makefile-install-rule /usr/local/share/schemas/gst-plugins/*.schemas 
 /dev
/null
@exec /usr/local/bin/gst-register  /dev/null 21
(forcing update)
Old package gstreamer-plugins-0.8.11p4 contains potentially unsafe 
operations
@unexec /usr/local/bin/gst-register  /dev/null 21
(forcing update)
Adding gstreamer-plugins-0.8.11p7 (replacing gstreamer-plugins-0.8.11p4)


Here's my package details, and part of my dmesg. If any other 
information is required feel free to ask.

$ pkg_info | grep gstreamer
gstreamer-0.8.11p0  GStreamer streaming media framework runtime
gstreamer-esd-0.8.11p7 GStreamer plugin for outputting to esd
gstreamer-mad-0.8.11p7 GStreamer plugin for decoding mp3 files using MAD
gstreamer-ogg-0.8.11p7 GStreamer plugin for demuxing Ogg streams
gstreamer-plugins-0.8.11p7 GStreamer Streaming-media framework plug-ins.
$ pkg_info | grep amarok
amarok-1.4.0a   music player for kde

$ dmesg
OpenBSD 4.0-beta (GENERIC) #1064: Tue Aug 15 15:37:34 MDT 2006
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: Intel(R) Pentium(R) 4 CPU 2.40GHz (GenuineIntel 686-class) 2.40 
GHz
[--snip--]

Thanks,
Paul.



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 BitTorrent-gui-4.2.2 - BitTorrent-gui-4.4.0p0
Candidates for updating ImageMagick-6.2.6.1 - ImageMagick-6.2.6.1
Candidates for updating ORBit2-2.12.2p1 - ORBit2-2.12.2p2
Candidates for updating aalib-1.2p0 - aalib-1.2p0
Candidates for updating amarok-1.3.6p0 - amarok-1.4.0a
Candidates for updating antiword-0.37 - antiword-0.37
Candidates for updating arts-1.5.1p0 - arts-1.5.4
Candidates for updating aspell-0.50.5p4 - aspell-0.50.5p4
Candidates for updating atk-1.10.3p1 - atk-1.10.3p1
Candidates for updating bzip2-1.0.3 - bzip2-1.0.3
Candidates for updating cabextract-1.1 - cabextract-1.1
Candidates for updating cdparanoia-3.a9.8p0 - cdparanoia-3.a9.8p0
Candidates for updating cdrtools-2.01 - cdrtools-2.01
Candidates for updating cyrus-sasl-2.1.21p2 - cyrus-sasl-2.1.21p2
Candidates for updating db-4.2.52p8 - db-4.2.52p8
Candidates for updating dvd+rw-tools-5.21.4.10.8 - 
dvd+rw-tools-5.21.4.10.8
Candidates for updating esound-0.2.34p0 - esound-0.2.34p0
Candidates for updating expat-1.95.6p1 - expat-2.0.0
Candidates for updating ffmpeg-20050413 - ffmpeg-20060312p1
Candidates for updating flac-1.1.2p1 - flac-1.1.2p1
Candidates for updating fribidi-0.10.4p0 - fribidi-0.10.4p0
Candidates for updating gaim-1.5.0p3 - gaim-1.5.0p6
Candidates for updating gconf2-2.10.1p1 - gconf2-2.10.1p2
Candidates for updating gettext-0.14.5p1 - gettext-0.14.5p1
Candidates for updating ghostscript-7.05p7 - ghostscript-7.05p7
Candidates for updating gimp-2.2.10 - gimp-2.2.12
Candidates for updating glib2-2.8.4 - glib2-2.10.3
Candidates for updating gmake-3.80p1 - gmake-3.80p1
Candidates for updating gnupg-1.4.2.1 - gnupg-1.4.5
Candidates for updating gpgme-1.1.0p0 - gpgme-1.1.0p0
Candidates for updating gstreamer-0.8.11p0 - gstreamer-0.8.11p0
Candidates for updating gstreamer-esd-0.8.11 - gstreamer-esd-0.8.11p7
Candidates for updating gstreamer-mad-0.8.11 - gstreamer-mad-0.8.11p7
Candidates for updating gstreamer-ogg-0.8.11 - gstreamer-ogg-0.8.11p7
Candidates for updating gstreamer-plugins-0.8.11p4 - 
gstreamer-plugins-0.8.11p7
Candidates for updating gtk+2-2.6.10p1 - gtk+2-2.8.20
Candidates for updating imlib-1.9.14p4 - imlib-1.9.14p4
Candidates for updating jasper-1.701.0p1 - jasper-1.701.0p1
Candidates for updating jbigkit-1.6 - jbigkit-1.6
Candidates for updating jpeg-6bp3 - jpeg-6bp3
Candidates for updating kdebase-3.5.1p4 - kdebase-3.5.4
Candidates for updating kdegraphics-3.5.1p0 - kdegraphics-3.5.4
Candidates for updating kdelibs-3.5.1p0 - kdelibs-3.5.4
Candidates for updating kdemultimedia-3.5.1 - kdemultimedia-3.5.4
Candidates for updating kdenetwork-3.5.1 - kdenetwork-3.5.4
Candidates for updating kdepim-3.5.1 - kdepim-3.5.4
Candidates for updating kdesamba-3.5.1 - kdesamba-3.5.4
Candidates for updating koffice-1.4.2p2 - koffice-1.5.2
Candidates for updating lame-3.96.1p1 - lame-3.96.1p1
Candidates for updating lcms-1.12p1 - lcms-1.15
Candidates for updating libIDL-0.8.5p0 - libIDL-0.8.5p0
Candidates for updating liba52-0.7.4p2 - liba52-0.7.4p2
Candidates for updating libaudiofile-0.2.6p0 - libaudiofile-0.2.6p0
Candidates for updating libgcrypt-1.2.0p0 - libgcrypt-1.2.0p1
Candidates for updating libglade2-2.5.1p4 - libglade2-2.5.1p5
Candidates for updating libgpg-error-1.1 - libgpg-error-1.1p0
Candidates for updating libgsf-1.11.1p2 - libgsf-1.11.1p2
Candidates for updating libiconv-1.9.2p3 - libiconv-1.9.2p3
Candidates for updating libmng-1.0.9p1 - libmng-1.0.9p1
Candidates for updating libpqxx-2.5.3p0 - libpqxx-2.5.3p0
Candidates for updating libungif-4.1.4 - libungif-4.1.4
Candidates for updating libwmf-0.2.8.3p1 - libwmf-0.2.8.3p1
Candidates for updating libxml-2.6.16p8 - libxml-2.6.26
Candidates for updating libxslt-1.1.12p3 - libxslt-1.1.17
Candidates for updating mc-4.6.1p0 - mc-4.6.1p0
Candidates for updating mozilla-firefox-1.5.0.3 - 
mozilla-firefox-1.5.0.5
Candidates for updating mplayer-1.0pre7p15-sdl - mplayer-1.0pre8p1-sdl
Candidates for updating mutt-1.5.11p3-hcache-sidebar - 
Candidates for updating mysql-client-5.0.18p0 - mysql-client-5.0.22
Candidates for updating netpbm-9.24p3 - netpbm-10.26.29
Candidates for updating openldap-client-2.3.11p4 - 
openldap-client-2.3.24
Candidates for updating openmotif-2.1.30.5p1 - openmotif-2.1.30.5p1
Candidates for updating pango-1.10.2p0 - pango-1.12.3
Candidates for updating pcre-6.4p1 - pcre-6.4p1
Candidates for updating pilot-link-0.11.8p0 - pilot-link-0.11.8p0
Candidates for updating pine-4.64p1-kerberos-ldap - 
Candidates for updating postgresql-client-8.1.3 - 
postgresql-client-8.1.4
Candidates for updating py-gtk2-2.4.1p1 - py-gtk2-2.8.6p0
Candidates for updating python-2.3.5p3 - python-2.3.5p4
Candidates for updating python-2.4.2p0 - python-2.4.3p0
Candidates for 

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 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 DATABASE phpmyadmin failed;
 error: 'Can't find file: './mysql/proc.frm' (errno: 9)'
 
 # sudo -u _mysql mysqladmin 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 DATABASE phpmyadmin failed;
 error: 'Can't find file: './mysql/proc.frm' (errno: 9)'
 # ll mysql/proc*
 -rw-rw1 _mysql   _mysql  0 Aug  8 22:53 mysql/proc.MYD
 -rw-rw1 _mysql   _mysql   1024 Aug  8 22:53 mysql/proc.MYI
 -rw-rw1 _mysql   _mysql   9691 Aug  8 22:53 mysql/proc.frm
 -rw-rw1 _mysql   _mysql  0 Aug  8 22:53 mysql/
 procs_priv.MYD -rw-rw1 _mysql   _mysql   1024 Aug  8
 22:53 mysql/ procs_priv.MYI -rw-rw1 _mysql   _mysql
 8875 Aug  8 22:53 mysql/procs_priv.frm # mysql_secure_installation
 [...]
 Remove test database and access to it? [Y/n]
  - Dropping test database...
 ERROR 1017 (HY000) at line 1: Can't find file: './mysql/
 proc.frm' (errno: 9) ... Failed!  Not critical, keep moving...
  - Removing privileges on test database...
 [...]
 
 has anyone the same problem ? solution ?
 
 
 thanks
 Regards
 
   Julien
 
 # pkg_info |grep mysql
 mysql-client-5.0.22 multithreaded SQL database (client)
 mysql-server-5.0.22 multithreaded SQL database (server)
 p5-DBD-mysql-3.0003 MySQL drivers for the Perl DBI
 php5-mysql-5.1.4mysql database access extensions for php5
 # dmesg
 OpenBSD 4.0-beta (GENERIC) #1055: Thu Aug  3 11:39:24 MDT 2006
 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
 cpu0: Intel Pentium II (GenuineIntel 686-class, 512KB L2 cache) 351
 MHz [...]
 



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 libstdc++.

Also fix an extra pthread WANTLIB on the dvdnav plugin.

Index: Makefile
===
RCS file: /cvs/ports/devel/gstreamer-plugins/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile10 Aug 2006 22:30:48 -  1.17
+++ Makefile16 Aug 2006 21:56:17 -
@@ -5,7 +5,7 @@
 VERSION=   0.8.11
 PATCHLEVEL=
 DISTNAME=  gst-plugins-${VERSION}
-PKGNAME=   gstreamer-plugins-${VERSION}p7
+PKGNAME=   gstreamer-plugins-${VERSION}p8
 SHARED_LIBS=   gstgconf-0.81.0 \
gstinterfaces-0.8   1.0 \
gstmedia-info-0.8   1.0 \
@@ -94,7 +94,7 @@
 # arts
 COMMENT-arts=  GStreamer plugin for interfacing with KDE arts
 WANTLIB-arts=  vorbis vorbisenc pthread audiofile ossaudio mad ogg \
-   esd vorbisfile
+   esd vorbisfile stdc++
 DEPENDS-arts=  artsflow,mcop,artsflow_idl,artsc::x11/kde/arts3
 OPTIONS-arts=  arts artsc
 
@@ -115,7 +115,6 @@
 COMMENT-dvdnav=GStreamer plugin for DVD playback with menus
 DEPENDS-dvdnav=dvdnav::multimedia/libdvdnav \
dvdread::devel/libdvdread
-WANTLIB-dvdnav=pthread
 
 # dvdreadsrc
 COMMENT-dvdread=   GStreamer plugin for DVD playback
@@ -190,6 +189,7 @@
 
 # sidplay
 COMMENT-sidplay=   GStreamer plugin for playing SID files
+WANTLIB-sidplay=   stdc++
 DEPENDS-sidplay=   sidplay::audio/libsidplay
 
 # sndfile
@@ -216,7 +216,7 @@
 
 .for PLUGIN in ${PLUGINS}
 COMMENT-${PLUGIN}?=GStreamer plugin for ${PLUGIN}
-PKGNAME-${PLUGIN}?=gstreamer-${PLUGIN}-${VERSION}${PATCHLEVEL}p7
+PKGNAME-${PLUGIN}?=gstreamer-${PLUGIN}-${VERSION}${PATCHLEVEL}p8
 OPTIONS-${PLUGIN}?=${PLUGIN}
 .  if defined(PACKAGING)
 .if ${SUBPACKAGE} == -${PLUGIN}
Index: patches/patch-configure
===
RCS file: /cvs/ports/devel/gstreamer-plugins/patches/patch-configure,v
retrieving revision 1.5
diff -u -r1.5 patch-configure
--- patches/patch-configure 20 Mar 2006 15:33:21 -  1.5
+++ patches/patch-configure 16 Aug 2006 21:56:17 -
@@ -1,6 +1,6 @@
 $OpenBSD: patch-configure,v 1.5 2006/03/20 15:33:21 espie Exp $
 configure.orig Sun Sep  4 14:21:34 2005
-+++ configure  Mon Mar 20 16:28:55 2006
+--- configure.orig Sun Sep  4 08:21:34 2005
 configure  Wed Aug 16 17:24:06 2006
 @@ -28114,7 +28114,7 @@ DEFAULT_AUDIOSRC=osssrc
  DEFAULT_VIDEOSRC=v4lsrc
  DEFAULT_VISUALIZER=goom
@@ -19,7 +19,15 @@
  else
HAVE_XVIDEO=no
  fi
-@@ -42153,7 +42153,7 @@ fi
+@@ -38321,6 +38321,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+   if test x$no_arts = x ; then
+ echo $as_me:$LINENO: result: yes 5
+ echo ${ECHO_T}yes 6
++ARTS_LIBS=-lstdc++
+ HAVE_ARTS=yes
+   else
+ echo $as_me:$LINENO: result: no 5
+@@ -42153,7 +42154,7 @@ fi
  DVDNAV_CFLAGS=
  HAVE_DVDNAV=no
else
@@ -28,3 +36,12 @@
DVDNAV_LIBS=`dvdnav-config --plugin-libs `
  else
DVDNAV_LIBS=`dvdnav-config --libs `
+@@ -53328,7 +53329,7 @@ echo ${ECHO_T}$HAVE_SIDPLAY 6
+ fi
+ 
+ SIDPLAY_CFLAGS=
+-SIDPLAY_LIBS=-lsidplay
++SIDPLAY_LIBS=-lsidplay -lstdc++
+ 
+ 
+ 



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 transitions
and the amarok people are going in the xine direction.

We may change course later, but since we're still with gstreamer 0.8 for
OpenBSD 4.0, xine is currently the best choice.



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 is intentional, since the xine engine has much smoother
 transitions and the amarok people are going in the xine direction.

 We may change course later, but since we're still with gstreamer 0.8
 for OpenBSD 4.0, xine is currently the best choice.

I realize that, and I read about this change being planned somewhere, 
but I thought I'd let you know about it because on -stable amaroK was 
able to integrate gstreamer.

Thanks for clearing this up.

Paul.



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 updating BitTorrent-gui-4.2.2 - BitTorrent-gui-4.4.0p0
Candidates for updating ImageMagick-6.2.6.1 - ImageMagick-6.2.6.1
Candidates for updating ORBit2-2.12.2p1 - ORBit2-2.12.2p2
Candidates for updating aalib-1.2p0 - aalib-1.2p0
Candidates for updating amarok-1.3.6p0 - amarok-1.4.0a
Candidates for updating antiword-0.37 - antiword-0.37
Candidates for updating arts-1.5.1p0 - arts-1.5.4
Candidates for updating aspell-0.50.5p4 - aspell-0.50.5p4
Candidates for updating atk-1.10.3p1 - atk-1.10.3p1
Candidates for updating bzip2-1.0.3 - bzip2-1.0.3
Candidates for updating cabextract-1.1 - cabextract-1.1
Candidates for updating cdparanoia-3.a9.8p0 - cdparanoia-3.a9.8p0
Candidates for updating cdrtools-2.01 - cdrtools-2.01
Candidates for updating cyrus-sasl-2.1.21p2 - cyrus-sasl-2.1.21p2
Candidates for updating db-4.2.52p8 - db-4.2.52p8
Candidates for updating dvd+rw-tools-5.21.4.10.8 - dvd+rw-tools-5.21.4.10.8
Candidates for updating esound-0.2.34p0 - esound-0.2.34p0
Candidates for updating expat-1.95.6p1 - expat-2.0.0
Candidates for updating ffmpeg-20050413 - ffmpeg-20060312p1
Candidates for updating flac-1.1.2p1 - flac-1.1.2p1
Candidates for updating fribidi-0.10.4p0 - fribidi-0.10.4p0
Candidates for updating gaim-1.5.0p3 - gaim-1.5.0p6
Candidates for updating gconf2-2.10.1p1 - gconf2-2.10.1p2
Candidates for updating gettext-0.14.5p1 - gettext-0.14.5p1
Candidates for updating ghostscript-7.05p7 - ghostscript-7.05p7
Candidates for updating gimp-2.2.10 - gimp-2.2.12
Candidates for updating glib2-2.8.4 - glib2-2.10.3
Candidates for updating gmake-3.80p1 - gmake-3.80p1
Candidates for updating gnupg-1.4.2.1 - gnupg-1.4.5
Candidates for updating gpgme-1.1.0p0 - gpgme-1.1.0p0
Candidates for updating gstreamer-0.8.11p0 - gstreamer-0.8.11p0
Candidates for updating gstreamer-esd-0.8.11 - gstreamer-esd-0.8.11p7
Candidates for updating gstreamer-mad-0.8.11 - gstreamer-mad-0.8.11p7
Candidates for updating gstreamer-ogg-0.8.11 - gstreamer-ogg-0.8.11p7
Candidates for updating gstreamer-plugins-0.8.11p4 - gstreamer-plugins-0.8.11p7
Candidates for updating gtk+2-2.6.10p1 - gtk+2-2.8.20
Candidates for updating imlib-1.9.14p4 - imlib-1.9.14p4
Candidates for updating jasper-1.701.0p1 - jasper-1.701.0p1
Candidates for updating jbigkit-1.6 - jbigkit-1.6
Candidates for updating jpeg-6bp3 - jpeg-6bp3
Candidates for updating kdebase-3.5.1p4 - kdebase-3.5.4
Candidates for updating kdegraphics-3.5.1p0 - kdegraphics-3.5.4
Candidates for updating kdelibs-3.5.1p0 - kdelibs-3.5.4
Candidates for updating kdemultimedia-3.5.1 - kdemultimedia-3.5.4
Candidates for updating kdenetwork-3.5.1 - kdenetwork-3.5.4
Candidates for updating kdepim-3.5.1 - kdepim-3.5.4
Candidates for updating kdesamba-3.5.1 - kdesamba-3.5.4
Candidates for updating koffice-1.4.2p2 - koffice-1.5.2
Candidates for updating lame-3.96.1p1 - lame-3.96.1p1
Candidates for updating lcms-1.12p1 - lcms-1.15
Candidates for updating libIDL-0.8.5p0 - libIDL-0.8.5p0
Candidates for updating liba52-0.7.4p2 - liba52-0.7.4p2
Candidates for updating libaudiofile-0.2.6p0 - libaudiofile-0.2.6p0
Candidates for updating libgcrypt-1.2.0p0 - libgcrypt-1.2.0p1
Candidates for updating libglade2-2.5.1p4 - libglade2-2.5.1p5
Candidates for updating libgpg-error-1.1 - libgpg-error-1.1p0
Candidates for updating libgsf-1.11.1p2 - libgsf-1.11.1p2
Candidates for updating libiconv-1.9.2p3 - libiconv-1.9.2p3
Candidates for updating libmng-1.0.9p1 - libmng-1.0.9p1
Candidates for updating libpqxx-2.5.3p0 - libpqxx-2.5.3p0
Candidates for updating libungif-4.1.4 - libungif-4.1.4
Candidates for updating libwmf-0.2.8.3p1 - libwmf-0.2.8.3p1
Candidates for updating libxml-2.6.16p8 - libxml-2.6.26
Candidates for updating libxslt-1.1.12p3 - libxslt-1.1.17
Candidates for updating mc-4.6.1p0 - mc-4.6.1p0
Candidates for updating mozilla-firefox-1.5.0.3 - mozilla-firefox-1.5.0.5
Candidates for updating mplayer-1.0pre7p15-sdl - mplayer-1.0pre8p1-sdl
Candidates for updating mutt-1.5.11p3-hcache-sidebar - 
Candidates for updating mysql-client-5.0.18p0 - mysql-client-5.0.22
Candidates for updating netpbm-9.24p3 - netpbm-10.26.29
Candidates for updating openldap-client-2.3.11p4 - openldap-client-2.3.24
Candidates for updating openmotif-2.1.30.5p1 - openmotif-2.1.30.5p1
Candidates for updating pango-1.10.2p0 - pango-1.12.3
Candidates for updating pcre-6.4p1 - pcre-6.4p1
Candidates for updating pilot-link-0.11.8p0 - pilot-link-0.11.8p0
Candidates for updating pine-4.64p1-kerberos-ldap - 
Candidates for updating postgresql-client-8.1.3 - postgresql-client-8.1.4
Candidates for updating py-gtk2-2.4.1p1 - py-gtk2-2.8.6p0
Candidates for updating python-2.3.5p3 - python-2.3.5p4
Candidates for updating python-2.4.2p0 - python-2.4.3p0
Candidates 

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