[Bug 461195] [NEW] Allow mysql versions 5.0 and 5.1 to be installed at the same time

2009-10-26 Thread Russ Brown
Public bug reported:

This follows on from bug 418342.

Currently, it is impossible to use MySQL 5.0 when running kde in Karmic.
This is because akonadi-server requires mysql-server-core-5.1, which
conflicts with mysql-server-core-5.0 (and subsequently mysql-
server-5.1).

As advised from bug 418342, simply allowing akonadi-server to depend on
mysql-server-core does not work, as binaries linked to the 5.1 libraries
do not work when the 5.0 libraries are installed. The only recommended
solution is to allow both to be installed at the same time.

In addition, this would seem to be a desirable goal anyway. For example,
it would be entirely reasonable for a developer to want to test against
both versions of the server locally.

But the akonadi/mysql-5.0 conflict will I suspect be something of a
showstopper for many developers.

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Allow mysql versions 5.0 and 5.1 to be installed at the same time
https://bugs.launchpad.net/bugs/461195
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 418342] Re: akonadi-server prevents install of mysql-server-5.0

2009-10-20 Thread Russ Brown
I'm starting to get a little concerned by this, with Karmic being
released in the next week. Unless I'm completely misreading the package
dependencies (and I'm by no means an expert on the subject), anyone
installing KDE on Karmic will be prevented from also installing mysql-
server 5.0. This will be a *huge* problem for people who need to develop
against 5.0.

The way I see it, akonadi-server currently depends on:

mysql-server-core-5.1

Would fixing this not simply be a case of making it instead depend on:

mysql-server-core

Which would presumably allow either 5.0 or 5.1 to be installed as
required by the user?

-- 
akonadi-server prevents install of mysql-server-5.0
https://bugs.launchpad.net/bugs/418342
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 392521] Re: Segmentation fault when using php -l to validate any PHP script

2009-10-16 Thread Russ Brown
I just tried this on a completely up to date karmic machine:

$ while true; do php -r ; done
Segmentation fault (core dumped)

Segfaults continue to appear every few seconds.

-- 
Segmentation fault when using php -l to validate any PHP script
https://bugs.launchpad.net/bugs/392521
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 343870] Re: php-cli segmentation fault with mysql extension

2009-10-16 Thread Russ Brown
Sent here from bug 392521.

I just tried this on a completely up to date karmic machine:

$ while true; do php -r ; done
Segmentation fault (core dumped)

Segfaults continue to appear every few seconds.

$ php -v
PHP 5.2.10-2ubuntu5 with Suhosin-Patch 0.9.7 (cli) (built: Oct 13 2009 18:33:05)

$ mysql --version
mysql  Ver 14.12 Distrib 5.0.83, for debian-linux-gnu (x86_64) using readline 
5.2

-- 
php-cli segmentation fault with mysql extension
https://bugs.launchpad.net/bugs/343870
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 418342] Re: akonadi-server prevents install of mysql-server-5.0

2009-10-09 Thread Russ Brown
Hopefully I have done the right thing here: I'm pretty sure that the
problem here is in the dependencies of akonadi-server, so I have
attempted to pull in that package into this bug in order to bring it
to the attention of the correct group.

Please correct me if I'm wrong. :)

-- 
akonadi-server prevents install of mysql-server-5.0
https://bugs.launchpad.net/bugs/418342
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 418342] Re: akonadi-server prevents install of mysql-server-5.0

2009-10-09 Thread Russ Brown
I'm pretty certain that this isn't fixed:

# aptitude show akonadi-server
Package: akonadi-server
State: installed
Automatically installed: no
Version: 1.2.1-0ubuntu1
Priority: extra
Section: net
Maintainer: Kubuntu Developers kubuntu-de...@lists.ubuntu.com
Uncompressed Size: 10.5M
Depends: libakonadiprivate1 (= 1.2.0), libboost-program-options1.38.0 (= 
1.38.0-1), libc6 (= 2.7), libgcc1 (= 1:4.1.1), libqt4-dbus (= 4.5.1),
 libqtcore4 (= 4.5.1), libstdc++6 (= 4.4.0), libwrap0 (= 7.6-4~), 
zlib1g (= 1:1.1.4), mysql-server-core-5.1, libqt4-sql-mysql
Description: Akonadi PIM storage service
 Akonadi is an extensible cross-desktop Personal Information Management (PIM) 
storage service.  It provides a common framework for applications to store
 and access mail, calendars, addressbooks, and other PIM data.

(Up to date karmic system)

Seems to depend specifically on mysql-server-core-5.1

** Also affects: akonadi (Ubuntu)
   Importance: Undecided
   Status: New

-- 
akonadi-server prevents install of mysql-server-5.0
https://bugs.launchpad.net/bugs/418342
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 418342] Re: akonadi-server prevents install of mysql-server-5.0

2009-09-17 Thread Russ Brown
Hi,

This says a fix was released on the 8th of this month, but as of today
(the 17th) I am still not able to install MySQL 5.0 on my fully up to
date karmic machine without having to uninstall large parts of kde.

Is there some procedure that I need to follow in order to make the
change I require, or is it just a case that I need to wait for the
changes to trickle through?

Thanks.

-- 
akonadi-server prevents install of mysql-server-5.0
https://bugs.launchpad.net/bugs/418342
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 414224] Re: Can not install akonadi-server dependency mysql-server-core-5.0 with mysql-server-5.1

2009-08-24 Thread Russ Brown
At this point I appear to be having the exact opposite problem: akonadi-
server is forcing the install of mysql-server-core-5.1, which is
preventing me from installing mysql-server-5.0, which is what I actually
want to be able to use.

It seems to me that whatever akonadi-server needs, it shoudln't conflict
with what database server the user wants to install.

-- 
Can not install akonadi-server dependency mysql-server-core-5.0 with 
mysql-server-5.1
https://bugs.launchpad.net/bugs/414224
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 392521] Re: Segmentation fault when running any script

2009-08-13 Thread Russ Brown
Just to comment that this happens to me too.

We have a bzr plugin which adds a pre-commit hook which runs all new and
modified PHP files in the commit though php -l, as a basic sanity
checker.

From time to time php -l will segfault on a perfectly valid PHP file.
Re-attempting usually succeeds.

It gets most annoying when trying to do a large commit, since the
greater number of files increases the chance of the segfault occurring,
and can result in an irritating number of attempts being required in
order for the commit to succeed.

I've encountered the problem on a single-processor i386 machine running
jaunty, and just now encountered it on an amd64 dual core machine
running an up to date karmic system.

The test case in the original bug report does reproduce the problem for
me, but not every time. For each set of 50, I usually get 0-2 instances
of the segfault happening.

-- 
Segmentation fault when running any script
https://bugs.launchpad.net/bugs/392521
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 392521] Re: Segmentation fault when running any script

2009-08-13 Thread Russ Brown
Just a quick note to add that this problem also happens if the file
(a.php) is completely empty (zero-length).

-- 
Segmentation fault when using php -l to validate any PHP script
https://bugs.launchpad.net/bugs/392521
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 239513] [NEW] stack smashing detected when calling xmlrpc_set_type

2008-06-12 Thread Russ Brown
Public bug reported:

Binary package hint: php5-xmlrpc

$ lsb_release -rd
Description:Ubuntu 8.04
Release:8.04

php5-xmlrpc:
  Installed: 5.2.4-2ubuntu5.1
  Candidate: 5.2.4-2ubuntu5.1
  Version table:
 *** 5.2.4-2ubuntu5.1 0
500 http://us.archive.ubuntu.com hardy-updates/main Packages
100 /var/lib/dpkg/status
 5.2.4-2ubuntu5 0
500 http://us.archive.ubuntu.com hardy/main Packages

The following script reproduces:

?php
$params = array(new DateTime());

$params[0] = $params[0]-format(DATE_ISO8601);

xmlrpc_set_type($params[0], 'datetime');
?

$ php xmlrpc_datetime.php
*** stack smashing detected ***: php terminated
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x48)[0xb7a38138]
/lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x0)[0xb7a380f0]
/usr/lib/php5/20060613+lfs/xmlrpc.so[0xb71fc1c4]
/usr/lib/php5/20060613+lfs/xmlrpc.so[0xb71f990e]
/usr/lib/php5/20060613+lfs/xmlrpc.so(XMLRPC_CreateValueDateTime_ISO8601+0x37)[0xb71fa247]
/usr/lib/php5/20060613+lfs/xmlrpc.so(set_zval_xmlrpc_type+0x108)[0xb71f1238]
/usr/lib/php5/20060613+lfs/xmlrpc.so(zif_xmlrpc_set_type+0xf4)[0xb71f2ed4]
php[0x82f35eb]
php(execute+0x188)[0x82e4048]
php(zend_execute_scripts+0x183)[0x82c2f13]
php(php_execute_script+0x210)[0x8278d90]
php(main+0x19da)[0x83553ea]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0)[0xb7961450]
php[0x8097ec1]
=== Memory map: 
08048000-0855e000 r-xp  08:04 323708 /usr/bin/php5
0855e000-08594000 rw-p 00516000 08:04 323708 /usr/bin/php5
08594000-08732000 rw-p 08594000 00:00 0  [heap]
b7178000-b717c000 r-xp  08:04 2997   
/lib/tls/i686/cmov/libnss_dns-2.7.so
b717c000-b717e000 rw-p 3000 08:04 2997   
/lib/tls/i686/cmov/libnss_dns-2.7.so
b717e000-b7187000 r-xp  08:04 2994   
/lib/tls/i686/cmov/libnss_files-2.7.so
b7187000-b7189000 rw-p 8000 08:04 2994   
/lib/tls/i686/cmov/libnss_files-2.7.so
b7189000-b71bc000 r-xp  08:04 40256  /usr/lib/libxslt.so.1.1.22
b71bc000-b71bd000 rw-p 00033000 08:04 40256  /usr/lib/libxslt.so.1.1.22
b71bd000-b71cd000 r-xp  08:04 27924  /usr/lib/libexslt.so.0.8.13
b71cd000-b71ce000 rw-p f000 08:04 27924  /usr/lib/libexslt.so.0.8.13
b71e6000-b71ec000 r-xp  08:04 323704 
/usr/lib/php5/20060613+lfs/xsl.so
b71ec000-b71ed000 rw-p 5000 08:04 323704 
/usr/lib/php5/20060613+lfs/xsl.so
b71ed000-b71ff000 r-xp  08:04 323720 
/usr/lib/php5/20060613+lfs/xmlrpc.so
b71ff000-b720 rw-p 00012000 08:04 323720 
/usr/lib/php5/20060613+lfs/xmlrpc.so
b720-b721e000 r-xp  08:04 32549  /usr/lib/libpq.so.5.1
b721e000-b721f000 rw-p 0001e000 08:04 32549  /usr/lib/libpq.so.5.1
b721f000-b7236000 r-xp  08:04 323735 
/usr/lib/php5/20060613+lfs/pgsql.so
b7236000-b7237000 rw-p 00017000 08:04 323735 
/usr/lib/php5/20060613+lfs/pgsql.so
b7237000-b724e000 r-xp  08:04 323746 
/usr/lib/php5/20060613+lfs/mysqli.so
b724e000-b725 rw-p 00016000 08:04 323746 
/usr/lib/php5/20060613+lfs/mysqli.so
b725-b73ec000 r-xp  08:04 90534  
/usr/lib/libmysqlclient.so.15.0.0
b73ec000-b742f000 rw-p 0019b000 08:04 90534  
/usr/lib/libmysqlclient.so.15.0.0
b742f000-b743 rw-p b742f000 00:00 0
b7433000-b7446000 r-xp  08:04 323769 
/usr/lib/php5/20060613+lfs/pdo.so
b7446000-b7448000 rw-p 00012000 08:04 323769 
/usr/lib/php5/20060613+lfs/pdo.so
b7448000-b7493000 r-xp  08:04 3077   /lib/libgcrypt.so.11.2.3
b7493000-b7495000 rw-p 0004a000 08:04 3077   /lib/libgcrypt.so.11.2.3
b7495000-b74a4000 r-xp  08:04 39957  /usr/lib/libtasn1.so.3.0.12
b74a4000-b74a5000 rw-p e000 08:04 39957  /usr/lib/libtasn1.so.3.0.12
b74a5000-b7516000 r-xp  08:04 627694 /usr/lib/libgnutls.so.13.9.1
b7516000-b751b000 rw-p 00071000 08:04 627694 /usr/lib/libgnutls.so.13.9.1
b751b000-b7531000 r-xp  08:04 30923  /usr/lib/libsasl2.so.2.0.22
b7531000-b7532000 rw-p 00015000 08:04 30923  /usr/lib/libsasl2.so.2.0.22
b7532000-b753e000 r-xp  08:04 358399 /usr/lib/liblber-2.4.so.2.0.3
b753e000-b753f000 rw-p b000 08:04 358399 /usr/lib/liblber-2.4.so.2.0.3
b753f000-b757b000 r-xp  08:04 358400 /usr/lib/libldap_r-2.4.so.2.0.3
b757b000-b757d000 rw-p 0003b000 08:04 358400 /usr/lib/libldap_r-2.4.so.2.0.3
b757d000-b757e000 rw-p b757d000 00:00 0
b757e000-b75ae000 r-xp  08:04 41008  /usr/lib/libidn.so.11.5.30
b75ae000-b75af000 rw-p 0002f000 08:04 41008  /usr/lib/libidn.so.11.5.30
b75af000-b75ea000 r-xp  08:04 41074  /usr/lib/libcurl.so.4.0.1
b75ea000-b75eb000 rw-p 0003b000 08:04 41074  /usr/lib/libcurl.so.4.0.1
b75f-b75f6000 r-xp  08:04 323736 
/usr/lib/php5/20060613+lfs/pdo_pgsql.so
b75f6000-b75f7000 rw-p 5000 08:04 323736 
/usr/lib/php5/20060613+lfs/pdo_pgsql.so
b75f7000-b7602000 r-xp  08:04 323745 

[Bug 239513] Re: stack smashing detected when calling xmlrpc_set_type

2008-06-12 Thread Russ Brown
$ uname -a
Linux dorian 2.6.24-18-generic #1 SMP Wed May 28 20:27:26 UTC 2008 i686 
GNU/Linux

-- 
stack smashing detected when calling xmlrpc_set_type 
https://bugs.launchpad.net/bugs/239513
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs