From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#24112: xorg-server 1.18.1 is not bit-reproducible Date: Tue, 31 Oct 2017 16:21:20 +0100 Message-ID: <87efpjxs0f.fsf@gnu.org> References: <87twf7wka9.fsf@gnu.org> <87fua0yyig.fsf@gnu.org> <20171031073447.3172b671@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e9YMg-0002Hw-SU for bug-guix@gnu.org; Tue, 31 Oct 2017 11:22:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e9YMc-0001qw-A4 for bug-guix@gnu.org; Tue, 31 Oct 2017 11:22:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35693) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e9YMc-0001qp-6F for bug-guix@gnu.org; Tue, 31 Oct 2017 11:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e9YMc-0004ot-0r for bug-guix@gnu.org; Tue, 31 Oct 2017 11:22:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20171031073447.3172b671@scratchpost.org> (Danny Milosavljevic's message of "Tue, 31 Oct 2017 07:34:47 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Danny Milosavljevic Cc: 24112-done@debbugs.gnu.org Danny Milosavljevic skribis: > + ;; The default is to use "uname -srm", which captures the k= ernel > + ;; version and makes builds non-reproducible. > + "--with-os-name=3DGNU" > + > + "--with-os-vendor=3DGuixSD" ;not strictly needed, but lo= oks nice > > Isn't that the wrong way around? The OS is arguably =E2=80=9CGNU=E2=80=9D, and if we assume that =E2=80=9Cve= ndor=E2=80=9D really means =E2=80=9Cdistro=E2=80=9D, that sounds about right. Not that it matters muc= h anyway. :-) Ludo=E2=80=99.