From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id CBuyEfIRe19qAwAA0tVLHw (envelope-from ) for ; Mon, 05 Oct 2020 12:30:42 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id gDtuDfIRe1+OSQAAB5/wlQ (envelope-from ) for ; Mon, 05 Oct 2020 12:30:42 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D33BE9402AC for ; Mon, 5 Oct 2020 12:30:41 +0000 (UTC) Received: from localhost ([::1]:44288 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kPPdY-00071r-GY for larch@yhetil.org; Mon, 05 Oct 2020 08:30:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33264) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kPPbO-0005fh-2S for guix-devel@gnu.org; Mon, 05 Oct 2020 08:28:26 -0400 Received: from flashner.co.il ([178.62.234.194]:57668) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kPPbM-0005gt-AJ; Mon, 05 Oct 2020 08:28:25 -0400 Received: from localhost (unknown [31.210.181.177]) by flashner.co.il (Postfix) with ESMTPSA id 9988C40216; Mon, 5 Oct 2020 12:27:50 +0000 (UTC) Date: Mon, 5 Oct 2020 15:27:16 +0300 From: Efraim Flashner To: Jan Nieuwenhuizen Subject: Re: branch master updated: gnu: gettext-minimal: Mark "test-raise" test XFAIL on the Hurd. Message-ID: <20201005122716.GL2958@E5400> References: <20201005100249.19995.93553@vcs0.savannah.gnu.org> <87h7r82740.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="TxukmIqg3MmZ0Kmh" Content-Disposition: inline In-Reply-To: <87h7r82740.fsf@gnu.org> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Received-SPF: pass client-ip=178.62.234.194; envelope-from=efraim@flashner.co.il; helo=flashner.co.il X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/05 08:27:51 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: 0.69 X-TUID: uGma+jLYgedp --TxukmIqg3MmZ0Kmh Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 05, 2020 at 02:24:31PM +0200, Jan Nieuwenhuizen wrote: >=20 > Hi! >=20 > > commit 2fc298d19c5256eb5609aae7bd35bada59d91685 > > Author: Jan (janneke) Nieuwenhuizen > > AuthorDate: Mon Oct 5 11:58:16 2020 +0200 > > > > gnu: gettext-minimal: Mark "test-raise" test XFAIL on the Hurd. > > =20 > > * gnu/packages/gettext.scm (gettext-minimal)[arguments]: When compi= ling for > > the Hurd, add "test-raise" to XFAIL_TESTS in make-flags. >=20 > Some more info on this bug, it is this snippet that causes > the test failure >=20 > --8<---------------cut here---------------start------------->8--- > #include >=20 > int > main (void) > { > if (!raise (-1)) > return 1; > =20 > return 0; > } > --8<---------------cut here---------------end--------------->8--- >=20 > but only when linked against libpthread: >=20 > --8<---------------cut here---------------start------------->8--- > $ gcc raise.c > $ ./a.out > $ echo $? > 0 > $ gcc raise.c /gnu/store/9vs3gkp6svam82zw7vjlml7iiarcs11c-glibc-2.31/lib/= libpthread.so.0.3 > $ ./a.out > User defined signal 2 > $ echo $? > 159 > --8<---------------cut here---------------end--------------->8--- >=20 > Janneke >=20 I believe this commit also caused the guix data service to not want to import more derivations. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --TxukmIqg3MmZ0Kmh Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl97ESEACgkQQarn3Mo9 g1HFnA/+NxL+Cn54YT1Q2+5/0j1PQd/mwWuK7LDOMegO4UH15SpLNlonuuNbT4f5 IgCo3oCsmW4uz0vCHG0J4VS/FgV2VQmcV21xaZsF5inBA8NgU3VbhQ/Dv1TnUlc8 56mOoe1D9Gjq9fMC0480Y6TrsgpeLyyZFMygONI68UfTy7hQCEInHzwpNmxHiKE5 Hi0x0Ktz+WAHU7I4Yf3TvjqgKmCUD09oCBW12Erjcd0Isb+953A4viyPkV3qD/X0 TwpaMBdk2PBpuBM0R0yTW21dwWVSyFkaASaRnXwEslmbXWMZ/SMlVutu3KMgSWSn 35oFCIf/xHMt0aPWcryKrSEW04047NsuTXlhyjN/r6ANocYOJzPD0cA/rLphic1K rQSlejewUpywlbwli09TKpCuhGqMTFRjzAO04Nuzmtw51vHCL5dhG9DA/ovDd1k+ n81Uwo239WCvu/uUI32SDlYMNqQBpmnPGENVb1WuD6CQTDYcoR3nv755/4PaejG+ C92J4JWVP8Ga3TR68czgOQXdGaRw2t6x3iSV/jNpG/g2uZ4JIvcJs01zsqcP3pNZ 4CMs1lg5iz+GVn+2fnpeMF6CWfrGrFFuzMrLAuqsnsYT4kr59D+8trbOTnSA8PYL NsRGPaRclSARcitTGKwc2a2tbt1ZAyeJbb3h4MmrMsZM9xZG+oc= =fwnK -----END PGP SIGNATURE----- --TxukmIqg3MmZ0Kmh--