Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#66637 - [cuetools] cutag.sh is unable to find installed id3v2 and breaks on `which`
Attached to Project:
Community Packages
Opened by txtsd (txtsd) - Wednesday, 13 May 2020, 08:45 GMT
Last edited by freswa (frederik) - Wednesday, 13 May 2020, 12:04 GMT
Opened by txtsd (txtsd) - Wednesday, 13 May 2020, 08:45 GMT
Last edited by freswa (frederik) - Wednesday, 13 May 2020, 12:04 GMT
|
DetailsDescription:
cuetag.sh from cuetools is unable to find id3v2 which is installed on the system, and spits errors. Additional info: * package version: 1.4.1-3 Steps to reproduce: (Following instructions from https://wiki.archlinux.org/index.php/CUE_Splitting#Tagging) Obtain a `.cue` file and related tracks, then run: ``` λ cuetag.sh CDImage.cue *.mp3 ``` This is the output I get, repeated for the number of mp3 files: ``` which: no mid3v2 in (/home/txtsd/perl5/bin:/home/txtsd/git/golang/bin:/home/txtsd/.gem/ruby/2.2.0/bin:/home/txtsd/flutter/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/android-ndk:/opt/android-sdk/platform-tools:/opt/android-sdk/tools:/opt/android-sdk/tools/bin:/home/txtsd/.local/share/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin:/opt/android-ndk:/opt/android-sdk/platform-tools:/opt/android-sdk/tools:/opt/android-sdk/tools/bin:/home/txtsd/.local/share/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl) which: no mid3v2 in (/home/txtsd/perl5/bin:/home/txtsd/git/golang/bin:/home/txtsd/.gem/ruby/2.2.0/bin:/home/txtsd/flutter/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/android-ndk:/opt/android-sdk/platform-tools:/opt/android-sdk/tools:/opt/android-sdk/tools/bin:/home/txtsd/.local/share/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin:/opt/android-ndk:/opt/android-sdk/platform-tools:/opt/android-sdk/tools:/opt/android-sdk/tools/bin:/home/txtsd/.local/share/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl) ``` |
This task depends upon