obsolete

Carla-2.5.9-1.fc41

FEDORA-2024-806b365d1d created by martinkg 4 months ago for Fedora 41
  • Update to 2.5.9
  • Add RR python-pyliblo3

This update has been submitted for testing by martinkg.

4 months ago

This update's test gating status has been changed to 'ignored'.

4 months ago
User Icon adamwill commented & provided feedback 4 months ago
karma

I doubt this works. source/frontend/carla_host_control.py does:

from liblo import (
  Address,
  AddressError,
  ServerError,
  Server,
  make_method,
  send as lo_send,
  TCP as LO_TCP,
  UDP as LO_UDP,
)

but our new python3-pyliblo3 package does not provide a library called liblo, it provides a library called pyliblo3.

Probably we need to send a patch upstream that makes it try the import with both names, and backport that.

User Icon adamwill commented & provided feedback 4 months ago

yup:

[adamw@xps13a Carla (pyliblo3)]$ carla-control 
LRDF Support not available (LADSPA-RDF will be disabled)
Traceback (most recent call last):
  File "/usr/share/carla/carla-control", line 22, in <module>
    from carla_host_control import (
    ...<8 lines>...
    )
  File "/usr/share/carla/carla_host_control.py", line 35, in <module>
    from liblo import (
    ...<8 lines>...
    )
ModuleNotFoundError: No module named 'liblo'

gonna write and test a patch.

This update has been pushed to testing.

4 months ago

Bodhi is disabling automatic push to stable due to negative karma. The maintainer may push manually if they determine that the issue is not severe.

4 months ago

This update has been obsoleted by Carla-2.5.9-2.fc41.

4 months ago

Please login to add feedback.

Metadata
Type
unspecified
Karma
-1
Signed
Content Type
RPM
Test Gating
Autopush Settings
Unstable by Karma
-3
Stable by Karma
disabled
Stable by Time
disabled
Thresholds
Minimum Karma
+1
Minimum Testing
7 days
Dates
submitted
4 months ago
in testing
4 months ago
BZ#2307541 F42FailsToInstall: Carla
0
0
BZ#2307547 F41FailsToInstall: Carla
0
0
BZ#2314093 Carla-2.5.9 is available
0
0

Automated Test Results