Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117928 - media-video/bbtools-1.9: Bails out on files > 2Gb
Summary: media-video/bbtools-1.9: Bails out on files > 2Gb
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-05 13:07 UTC by Tobias Minich
Modified: 2006-01-10 03:00 UTC (History)
0 users

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 Tobias Minich 2006-01-05 13:07:45 UTC
The makefile in the patch lacks at least one important define to make bbdmux (and probably the other tools as well) able to handle files larger than 2Gb. The makefile I found a while ago somewhere on the net contains the following CFLAGS (and the binaries then do work with large files):
CFLAGS = -s -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-01-10 03:00:55 UTC
I've added a call to append-lfs-flags to build with largefile support.