Matthew Jordan <matthewjordandev...@yandex.com> skribis: >> One last thing I forgot to mention: building with --rounds=2 shows that >> the build is not reproducible (some differences in a few .a files.) >> >> If you prefer, we can address it in a later patch, though. > > Yes I would prefer address this issue in a later patch.
Sure, let’s keep that in mind and address it later (but not too late ;-)). I also noticed the unusual file system layout in the main output: --8<---------------cut here---------------start------------->8--- $ ls $(./pre-inst-env guix build go) /gnu/store/05al7hhwng4a5hs1ix2i4agqzm9cs4gy-go-1.4.3-doc: share /gnu/store/6f6ns5c7gfr79pl190r9xjyx6rbx1vv1-go-1.4.3-tests: share /gnu/store/873c46bpppjssni07xk1j8r10ky4ybwz-go-1.4.3: bin favicon.ico include lib misc pkg src --8<---------------cut here---------------end--------------->8--- It would be nice to move misc/, pkg/, src/, and favicon.ico to conventional directories (lib/ or share/ I guess.) Thanks, Ludo’.