!LemuOOvbWqRXodtSsw:nixos.org

NixOS Reproducible Builds

519 Members
Report: https://reproducible.nixos.org Project progress: https://github.com/orgs/NixOS/projects/30113 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
23 Apr 2023
@charutocafe:matrix.orgcharutosad to see so many regressions in reproducibility :(13:38:45
@raboof:matrix.orgraboofI think some of them are just things we never noticed/hit before or that previously weren't part of the testset - but yeah the texlive and kernel changes seem regressions13:42:09
@raboof:matrix.orgraboofthe vim, terminus and grub ones all have PR's (the grub one even was just merged to staging)13:43:38
@rnhmjoj:maxwell.ydns.eu@rnhmjoj:maxwell.ydns.eu this is puzzling: why would these two files randomly disappear? 13:52:18
@raitobezarius:matrix.orgraitobezarius rnhmjoj: look to the fix PR 13:53:19
@raitobezarius:matrix.orgraitobezariusthis is a parallel install problem13:53:25
@raitobezarius:matrix.orgraitobezariusmake is unable to order the install targets required for one of the install target13:53:36
@charutocafe:matrix.orgcharuto
In reply to @raboof:matrix.org
I think some of them are just things we never noticed/hit before or that previously weren't part of the testset - but yeah the texlive and kernel changes seem regressions
oh, fair enough. hopefully we'll be soon able to see a 100% reproducible minimal iso again.
13:57:52
@rnhmjoj:maxwell.ydns.eu@rnhmjoj:maxwell.ydns.eu
In reply to @raitobezarius:matrix.org
make is unable to order the install targets required for one of the install target
uhm, does that mean there's a prerequisite missing in some target?
13:58:38
@raitobezarius:matrix.orgraitobezariusI thought it was a Make limitation14:01:38
@rnhmjoj:maxwell.ydns.eu@rnhmjoj:maxwell.ydns.eu

This is the makefile:

install: $(PCF)
	mkdir -p $(DESTDIR)$(x11dir)
	for i in $(PCF) ; do gzip -c $$i > $(DESTDIR)$(x11dir)/$$i.gz ; done

fontdir:
	mkfontscale $(DESTDIR)$(x11dir)
	mkfontdir $(DESTDIR)$(x11dir)
	fc-cache -f $(DESTDIR)$(x11dir)

This should be ideally fontdir: install, however you can't use a phony prerequisite, so it's a bi more complicated

14:13:13
@rnhmjoj:maxwell.ydns.eu@rnhmjoj:maxwell.ydns.eu *

This is the makefile:

install: $(PCF)
	mkdir -p $(DESTDIR)$(x11dir)
	for i in $(PCF) ; do gzip -c $$i > $(DESTDIR)$(x11dir)/$$i.gz ; done

fontdir:
	mkfontscale $(DESTDIR)$(x11dir)
	mkfontdir $(DESTDIR)$(x11dir)
	fc-cache -f $(DESTDIR)$(x11dir)

This should be ideally fontdir: install, however you can't use a phony prerequisite, so it's a bit more complicated

14:13:30
@raboof:matrix.orgraboof
In reply to @rnhmjoj:maxwell.ydns.eu
uhm, does that mean there's a prerequisite missing in some target?
correct, creating a patch that adds all the installed outputs as requirements for the fontdir target would also make it deterministic, but I'm not sure if it's worth it tbh
14:14:43
@raboof:matrix.orgraboofas you'd also have to teach it that the install target produces these outputs14:15:09

Show newer messages


Back to Room ListRoom Version: 6