Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933747 - media-sound/whipper-0.10.0-r1 needs media-libs/libsndfile[-minimal] for AccurateRip to work
Summary: media-sound/whipper-0.10.0-r1 needs media-libs/libsndfile[-minimal] for Accur...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Quentin Retornaz
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-06-07 14:29 UTC by Johannes Schmidt
Modified: 2024-06-09 00:51 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Schmidt 2024-06-07 14:29:39 UTC
If media-libs/libsndfile is installed with the minimal flag, AccurateRip checks fail with messages like this:

ERROR:whipper.common.accurip:could not calculate AccurateRip v1 checksum for track 10 '~/rip/track10.flac'
ERROR:whipper.common.accurip:could not calculate AccurateRip v2 checksum for track 10 '~/rip/track10.flac'
ERROR:whipper.common.accurip:no track AR CRC on non-HTOA track 1
track  1: unknown          (error)

With USE=-minimal (and the ripped files deleted so whipper will repeat the rip) the error is gone and AccurateRip reports a succes.

Reproducible: Always

Steps to Reproduce:
1. Install media-libs/libsndfile with USE=minimal
2. whipper cd rip
Actual Results:  
The error above is displayed and now AccurateRip checks are performed or results shown.

Expected Results:  
AccurateRip checks are performed correctly.
Comment 1 Quentin Retornaz 2024-06-09 00:51:18 UTC
Fix in PR 37088