-
Notifications
You must be signed in to change notification settings - Fork 5
Feedback testing debian packages: 9.3.4-rcx #67
Description
Notes: All java programs were used from the current source distribution from here.
Result:
- Package upgrade worked to
9.3.4~rc2+dfsg2-1~exp3from the current unstable package
New Version: 9.3.4~rc2+dfsg2-1~exp3
Old Version: 9.2.5a+dfsg1-2+b2
-
Jive worked with TangoTest and some of my tango device servers
-
Astor worked but showed heartbeat error, see here
-
Pogo does not work see here
-
Database upgrade did not work. A reinstall of tango-db also did not create the correct database. I've checked with
MariaDB [tango]> SELECT * FROM property_class WHERE value ='EventConfirmSubscription';
Empty set (0.001 sec)
as that database entry does only exist in 9.3.4~rc2. TangoTest works though.
Doing a full reinstall and upgrade via
apt remove --purge "tango*"
apt install tango-db // answering questions regarding automatic management with db-config this yes
apt install -t experimental tango-db // dito
did not change anything.
I'm using mariadb-serverdb. I' attaching a database dump tango-db.tango.2020-01-21-21.13.mysql.guCsZo.zip
which was created by setting export dbc_debug=1 and uninstalling tango-db.
Questions/Suggestions/Bugs:
Missing dbg package for libtango9Found it, this is called libtango9-dbgsym and needs the following sources.listhttp://debug.mirrors.debian.org/debian-debug experimental-debug/main amd64 Packages.- I think libtango9 should have a versioned dependency on tango-common because it is easily forgotten to upgrade if doing the package upgrade manually from experimental.
Missing libtango9-doc packageIt is named libtango-doc and works nicely!I had a hard time finding tango_admin, it is in the package libtango-tools which is okay (but nevertheless the package documentation shown with apt show libtango-tools should mention tango_admin), but the file itself should not be in a lib directory but better in bin. The tango device servers are good in /usr/lib/tango.Created https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949540.- It would be nice to have a tango-full package to install everything cpptango related. In that way we can just tell users to install tango-full instead of
tango-db libtango9 ....
As part of testing the following Issues/PRs have been created:
Done: