found 685439 0.22.10 thanks # su -c 'apt-show-versions -r -p "^linux-(doc|image)-[0-9]+\."' jidanni Use of uninitialized value in hash element at /usr/bin/apt-show-versions line 578, <FILE> line 26850. linux-doc-4.19:all/unstable 4.19.20-1 uptodate linux-image-4.19.0-2-686-pae:i386 4.19.16-1 installed: No available version in archive linux-image-4.19.0-3-686-pae:i386/unstable 4.19.20-1 uptodate # su -c 'apt-show-versions -r -p "^linux-(doc|image)-[0-9]+\."' jidanni Use of uninitialized value in hash element at /usr/bin/apt-show-versions line 578, <FILE> line 26850. linux-doc-4.19:all/unstable 4.19.20-1 uptodate linux-image-4.19.0-2-686-pae:i386 4.19.16-1 installed: No available version in archive linux-image-4.19.0-3-686-pae:i386/unstable 4.19.20-1 uptodate # apt-show-versions -r -p "^linux-(doc|image)-[0-9]+\." Use of uninitialized value in hash element at /usr/bin/apt-show-versions line 578, <FILE> line 26850. linux-doc-4.19:all/unstable 4.19.20-1 uptodate linux-image-4.19.0-2-686-pae:i386 4.19.16-1 installed: No available version in archive linux-image-4.19.0-3-686-pae:i386/unstable 4.19.20-1 uptodate
This is line 578: $packages->{$package->{$PACKAGE}}{$package->{$ARCH}} = $package; Can you please not use an uninitialized value. Please? Just initialize everything to "" first or something. Yes after a few more runs it goes away.