On Wed, April 8, 2015 03:49, naruto canada wrote: > hi > > just so that someone might be able to fix it, unzip60 is no good with file > greater than 2G (tested with 32 bit i686 env). try unzip this file > 2015-02-16-raspbian-wheezy.zip or any file greater than 2G "should" > reproduce error. I was suspecting lack of "#define _FILE_OFFSET_BITS 64" > but after grepping the source tree, I was not so sure anymore. I ended up > using unzip from busybox. Hope someone can fix it. > > have a good day. > --
Apparently it needs to be enabled manually. Anything in the documents within the source tree? https://github.com/shigeya/unzip60/blob/master/History.600 During the build process did you see something along the lines of this: Check for Large File Support off_t is 8 bytes -- yes we have Large File Support! Sincerely, William Harrington -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
