Bug#843073: More information

2016-11-07 Thread Felipe Sateler
Hi, The problem seems to occur in the Shlibs perl module[1]. In particular, the function find_library looks in a list of configured paths. But for each path, it checks if the path is a link to another known path, and if so, it does not use the original link but the resolved path. Thus for /lib, it

Bug#843436: dpkg: FTBFS on !linux

2016-11-07 Thread Samuel Thibault
Guillem Jover, on Mon 07 Nov 2016 02:59:02 +0100, wrote: > > while (defined(my $file = $dh->read)) { > > +next if (-d $file); > > $count += $self->load("$dir/$file"); > > } > > > > Thanks for the patch! (although it seems wrong, as it's missing the > $dir name here :)