~hp/issues#22: 
lv2lint hangs when checking plugin, which fails to declare requiredFeature urid:map

I'm build triceratops, and its TTL file doesn't declare lv2:requiredFeature urid:map. When I try to run lv2lint on it (the plugin is in the lv2 subdir), lv2lint prints out the following and then just hangs, maxing out a CPU with 100%:

$ LV2_PATH="$PWD/lv2:/usr/lib/lv2" lv2lint -M pack http://nickbailey.co.nr/triceratops lv2lint 0.17.1 Copyright (c) 2016-2021 Hanspeter Portner (dev@open-music-kontrollers.ch) Released under Artistic License 2.0 by Open Music Kontrollers http://nickbailey.co.nr/triceratops

Missing feature urid:map.

lv2lint 0.17.1 on Manjaro Linux using the official package (AUR -git version behaves the same).

Status
RESOLVED BY_DESIGN
Submitter
~hp
Assigned to
~hp
Submitted
2 years ago
Updated
5 days ago
Labels
lv2lint

~hp assigned ~hp 2 years ago

~hp REPORTED BY_DESIGN 5 days ago

Tested with lv2lint-0.17.125, runs just fine, although fails at a lot of places:

lv2lint \
    -M pack \
    -E warn \
    -I "$( pwd )/build/triceratops.lv2" 'http://nickbailey.co.nr/triceratops'
Register here or Log in to comment, or comment via email.