Bug 39868

Summary: koha-common fails to install on trixie
Product: Koha Reporter: Tomás Cohen Arazi (tcohen) <tomascohen>
Component: PackagingAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: jonathan.druart, mtj, tomascohen
Version: Main   
Hardware: All   
OS: All   
URL: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1104149
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Tomás Cohen Arazi (tcohen) 2025-05-09 13:13:25 UTC
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.
Comment 1 Jonathan Druart 2025-05-12 07:34:40 UTC
Also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1100165
Comment 2 Jonathan Druart 2025-05-12 07:35:34 UTC

*** This bug has been marked as a duplicate of bug 39314 ***