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

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

 



On Thu, 9 Oct 2003, John Haxby wrote:

> 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.

I stand corrected.  

> There ought to be something in bugzilla for this.

Amen.
-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000

To be notified of updates to the web site, visit 
http://www.bubbanfriends.org/mailman/listinfo/site-update, or send a 
message to:

site-update-request@xxxxxxxxxxxxxxxxx

with a message of: 

subscribe


-- 
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