Bug#837742: diffoscope: debian/tests/basic-command-line fails

2016-09-13 Thread Mattia Rizzolo
On Wed, Sep 14, 2016 at 04:55:44PM +1200, Michael Hudson-Doyle wrote: > Dear Maintainer, Hi. > As of version 60, the basic-command-line autopkgtest fails: > > https://ci.debian.net/packages/d/diffoscope/unstable/amd64/ yeah.. I forgot that I've added new bits that prints stderr... > ... I've

Bug#837742: diffoscope: debian/tests/basic-command-line fails

2016-09-13 Thread Michael Hudson-Doyle
Source: diffoscope Version: 60 Severity: important Dear Maintainer, As of version 60, the basic-command-line autopkgtest fails: https://ci.debian.net/packages/d/diffoscope/unstable/amd64/ ... I've just noticed that this is probably fixed in git, so maybe I'm just asking for an upload :-)

Re: python-popcon source package counts

2016-09-13 Thread Ximin Luo
Hi all, I've uploaded this to DELAYED/12, the commits are here: https://github.com/infinity0/python-popcon I also took this chance to fix the existing RC bugs. X Ximin Luo: > Hi Bastian, > > I'm wondering if you could get around to this pull request soon? > >

Re: buildinfo of old packages

2016-09-13 Thread Holger Levsen
On Tue, Sep 13, 2016 at 08:14:32AM +0200, Linus Gasser wrote: > we’re doing a project where we need to build old package-versions. care to explain more? > We found the buildinfo-files on tests.reproducible-builds.org, but only for > the most recent version of the packages. Is there a way to get

Bug#837681: diffoscope: 'ERROR guestfs can't be launched' when trying to compare to qubes ISOs

2016-09-13 Thread Holger Levsen
On Tue, Sep 13, 2016 at 02:08:00PM +, HW42 wrote: > Since guestfs works by running a modified kernel in an VM to parse the > file system, I think it fails to start the VM (nested virt disabled, > OOM, ...). > > So I think you should first try if guestfs works at all (without > diffoscope)

Bug#837681: diffoscope: 'ERROR guestfs can't be launched' when trying to compare to qubes ISOs

2016-09-13 Thread Holger Levsen
On Tue, Sep 13, 2016 at 04:22:29PM +, Mattia Rizzolo wrote: > I wanted to quickly try myself, but you already deleted the files. > Could you please save them somewhere (I suppose they are too big to be > attached to the bug?) they are in /home/holger/q(1|2) on pb3, please help yourself! :-)

Re: Bug#837694: Reproducable build fails on `/usr/share/i18n/charmaps': No such file or directory

2016-09-13 Thread Chris Lamb
Filip Pytloun wrote: > I hit the same FTBFS during repro build as described in bug #788352 > marked as resolved. If it helps, the following packages also FTBFS with the same/similar message: apertium-br-fr isoquery khal libisocodes ruby-gitlab-emoji Regards, -- ,''`. : :' :

Bug#837681: diffoscope: 'ERROR guestfs can't be launched' when trying to compare to qubes ISOs

2016-09-13 Thread Mattia Rizzolo
On Tue, Sep 13, 2016 at 03:35:58PM +0200, Holger Levsen wrote: > so I build an Qubes ISO, twice and ran diffoscope against it: > > holger@profitbricks-build3-amd64:~$ sudo schroot --directory /tmp -c > source:jenkins-reproducible-unstable-diffoscope diffoscope -- --html > /tmp/q.html --text

Bug#837694: Reproducable build fails on `/usr/share/i18n/charmaps': No such file or directory

2016-09-13 Thread Filip Pytloun
Package: locales-all Version: 2.24-2 Severity: important User: reproducible-builds@lists.alioth.debian.org Usertags: environment Hello, I hit the same FTBFS during repro build as described in bug #788352 marked as resolved. ... mkdir -p debian/tmp/locale/ localedef -f UTF-8 -i en_US

Bug#837681: diffoscope: 'ERROR guestfs can't be launched' when trying to compare to qubes ISOs

2016-09-13 Thread HW42
Since guestfs works by running a modified kernel in an VM to parse the file system, I think it fails to start the VM (nested virt disabled, OOM, ...). So I think you should first try if guestfs works at all (without diffoscope) and/or enable the debug loggin like suggested in the error message.

Bug#837681: diffoscope: 'ERROR guestfs can't be launched' when trying to compare to qubes ISOs

2016-09-13 Thread Holger Levsen
3/dist-packages/diffoscope/comparators/fsimage.py", line 56, in close_archive self.g.umount_all() File "/usr/lib/python3/dist-packages/guestfs.py", line 9543, in umount_all r = libguestfsmod.umount_all (self._o) RuntimeError: umount_all: call launch before using this function

Re: buildinfo of old packages

2016-09-13 Thread Mattia Rizzolo
On Tue, Sep 13, 2016 at 08:14:32AM +0200, Linus Gasser wrote: > we’re doing a project where we need to build old package-versions. nice, care to share more details? :) (just for curiousity) > We found the buildinfo-files on tests.reproducible-builds.org, > but only for the most recent version

buildinfo of old packages

2016-09-13 Thread Linus Gasser
Hi everybody, we’re doing a project where we need to build old package-versions. We found the buildinfo-files on tests.reproducible-builds.org, but only for the most recent version of the packages. Is there a way to get these buildinfo-files for older package-versions, too? thanks in advance,