[Bug 239087] Re: fslint-gui does not report duplicates with big files list

2009-12-13 Thread Przemysław Kulczycki
** Changed in: fslint (Ubuntu) Status: Fix Committed = Fix Released -- fslint-gui does not report duplicates with big files list https://bugs.launchpad.net/bugs/239087 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 239087] Re: fslint-gui does not report duplicates with big files list

2008-06-23 Thread Fabián Rodríguez
Ok, this took a rather long time but 2.27 went through my files and reported a (rather long) list of duplicates. I am attaching the package I created from source, following the instructions at http://www.pixelbeat.org/fslint/ . Hopefully this will make it into Intrepid. Thank you! --

[Bug 239087] Re: fslint-gui does not report duplicates with big files list

2008-06-19 Thread Fabián Rodríguez
Sorry I couldn't get back to testing this sooner. Yesterday I installed the 2.26-1 package and I am still getting this message in the status window of fslint-gui after checking for duplicates on the same volume I originally mentioned (500GB): type 'exceptions.TypeError': int argument required

[Bug 239087] Re: fslint-gui does not report duplicates with big files list

2008-06-11 Thread Pádraig Brady
Can you try with the latest version 2.26 (which is in debian testing BTW). I fixed up a couple of issues in this area. You can download the ubuntu package from: http://www.pixelbeat.org/fslint/ Note if it does display the duplicate files but also reports errors, I would be interested in seeing

Re: [Bug 239087] Re: fslint-gui does not report duplicates with big files list

2008-06-11 Thread Fabián Rodríguez
On Wed, Jun 11, 2008 at 4:47 AM, Pádraig Brady [EMAIL PROTECTED] wrote: Can you try with the latest version 2.26 (which is in debian testing BTW). I fixed up a couple of issues in this area. You can download the ubuntu package from: http://www.pixelbeat.org/fslint/ Thanks for providing such

[Bug 239087] Re: fslint-gui does not report duplicates with big files list

2008-06-11 Thread marpada
Same problem in a big ntfs partition. The following message appears in the message window (no error in console tough) : type 'exceptions.TypeError': int argument required The process is aborted and no duplicated files found. Debian lenny (testing) fslint 2.26-2 ntfs-3g 1:1.2310-1 (checked

[Bug 239087] Re: fslint-gui does not report duplicates with big files list

2008-06-11 Thread Pádraig Brady
an int argument required error can only happen from printf format interpolation I think. I.E. you've get this error if you do this in python: %d % None There is only 1 possible place in the code I think that that could happen, though I can't see yet how this path could be triggered. To that end

[Bug 239087] Re: fslint-gui does not report duplicates with big files list

2008-06-11 Thread marpada
Downloaded 2.26 and patch applied. Now the search seems to finish ok, and these messages appear in the message window: groupWaste=3221225472L groupSize=2 size=3221225472L type 'exceptions.TypeError': int argument required -- fslint-gui does not report duplicates with big files list

[Bug 239087] Re: fslint-gui does not report duplicates with big files list

2008-06-11 Thread Pádraig Brady
Thanks a million. You're test was very helpful. It shows that there are issues formatting very large numbers using %d. This is in fact a python bug: http://bugs.python.org/issue1742669 I'll push out a work around asap. -- fslint-gui does not report duplicates with big files list

[Bug 239087] Re: fslint-gui does not report duplicates with big files list

2008-06-11 Thread Pádraig Brady
Fix committed upstream: http://code.google.com/p/fslint/source/detail?r=162 ** Changed in: fslint (Ubuntu) Assignee: (unassigned) = Pádraig Brady (p-draigbrady) Status: New = Fix Committed -- fslint-gui does not report duplicates with big files list

[Bug 239087] Re: fslint-gui does not report duplicates with big files list

2008-06-11 Thread marpada
Thank you very much for your great tool and you support !! -- fslint-gui does not report duplicates with big files list https://bugs.launchpad.net/bugs/239087 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list