Bug#896934: diffoscope: decode monitor EDID data to text

2018-04-26 Thread Mattia Rizzolo
se: * add a test * expand that TODO item, I can't understand what it is about * wrap the long lines the way pep8 teaches * explain why the external_tools.py's dict lists both edid-decode and read-edid, but in the build-dep are made as alternatives -- regards,

Bug#855273: diffoscope: fails to clean up after SIGTERM

2018-05-10 Thread Mattia Rizzolo
this, Mattia? Would be great to either solve this or close the > bug either way. :) I haven't seen this on a while (or we accidentally hidden the effects), so I'm closing this bug. Don't worry I'll open a new one if I notice it again! :P -- regards,

Bug#898022: diffoscope: Traceback when comparing paths with invalid unicode characters

2018-05-10 Thread Mattia Rizzolo
bject, metaclass=abc.ABCMeta): | if not hasattr(self, '_mimedb'): | self._mimedb = magic.open(magic.NONE) | self._mimedb.load() |-return self._mimedb.file(path) |+return self._mimedb.file(path.encode('utf-8', erro

Bug#898022: diffoscope: Traceback when comparing paths with invalid unicode characters

2018-05-10 Thread Mattia Rizzolo
s. If you do commit it, please > include my testcase (or something based on it) that I added in: > > https://bugs.debian.org/898022#5 Of course. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04

Bug#898022: diffoscope: Traceback when comparing paths with invalid unicode characters

2018-05-10 Thread Mattia Rizzolo
Control: clone -1 -2 Control: tag -2 - patch Control: severity -2 wishlist Control: retitle -2 diffoscope: should handle the filenames as bytes On Thu, May 10, 2018 at 06:01:50PM +0200, Mattia Rizzolo wrote: > I believe that, like that bug is showing, we should just specify > type=os.fs

Bug#898683: diffoscope: not installable from stretch-backports because of unmet dependency python3-distutils

2018-05-15 Thread Mattia Rizzolo
ine that works for both (as I don't really want backports delta). -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org : :'

Experimental package repository moved

2018-05-20 Thread Mattia Rizzolo
net/commit/d4b907243 & https://salsa.debian.org/qa/jenkins.debian.net/commit/db3832025 -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org : :&#

Re: [rb-general] Please review the draft for week 160's blog post

2018-05-22 Thread Mattia Rizzolo
p emails are taken care of before publishing? https://lists.reproducible-builds.org/pipermail/rb-general/2018-May/000960.html -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. mo

package uploaded to our repo

2018-06-04 Thread Mattia Rizzolo
https://tests.reproducible-builds.org/debian/repository/debian/gcc-7_7.3.0-26+really21.0~reproducible0.dsc has just been uploaded to https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain ___ Reproducible-builds mailing list Reproducible-buil

Bug#901548: diffoscope: Add lz4 comparator

2018-06-14 Thread Mattia Rizzolo
the anchoring). Then, we really like tests. They are as easy as the comparators to write, and there are plenty of examples, do you think you could provide some? -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .&#

Bug#901548: diffoscope: Add lz4 comparator

2018-06-14 Thread Mattia Rizzolo
a 'Closes: #901548' line). -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org : :' : Launchpad user: https://launchpad.net/~mapreri `. `&#x

Bug#901548: diffoscope: Add lz4 comparator

2018-06-14 Thread Mattia Rizzolo
hat I did in this message or any variants of them… I believe we should spare mostly driven-by contributors from figuring out how to interact at this level with the bug tracker, so I just did it myself :) -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B

Re: appears to break multiple autopkgtests

2018-06-27 Thread Mattia Rizzolo
six.text_type(line, errors="replace") INTERNALERROR> TypeError: decoding to str: need a bytes-like object, int found Personally, I can hardly imagine how this would be a diffoscope issue, so I ask the pytest maintainer to look into it. Judging by the position of that output, it seem t

Bug#902709: diffoscope: test failures everywhere

2018-06-29 Thread Mattia Rizzolo
? Considering how widespread the same failures are I have to believe that the fact it built for you is odd, instead of the other way around as it usually is :) -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about

Bug#902709: diffoscope: test failures everywhere

2018-07-02 Thread Mattia Rizzolo
take care of it once I can debug the other 4 errors (tbh, I didn't try to reproduce them locally). -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org

Bug#902709: diffoscope: test failures everywhere

2018-07-02 Thread Mattia Rizzolo
2d1b76efa33132381f76eb -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org : :' : Launchpad user: https://launchpad.net/~mapreri `. `'` Debian QA

Bug#902920: diffoscope: be triggered by all the reverse-recommends

2018-07-03 Thread Mattia Rizzolo
field, but I can't figure how to accomplish that without duplicating the list of packages a 3rd time (one in d/control, the other in diffoscope/external_tools.py). Any hint from the CI team would be appreciated. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52

Bug#902920: diffoscope: be triggered by all the reverse-recommends

2018-07-06 Thread Mattia Rizzolo
of the diffoscope contributors have any hard feelings on me making d/rules yet longer and implement the above? It would end up with another bit to update whenever a new debian relations in added in the external_tools, even if done semi-automatically... -- regards, Mat

Bug#902709: diffoscope: test failures everywhere

2018-07-06 Thread Mattia Rizzolo
produce them, so I'm thinking tomorrow to fix up some other things and release nonetheless, hopefully somebody can look at GitLab CI at another time. -- regards, Mattia Rizzolo GPG Key: 4096R/B9444540 http://goo.gl/I8TMB more about me: http://mapreri.org Launchpad User: https://

Bug#903444: diffoscope: FileNotFoundError with gfxboot/4.5.2-1.1-6

2018-07-10 Thread Mattia Rizzolo
_magic_signature_files files += [os.path.join(user_dir, x) for x in os.listdir(user_dir)] FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/jenkins/.binwalk/magic' Interestingly, I couldn't reproduce this locally, so it might have something to do with the envi

Bug#903446: diffoscope: libarchive.exception.ArchiveError with lie/2.2.2+dfsg-3

2018-07-10 Thread Mattia Rizzolo
85, in check_int raise archive_error(args[0], retcode) File "/usr/lib/python3/dist-packages/libarchive/ffi.py", line 69, in archive_error raise ArchiveError(msg, errno(archive_p), retcode, archive_p) libarchive.exception.ArchiveError: Unrecognized archive format (errno=84, retc

Bug#903447: diffoscope: AttributeError with node-module-deps/6.1.0-1

2018-07-10 Thread Mattia Rizzolo
, line 73, in compare_details diff = {repr(x): y for x, y in jsondiff.diff(a, b).items()} AttributeError: 'list' object has no attribute 'items' I can totally reproduce this locally; artifacts will be available till tomorrow on https://tests.reproducible-builds.org/deb

Bug#903449: diffoscope: RecursionError with ghc/8.4.3-1

2018-07-10 Thread Mattia Rizzolo
s/jsondiff/__init__.py", line 372, in _list_diff_0 d, s = self._obj_diff(X[i-1], Y[j-1]) File "/usr/lib/python3/dist-packages/jsondiff/__init__.py", line 491, in _obj_diff elif a != b: RecursionError: maximum recursion depth exceeded in comparison I don't ha

Bug#903447: diffoscope: AttributeError with node-module-deps/6.1.0-1

2018-07-10 Thread Mattia Rizzolo
On Tue, Jul 10, 2018 at 10:12:45AM +0200, Mattia Rizzolo wrote: > AttributeError: 'list' object has no attribute 'items' > > > I can totally reproduce this locally; artifacts will be available till > tomorrow This is caused by the two attached very small .json

Bug#903447: diffoscope: AttributeError with node-module-deps/6.1.0-1

2018-07-10 Thread Mattia Rizzolo
On Tue, Jul 10, 2018 at 03:44:21PM +0200, Mattia Rizzolo wrote: > On Tue, Jul 10, 2018 at 10:12:45AM +0200, Mattia Rizzolo wrote: > > AttributeError: 'list' object has no attribute 'items' > > > > > > I can totally reproduce this locally; artifact

Bug#903449: diffoscope: RecursionError with ghc/8.4.3-1

2018-07-10 Thread Mattia Rizzolo
On Tue, Jul 10, 2018 at 10:15:57AM +0200, Mattia Rizzolo wrote: > > Thu Jul 5 10:46:13 UTC 2018 I: diffoscope 98 will be used to compare the > two builds: > Traceback (most recent call last): … > File "/usr/lib/python3/dist-packages/jsondiff/__init__.py", line 491, i

Re: Heads-up: New upstream version of src:file in experimental

2018-07-30 Thread Mattia Rizzolo
ail/reproducible-builds/Week-of-Mon-20180723/010464.html I'll test diffoscope and if you don't hear from me (in the form of bug reports), everything is fine ^^ BTW, for diffoscope a test build using the new version of file is enough of a test (in case you want to just do it yourself :)).

Re: Please review the draft for week 174's blog post

2018-08-26 Thread Mattia Rizzolo
I'm supposed to be on vacation!), so I'd need somebody else to expand that. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org : :&

Re: Empty build-id to make package reproducible

2018-09-01 Thread Mattia Rizzolo
=none, given that the debug symbols are placed next to the build-id? (not sure, maybe there is a fallback, I haven't actually checked). -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri

Re: Empty build-id to make package reproducible

2018-09-01 Thread Mattia Rizzolo
e build id is something that I've never seen done anywhere, and I wouldn't be confidend nothing will notice… To me it seems something that random tools could take as a given. And as dkg said, I would find it better to figure what causes it to vary, rather than hide it :) -- regards,

Re: Empty build-id to make package reproducible

2018-09-02 Thread Mattia Rizzolo
fs), so it's harder to check. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org : :' : Launchpad user: https://launchpad.net/~mapreri

Bug#905885: diffoscope: skipping tests on ci.debian.net is perhaps wrong?

2018-09-03 Thread Mattia Rizzolo
those :) I'm not exactly sure how we should handle the various other @skip_unless_tool_is_* and friends though... -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org :

Bug#908072: diffoscope: `bin/diffoscope --list-debian-substvars` output depends on installed packages

2018-09-05 Thread Mattia Rizzolo
the package is built with nocheck or not. This accidentally caused the FTBFS of version 100 (about to be reported). -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more

Bug#908074: diffoscope: test failures with LLVM 7

2018-09-05 Thread Mattia Rizzolo
2-1~exp3) ii llvm-7-runtime (1:7~+rc2-1~exp3) ii llvm-runtime (1:7.0-43ubuntu1) But I have no reasons to be believe it's ubuntu-specific, so I'm reporting this bug. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944

Bug#908076: diffoscope: FTBFS: Files debian/tests/control and debian/tests/control.tmp differ

2018-09-05 Thread Mattia Rizzolo
diffoscope to FTBFS with nocheck… (as v99 did, but nobody noticed). -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org : :' : Launchpad u

Bug#903444: diffoscope: FileNotFoundError: [Errno 2] No such file or directory: '/home/lamby/.binwalk/magic' with gfxboot/4.5.2-1.1-6

2018-09-10 Thread Mattia Rizzolo
, thanks for tracking this down! -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org : :' : Launchpad user: https://launchpad.net/~mapreri

Bug#909076: ghostscript: ps2ascii crashes: Error: /typecheck in --.bind--

2018-09-18 Thread Mattia Rizzolo
t) to FTBFS. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org : :' : Launchpad user: https://launchpad.net/~mapreri `. `

Bug#909694: reprotest: please export DEB_BUILD_OPTIONS=reproducible=+all

2018-09-27 Thread Mattia Rizzolo
On Wed, Sep 26, 2018 at 10:50:30PM +0200, Holger Levsen wrote: > < KGB-1> | Mattia Rizzolo master 4860753 jenkins.debian.net > bin/reproducible_build.sh * https://deb.li/v57l > < KGB-1> reproducible debian: enable all the reproducible-related build flags >

Re: Please review the draft for week 179's blog post

2018-09-30 Thread Mattia Rizzolo
owever. (now updated) -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org : :' : Launchpad user: https://launchpad.net/~mapreri

Bug#910541: diffoscope: filing bugs on diffoscope is cumbersome for non-Debian contributors

2018-10-08 Thread Mattia Rizzolo
BTS, > including all the magic headers, bug template etc? > Like the "reply" one existing already on BTS (I'm using it right now, I > even get quoted message I reply to!). I just added such a link in https://diffoscope.org/ - what do you all think? :) -- regards,

Bug#910652: graphicsmagick-imagemagick-compat: Doesn't ship a compare tool

2018-10-09 Thread Mattia Rizzolo
#x27;m adding a Build-Conflicts:graphicsmagick-imagemagick-compat to diffoscope to prevent resolvers from picking up this package, as it would cause tests to be skipped. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''

Bug#911846: diffoscope: test failures in stretch-backports

2018-10-25 Thread Mattia Rizzolo
nce.details) > 0 E AssertionError difference = fixture= < /builds/reproducible-builds/diffoscope/tests/data/test1.cmi> has_details = True has_null_source = False monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f8e93627e80> tests/utils/nonexisting.py:32: AssertionErro

Bug#913315: diffoscope: crash with PyPDF2.utils.PdfReadError with some packages

2018-11-09 Thread Mattia Rizzolo
r/lib/python3/dist-packages/PyPDF2/generic.py", line 66, in readObject return DictionaryObject.readFromStream(stream, pdf) File "/usr/lib/python3/dist-packages/PyPDF2/generic.py", line 589, in readFromStream % (utils.hexStr(stream.tell()), key)) PyPDF2.utils.PdfReadError:

Bug#903446: diffoscope: libarchive.exception.ArchiveError: Unrecognized archive format (via comparators.debian) with lie/2.2.2+dfsg-3

2018-11-09 Thread Mattia Rizzolo
libarchive raises its exception? -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org : :' : Launchpad user: https://launchpad.net/~mapreri

Bug#916353: diffoscope: test failure in alpine

2018-12-13 Thread Mattia Rizzolo
t 'filetype from file(1)' == 'dir/text' E - filetype from file(1) E + dir/text tests/comparators/test_zip.py:106: AssertionError = 1 failed, 11 passed in 1.41 seconds ====== -- regards, Mattia Rizzolo GPG Ke

Bug#833603: cross-distro

2018-12-20 Thread Mattia Rizzolo
p. I'd propose introducing something to configure at "built time" what normalizers to disable/enable, coupled with a revert of the change you mentioned. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .'

Bug#920701: diffoscope: Please document and allow to disable automatic inclusion of dbgsym packages

2019-01-28 Thread Mattia Rizzolo
[03:02:13 PM] 2030 josch: one reason for not removing that feature completely, is that it can be hard to create a .chnages file if all you have are the .debs, and there are good reason for diffoscope to import the debug information while running objdump [03:02:38 PM] 2030 for sure we could at l

Bug#925051: diffoscope: FTBFS in stretch (failing tests)

2019-03-20 Thread Mattia Rizzolo
t they will approve it directly. tbh I totally forgot about stretch itself while fixing that bug… -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org

Bug#925051: diffoscope: FTBFS in stretch (failing tests)

2019-03-20 Thread Mattia Rizzolo
erkill, especially at this point in the buster release cycle…? > > Fancy pinging the SRMs on this? Not had to deal with this before. Cherry-picked the related patches, and uploaded. Also, pu bug opened for tracking at #925161 . -- regards, Mattia Rizzolo GPG Key: 66A

Re: Cannot rebuild diffoscope in stretch

2019-03-21 Thread Mattia Rizzolo
iting for SRM to approve the upload). If it still fails, I'd be interested in the full log. For convinience, this is the (unsigned) source package built by me: https://volatile.mapreri.org/2019-03-21/0626fb90b70be4fe0d8c9b7c59d9af16/diffoscope_78+deb9u1.dsc indexing is disabled, but `dget

Bug#925613: unblock: strip-nondeterminism/1.1.2-1

2019-03-27 Thread Mattia Rizzolo
x27;} = 'UTC'; @@ -35,7 +35,7 @@ sub _get_file_type($) { my $file=shift; open(FILE, '-|') # handle all filenames safely - || exec('file', $file) + || exec('file', '--', $file) || die "can't exec file: $!";

Re: Bug#869184: dpkg: source uploads including _amd64.buildinfo cause problems

2019-06-18 Thread Mattia Rizzolo
e, I understand that things works like that, I'm just showing a few design points that could potentially be done differently. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org

Re: Bug#869184: dpkg: source uploads including _amd64.buildinfo cause problems

2019-06-18 Thread Mattia Rizzolo
x27;t upload a .buildinfo for an arch that you aren't uploading, and humans can't upload binaries, so you can't upload .buildinfo for binaries at all). -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. mor

what to do with stretch?

2019-07-06 Thread Mattia Rizzolo
e package pages (as IMHO it's already crowded enough) and keep everything there, without rebuilding anything anymore) -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more

Bug#931881: diffoscope: undeclared versioned dependency on file

2019-07-11 Thread Mattia Rizzolo
_TOOLS is not set. > > I think we need to add "file" to the DIFFOSCOPE_TESTS_MISSING_TOOLS > list in debian/tests/pytest. Mattia, can you confirm? > > > Regards, > > -- > ,''`. > : :' : Chris Lamb > `. `'` la...@debian.org 🍥 chris-lamb.co.

Bug#931881: diffoscope: undeclared versioned dependency on file

2019-07-12 Thread Mattia Rizzolo
On Fri, 12 Jul 2019, 6:09 pm Chris Lamb, wrote: > * DIFFOSCOPE_FAIL_TESTS_ON_MISSING_TOOLS='' > → Fails; the required version is missing and unlisted. > > * DIFFOSCOPE_FAIL_TESTS_ON_MISSING_TOOLS="foo bar" > → Fails; the required version is missing and unlisted. > These shouldn't fai

Re: Second build of kronosnet fails on i386

2019-07-26 Thread Mattia Rizzolo
ild (for unstable only at this time). Let's see. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org : :' : Launchpad user: https://launchpad.net/~mapreri

Re: Second build of kronosnet fails on i386

2019-07-26 Thread Mattia Rizzolo
he conclusion that is the chroot's manager job to provide a useful /etc/hosts, i.e. pbuilder's job in this case. https://salsa.debian.org/pbuilder-team/pbuilder/commit/775e8fe1e7c142b14edbd8a19973f03912b548b9 -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3

Re: Second build of kronosnet fails on i386

2019-07-27 Thread Mattia Rizzolo
to look at. Indeed, if there are still failing weirdly like glibc was, I'd be interested in seeing what else they might be missing. > Clearly, someone, somewhere, and some > time used "Apple" to refer to this list... :> -- regards, Mattia Rizzo

Re: [Git][qa/jenkins.debian.net] reproducible: vary BUILDDIR for 2nd build so that the path length also

2019-08-09 Thread Mattia Rizzolo
I think the reason we were not varying the length of the build path was because it can generate huge diffs, as it may translate in offsets all over the binaries. I can't imagine any other surprise other than that. On Fri, 9 Aug 2019, 12:22 am Vagrant Cascadian, < vagr...@reproducible-builds.org>

Re: Bug#934405: debhelper: Please ignore binNMUs in get_source_date_epoch() function

2019-08-12 Thread Mattia Rizzolo
dea and should be removed, instead of normalized. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org : :' : Launchpad user: https://launchpad.net/~m

Bug#935684: diffoscope: squashfs-tools output change

2019-08-25 Thread Mattia Rizzolo
rgram version. How can we distinguish the previous squashfs-tools with the new one? -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org : :' : Lau

Bug#939387: Please provide a way to rebuild the package with debian/changelog-only changes

2019-09-04 Thread Mattia Rizzolo
7;m somewhat worried about relaxing the check to "just allow all suffixes". That said, it has also been annoying for ubuntu, where every time they have to to do a change they also have to tweak this check (usually it's me so it's not that much of a hassle, but I can see other develo

Bug#939386: FTBFS with OCaml 4.08.0 (embeds .cmi in source package)

2019-09-05 Thread Mattia Rizzolo
ll. > - Instead of shipping a .cmi file in the source package, generate one > at build time. That's https://salsa.debian.org/reproducible-builds/diffoscope/issues/66 and it's somewhat tricky (as the built files have to have the difference we expect them to). -- regards,

Bug#939387: Please provide a way to rebuild the package with debian/changelog-only changes

2019-09-07 Thread Mattia Rizzolo
guess it's safe enough. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org : :' : Launchpad user: https://launchpad.net/~mapreri `.

Re: Bug#939387: Please provide a way to rebuild the package with debian/changelog-only changes

2019-09-07 Thread Mattia Rizzolo
should make diffoscope non-native. strip-nd is non-native, and in my experience is so much of a pain to do a new upstream release that I really don't want to do them anymore... Compared to that, this one issue with diffoscope is such a triviality that I can't even start compare them. --

Re: Heads-up: New upstream version of src:file in experimental

2019-12-27 Thread Mattia Rizzolo
to unstable in a week from now. Thank you for the heads up! -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. More about me: https://mapreri.org : :' : Laun

notes repository shared with all DDs

2020-01-11 Thread Mattia Rizzolo
Hi, I just shared the notes repository¹ with the "Debian" group, therefore giving all DDs write access to it. It's my attempt to invite more direct contributions instead of MRs :) ¹ https://salsa.debian.org/reproducible-builds/reproducible-notes -- regards,

Re: Request for help to make mariadb-10.3 in Debian reproducible

2020-01-20 Thread Mattia Rizzolo
build, for an easier start. And thank you for taking up on Otto's request! :) -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. More about me: https://mapreri.org :

Re: Request for help to make mariadb-10.3 in Debian reproducible

2020-01-20 Thread Mattia Rizzolo
here, please download them today, as they will then be deleted: https://tests.reproducible-builds.org/debian/artifacts/r00t-me/mariadb-10.3_bullseye_amd64_tmp-bRl4s/ On Mon, Jan 20, 2020 at 12:40 PM Mattia Rizzolo wrote: > On Sun, Jan 19, 2020 at 11:57:05PM -, Chris Lamb wrote: > >

Re: Bug#954991: ruby-zoom: Multi-arch conflict with zoom-0.5.0.gemspec

2020-03-26 Thread Mattia Rizzolo
s between architectures. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. More about me: https://mapreri.org : :' : Launchpad user: https://launchpad.net/~mapreri

Re: Storing build logs outside of .deb packages

2020-06-01 Thread Mattia Rizzolo
been a relevant thread in debian-devel a few months back, spawned off the debian/.build thread started by Niels Thykier. I'm not quite clear what's the best way forward: I could go and implement whatever feels best to me in pbuilder, and then hope the rest of the tooling with catch up

Re: Storing build logs outside of .deb packages

2020-06-01 Thread Mattia Rizzolo
good idea). I know I tried to catch Josh attention via IRC in the past, but he was also basically lost on how to tackle this matter. In the latter case, it would basically mean that Aurelien and Colin needs to think together instead. -- regards, Mattia Rizzolo GPG Key:

Re: Help with FTBFS polybar (builds fine on salsa-ci)

2020-06-08 Thread Mattia Rizzolo
his means it can very easily cause shifts in the compiled binaries even after stripping (see the very recent bug open against debhelper to avoid saving RPATH when using cmake). Such thing won't happen during regular rebuilds, as the build path lenght is usually the same even when slighly different, and

Re: Help with FTBFS polybar (builds fine on salsa-ci)

2020-06-10 Thread Mattia Rizzolo
will > still be there and it might affect other packages. sigh, apparently it still timeouts :( -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. More about me: https://mapreri.org : :' : L

Re: Bug#969084: buildd.d.o: please don't use a tainted buildenv

2020-09-05 Thread Mattia Rizzolo
age (which, IMHO, src:policy-rcd-declarative could do, i.e. provide a "policy-rcd-declarative-deny-all" binary; or do fancy things with a debconf option sbuild-craetechroot could inject but that would be too dirty for me). -- regards, Mattia Rizzolo GPG Key: 66AE 2B

Re: Bug#969084: buildd.d.o: please don't use a tainted buildenv

2020-09-10 Thread Mattia Rizzolo
o give the policy-rcd-declarative maintainer some context without being shoved a bugload of comments ^^ https://bugs.debian.org/970027 -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. More about me: https://m

Re: Bug#969084: buildd.d.o: please don't use a tainted buildenv

2020-09-10 Thread Mattia Rizzolo
On Thu, Sep 10, 2020 at 02:14:57PM +0200, Aurelien Jarno wrote: > On 2020-09-10 11:58, Holger Levsen wrote: > > Hi, > > > > On Thu, Sep 10, 2020 at 01:45:31PM +0200, Mattia Rizzolo wrote: > > > On Wed, Sep 09, 2020 at 11:01:01AM +0200, Aurelien Jarno wrote: > >

Re: scribus: status change on tests.reproducible-builds.org/debian

2020-11-19 Thread Mattia Rizzolo
054689> > Covenant Concepts <https://covenantconcepts.org/> > ___ > Reproducible-builds mailing list > Reproducible-builds@alioth-lists.debian.net > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/reproducible-builds -- regards,

Bug#975261: diffoscope: install footprint is 2.6GB, please move some recommends to suggests

2020-11-20 Thread Mattia Rizzolo
ays) agree, I can take care of doing the needing packaging changes. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. More about me: https://mapreri.org : :' : Launchpad use

Re: Comments regarding diffoscope_162_amd64.changes

2020-11-30 Thread Mattia Rizzolo
k you for your comments! We'll get it sorted soon! For tracking porpuses, I copied your mail here: https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/224 -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540

Re: reproducible builds Debian usertags?

2020-12-06 Thread Mattia Rizzolo
gs 875704 - filesystemordering > usertags 872729 + filesystem > usertags 875700 + filesystem > usertags 875704 + filesystem > thanks these should all be "fileordering", the later "filesystem" is bogus. did you find it somewhere? All the others

Re: maintaining reproducible-notes over the long term

2020-12-18 Thread Mattia Rizzolo
ically?) removed notes for stuff that indeed shouldn't have been removed? > I just don't remember where exactly they live... Mattia? That's `clean-notes` in reproducible-misc.git :) -- regards, Mattia Rizzolo GPG K

Re: maintaining reproducible-notes over the long term

2020-12-18 Thread Mattia Rizzolo
de. :) That might be so, but I'm very much willing to adapt what I do to much your expectations. If you believe I am losing data let's try to figure a way to help me figure it out so that I won't do that anymore, while at the same time try to somehow keep the notes a tad tidier :) -

Re: maintaining reproducible-notes over the long term

2020-12-27 Thread Mattia Rizzolo
with the notes (not just clean-notes and edit-notes) hardcode "amd64" and look only at that (indeed the note pages do say "Our notes […] are targeted at packages in Debian in 'unstable/amd64' (unless they say otherwise)."). -- regards, Mattia Ri

Re: Updating dpkg-buildflags to enable reproducible=+fixfilepath by default

2021-01-09 Thread Mattia Rizzolo
how stuff build with cmake get a full path in there, whereas stuff built with make gets a path relative to the Makefile. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. More about me: https://mapreri

Bug#988964: please demote diffoscope to Recommends

2021-05-25 Thread Mattia Rizzolo
heck before running it :) -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. More about me: https://mapreri.org : :' : Launchpad user: https://launchpad.net/~mapreri `. `'`

Re: [Request for help] Making brian reproducible

2021-06-08 Thread Mattia Rizzolo
s independent of timezone (it might be fine as is). > > Sure Incidentally, instead of using SOURCE_DATE_EPOCH, please also double check if you couldn't just get rid of the timestamp at all. In my experience most timestamps are just useless and don't really provide anything valuable, so

Re: diffoscope (and strip-nd) for bullseye

2021-06-08 Thread Mattia Rizzolo
it would need an explicit unblock as it's a key package (being in the pseudo-build-essential set). -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. More about me: https://mapreri.org

Bug#991059: diffoscope: subprocess.CalledProcessError: Command unsquashfs... returned non-zero exit status 1

2021-07-15 Thread Mattia Rizzolo
pe shouldn't crash, just the timeout wrapper exiting.) -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. More about me: https://mapreri.org : :' : Launchpad user: https

Re: testing of bookworm has begon

2021-08-17 Thread Mattia Rizzolo
them. Thank you for handling the addition of bookworm! Hopefully it was easy enough to follow what we did last time with buster. Shall we officially drop stretch now? (perhaps move them to some r/o place, or drop the completely?) -- regards, Mattia Rizzolo GPG Key: 66AE

Re: archive wide rebuild with "-DCMAKE_SKIP_RPATH=ON"?

2021-08-17 Thread Mattia Rizzolo
ak quite a few things here and there. Rather, it would be perfect for aws' comparative rebuilds. Now, who is the contact for those these days? -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. More about me:

Re: archive wide rebuild with "-DCMAKE_SKIP_RPATH=ON"?

2021-08-21 Thread Mattia Rizzolo
salsa.debian.org/lucas/collab-qa-tools/-/merge_requests/12 with a script that, as I expect, should be enough to run this test. It's similar in spirit on how vagrant run the last test rebuild, `sed`ing a "live" file instead of providing a patched package, as I understand that's a

Bug#992694: reprotest: kernel variation makes ldconfig abort with message "FATAL: Kernel too old"

2021-08-26 Thread Mattia Rizzolo
onfig` complains about `FATAL: kernel too old` and aborts the build. | | Avoid sudo(1) password prompts | == Besides potentially better identifying which versions of ldconfig are effectively broken, I don't think we could do much else. -- regards, Mattia Rizzolo

Re: Help with Mroonga to finally get all of MariaDB Server reproducible

2021-10-12 Thread Mattia Rizzolo
t* DEB_BUILD_OPTIONS in d/rules. Instead, they should set DEB_BUILD_MAINT_OPTIONS, which (according to dpkg-buildflags(1)) overrides DEB_BUILD_OPTIONS by also merging its non-conflicting values. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B0

Re: Bug#995928: acorn: doc directory shipped by both binaries

2021-10-12 Thread Mattia Rizzolo
raph on my thoughts about the potential solutions; I'm happy to implement what you think would be best. On Fri, Oct 08, 2021 at 12:07:36PM +0200, Mattia Rizzolo wrote: > Source: acorn > Version: 8.0.5+ds+~cs19.19.27-3 > Severity: serious > Control: fixed -1 8.5.0+ds+~cs23.9.6-2 &g

Re: intersphinx mapping - https errors causing reproducibility failures

2021-11-19 Thread Mattia Rizzolo
t I expect, and which is what I see in, say, the amd64 build. > The first run retrieves the inventories just fine, the second run > always fails. This then leads to sphinx generating different output, > causing the reproducibility failure. Well, it's a RC bug even trying to do that

Re: dh-perl6 vs. dh-raku: reproducibility issues with vendor/precompiled

2022-02-09 Thread Mattia Rizzolo
(just dumping a quick point else I'm sure I'll forget by the time I get to this mail when on the computer..) A build process really must not create random files in HOME, and possibly not even try to access them... If having a nonexistent home dir (which... Isn't the case of boh default pbuilder a

Re: haveged: status change on tests.reproducible-builds.org/debian

2022-03-08 Thread Mattia Rizzolo
we don't keep build old logs so I can't confirm. I can also add that the very same couple of builders was successfully used to build this package on 2021-10-29, and AFAIK since then nothing interesting happend on our infrastracture. -- regards, Mattia Rizzolo

Re: Status of Required/Essential/Build-Essential in Debian

2022-05-02 Thread Mattia Rizzolo
cially?) when a build fails. I tried to talk with Guillem about this some months ago (to see if dpkg could/should be involved), but then I dropped the ball. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944

  1   2   >