Koen Kooi wrote on 2012-04-04:
>>> are available in the git repository at:
>>>  git://git.yoctoproject.org/poky-contrib dcui/master
>>>  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=dcui/master
>>> Dexuan Cui (5):
>>>  genext2fs: support large files and  filesystems without using large
>>>    amounts of memory
>> I've merged these to master, thanks. Whilst I'm reluctant to do so at
>> this point in the release process for such major changes, I think in
>> this case it does make sense since the genext2fs changes seem to fix a
>> number of problematic issues.
> 
> I'm getting:
> 
> | genext2fs: set_file_size: ftruncate: Invalid argument
> 
> Trying to see why that happens and find out how to fix it.
Hi Koen, did you get the cause?

This is the prototype of the function:
int ftruncate(int fd, off_t length);

I suppose you're using a 32-bit building host so the off_t in your host can't 
exceed 4G?

We do need to test it in a 32-bit host and at least we need to document the 
issue.

Thanks,
-- Dexuan



_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to