On 10/22/19 9:15 PM, László Böszörményi (GCS) wrote: > On Wed, Oct 16, 2019 at 9:45 PM Johannes Schauer <[email protected]> wrote: >> On Thu, 25 Jul 2019 11:51:00 +0200 László Böszörményi (GCS) >> <[email protected]> wrote: >>> * Package name : squashfs-tools-ng >> I see the package is still waiting in NEW. >> >> Where did you put the packaging VCS? I'd like to play around with it before >> ftp >> master manages to approve it. :) > You can get the updated, 0.7-1 release[1], but please note that its > self-testing is constantly failing: > FAIL: test_fstree_init > ====================== > > test_fstree_init: tests/fstree_init.c:32: main: Assertion > `fs.defaults.st_mtime == 0' failed. > FAIL test_fstree_init (exit status: 134) > > Can you check it David? I've tried it on three machines. Two of these > are running on amd64 and one is on i386 architecture.
Do you have the "SOURCE_DATE_EPOCH" environment variable set? The default was to initialize mtime to 0. Later this got patched to use the value of SOURCE_DATE_EPOCH and only default to 0 if the environment variable wasn't set. I could reproduce the behavior that way and pushed a fix. David

