Hi there,
Sorry for not responding to your bug report earlier.
Daniel Roschka wrote:
> Package: treil
> Version: 0.1-2
> Severity: important
>
>
> Whenever I try to use treil to make an image of my homedir, I get the
following error message:
>
> [EMAIL PROTECTED]:~$ treil -o test.png /home/foo
> du: Value too large for defined data type
> /usr/bin/treil-draw:38:in `initialize': undefined method `width' for
nil:NilClass (NoMethodError)
> from /usr/bin/treil-draw:207:in `new'
> from /usr/bin/treil-draw:207
>
> I dunno why this happens, first I thought that the reason could be
the number of files, but /usr/src/linux works and should contain even more
> files.
> I hope there will be a fix in the near future. :-)
I have tracked down this problem. I think that the error is from file
system, that is, some of your files are very large to be represented
by 32-bit size. Part of the problem has been fixed in newer version,
because treil no longer access file system by fts_open/etc. by itself,
but uses Ruby's opendir/etc.
However, I think that treil still has problem for too big file.
It is reported by #459855, which is not yet fixed.
Fix is not that difficult and I am discussing upstream right now.
--
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]