Re: unzip can't handle large files???

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Gregory Gulik wrote:

Sorry about another question today, it's just one of those days where nothing seems to work right.

not a problem



[greg@server greg]$ ls -l archive.zip -rw-r--r-- 1 greg gulik 2787744688 Oct 9 14:30 archive.zip [greg@server greg]$ unzip archive.zip unzip: cannot find archive.zip, archive.zip.zip or archive.zip.ZIP.

There was a similar question a little while ago. The answer is the same: the open() system call in unzip doesn't have the O_LARGEFILE option. This might not be quite so straightforward as just adding the flag to the open() calls, because you now have to deal with files that are bigger than 2^31-1. In this particular case you might not have too much work to do since the archive is still less than 2^32-1.


There ought to be something in bugzilla for this.

jch


-- Shrike-list mailing list Shrike-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/shrike-list

[Index of Archives]     [Fedora Users]     [Centos Users]     [Kernel Development]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat Phoebe Beta]     [Yosemite Forum]     [Fedora Discussion]     [Gimp]     [Stuff]     [Yosemite News]

  Powered by Linux