Bug#900593: diffoscope: GNU tar xattrs result in: libarchive: Ignoring malformed pax extended attribute

2018-06-01 Thread Tianon Gravi
Package: diffoscope Version: 95 Severity: normal First, thanks for diffoscope; it's the best. :) The context for this bug is in [1]. The basic gist is that I need to preserve extended attributes to get the proper capabilities on "/bin/ping" inside a rootfs tarball, so I updated my GNU tar invoca

Re: packages which have not been rebuild since December 2016

2018-06-01 Thread Holger Levsen
Hi Chris, On Fri, Jun 01, 2018 at 10:40:18AM +0100, Chris Lamb wrote: > > I think this should be relatively easy to compute: > Indeed — 9182/33705 packages need a rebuild in sid. > (Full output of following script attached.) hehe, very nice. Just the numbers strike me as odd: we currently have

Re: packages which have not been rebuild since December 2016

2018-06-01 Thread Paul Gevers
Hi Chris, On 01-06-18 16:32, Chris Lamb wrote: > Hi Paul, > >>> (Full output of following script attached.) >> >> Would it be easy to run dd-list on this and share that as well? > > Attached, but… Thanks. >> Just in case people care enough to help with rebuilding their >> own packages (like I

Re: packages which have not been rebuild since December 2016

2018-06-01 Thread Paul Gevers
Hi Chris, On 01-06-18 11:40, Chris Lamb wrote: > (Full output of following script attached.) Would it be easy to run dd-list on this and share that as well? Just in case people care enough to help with rebuilding their own packages (like I would). Paul signature.asc Description: OpenPGP digit

Re: packages which have not been rebuild since December 2016

2018-06-01 Thread Chris Lamb
Hi Guillem, > I think this should be relatively easy to compute: Indeed — 9182/33705 packages need a rebuild in sid. (Full output of following script attached.) #!/usr/bin/env python3 import os import re import glob import bisect import psycopg2 import collections from debian import deb822 fr