Received: (at 48591) by debbugs.gnu.org; 24 Oct 2024 19:06:02 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Oct 24 15:06:02 2024 Received: from localhost ([127.0.0.1]:36198 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1t439l-000384-TL for submit <at> debbugs.gnu.org; Thu, 24 Oct 2024 15:06:02 -0400 Received: from cascadia.aikidev.net ([173.255.214.101]:38294) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <vagrant@HIDDEN>) id 1t439j-00037k-Db for 48591 <at> debbugs.gnu.org; Thu, 24 Oct 2024 15:06:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=reproducible-builds.org; s=1.vagrant; t=1729796692; bh=QluYevSJ1bhdL7vzvcjJPvHliXnAM58jh5wdWxDk05M=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=ip0FTxolNfmUuYLD5KauQW2w581TFW8omH5Fn10sOws6kc0IxZEqZYF+TiXCcfhgS Bsu9KiC4RZYWNvJzosAZLDw0blGPyMyls1OuW2oJyVQgAKdfchmW1rvIJjB/RoeR/M GKpSVczhOksfvuW2vJ7g8phih3xryLFgPCVVc+Ktw4pldZVC+anu409pFzZBjkRECT fIEZGu5ZlvF+ptTjuKmUUINwGY1o7YVDncfuE31PbveX2ezOvcbZa9Sk1wPR98njtL S2gMShdEO3pWp5IrjyjGQuqBDKcX31BGrtzqKv/vzw2ESmvs+fRdTsC9meNPh31S4O 8XRbt7STrwu5Q== Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) by cascadia.aikidev.net (Postfix) with ESMTPSA id 4AE69233B; Thu, 24 Oct 2024 12:04:52 -0700 (PDT) From: Vagrant Cascadian <vagrant@HIDDEN> To: 48591 <at> debbugs.gnu.org Subject: Re: bug#48591: ugrep: reproducibility issues In-Reply-To: <f88e8548-3555-372a-9043-2c03484b64be@HIDDEN> References: <14ed9ebaa4c203c17aacbd514597c0030a07a44f.camel@HIDDEN> <f88e8548-3555-372a-9043-2c03484b64be@HIDDEN> Date: Thu, 24 Oct 2024 12:04:45 -0700 Message-ID: <87y12d8gqa.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 48591 Cc: kiasoc5 <kiasoc5@HIDDEN>, Christopher Howard <christopher@HIDDEN>, zimoun <zimon.toutoune@HIDDEN>, raingloom <raingloom@HIDDEN>, Leo Famulari <leo@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On 2023-01-16, kiasoc5 wrote: > Is this bug fixed yet? > > If not, seeing that this issue was motivated by an illegal instruction,=20 > we can use compile flags to disable SSE and other platform-dependent=20 > optimizations and investigate further. > > WDYT? > > https://github.com/Genivia/ugrep#other-platforms-step-3-build =2D-disable-sse2 disable SSE2 and AVX optimizations =2D-disable-avx2 disable AVX2 and AVX512BW optimizations, but compile with = SSE2 when supported =2D-disable-neon disable ARM NEON/AArch64 optimizations Seems like --disable-sse2 on x86_64 and x86 (32-bit) and --disable-neon (armhf, maybe aarch64) would be needed to make the build independent of which cpu it runs on. FWIW, debian disables several of these (--disable-sse2 and =2D-disable-neon), although also passes --disable-avx which is not mentione= d in the upstream documentation, although is present in configure.ac... https://salsa.debian.org/debian/ugrep/-/blob/7e2383dfaec23d58587f53c31ce4= 6ef884513975/debian/rules#L5-13 live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZxqaTgAKCRDcUY/If5cW qrSCAQDZacQxjSHwtsdUf4W1AJUiushWSf8MukG6l8ScMbCRNgEAo8qrWXJMyBtN RgGG3rNtQacLJT3oghbHIEjRguWimgM= =DK8c -----END PGP SIGNATURE----- --=-=-=--
bug-guix@HIDDEN
:bug#48591
; Package guix
.
Full text available.Received: (at 48591) by debbugs.gnu.org; 17 Jan 2023 01:37:36 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Jan 16 20:37:36 2023 Received: from localhost ([127.0.0.1]:35306 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pHaut-0002ZY-Rl for submit <at> debbugs.gnu.org; Mon, 16 Jan 2023 20:37:36 -0500 Received: from knopi.disroot.org ([178.21.23.139]:47100) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <kiasoc5@HIDDEN>) id 1pHaus-0002ZQ-1z for 48591 <at> debbugs.gnu.org; Mon, 16 Jan 2023 20:37:34 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 2F11E40E00 for <48591 <at> debbugs.gnu.org>; Tue, 17 Jan 2023 02:37:32 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LuTKTNbgJW_6 for <48591 <at> debbugs.gnu.org>; Tue, 17 Jan 2023 02:37:30 +0100 (CET) Message-ID: <f88e8548-3555-372a-9043-2c03484b64be@HIDDEN> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1673919450; bh=0lU73AB+OgYkcX7lfnU0Wsi09FEXbyL2iWbqmVITczw=; h=Date:From:To:Subject; b=Dhj6X/n/zWK2vUztkGgT3DoRyu6sypbfirVmAmRfPcpo66bGRl7hIkDbHM9iM4TfH OFLfClQqCyQqiRr0+IlrAzeXOpDlG+4qXmN/dMpOs6IrXxxV6SXeflOuyC9Rvx4LUt nrLcC5E9KynxrKlXzDROl9ldpPQ4xy1qxE3JfpAJFYvaVJi2ih3GX5HDEUGuIVIDNf KoEsRm9A3TvgTnU7z3mDiHM6AZtC7Nd4qN/628CFdI10zQZyHWm7HtMohLddfiG+9m LTjKMDjn2gSiplmaKhXnMEVFGMBjXDlr7N5aVY85raIgtKpUuWAMuQhsouuv2bCYlJ oFZmPE4bq2Dvw== Date: Mon, 16 Jan 2023 20:37:27 -0500 MIME-Version: 1.0 From: kiasoc5 <kiasoc5@HIDDEN> Content-Language: en-US To: 48591 <at> debbugs.gnu.org Subject: Re: ugrep: reproducibility issues Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 48591 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) Is this bug fixed yet? If not, seeing that this issue was motivated by an illegal instruction, we can use compile flags to disable SSE and other platform-dependent optimizations and investigate further. WDYT? https://github.com/Genivia/ugrep#other-platforms-step-3-build
bug-guix@HIDDEN
:bug#48591
; Package guix
.
Full text available.zimoun <zimon.toutoune@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Received: (at 48591) by debbugs.gnu.org; 2 Jul 2021 11:24:26 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Jul 02 07:24:26 2021 Received: from localhost ([127.0.0.1]:35159 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1lzHHV-0000gx-PR for submit <at> debbugs.gnu.org; Fri, 02 Jul 2021 07:24:26 -0400 Received: from mail-wm1-f47.google.com ([209.85.128.47]:54243) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <zimon.toutoune@HIDDEN>) id 1lzHHT-0000gk-Mh for 48591 <at> debbugs.gnu.org; Fri, 02 Jul 2021 07:24:24 -0400 Received: by mail-wm1-f47.google.com with SMTP id w13so6439520wmc.3 for <48591 <at> debbugs.gnu.org>; Fri, 02 Jul 2021 04:24:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=G9ChTeLSpzjm/8ec49Q5iIzjSd3OKYOTxWzB4EeMk6w=; b=f+AJ1wjNVrj3P7CGAvoMatuoDMtHRDrXcimWb8XyKazj86aRkBVPD7lPHRFx6efyE0 OJ2gSRzGCnwLAFu4uYNKfg6whCcF0CDLI9sePj8ygRtp8j9d8jMYbgJ4O4IfkYyHh4EL wS5kaMC3k0GdFYhO0VKtCyxivqAnrxr0GKXnMfXKWuiFEYeLUOD58dtBtxdLjGiLED4/ x6W3bKfhsFcbYbs1k9jMru7OLp2q0w+rJkAchN5XOLujir3cbV/5bSLPXBh/WLSRroTp CHNnChHZIY/P8gqLafn90kSRYe0UxxfjB26P+rdesfmVzRZG+i1AlCMtPP5Umm88aOx3 8mkA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=G9ChTeLSpzjm/8ec49Q5iIzjSd3OKYOTxWzB4EeMk6w=; b=k1BZtmzhxpSwKcvhAtA0HJsoIvLdlZhQ+ykNQ+lyjnmiP/tuWT0ccE9lvHPziF7UVJ /ehAa927MgytLW44ns1wgZl6Spm4AhdU1zM+KuOpa+g3W+X44q3XV5yqgq+upDBHNtqe MOmiyinMYw5nadsA6DGMrzQMTlXUYTq+oYwXDzXoe25D3vx8zXGKuAM7+qAuBvCRXZK3 GbK/ShflRhk7irRTcWOQ6v+9468nsaldfSlcbChO1bp5XvGpxOAWmt5AdFDI/f1MWr1w QfcVwzujqnTh2/So3iXR1h3Lf0UtwvHYIExT3WD3uwdMRvgqq62WzQuwGjv8+rGXfUzT lXBw== X-Gm-Message-State: AOAM531LNssZouXegg8UEeDkQjU9LmNomaaFwJRjneXykB5QE6TH3y4w Y//upRe/h5taCSrbAglO3BpClV22v6g= X-Google-Smtp-Source: ABdhPJxkys1YjxYPeX2L9whfmTTLdgSmvv0nlOGo+/ul/shE0SfgfjDUMi31E3hO+d5ofE5/52Ye6w== X-Received: by 2002:a05:600c:3205:: with SMTP id r5mr6534361wmp.75.1625225057777; Fri, 02 Jul 2021 04:24:17 -0700 (PDT) Received: from pfiuh02 ([193.48.40.241]) by smtp.gmail.com with ESMTPSA id s14sm2888634wru.33.2021.07.02.04.24.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 02 Jul 2021 04:24:17 -0700 (PDT) From: zimoun <zimon.toutoune@HIDDEN> To: Christopher Howard <christopher@HIDDEN> Subject: Re: bug#48591: ugrep: illegal instruction References: <14ed9ebaa4c203c17aacbd514597c0030a07a44f.camel@HIDDEN> Date: Fri, 02 Jul 2021 13:24:13 +0200 In-Reply-To: <14ed9ebaa4c203c17aacbd514597c0030a07a44f.camel@HIDDEN> (Christopher Howard's message of "Sat, 22 May 2021 12:19:30 -0800") Message-ID: <87o8blm00y.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 48591 Cc: 48591 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) Hi, On Sat, 22 May 2021 at 12:19, Christopher Howard <christopher@HIDDEN= om> wrote: > I'm sure this will also be a reproducibility bug, Indeed, the package =E2=80=99ugrep=E2=80=99 is not reproducible: guix build ugrep --no-grafts -q guix build ugrep --no-grafts -q --check -K diff --no-dereference -r /gnu/store/a6x7rv7xi3d2pw205znmnha9qfjrvs7k-ugrep= -3.1.12{,-check} Binary files /gnu/store/a6x7rv7xi3d2pw205znmnha9qfjrvs7k-ugrep-3.1.12/bin/= ugrep and /gnu/store/a6x7rv7xi3d2pw205znmnha9qfjrvs7k-ugrep-3.1.12-check/bi= n/ugrep differ The next step is to investigate with diffoscope. Well, another data point =E2=80=93 maybe Berlin has an issue =E2=80=93 beca= use I get: guix challenge ugrep --substitute-urls=3D"https://ci.guix.gnu.org https:/= /bordeaux.guix.gnu.org" /gnu/store/a6x7rv7xi3d2pw205znmnha9qfjrvs7k-ugrep-3.1.12 contents differ: local hash: 1ifdjmscb07pacxwcs2408zi12yrxxf0zdwzz800xlccp5x53m7r https://ci.guix.gnu.org/nar/lzip/a6x7rv7xi3d2pw205znmnha9qfjrvs7k-ugrep= -3.1.12: 1ifdjmscb07pacxwcs2408zi12yrxxf0zdwzz800xlccp5x53m7r https://bordeaux.guix.gnu.org/nar/lzip/a6x7rv7xi3d2pw205znmnha9qfjrvs7k= -ugrep-3.1.12: 1yf9752hprihmhwnqlhaffkmwmkd3scwzr8dqy7d78vcy70qjkn6 guix hash -r $(guix build --no-grafts ugrep)-check 1yf9752hprihmhwnqlhaffkmwmkd3scwzr8dqy7d78vcy70qjkn6 I fetch by default the substitutes from ci that why =E2=80=9Clocal hash=E2= =80=9C and ci are the same; but my local build with =E2=80=98guix build --check=E2=80=99 = gives the same hash as bordeaux. All the best, simon
bug-guix@HIDDEN
:bug#48591
; Package guix
.
Full text available.Received: (at 48591) by debbugs.gnu.org; 2 Jul 2021 02:23:24 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jul 01 22:23:24 2021 Received: from localhost ([127.0.0.1]:33892 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1lz8pw-00053g-Ho for submit <at> debbugs.gnu.org; Thu, 01 Jul 2021 22:23:24 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:39033) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <leo@HIDDEN>) id 1lz8pv-00053T-Bj for 48591 <at> debbugs.gnu.org; Thu, 01 Jul 2021 22:23:23 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id F13A35C019B; Thu, 1 Jul 2021 22:23:17 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Thu, 01 Jul 2021 22:23:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=T+TwhQtOrGx7Y935sFajyLX4 okVQUvs4aWsqhOg/+kU=; b=N0Z9cvk1NGw6mNMZdK4UZFb+/9QJhPk/k6A8FGUm D0w1J9JqOAv+992glxv/xnVNH0HqL/nuh6+SSIOx6a9chb1RXdER7rOiTCjHp3dD UK0IFvWIPbvHSt8cdtbVq+eGkNQSWFZvPUwK9RNso4XTKNO0d9DhQVkMWJc9Mqkz cMU= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=T+TwhQ tOrGx7Y935sFajyLX4okVQUvs4aWsqhOg/+kU=; b=loU8m2tFUcMOWEhCeX9xfM XT7XkjlQxzR9YCxn377DT97Qe3TkcTI3TXq5l0lHrB0CXFlZ/78NvZOlDCPSLUdA xMfFKmJhPW755hOF8mU9/Jy9ijXzIRnlSNCnlBfzqVhwyzG3WSGfLsTBTIHsqG1m SLTwy3lhhd2D1rCsXj5ko5mB3o2IQLNCPfaBPXnPwmFEC1CFIvJOaZWv+7/Lr3mM xrL5XHxain4ERqfHFiMkbHoGtXr+ln5EMApksv+G86ZLtVFSIO/6ehCRog75+W0u DxrCSplQe5Sno1c8uQ6od79bLfhro2R/8DPpMH7JW8tCpHwJanzEEVPuWDa2V72w == X-ME-Sender: <xms:lXjeYJXAKXLHmxjP8KcHeIArgq0cYhRcKBv0oBr0JSRiLoMS0zapaA> <xme:lXjeYJn5Hib8l_Gxv6Us5qzunPIMbAziH9e-yVWesy57Krag_7nRw9AVdmsj7tlYY N7XZ48duaiLi2n2ag> X-ME-Received: <xmr:lXjeYFYU3M27RLIymSNSfoogzHr1JkBTsInuzW_nrik2ru4UpiZK_AbLv39tlWTC1hGIFxP_TmXCG0GL-0nycl8_Jg> X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrfeeijedgheeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfhfgggtuggjsehttdertddttddvnecuhfhrohhmpefnvghoucfh rghmuhhlrghrihcuoehlvghosehfrghmuhhlrghrihdrnhgrmhgvqeenucggtffrrghtth gvrhhnpeeukeektdffvddtudegjeegtdevhfeufeeivdejiedtieegtdevjedvjeehffev gfenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlvg hosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: <xmx:lXjeYMVYJfnQjno9lIxrRXnH2IbsQ55n2px6gA6J6uIWzqzgoh3MiQ> <xmx:lXjeYDmOh4rIJHcFltTjURBc19Q_MnnElRuaKuMSQgLalBmAep46OQ> <xmx:lXjeYJdg8dAS4cWDHdpdPL8hMsyBd_c2yI6XrewG549P21r2xxjn3w> <xmx:lXjeYLvXwpo0AZLn0VRa6opv5KiXW7-LdDwqthhGf_URIsK7aE39zQ> Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 1 Jul 2021 22:23:17 -0400 (EDT) Date: Thu, 1 Jul 2021 22:23:14 -0400 From: Leo Famulari <leo@HIDDEN> To: raingloom <raingloom@HIDDEN> Subject: Re: bug#48591: ugrep: illegal instruction Message-ID: <YN54kgFT9LGxD4VO@HIDDEN> References: <14ed9ebaa4c203c17aacbd514597c0030a07a44f.camel@HIDDEN> <YKvgz5XUkPoL9EMO@HIDDEN> <20210630234111.26a7e7f7@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210630234111.26a7e7f7@HIDDEN> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 48591 Cc: 48591 <at> debbugs.gnu.org, Christopher Howard <christopher@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.7 (-) On Wed, Jun 30, 2021 at 11:41:11PM +0200, raingloom wrote: > TIL about that. There really ought to be a more obvious way to do that. Agreed! It's a common use case.
bug-guix@HIDDEN
:bug#48591
; Package guix
.
Full text available.Received: (at 48591) by debbugs.gnu.org; 30 Jun 2021 22:16:45 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jun 30 18:16:45 2021 Received: from localhost ([127.0.0.1]:59014 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1lyiVg-0007Fl-Nv for submit <at> debbugs.gnu.org; Wed, 30 Jun 2021 18:16:44 -0400 Received: from mx1.riseup.net ([198.252.153.129]:54148) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <raingloom@HIDDEN>) id 1lyiVb-0007FC-4u for 48591 <at> debbugs.gnu.org; Wed, 30 Jun 2021 18:16:39 -0400 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4GFbKY5jKjzF492; Wed, 30 Jun 2021 15:16:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1625091393; bh=zoffJc3ziZenHE8WyFVEmEaGV1f50GgconR4DCCGKWY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=E+wA0/dXBlOxgKnfxgE6PfPk26lxVXxQQ6uzL+T4wUumqwERCScGAeOxgdDryUsjb m1mN6DEA91O7vfuX+PuVk5EenN+NUvneKfNNb6sd5iZofnsRRg3bf853KFkR8sE9Ey +EbGWcoBZ94M2cx1NH/3xJzdjwuo6X77sCO8BW80= X-Riseup-User-ID: B4CA4116A1EDADEAE7646F412A6A5325F78DC26ADEC3E04371730303175878B6 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4GFbKX4Sp8z5vkx; Wed, 30 Jun 2021 15:16:32 -0700 (PDT) Date: Wed, 30 Jun 2021 23:41:11 +0200 From: raingloom <raingloom@HIDDEN> To: Leo Famulari <leo@HIDDEN> Subject: Re: bug#48591: ugrep: illegal instruction Message-ID: <20210630234111.26a7e7f7@HIDDEN> In-Reply-To: <YKvgz5XUkPoL9EMO@HIDDEN> References: <14ed9ebaa4c203c17aacbd514597c0030a07a44f.camel@HIDDEN> <YKvgz5XUkPoL9EMO@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 48591 Cc: 48591 <at> debbugs.gnu.org, Christopher Howard <christopher@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.7 (-) On Mon, 24 May 2021 13:22:23 -0400 Leo Famulari <leo@HIDDEN> wrote: > On Sat, May 22, 2021 at 12:19:30PM -0800, Christopher Howard wrote: > > However, the command I am running to > > rebuild ugrep without grafts or substitutes is rebuilding everything > > all the way back to bootstrap, so it probably will not be completed > > for a day or two: > > > > guix gc -D $(guix build --no-grafts ugrep); guix build > > --no-substitutes ugrep > > Do this instead: > > $ guix environment --no-grafts ugrep -- guix build --no-grafts > --no-substitutes ugrep > > That way, you can use substitutes for ugrep's dependencies, but then > build ugrep from source. > > I hope it helps! > > > TIL about that. There really ought to be a more obvious way to do that.
bug-guix@HIDDEN
:bug#48591
; Package guix
.
Full text available.Received: (at 48591) by debbugs.gnu.org; 24 May 2021 17:22:34 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon May 24 13:22:34 2021 Received: from localhost ([127.0.0.1]:43837 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1llEHi-000116-9T for submit <at> debbugs.gnu.org; Mon, 24 May 2021 13:22:34 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:36455) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <leo@HIDDEN>) id 1llEHe-00010t-Oy for 48591 <at> debbugs.gnu.org; Mon, 24 May 2021 13:22:32 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 962155C0041; Mon, 24 May 2021 13:22:25 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Mon, 24 May 2021 13:22:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=g+1gB5aY/kcNdZ5peUP1lCqV Gw6yQD0vxtlRc4T86i4=; b=E6karokZmd67Ic551O+Hvuet3CHcDGpzU2SNfWEs 86jtNlSysvW3bvNX3hbY5KVM802Eqi5PMjR6VJzpxz8+EemiVRCVIJHb0rYJa2QX 8I/EokdAPK51+lTmSe5yVgeTMbqso8x5b2L55kzd6aiOkvB7+YWHy7yrqViwQrFI 4cQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=g+1gB5 aY/kcNdZ5peUP1lCqVGw6yQD0vxtlRc4T86i4=; b=sc9fXR4k0yU2lxUYkee8zG rFSNF8C126wlJ3BoNyk0uv0yUS2iGutid6/lCoTMdWX4aNhUTx+3vwJpfMVVwMkf +H5Pjo78ctjqdqiDy3Pur1x5QHXbtOmmlwvDuF2oCYjz3pkhjVJEZvwZ4+WVLmMz YJgOwe//7qk4HOV2evE4mKlIRz64Zgqtxxjv7UIU5rUySBohVUfi9JYJ+gfs1rw+ U9mTEFCXlLgOO+UPNnnDrpYREPOIwHKfuctrcSyP14uECZMC9pnSbUE5VSHWEOBd 1SOqWNXZwwbLGtM9cdjSdaOr4AXJP+5JD1i2rh1DxYAfyQvyY/0n5fHiFAmrD/Fw == X-ME-Sender: <xms:0eCrYPfAa4WrrWAtMe1BNGwg8b4SqZhgr1apj5ZGskulZ5r2Qyv-rg> <xme:0eCrYFMv6fvuGoo-1t6gDPGLUoj3lttw6ltLCh7JL7SVv6-n7fFSiN_jaXU6eoxIX 0uYzIX1UyNhRrSBUg> X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvdejledguddugecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpeffhffvuffkfhggtggujgesthdtredttddtvdenucfhrhhomhepnfgvohcu hfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrth htvghrnhepueekkedtffdvtddugeejgedtvefhueefiedvjeeitdeigedtveejvdejheff vefgnecukfhppedutddtrdduuddrudeiledruddukeenucevlhhushhtvghrufhiiigvpe dtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: <xmx:0eCrYIgQslRBxw9EJsai1rlmGJbyBcBblu1ZE96sFa3Saqo_qY3WGA> <xmx:0eCrYA-m7nwl6mbZmurtR0GhXeRbTpCU5IOF7gVcMm3wDM3d9e9GXg> <xmx:0eCrYLvy5e5IWOZdxrrVfOvOL-0C5-B21sACVwCrV-PK8XvxYIFLaA> <xmx:0eCrYI7ZNiFLTcbSi1elwqHNjYFuiKPDxEx04OlxvHSbYKaCSNIiHA> Received: from localhost (pool-100-11-169-118.phlapa.fios.verizon.net [100.11.169.118]) by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 24 May 2021 13:22:25 -0400 (EDT) Date: Mon, 24 May 2021 13:22:23 -0400 From: Leo Famulari <leo@HIDDEN> To: Christopher Howard <christopher@HIDDEN> Subject: Re: bug#48591: ugrep: illegal instruction Message-ID: <YKvgz5XUkPoL9EMO@HIDDEN> References: <14ed9ebaa4c203c17aacbd514597c0030a07a44f.camel@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <14ed9ebaa4c203c17aacbd514597c0030a07a44f.camel@HIDDEN> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 48591 Cc: 48591 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.7 (-) On Sat, May 22, 2021 at 12:19:30PM -0800, Christopher Howard wrote: > However, the command I am running to > rebuild ugrep without grafts or substitutes is rebuilding everything > all the way back to bootstrap, so it probably will not be completed for > a day or two: > > guix gc -D $(guix build --no-grafts ugrep); guix build --no-substitutes > ugrep Do this instead: $ guix environment --no-grafts ugrep -- guix build --no-grafts --no-substitutes ugrep That way, you can use substitutes for ugrep's dependencies, but then build ugrep from source. I hope it helps!
bug-guix@HIDDEN
:bug#48591
; Package guix
.
Full text available.Received: (at 48591) by debbugs.gnu.org; 22 May 2021 22:46:48 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sat May 22 18:46:48 2021 Received: from localhost ([127.0.0.1]:40232 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1lkaO9-0005qz-M5 for submit <at> debbugs.gnu.org; Sat, 22 May 2021 18:46:48 -0400 Received: from mx.kolabnow.com ([95.128.36.41]:44690) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <christopher@HIDDEN>) id 1lkaO6-0005qk-PW for 48591 <at> debbugs.gnu.org; Sat, 22 May 2021 18:46:32 -0400 Received: from localhost (unknown [127.0.0.1]) by ext-mx-out001.mykolab.com (Postfix) with ESMTP id F3F5AB7B for <48591 <at> debbugs.gnu.org>; Sun, 23 May 2021 00:46:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kolabnow.com; h= mime-version:content-type:content-type:date:date:from:from :subject:subject:message-id:received:received:received; s= dkim20160331; t=1621723579; x=1623537980; bh=cQi+k/jbJ/ErtPqykhk hk13XgrY0Vlp1tws8ZK8Xusc=; b=wiP5ve91v0oqa8Fr35ScsgdqczTp4j2Xca8 xfoUAO+qkMypg5EuBtcUGxmdt/CozbgHw9IWLaldlzfQnKfhaMgsvjQWp2qLlK9Q 900nIhIJfXuesTtN8xyxTduBw2TFqHhRAVO/KnB49cWzGY8RMyBk52CM+uSBH/oT 1kSjiyHVGtOyk5OMFqBX5BoOSy4c4OmNaATywUF7VbdqEGHriBoor62KinUvRxJV ejymW/gkDisgAOt9Was8Gw7xj4N+QwHdoem+/BffnKwVNigbwGWgAbp1JYwx8bGo IhKue5U7TE7E8ae8b/0jfs9es7R4hfSQizvaeV96kMzGBkRNaV5iu4HvJQpHJ3CO k+0jAkwCgFsQikW+H4mTbn4OXWP5fowGBfaCgG8FChPDaDFTAtD8OCWRqjp9dVGd o8m5goY89h4HXhLCiP0iDe+9+ufue2l0ATo2HBibJ/4WSsyMI++ZKADGF1s9PGcg WeX9lQ/ZDI3dRJVbXd6ID7EPxlrnbmc1pmo70rt4nFirliJb96qkjPauxQMRJDl1 uLrsQfxyEfr/lrU9j32CJrjjDpiKIHHLuc/uao928w5OUCgg9czcG67NlveacsjB Mgyz12F9HQ7RiHd+UvuaW9/HCb/oyU33PC+Qow0taR2OFIQd64rSC49RoAIfd6ve GzU/tKOM= X-Virus-Scanned: amavisd-new at mykolab.com X-Spam-Flag: NO X-Spam-Score: -1.899 X-Spam-Level: X-Spam-Status: No, score=-1.899 tagged_above=-10 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001] autolearn=ham autolearn_force=no Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out001.mykolab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bx__IT3YQ1en for <48591 <at> debbugs.gnu.org>; Sun, 23 May 2021 00:46:19 +0200 (CEST) Received: from int-mx003.mykolab.com (unknown [10.9.13.3]) by ext-mx-out001.mykolab.com (Postfix) with ESMTPS id 4C5E4700 for <48591 <at> debbugs.gnu.org>; Sun, 23 May 2021 00:46:18 +0200 (CEST) Received: from ext-subm003.mykolab.com (unknown [10.9.6.3]) by int-mx003.mykolab.com (Postfix) with ESMTPS id B9F754555 for <48591 <at> debbugs.gnu.org>; Sun, 23 May 2021 00:46:17 +0200 (CEST) Message-ID: <f0d7658e13c42b64794712598504b47038ee9fb6.camel@HIDDEN> Subject: ugrep: illegal instruction From: Christopher Howard <christopher@HIDDEN> To: 48591 <at> debbugs.gnu.org Date: Sat, 22 May 2021 14:46:13 -0800 Content-Type: multipart/alternative; boundary="=-DNXE7ND+SBaBL110jLEF" MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 48591 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) --=-DNXE7ND+SBaBL110jLEF Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit christopher@nightshade ~$ guix challenge ugrep /gnu/store/a6x7rv7xi3d2pw205znmnha9qfjrvs7k-ugrep-3.1.12 contents differ: local hash: 1yf9752hprihmhwnqlhaffkmwmkd3scwzr8dqy7d78vcy70qjkn6 https://ci.guix.gnu.org/nar/lzip/a6x7rv7xi3d2pw205znmnha9qfjrvs7k-ugrep-3.1.12 : 1ifdjmscb07pacxwcs2408zi12yrxxf0zdwzz800xlccp5x53m7r differing file: /bin/ugrep 1 store items were analyzed: - 0 (0.0%) were identical - 1 (100.0%) differed - 0 (0.0%) were inconclusive -- Christopher Howard blog: https://librehacker.com social: https://gnusocial.club/librehacker --=-DNXE7ND+SBaBL110jLEF Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable <html dir=3D"ltr"><head></head><body style=3D"text-align:left; direction:lt= r;"><div><a href=3D"mailto:christopher@nightshade">christopher@nightshade</= a> ~$ guix challenge ugrep</div><div>/gnu/store/a6x7rv7xi3d2pw205znmnha9qfj= rvs7k-ugrep-3.1.12 contents differ:</div><div> local hash: 1yf9752hpr= ihmhwnqlhaffkmwmkd3scwzr8dqy7d78vcy70qjkn6</div><div> <a href=3D"http= s://ci.guix.gnu.org/nar/lzip/a6x7rv7xi3d2pw205znmnha9qfjrvs7k-ugrep-3.1.12"= >https://ci.guix.gnu.org/nar/lzip/a6x7rv7xi3d2pw205znmnha9qfjrvs7k-ugrep-3.= 1.12</a>: 1ifdjmscb07pacxwcs2408zi12yrxxf0zdwzz800xlccp5x53m7r</div><div>&n= bsp; differing file:</div><div> /bin/ugrep</div><div= ><br></div><div>1 store items were analyzed:</div><div> - 0 (0.0%) we= re identical</div><div> - 1 (100.0%) differed</div><div> - 0 (0= .0%) were inconclusive</div><div><br></div><div><span><pre>-- <br></pre><di= v>Christopher Howard</div><div>blog: <a href=3D"https://librehacker.com">ht= tps://librehacker.com</a></div><div>social: <a href=3D"https://gnusocial.cl= ub/librehacker">https://gnusocial.club/librehacker</a></div></span></div></= body></html> --=-DNXE7ND+SBaBL110jLEF--
bug-guix@HIDDEN
:bug#48591
; Package guix
.
Full text available.Received: (at submit) by debbugs.gnu.org; 22 May 2021 20:19:51 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sat May 22 16:19:51 2021 Received: from localhost ([127.0.0.1]:40107 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1lkY6B-0002E9-EI for submit <at> debbugs.gnu.org; Sat, 22 May 2021 16:19:51 -0400 Received: from lists.gnu.org ([209.51.188.17]:54372) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <christopher@HIDDEN>) id 1lkY68-0002E0-I5 for submit <at> debbugs.gnu.org; Sat, 22 May 2021 16:19:49 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34740) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <christopher@HIDDEN>) id 1lkY68-0001tR-5D for bug-guix@HIDDEN; Sat, 22 May 2021 16:19:48 -0400 Received: from mx.kolabnow.com ([95.128.36.41]:23504) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <christopher@HIDDEN>) id 1lkY65-00054S-Ah for bug-guix@HIDDEN; Sat, 22 May 2021 16:19:47 -0400 Received: from localhost (unknown [127.0.0.1]) by ext-mx-out002.mykolab.com (Postfix) with ESMTP id 48E4A1273 for <bug-guix@HIDDEN>; Sat, 22 May 2021 22:19:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kolabnow.com; h= mime-version:content-type:content-type:date:date:from:from :subject:subject:message-id:received:received:received; s= dkim20160331; t=1621714775; x=1623529176; bh=CdGOZ7cDXkw4pIgODJK WaIlxhER7OSlFzJPjaWnUBEQ=; b=TmgwU6Kn0VmOgHEwAl6Kt+fFJREhVYVjmci gBNKId3ES7TyTLQFEo9mbHJyR6OKpCnTGV4ZRdKcG+Cq2sXBwoRVSJhpuzYgQ69J RBEY8IdOiZNJR/lOOmZT9uhBmNcv2DfTMjVaM+O5Kx+1+Soa9xaZygf17X7j2MrQ l9h1N0k/3lj+FYKdLwoG/ej0vsbAeZAMv4Jzeiw3+fWy3x2xJA9uksrDoQK40ukh FQ2qDCLoMr0HJn6xGMD/xmG8gKyodNUX0NbyWsBRxoIChaRlSCiDiwTIzgNYCZbL b6PkdnY44wSxLQfUJeY+/NidkM856XYJJojef0yjrhVzNEtCZWGo0Dw/7VkKOxvA Jq3B6vhtlMFRoKBWHkg9iejOd8uTqw37V7wqidQ8m1F8M6DmGOjS0UG1l1jr5iQT RSyyU3bvQv1cX6OuhjXF6JHr7TPwKe72pXf450/rAD5ngsdCYkPmbkpDE9k0wT1p wV5qT5wTd8pNiZNsGn04K1UBO0HCSQuPIEmcLJw0IlsrvOqIJ+r9yiAyhSmtE5QW Fl1BCLSETC/GB4XrV1Ks0XfAD0xgA4kqeppp96R3HgkQtAD6aQ5skBQE7pATS+wd ZpnYi6mhsTuIboqkWQo+VTNthLIWIrOqCVz0/vJMAip/KKvClnpEubv/PtnILoBM 7CYsiFZI= X-Virus-Scanned: amavisd-new at mykolab.com X-Spam-Flag: NO X-Spam-Score: -1.899 X-Spam-Level: X-Spam-Status: No, score=-1.899 tagged_above=-10 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001] autolearn=ham autolearn_force=no Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out002.mykolab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nd3bwU6u4kWD for <bug-guix@HIDDEN>; Sat, 22 May 2021 22:19:35 +0200 (CEST) Received: from int-mx001.mykolab.com (unknown [10.9.13.1]) by ext-mx-out002.mykolab.com (Postfix) with ESMTPS id C57F6BCD for <bug-guix@HIDDEN>; Sat, 22 May 2021 22:19:35 +0200 (CEST) Received: from ext-subm002.mykolab.com (unknown [10.9.6.2]) by int-mx001.mykolab.com (Postfix) with ESMTPS id 370052C7 for <bug-guix@HIDDEN>; Sat, 22 May 2021 22:19:34 +0200 (CEST) Message-ID: <14ed9ebaa4c203c17aacbd514597c0030a07a44f.camel@HIDDEN> Subject: ugrep: illegal instruction From: Christopher Howard <christopher@HIDDEN> To: Guix Bug Reports <bug-guix@HIDDEN> Date: Sat, 22 May 2021 12:19:30 -0800 Content-Type: multipart/alternative; boundary="=-STz/X+4pIRh1d+lBXLMk" MIME-Version: 1.0 Received-SPF: none client-ip=95.128.36.41; envelope-from=christopher@HIDDEN; helo=mx.kolabnow.com 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, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HTML_MESSAGE=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) --=-STz/X+4pIRh1d+lBXLMk Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Hi, I found another package, ugrep, which is evidently using native instructions that do not work on my processor. When I run ugrep (e.g., `ugrep -Q') it immediately dies with error 'illegal instruction'. However, if I pull the source with `guix build -S' and build and install it to a local directory, it runs without trouble. I'm sure this will also be a reproducibility bug, and plan on submitting guix challenge results. However, the command I am running to rebuild ugrep without grafts or substitutes is rebuilding everything all the way back to bootstrap, so it probably will not be completed for a day or two: guix gc -D $(guix build --no-grafts ugrep); guix build --no-substitutes ugrep Please compare similar bug 48373. It didn't seem worth the trouble of running an object dump and figuring out which instruction is illegal, but I could do that if required. My system information: christopher@nightshade ~$ grep 'flags' /proc/cpuinfo | head -n 1 flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt hw_pstate vmmcall npt lbrv svm_lock nrip_save christopher@nightshade ~$ neofetch --stdout christopher@nightshade ---------------------- OS: Guix System d4ffa9630277fa8699c783c08381d688626d4bc3 x86_64 Host: GA-880GM-UD2H Kernel: 5.12.5-gnu Uptime: 1 hour, 30 mins Packages: 107 (guix-system), 93 (guix-user) Shell: bash 5.0.16 Resolution: 1920x1200 DE: GNOME 3.34.5 Theme: Adwaita [GTK2/3] Icons: Adwaita [GTK2/3] Terminal: kitty CPU: AMD Athlon II X3 455 (3) @ 3.300GHz GPU: NVIDIA GeForce 8400 GS Rev. 3 Memory: 1573MiB / 7957MiB christopher@nightshade ~$ guix describe Generation 5 May 22 2021 09:43:30 (current) guix d4ffa96 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: d4ffa9630277fa8699c783c08381d688626d4bc3 -- Christopher Howard blog: https://librehacker.com social: https://gnusocial.club/librehacker --=-STz/X+4pIRh1d+lBXLMk Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable <html dir=3D"ltr"><head></head><body style=3D"text-align:left; direction:lt= r;"><div>Hi, I found another package, ugrep, which is evidently using nativ= e instructions that do not work on my processor. When I run ugrep (e.g., `u= grep -Q') it immediately dies with error 'illegal instruction'. However, if= I pull the source with `guix build -S' and build and install it to a local= directory, it runs without trouble.</div><div><br></div><div>I'm sure this= will also be a reproducibility bug, and plan on submitting guix challenge = results. However, the command I am running to rebuild ugrep without grafts = or substitutes is rebuilding everything all the way back to bootstrap, so i= t probably will not be completed for a day or two:</div><div><br></div><div= >guix gc -D $(guix build --no-grafts ugrep); guix build --no-substitutes ug= rep</div><div><br></div><div>Please compare similar bug 48373. It didn't se= em worth the trouble of running an object dump and figuring out which instr= uction is illegal, but I could do that if required.</div><div><br></div><di= v>My system information:</div><div><br></div><div></div><div><a href=3D"mai= lto:christopher@nightshade">christopher@nightshade</a> ~$ grep 'flags' /pro= c/cpuinfo | head -n 1</div><div>flags : fpu vme de pse tsc msr pae mce cx8= apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall = nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good n= opl nonstop_tsc cpuid extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legac= y svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skini= t wdt hw_pstate vmmcall npt lbrv svm_lock nrip_save</div><div><br></div><di= v><a href=3D"mailto:christopher@nightshade">christopher@nightshade</a> ~$ n= eofetch --stdout</div><div><a href=3D"mailto:christopher@nightshade">christ= opher@nightshade</a> </div><div>---------------------- </div><div= >OS: Guix System d4ffa9630277fa8699c783c08381d688626d4bc3 x86_64 </div= ><div>Host: GA-880GM-UD2H </div><div>Kernel: 5.12.5-gnu </div><di= v>Uptime: 1 hour, 30 mins </div><div>Packages: 107 (guix-system), 93 (= guix-user) </div><div>Shell: bash 5.0.16 </div><div>Resolution: 1= 920x1200 </div><div>DE: GNOME 3.34.5 </div><div>Theme: Adwaita [G= TK2/3] </div><div>Icons: Adwaita [GTK2/3] </div><div>Terminal: ki= tty </div><div>CPU: AMD Athlon II X3 455 (3) @ 3.300GHz </div><di= v>GPU: NVIDIA GeForce 8400 GS Rev. 3 </div><div>Memory: 1573MiB / 7957= MiB </div><div><br></div><div><a href=3D"mailto:christopher@nightshade= ">christopher@nightshade</a> ~$ guix describe</div><div>Generation 5 May 22= 2021 09:43:30 (current)</div><div> guix d4ffa96</div><div> &nbs= p; repository URL: <a href=3D"https://git.savannah.gnu.org/git/g= uix.git">https://git.savannah.gnu.org/git/guix.git</a></div><div> &nbs= p; branch: master</div><div> commit: d4ff= a9630277fa8699c783c08381d688626d4bc3</div><div><br></div><div><span><pre>--= <br></pre><div>Christopher Howard</div><div>blog: <a href=3D"https://libre= hacker.com">https://librehacker.com</a></div><div>social: <a href=3D"https:= //gnusocial.club/librehacker">https://gnusocial.club/librehacker</a></div><= /span></div></body></html> --=-STz/X+4pIRh1d+lBXLMk--
Christopher Howard <christopher@HIDDEN>
:bug-guix@HIDDEN
.
Full text available.bug-guix@HIDDEN
:bug#48591
; Package guix
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.