Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 543374 - media-sound/normalize: Large File Support
Summary: media-sound/normalize: Large File Support
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: lfs-tracker
  Show dependency tree
 
Reported: 2015-03-14 23:35 UTC by email200202
Modified: 2023-04-25 02:26 UTC (History)
1 user (show)

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


Attachments
fix for the large file problem of normalize command (fix_stat_error.patch,361 bytes, patch)
2015-03-14 23:39 UTC, email200202
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description email200202 2015-03-14 23:35:33 UTC
normalize command fails on wav files larger than 2GB with message "Value too large for defined data type".

Reproducible: Always

Steps to Reproduce:
1. Generate a wav file larger than 2GB
2. Run command "normalize foo.wav"

Actual Results:  
The command fails with error message:
"Value too large for defined data type"

Expected Results:  
The command will be successful.
Comment 1 email200202 2015-03-14 23:37:54 UTC
The attached patch fixes the problem.
Comment 2 email200202 2015-03-14 23:39:37 UTC
Created attachment 398940 [details, diff]
fix for the large file problem of normalize command
Comment 3 Andreas Sturmlechner gentoo-dev 2018-10-04 17:32:12 UTC
Thanks, is this your own patch, taken from upstream or somewhere else?
Comment 4 email200202 2018-10-05 02:36:39 UTC
It is my own patch.