View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000649 | Cinelerra-GG | Bug | public | 2023-12-21 19:41 | 2024-01-06 17:52 |
| Reporter | PhyllisSmith | Assigned To | PhyllisSmith | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | confirmed | Resolution | open | ||
| Summary | 0000649: lv2 modified configure in the build does not work in Fedora 39 | ||||
| Description | Because it seems that Python 3.12 will not build the lv2 plugins, Andrew used the following successfully on termux and slackware: ./configure --with-lv2 --disable-lv2 --disable-sord --disable-serd --disable-suil --disable-sratom --disable-lilv However, this does not work as a workaound on Fedora 39, which uses Python 3.12. Errors of can't find headers: checking for lv2 availability... checking for lilv/lilv.h... no checking lilv headers... no checking for serd/serd.h... no checking serd headers... no checking for sord/sord.h... no checking sord headers... no checking for sratom/sratom.h... no checking sratom headers... no checking for suil/suil.h... no checking suil headers... no even though lilv-devel is installed as shown below: Fedora 39 *** root@fedora:/tmp# grep lilv a lilv-libs.x86_64 0.24.20-1.fc39 lilv.x86_64 0.24.20-1.fc39 lilv-devel.i686 0.24.20-1.fc39 lilv-devel.x86_64 0.24.20-1.fc39 lilv-libs.i686 0.24.20-1.fc39 python3-lilv.x86_64 0.24.20-1.fc39 | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2023-12-21 19:41 | PhyllisSmith | New Issue | |
| 2023-12-21 19:56 | PhyllisSmith | Description Updated | |
| 2024-01-06 17:52 | PhyllisSmith | Assigned To | => PhyllisSmith |
| 2024-01-06 17:52 | PhyllisSmith | Status | new => confirmed |