FS#65319 - [solfege] missing dependency "python-cairo"

Attached to Project: Community Packages
Opened by Adrian Freund (freundTech) - Wednesday, 29 January 2020, 16:36 GMT
Last edited by David Runge (dvzrv) - Friday, 31 January 2020, 08:26 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To David Runge (dvzrv)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
This package is missing a dependency on "python-cairo". After installing solfege using `pacman -S solfege` running it results in a crash with message "ModuleNotFoundError: No module named 'cairo'". I attached the complete traceback as an attachment. Manually installing "python-cairo" using pacman makes solfege work.


Steps to reproduce:
1. Make sure "python-cairo" isn't already installed on your system (`pacman -Q python-cairo`)
2. Install solfege (`pacman -S solfege`)
3. Run `solfege`
This task depends upon

Closed by  David Runge (dvzrv)
Friday, 31 January 2020, 08:26 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in 3.23.4-3
Comment by David Runge (dvzrv) - Thursday, 30 January 2020, 23:10 GMT
@freundTech: Thanks for the report! I'll look into this.
Sadly, solfege is not a very straight forward python project and upstream is sort of dead. It's easy to miss things.

Loading...