Bug#910902: Please test again: resolveip and Akonadi for a freash installation

2019-04-08 Thread Otto Kekäläinen
Hello!

> What I see, you do not run autopkgtest within the pipelines. In my
> understanding, this test should go to a autopkgtest. I'll add it to my TODO
> list, to write such an test for mariadb, when I'm writing autopkgtest for
> akonadi.

We do run: see 
https://salsa.debian.org/mariadb-team/mariadb-10.3/pipelines/42591
--> https://salsa.debian.org/mariadb-team/mariadb-10.3/-/jobs/154829



Bug#910902: Please test again: resolveip and Akonadi for a freash installation

2019-04-08 Thread Sandro Knauß
Hey,

> Can you please test again with the latest version in Debian unstable
> and verify this is fixed now?

I tested the 41873 build and now akonadi-server is able to start a fresh 
installation with only madiadb-server-core. So 1:10.3.13-3 will finally make it 
possible to switch back to madiadb-server-core ;D

Thanks a lot!
 
> MariaDB 10.3 in Debian has a rather extensive testing suite at
> https://salsa.debian.org/mariadb-team/mariadb-10.3/pipelines/41873
> If you would like to contribute and write a new section to our
> gitlab-ci.yml file that automatically does Akonadi things and runs
> mysql_install_db if would ensure regressions like these don't creep in
> unnoticed in the future.

What I see, you do not run autopkgtest within the pipelines. In my 
understanding, this test should go to a autopkgtest. I'll add it to my TODO 
list, to write such an test for mariadb, when I'm writing autopkgtest for 
akonadi.

hefee


signature.asc
Description: This is a digitally signed message part.


Bug#910902: Please test again: resolveip and Akonadi for a freash installation

2019-04-01 Thread Otto Kekäläinen
Hello!

Can you please test again with the latest version in Debian unstable
and verify this is fixed now?

MariaDB 10.3 in Debian has a rather extensive testing suite at
https://salsa.debian.org/mariadb-team/mariadb-10.3/pipelines/41873
If you would like to contribute and write a new section to our
gitlab-ci.yml file that automatically does Akonadi things and runs
mysql_install_db if would ensure regressions like these don't creep in
unnoticed in the future.



Bug#910902: Please test again: resolveip and Akonadi for a freash installation

2019-03-13 Thread Sandro Knauß
Hey Otto,

> Fix for this pending at
> https://salsa.debian.org/mariadb-team/mariadb-10.3/commits/bugfix/910902-mov
> e-resolveip-to-server-core

thanks, but this is still not enough to run a mysql_install_db successfully.

  $ /usr/bin/mysql_install_db --datadir=/tmp/test
FATAL ERROR: Could not find /usr/share/mysql/fill_help_tables.sql

and there are even more scripts to move, that are checked and not inside the 
core package:
mysql_install_db (line 369ff)
fill_help_tables="$srcpkgdatadir/fill_help_tables.sql"
create_system_tables="$srcpkgdatadir/mysql_system_tables.sql"
create_system_tables2="$srcpkgdatadir/mysql_performance_tables.sql"
fill_system_tables="$srcpkgdatadir/mysql_system_tables_data.sql"
maria_add_gis_sp="$buildpkgdatadir/maria_add_gis_sp_bootstrap.sql"
mysql_test_db="$srcpkgdatadir/mysql_test_db.sql"

So far I scanned mysql_install_db,  if those files got moved than 
mysql_install_db  should run successfully.

hefee


signature.asc
Description: This is a digitally signed message part.


Bug#910902: Please test again: resolveip and Akonadi for a freash installation

2019-03-13 Thread Otto Kekäläinen
Fix for this pending at
https://salsa.debian.org/mariadb-team/mariadb-10.3/commits/bugfix/910902-move-resolveip-to-server-core



Bug#910902: Please test again: resolveip and Akonadi for a freash installation

2019-02-28 Thread Sandro Knauß
Hey,

> Looks like this has never been in the core package:

I mentioned that, too. But I printend the command that fails:
/usr/bin/mysql_install_db --defaults-file= --force --basedir=/usr 
--datadir=/home/siducer/.local/share/akonadi/db_data/

I this command also fails with the same error (not finding resolveip) also 
outside Akonadi environment:
Thats a nearly perfect to use autopkgtest for this scenario:

mkdir diretcory
cd directory
/usr/bin/mysql_install_db --defaults-file= --force --basedir=/usr 
--datadir=db_data/

So IMO mysql_install_db now nowadays needs resolveip and in the past not.

> Moving the file requires some consideration for backwards
> compatibility etc. Would you like to take a look at this and try to
> come up with a solution?

Not really as I'm quite busy atm - Please do it, as you have more knowledge in 
that area - I also need to fix other pim related issues in Debian.

> See https://wiki.debian.org/Teams/MySQL/patches on how to use Salsa-CI
> to test and submit patches.

that's a nice one - I also want such stuff for KDE...

hefee

signature.asc
Description: This is a digitally signed message part.