First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 49836
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: SpanKY <vapier@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Richard Stellingwerff <justremenic@hotmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
nrg2iso-0.2-r1.ebuild Updated ebuild application/octet-stream Richard Stellingwerff 2004-05-03 06:41 0000 946 bytes Details
nrg2iso-0.2-largefile.patch nrg2iso-0.2-largefile.patch patch Richard Stellingwerff 2004-05-03 06:43 0000 1.38 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 49836 depends on: Show dependency tree
Show dependency graph
Bug 49836 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-05-03 06:39 0000
I had the luxury of having to convert a 4.4GB nero image to ISO format.

Unfortunately, nrg2iso does not support large-ass files. But that's where I come in to save the day.

Supplied is an updated ebuild, as well as a patch that allows you to convert any DVD nrg image to ISO (udf). I have tested this on a PS2 game backup that I have made for myself (really!) and it works like a charm.

It only enables support for large files when the dvd useflag is enabled.

Reproducible: Always
Steps to Reproduce:
1. emerge nrg2iso
2. run 'nrg2iso huge_ass_image.nrg output.iso'


Actual Results:  
On a 2.4 kernel, it stops after 2GB.
On a 2.6 kernel, it tells me huge_ass_image.nrg doesn't even exist!



Expected Results:  
A sweet complete output.iso that I can burn with any cdr program.

------- Comment #1 From Richard Stellingwerff 2004-05-03 06:41:24 0000 -------
Created an attachment (id=30596) [edit]
Updated ebuild

Adds extra CFLAGS for largefile support.
-D__USE_LARGEFILE64
-D__USE_FILE_OFFSET64
-D_FILE_OFFSET_BITS

Only added when 'dvd' useflag is set.

------- Comment #2 From Richard Stellingwerff 2004-05-03 06:43:26 0000 -------
Created an attachment (id=30597) [edit]
nrg2iso-0.2-largefile.patch

Changes int types to off_t where appropriate. This way the size is not limited
to 2GB.

------- Comment #3 From SpanKY 2004-05-05 19:48:39 0000 -------
0.2-r1 is now in portage, thanks

First Last Prev Next    No search results available      Search page      Enter new bug