Hi Ted, On Sun, Jan 26, 2020 at 4:54 AM Theodore Y. Ts'o <ty...@mit.edu> wrote: > So it's stupid stuff like the choice of compilers and CFLAGS
At this point, wireguard-tools package is reproducible actually. At some point it wasn't, due to some older versions (but not all older versions!) of make(1) passing GLOB_NOSORT to glob(3). The most recent version of make fixes this error, and the wireguard package itself just passes some variable through the internal make $(sort) function to address older make versions. Jason