From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 13 12:13:39 2022 Received: (at submit) by debbugs.gnu.org; 13 Oct 2022 16:13:39 +0000 Received: from localhost ([127.0.0.1]:34699 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oj0q3-00066n-4g for submit@debbugs.gnu.org; Thu, 13 Oct 2022 12:13:39 -0400 Received: from lists.gnu.org ([209.51.188.17]:38726) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oj0pz-00066d-Pe for submit@debbugs.gnu.org; Thu, 13 Oct 2022 12:13:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53468) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oj0pz-0001pa-JB for bug-guix@gnu.org; Thu, 13 Oct 2022 12:13:35 -0400 Received: from mx1.riseup.net ([198.252.153.129]:38770) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oj0px-0002lH-K6 for bug-guix@gnu.org; Thu, 13 Oct 2022 12:13:35 -0400 Received: from fews2.riseup.net (fews2-pn.riseup.net [10.0.1.84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4MpF1Y0QZhzDrJ7 for ; Thu, 13 Oct 2022 16:13:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1665677612; bh=STyujora8qiclbSUiycic/2XNU0QzVKGA1mGgChHy8Y=; h=From:To:Subject:Date:From; b=drupAPZf5pOfni0D/IPMSYJfaocjVEDTQgCbUqI02kkrhhmosOeJc9DCQj7Wfoqo6 zQIeG2uxPAwC03lFN/3gqKoMjzmqJCPw47bLmvGCisvLiFm9ntfJhyRGE2gYbPlySM Q87BtNeNiyh8QDi5J9Jc0klcFQfTH3PVml58GpIM= X-Riseup-User-ID: A902D56C126CF1FBE81178FCFA618E2975AB2B64840D9F7F747E52E7E81E0AFF Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews2.riseup.net (Postfix) with ESMTPSA id 4MpF1X3Tlcz20SJ for ; Thu, 13 Oct 2022 16:13:20 +0000 (UTC) From: Csepp To: Bug reports for GNU Guix Subject: opam import doesn't work with ocaml_intrinsics among others Date: Thu, 13 Oct 2022 18:07:08 +0200 Message-ID: <87fsfr4s83.fsf@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=198.252.153.129; envelope-from=raingloom@riseup.net; helo=mx1.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) The error might not be the same for others, I have a slightly patched opam->guix-package function. guix import opam ocaml_intrinsics Backtrace: In ice-9/boot-9.scm: 1752:10 10 (with-exception-handler _ _ #:unwind? _ # _) In unknown file: 9 (apply-smob/0 #) In ice-9/boot-9.scm: 724:2 8 (call-with-prompt _ _ #) In ice-9/eval.scm: 619:8 7 (_ #(#(#))) In guix/ui.scm: 2263:7 6 (run-guix . _) 2226:10 5 (run-guix-command _ . _) In guix/scripts/import.scm: 92:11 4 (guix-import . _) In guix/scripts/import/opam.scm: 105:24 3 (guix-import-opam . _) In guix/import/opam.scm: 385:24 2 (opam->guix-package _ #:repo _ #:version _) In guix/import/utils.scm: 290:27 1 (beautify-description #f _) In unknown file: 0 (string-trim-both #f # # #) ERROR: In procedure string-trim-both: In procedure string-trim-both: Wrong type argument in position 1 (expecting= string): #f From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 13 12:37:46 2022 Received: (at 58497) by debbugs.gnu.org; 13 Oct 2022 16:37:46 +0000 Received: from localhost ([127.0.0.1]:34775 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oj1DO-0006na-BT for submit@debbugs.gnu.org; Thu, 13 Oct 2022 12:37:46 -0400 Received: from lepiller.eu ([89.234.186.109]:56772) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oj1DL-0006nP-Rp for 58497@debbugs.gnu.org; Thu, 13 Oct 2022 12:37:44 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id eaf0276b; Thu, 13 Oct 2022 16:37:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:subject:in-reply-to:references:message-id:mime-version :content-type:content-transfer-encoding; s=dkim; bh=/djHuli74sEI uqW5aNCAcbIevR2V5euuWKO4W5920tg=; b=cVFljFKR6bqkQgt1vHrOfLrmvxiD lFKy84lQ3LtJxLOwP8YAvW9GarZX9RFngY+7vp/8u6651S/wit4mXoYPaoNWrghj FDgPBardsGMzN9EhMhv+u9er7kiSP3owAdK08BXNEqn/to2tXnC7M6B0Ghrd62HD ho8K6VL6qpkcOdVcnzx4dy1GO9LyR/i8iVyCLENns4D1Z1+BJx/uC9SASVyPEz75 5TYvqhkIjwbDlWzEuGxuDDNhqfpQbN9c8Ay17lOtSPWDRFZZVwBSmsILvA4ASniU HJJbSuWvjGPIXa2C+Oxka2Pn9DiClyn1togaWeIPThVIKSz1A+FfO2LJ6w== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 81b7d3ca (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Thu, 13 Oct 2022 16:37:39 +0000 (UTC) Date: Thu, 13 Oct 2022 18:37:33 +0200 From: Julien Lepiller To: bug-guix@gnu.org, Csepp , 58497@debbugs.gnu.org Subject: =?US-ASCII?Q?Re=3A_bug=2358497=3A_opam_import_doesn=27t_wo?= =?US-ASCII?Q?rk_with_ocaml=5Fintrinsics_among_others?= User-Agent: K-9 Mail for Android In-Reply-To: <87fsfr4s83.fsf@riseup.net> References: <87fsfr4s83.fsf@riseup.net> Message-ID: <8293CA82-3DB5-420A-843F-BDF3096C6F1B@lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=----7HRFXYHYDB2AB6ZSN9CFQZE0VIUA53 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 58497 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) ------7HRFXYHYDB2AB6ZSN9CFQZE0VIUA53 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable (beautify-description #f _) Seems to be the cause=2E Yet, there is a description=2E Maybe parsing ends= a bit too soon? Le 13 octobre 2022 18:07:08 GMT+02:00, Csepp a = =C3=A9crit=C2=A0: >The error might not be the same for others, I have a slightly patched >opam->guix-package function=2E > >guix import opam ocaml_intrinsics >Backtrace: >In ice-9/boot-9=2Escm: > 1752:10 10 (with-exception-handler _ _ #:unwind? _ # _) >In unknown file: > 9 (apply-smob/0 #) >In ice-9/boot-9=2Escm: > 724:2 8 (call-with-prompt _ _ #) >In ice-9/eval=2Escm: > 619:8 7 (_ #(#(#))) >In guix/ui=2Escm: > 2263:7 6 (run-guix =2E _) > 2226:10 5 (run-guix-command _ =2E _) >In guix/scripts/import=2Escm: > 92:11 4 (guix-import =2E _) >In guix/scripts/import/opam=2Escm: > 105:24 3 (guix-import-opam =2E _) >In guix/import/opam=2Escm: > 385:24 2 (opam->guix-package _ #:repo _ #:version _) >In guix/import/utils=2Escm: > 290:27 1 (beautify-description #f _) >In unknown file: > 0 (string-trim-both #f # # #) > >ERROR: In procedure string-trim-both: >In procedure string-trim-both: Wrong type argument in position 1 (expecti= ng string): #f > > > ------7HRFXYHYDB2AB6ZSN9CFQZE0VIUA53 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable (beautify-description #f _)

Seems to be the= cause=2E Yet, there is a description=2E Maybe parsing ends a bit too soon?=

Le 13 octobre 2022 18:07:08 GMT+02:00, C= sepp <raingloom@riseup=2Enet> a =C3=A9crit=C2=A0:
The error might not be the same for oth=
ers, I have a slightly patched
opam->guix-package function=2E

= guix import opam ocaml_intrinsics
Backtrace:
In ice-9/boot-9=2Escm: 1752:10 10 (with-exception-handler _ _ #:unwind? _ # _)
In unknown f= ile:
9 (apply-smob/0 #<thunk 7ff952d2f2e0>)
In ice-9= /boot-9=2Escm:
724:2 8 (call-with-prompt _ _ #<procedure default= -prompt-handle=E2=80=A6>)
In ice-9/eval=2Escm:
619:8 7 (_ #(#= (#<directory (guile-user) 7ff952d34c80>)))
In guix/ui=2Escm:
= 2263:7 6 (run-guix =2E _)
2226:10 5 (run-guix-command _ =2E _)
I= n guix/scripts/import=2Escm:
92:11 4 (guix-import =2E _)
In guix= /scripts/import/opam=2Escm:
105:24 3 (guix-import-opam =2E _)
In = guix/import/opam=2Escm:
385:24 2 (opam->guix-package _ #:repo _ #= :version _)
In guix/import/utils=2Escm:
290:27 1 (beautify-descri= ption #f _)
In unknown file:
0 (string-trim-both #f #<u= ndefined> #<undefined> #<undefi=E2=80=A6>)

ERROR: In = procedure string-trim-both:
In procedure string-trim-both: Wrong type ar= gument in position 1 (expecting string): #f



------7HRFXYHYDB2AB6ZSN9CFQZE0VIUA53-- From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 16 15:45:44 2022 Received: (at submit) by debbugs.gnu.org; 16 Oct 2022 19:45:45 +0000 Received: from localhost ([127.0.0.1]:46317 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ok9Zw-0004Lm-Lf for submit@debbugs.gnu.org; Sun, 16 Oct 2022 15:45:44 -0400 Received: from lists.gnu.org ([209.51.188.17]:53492) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ok9Zu-0004LZ-FS for submit@debbugs.gnu.org; Sun, 16 Oct 2022 15:45:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57166) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ok9Zt-0002KL-PJ for bug-guix@gnu.org; Sun, 16 Oct 2022 15:45:42 -0400 Received: from mx1.riseup.net ([198.252.153.129]:58046) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ok9Zr-0004h3-LB for bug-guix@gnu.org; Sun, 16 Oct 2022 15:45:41 -0400 Received: from fews2.riseup.net (fews2-pn.riseup.net [10.0.1.84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4Mr9b53LbLzDqNL; Sun, 16 Oct 2022 19:45:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1665949537; bh=4xeLCHlaGaDmeA7euRpMCDIAdPPE5aNw9j+GN8Cn3hU=; h=References:From:To:Cc:Subject:Date:In-reply-to:From; b=gVQ1R9UJRj/n5S8D7Gni+LjHxRSFV8SI+AK+vxR6mTGinjXMMrSc7gqC7CWWT0ctm FPPW92E61rooP+qcXl3f/HtYEABtlZQgdLbHOBy55DhykzV3YhUUY0nZKxDxcsXPrO tdwi1/q3kYvuEt5DcQq8Ke0DfHGB/cd3Wwmoh1Ig= X-Riseup-User-ID: 37241F4A7096942E3251E2B1B888B1234FF5663F958A4B9A886AD60BB5550840 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews2.riseup.net (Postfix) with ESMTPSA id 4Mr9b43tjZz1yPb; Sun, 16 Oct 2022 19:45:36 +0000 (UTC) References: <87fsfr4s83.fsf@riseup.net> <8293CA82-3DB5-420A-843F-BDF3096C6F1B@lepiller.eu> From: Csepp To: Julien Lepiller Subject: Re: bug#58497: opam import doesn't work with ocaml_intrinsics among others Date: Sun, 16 Oct 2022 21:40:06 +0200 In-reply-to: <8293CA82-3DB5-420A-843F-BDF3096C6F1B@lepiller.eu> Message-ID: <87y1tfy2lf.fsf@riseup.net> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=198.252.153.129; envelope-from=raingloom@riseup.net; helo=mx1.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: bug-guix@gnu.org, Csepp , 58497@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Julien Lepiller writes: > (beautify-description #f _) > > Seems to be the cause. Yet, there is a description. Maybe parsing ends a bit too soon? That might explain issue 58112 as well. I have a workaround that gives #f for description. From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 11 06:37:59 2023 Received: (at 58497) by debbugs.gnu.org; 11 Oct 2023 10:37:59 +0000 Received: from localhost ([127.0.0.1]:37604 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqWbH-0000TO-43 for submit@debbugs.gnu.org; Wed, 11 Oct 2023 06:37:59 -0400 Received: from mail-wr1-x434.google.com ([2a00:1450:4864:20::434]:39061) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqWbC-0000ST-Vc for 58497@debbugs.gnu.org; Wed, 11 Oct 2023 06:37:56 -0400 Received: by mail-wr1-x434.google.com with SMTP id ffacd0b85a97d-32d89600755so33527f8f.0 for <58497@debbugs.gnu.org>; Wed, 11 Oct 2023 03:37:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697020647; x=1697625447; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=3bWHE/m29uarWJld8UApzq8Ls3Bf4cPp1MxOyq21+W8=; b=PmdZQlW+OCo/VxJborCmEPTwZdxE+3TjzxRmfmiCKnzKc1nBZZ71QLQp6RX57yhDBv 0mBRlj8sHvRH/jXFDP73aHARaK4CCf37dBHFj5ghJ3Mdx3m6umY+9JJ6yuNgfnURs3dO 3N22FARpBDMkYI4y5ZRY2XMxYulNrmEMl6T0MWA/d4xh4zJkaSXwWeFMkeBZ43jlYJ8y nNuRdKQyRW5yziiyFhF3Q4weKPjfq+eOLTkiBmCcGlfyRzJvuiAb5QB6B8ZaQojUfvBn b9vcjpSqenx/QiKUPHy9DSY4MLzQnqofhwllsgp6fREjxADNs8Ao7oatlCqp+B2ZT+89 GcDg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697020647; x=1697625447; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=3bWHE/m29uarWJld8UApzq8Ls3Bf4cPp1MxOyq21+W8=; b=ZXE/X17Z/AFLFN6jMZ4sneMUGggZvTkW7HIv8z6wbVzBlcIG1Uhn/U+s0yZ91HV358 Hx7ZCIAHo5BFe5SK60qgz6YkEsiABibOrAj5MBk9eO20ZZy/u94H4h1/rJxoDZxvBo76 rgHcGdh94xT2B5twYRUVK1dC1KWFF+MvL/mTQp+//uZ0rpU2Y5wCWhug4yxDA3OkArqI huA7DKqxI9xRuf/X2/FxD/+35ecwzCPob7TW40VMXyZIcc1VKVmOObvWLmApPt27Vaoh F5tpf4RLUBJ2NskgQjhPV36lknMmHlxNxfYQO9iLodLGdIYkewUha2TThodwPRd7HW6z 9Gqw== X-Gm-Message-State: AOJu0YwwAoFjmsaOgIM5TUcMAnFpf+QH3NS5T1+Jth3MXyNGLkbZxvmz vA9FKD8Vrqmpw8YwLAzzwMeGHrgHbEg= X-Google-Smtp-Source: AGHT+IGqOzIzDq2XLvKcklCk/t2SCaFMO7TnhJI3/2Oj/VtcDON9uDxbfIBcTKbQJa5DtUvMTDefyg== X-Received: by 2002:a5d:4290:0:b0:317:3da0:7606 with SMTP id k16-20020a5d4290000000b003173da07606mr17761497wrq.4.1697020647486; Wed, 11 Oct 2023 03:37:27 -0700 (PDT) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id n22-20020a7bcbd6000000b004060f0a0fdbsm18854528wmi.41.2023.10.11.03.37.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 Oct 2023 03:37:27 -0700 (PDT) From: Simon Tournier To: Csepp Subject: Re: bug#58497: opam import doesn't work with ocaml_intrinsics among others References: <87fsfr4s83.fsf@riseup.net> Date: Wed, 11 Oct 2023 11:02:32 +0200 In-Reply-To: <87fsfr4s83.fsf@riseup.net> (Csepp's message of "Thu, 13 Oct 2022 18:07:08 +0200") Message-ID: <86lec9lefr.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58497 Cc: 58497@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, It is about bug#58497 [1], and I cannot reproduce. I think the reported bug had been fixed. I am in favor to close. WDYT? 1: https://issues.guix.gnu.org/issue/58497 On Thu, 13 Oct 2022 at 18:07, Csepp wrote: > guix import opam ocaml_intrinsics > Backtrace: Using Guix 6113e05, I get: --8<---------------cut here---------------start------------->8--- $ guix import opam ocaml_intrinsics (package (name "ocaml-intrinsics") (version "0.16.0") (source no-source-information) (build-system dune-build-system) (propagated-inputs (list ocaml-dune-configurator)) (properties `((upstream-name . "ocaml_intrinsics"))) (home-page "https://github.com/janestreet/ocaml_intrinsics") (synopsis "Intrinsics") (description "This package provides functions to invoke amd64 instructions (such as clz,popcnt,rdtsc,rdpmc) when available, or compatible software implementation on other targets.") (license license:expat)) --8<---------------cut here---------------end--------------->8--- Cheers, simon From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 12 17:03:14 2023 Received: (at 58497) by debbugs.gnu.org; 12 Oct 2023 21:03:14 +0000 Received: from localhost ([127.0.0.1]:44373 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qr2pt-0004yP-HA for submit@debbugs.gnu.org; Thu, 12 Oct 2023 17:03:14 -0400 Received: from mx0.riseup.net ([198.252.153.6]:37280) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qr2pk-0004xj-P6; Thu, 12 Oct 2023 17:03:08 -0400 Received: from fews02-sea.riseup.net (fews02-sea-pn.riseup.net [10.0.1.112]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx0.riseup.net (Postfix) with ESMTPS id 4S62CG34zMz9sJ1; Thu, 12 Oct 2023 21:02:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1697144556; bh=ojWxK4lWx4OSO50aO2sBCqGHUcllxEzYdRutM7p03WA=; h=References:From:To:Cc:Subject:Date:In-reply-to:From; b=kZWD0WntaCwmFE37RnXgwMIFv6kH/kgFxYSod/vMwrrdLByDcBwszDAvyLEl0MWU9 s29zwfNjF5qn0xRINkaoFHMGDNPhqnoYEQniOjFDWr4xhPCDIsTGDF47fpx4obH6U0 PMx2rL+CoqzFA/tDSmjSElECJi27MLsnrRfVRymY= X-Riseup-User-ID: 605EED2E9BD75812266AA3BCB21C3F2901B52364E9D5C5201D4F1EB8EB7AF20C Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews02-sea.riseup.net (Postfix) with ESMTPSA id 4S62CF4qD5zFpxf; Thu, 12 Oct 2023 21:02:33 +0000 (UTC) References: <87fsfr4s83.fsf@riseup.net> <86lec9lefr.fsf@gmail.com> From: Csepp To: Simon Tournier Subject: Re: bug#58497: opam import doesn't work with ocaml_intrinsics among others Date: Thu, 12 Oct 2023 23:01:38 +0200 In-reply-to: <86lec9lefr.fsf@gmail.com> Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 58497 Cc: Csepp , 58497@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Simon Tournier writes: > Hi, > > It is about bug#58497 [1], and I cannot reproduce. I think the reported > bug had been fixed. I am in favor to close. WDYT? > > 1: https://issues.guix.gnu.org/issue/58497 > > On Thu, 13 Oct 2022 at 18:07, Csepp wrote: > >> guix import opam ocaml_intrinsics >> Backtrace: > > Using Guix 6113e05, I get: > > --8<---------------cut here---------------start------------->8--- > $ guix import opam ocaml_intrinsics > (package > (name "ocaml-intrinsics") > (version "0.16.0") > (source no-source-information) > (build-system dune-build-system) > (propagated-inputs (list ocaml-dune-configurator)) > (properties `((upstream-name . "ocaml_intrinsics"))) > (home-page "https://github.com/janestreet/ocaml_intrinsics") > (synopsis "Intrinsics") > (description > "This package provides functions to invoke amd64 instructions (such as > clz,popcnt,rdtsc,rdpmc) when available, or compatible software implementation on > other targets.") > (license license:expat)) > --8<---------------cut here---------------end--------------->8--- > > > Cheers, > simon Yup, seems to "work" now, although that no-source-information thing is still pretty irritating, but it happens infrequently enough to not matter too much. From unknown Sat Jun 14 19:10:36 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 10 Nov 2023 12:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator