https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39868
Bug ID: 39868
Summary: koha-common fails to install on trixie
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Packaging
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
The reason for this, is an issue with `rabbitmq-server`. The shipped
configuration lacks some entries pointing to the plugin install dir, or the
install dir doesn't exist.
To reproduce:
```shell
$ docker run -ti debian:trixie bash
$ apt update ; apt install -y rabbitmq-server
$ rabbitmq-plugins enable rabbitmq_stomp
```
The last command is what `koha-common.postinst` runs then the `koha-common`
package is installed/upgraded. Hence the failure
This is a `trixie` bug to keep an eye on.
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/