Bug#892355: findutils on testing breaks fslint recursive search

2018-03-18 Thread Andreas Metzler
On 2018-03-18 "jEsuSdA 8)"  wrote:
> El 09/03/18 a las 19:23, Andreas Metzler escribió:
>> thanks for the detailed description. Do you see the error without gui?
>> I have just tried in vain:

> Same result than you with your tests:

[...] 
> Any ideas?


It might require some special tree. - Do you see the error with the
commandline version in the original tree where you found the error?

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'



Bug#892355: findutils on testing breaks fslint recursive search

2018-03-18 Thread jEsuSdA 8)

El 09/03/18 a las 19:23, Andreas Metzler escribió:

Hello,

thanks for the detailed description. Do you see the error without gui?
I have just tried in vain:

ametzler@argenau:~$ mkdir -p /tmp/main-folder/sub-folder{1,2}/ ; echo "identical files" > 
/tmp/main-folder/sub-folder2/file-2.jpg ; echo "identical files" > 
/tmp/main-folder/sub-folder2/file-2-copy.jpg ; echo different > /tmp/main-folder/sub-folder2/file-1.jpg
ametzler@argenau:~$ dpkg -s findutils | grep Version
Version: 4.6.0+git+20170828-2
ametzler@argenau:/tmp$ /usr/share/fslint/fslint/findup /tmp/main-folder
sub-folder2/file-2-copy.jpg
sub-folder2/file-2.jpg

TIA, cu Andreas



Hi, Andreas.

Same result than you with your tests:

jesusda@lucas in /tmp/333
$ → mkdir -p /tmp/main-folder/sub-folder{1,2}/ ; echo "identical files" 
> /tmp/main-folder/sub-folder2/file-2.jpg ; echo "identical files" > 
/tmp/main-folder/sub-folder2/file-2-copy.jpg ; echo different > 
/tmp/main-folder/sub-folder2/file-1.jpg

jesusda@lucas in /tmp/333
$ → dpkg -s findutils | grep Version
Version: 4.6.0+git+20170828-2
jesusda@lucas in /tmp/333
$ → /usr/share/fslint/fslint/findup /tmp/main-folder
sub-folder2/file-2-copy.jpg
sub-folder2/file-2.jpg
jesusda@lucas in /tmp/333
$ →

Any ideas?
Thanks a lot!



Bug#892355: findutils on testing breaks fslint recursive search

2018-03-09 Thread Andreas Metzler
On 2018-03-08 "jEsuSdA 8)"  wrote:
[...]
> I have a folder with subfolders, and inside them, there are duplicate files.

> /main-folder/
>   > /sub-folder1/
>   > /sub-folder2/
>   > file-1.jpg
>   > file-2.jpg
>   > file-2-copy.jpg


> If I run fslint-gui inside sub-folder2, when searching for duplicate files,
> fslint detects file2.jpg and file2-copy.jpg are duplicates.

> But, if I run fslint-gui inside main-folder and check "recursive", when
> searching for duplicate files, no one is located, although we know there are
> two duplicate files in sub-folder2.

> If I downgrade the findutils package, fslint-gui is capable to find
> file2.jpg and file-2-copy.jpg as duplicates when searching from main-folder
> recursively.

> I hope been able to explain this issue. ;)



Hello,

thanks for the detailed description. Do you see the error without gui?
I have just tried in vain:

ametzler@argenau:~$ mkdir -p /tmp/main-folder/sub-folder{1,2}/ ; echo 
"identical files" > /tmp/main-folder/sub-folder2/file-2.jpg ; echo "identical 
files" > /tmp/main-folder/sub-folder2/file-2-copy.jpg ; echo different > 
/tmp/main-folder/sub-folder2/file-1.jpg
ametzler@argenau:~$ dpkg -s findutils | grep Version
Version: 4.6.0+git+20170828-2
ametzler@argenau:/tmp$ /usr/share/fslint/fslint/findup /tmp/main-folder
sub-folder2/file-2-copy.jpg
sub-folder2/file-2.jpg

TIA, cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'



Bug#892355: findutils on testing breaks fslint recursive search

2018-03-08 Thread jEsuSdA 8)

El 08/03/18 a las 14:58, Andreas Metzler escribió:

Hello,

could you please elaborate a litle bit on how exactly fslint-gui breaks.
What error is triggered? How can I reproduce this?

TIA, cu Andreas



Yes.

E.g.:

I have a folder with subfolders, and inside them, there are duplicate files.

/main-folder/
> /sub-folder1/
> /sub-folder2/
> file-1.jpg
> file-2.jpg
> file-2-copy.jpg


If I run fslint-gui inside sub-folder2, when searching for duplicate 
files, fslint detects file2.jpg and file2-copy.jpg are duplicates.


But, if I run fslint-gui inside main-folder and check "recursive", when 
searching for duplicate files, no one is located, although we know there 
are two duplicate files in sub-folder2.


If I downgrade the findutils package, fslint-gui is capable to find 
file2.jpg and file-2-copy.jpg as duplicates when searching from 
main-folder recursively.


I hope been able to explain this issue. ;)
Thanks!



Bug#892355: findutils on testing breaks fslint recursive search

2018-03-08 Thread Andreas Metzler
On 2018-03-08 jEsuSdA  wrote:
> Package: findutils
> Version: 4.6.0+git+20161106-2
> Severity: important

> Dear Maintainer,

> Upgrading findutils from stable to testing breaks the fslint-gui recursive
> function to search duplicate files.

> I tried to downgrade fslint from 2.44 to 2.42 and the bug persists.

> When downgrading findutils from 4.6.0+git+20170828-2 to 4.6.0+git+20161106-2,
> both fslint version still working again.

Hello,

could you please elaborate a litle bit on how exactly fslint-gui breaks.
What error is triggered? How can I reproduce this?

TIA, cu Andreas

-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'



Bug#892355: findutils on testing breaks fslint recursive search

2018-03-08 Thread jEsuSdA
Package: findutils
Version: 4.6.0+git+20161106-2
Severity: important

Dear Maintainer,

Upgrading findutils from stable to testing breaks the fslint-gui recursive
function to search duplicate files.

I tried to downgrade fslint from 2.44 to 2.42 and the bug persists.

When downgrading findutils from 4.6.0+git+20170828-2 to 4.6.0+git+20161106-2,
both fslint version still working again.

Thanks!



-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-6.1-liquorix-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8), 
LANGUAGE=es_ES.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages findutils depends on:
ii  libc62.26-6
ii  libselinux1  2.7-2

findutils recommends no packages.

Versions of packages findutils suggests:
ii  locate  4.6.0+git+20170828-2

-- no debconf information