Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 543374

Summary: media-sound/normalize: Large File Support
Product: Gentoo Linux Reporter: email200202
Component: Current packagesAssignee: Gentoo Sound Team <sound>
Status: UNCONFIRMED ---    
Severity: normal CC: asturm
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 471102    
Attachments: fix for the large file problem of normalize command

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.