Bug 98037 - mpgtx compiled without largefile support
Summary: mpgtx compiled without largefile support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-27 23:50 UTC by hohmuth
Modified: 2006-06-12 17:56 UTC (History)
0 users

See Also:


Attachments
file.diff (699 bytes, patch)
2006-05-27 23:50 UTC, hohmuth
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description hohmuth 2006-05-27 23:50:15 UTC
Due to errors in the configuration script and a header file, mpgtx is
compiled without largefile support on FreeBSD even though the
configure script correctly figures out that largefile support is
available on the system.  The result is that file offsets are
miscalculated and that mpgtx does not cope with files larger than 4
GB.

Fix: Apply the following patch:
How-To-Repeat: 
% mpgtx -j -o /dev/null  /dos/rasenmmp.new "[101670912-622598144]"
Invalid range [101670912-622598144] : start greater than stop
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-05-28 11:48:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ahze

Over to maintainer
Comment 2 Michael Johnson freebsd_committer freebsd_triage 2006-06-09 21:42:32 UTC
Responsible Changed
From-To: ahze->multimedia

Over to new maintaner
Comment 3 Jeremy Messenger freebsd_committer freebsd_triage 2006-06-12 17:55:44 UTC
State Changed
From-To: open->closed

Committed, thanks!