From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: bug#32458: Acknowledgement (SDL SEGFAULTs on foreign distro) Date: Mon, 20 Aug 2018 22:59:57 +0200 Message-ID: <87ftz8pxde.fsf@fastmail.com> References: <4990ca3b-560e-6049-4f54-d597bf8a2dc4@yahoo.de> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1frrIP-0008UZ-UG for bug-guix@gnu.org; Mon, 20 Aug 2018 17:01:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1frrIM-0003U2-Mr for bug-guix@gnu.org; Mon, 20 Aug 2018 17:01:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:50946) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1frrIM-0003TU-7K for bug-guix@gnu.org; Mon, 20 Aug 2018 17:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1frrIM-0003Y2-3w for bug-guix@gnu.org; Mon, 20 Aug 2018 17:01:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: 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: Tim Gesthuizen , 32458@debbugs.gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello again, Just a quick feedback on the bisect script: Tim Gesthuizen writes: > #!/bin/sh >=20 > cd $HOME/src/guix/build > (cd ..; ./bootstrap) || exit 125 > (../configure --localstatedir=3D/var && make -j8) || exit 125 > PATH=3D$(./pre-inst-env guix build teeworlds | grep /gnu/store | tail -n= 1) || exit 125 > $PATH/bin/teeworlds || exit 1 I suggest not running "./bootstrap" and "./configure" in between runs. "make" will invoke ./configure (with current parameters) if necessary. Then it can be reduced to a two-liner: --=-=-= Content-Type: application/x-sh Content-Disposition: inline; filename=test.sh Content-Transfer-Encoding: base64 IyEvYmluL3NoCgptYWtlIC1qOCB8fCBleGl0IDEyNQokKC4vcHJlLWluc3QtZW52IGd1aXggYnVp bGQgdGVld29ybGRzKS9iaW4vdGVld29ybGRzIHx8IGV4aXQgMQo= --=-=-= Content-Type: text/plain Again, nice work; I look forward to fix this bug :-) --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlt7K80ACgkQoqBt8qM6 VPo4QwgAwk8q3nvajdoqIIxeFi+r3hU4cXbxqwsc2IRIh5XgaL+8VjecJhVwdI23 wwlj8mce/9xUc32NsyHZdTmsoWfzkFWYEiSKnVDZ0qFrfXu4K5bthkNvUN3QfYRL +Sj4FFVuU13gl3+xUGiLpWZ0L58eKe1kios5oia1r01GFAYQMaJcC+KL0uvmfcQf eSAcpNV5LQSOJ4D+Xvir0BvvE/PPUJrkj05iB5E6LnGGqPZEpoZG6GtKeQQkBQP4 K3lKMU6FErT4qriJz6BdL/3L+s7hTFEtuX+SohWxL+Zae3WWe2GxbMqVS+1Uodcp Oegl7ZkyfNuU9whi9ltDwR7EgK6fBQ== =BKSI -----END PGP SIGNATURE----- --==-=-=--