From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 02 12:08:59 2022 Received: (at submit) by debbugs.gnu.org; 2 Feb 2022 17:08:59 +0000 Received: from localhost ([127.0.0.1]:53291 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFJ7r-00007H-31 for submit@debbugs.gnu.org; Wed, 02 Feb 2022 12:08:59 -0500 Received: from lists.gnu.org ([209.51.188.17]:53516) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFJ7p-000079-5R for submit@debbugs.gnu.org; Wed, 02 Feb 2022 12:08:58 -0500 Received: from eggs.gnu.org ([209.51.188.92]:48154) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFJ7o-0000Uw-V7 for guix-patches@gnu.org; Wed, 02 Feb 2022 12:08:56 -0500 Received: from forward100o.mail.yandex.net ([37.140.190.180]:41284) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFJ7l-0005kB-4V for guix-patches@gnu.org; Wed, 02 Feb 2022 12:08:56 -0500 Received: from sas1-8501f683a096.qloud-c.yandex.net (sas1-8501f683a096.qloud-c.yandex.net [IPv6:2a02:6b8:c08:78a5:0:640:8501:f683]) by forward100o.mail.yandex.net (Yandex) with ESMTP id 671E752AB5E3 for ; Wed, 2 Feb 2022 20:08:46 +0300 (MSK) Received: from sas1-1f4a002bb12a.qloud-c.yandex.net (sas1-1f4a002bb12a.qloud-c.yandex.net [2a02:6b8:c14:3908:0:640:1f4a:2b]) by sas1-8501f683a096.qloud-c.yandex.net (mxback/Yandex) with ESMTP id qOawgYI4di-8kcmD1ta; Wed, 02 Feb 2022 20:08:46 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1643821726; bh=ExWRkIGqzLp95fWdO/PdR7e0AeTw8AD1wO/LCqS+zGA=; h=Date:Subject:To:From:Message-Id:Cc; b=F2l+kxN9yLOo5PjkSksGZXcqE4wov9nROY1SLpqZpswm2AtHhbm+FFOiikb+QT98n LnpfHeKC9alTj1XxE20ZTgZWdn4t+7XUjfQIDeXQPqpiwKRh5qBzV2E7w9dJReI9UG NYPOnPAij9V7t7J0JxcOG36QfkEFm14UoLcoHUHg= Authentication-Results: sas1-8501f683a096.qloud-c.yandex.net; dkim=pass header.i=@yandex.com Received: by sas1-1f4a002bb12a.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id bmXCbYU98b-8iIiBQII; Wed, 02 Feb 2022 20:08:45 +0300 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client certificate not present) X-Yandex-Fwd: 2 From: WinterHound To: guix-patches@gnu.org Subject: Add binaryen Date: Wed, 2 Feb 2022 22:38:14 +0530 Message-Id: <20220202170814.19498-1-winterhound@yandex.com> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=37.140.190.180; envelope-from=winterhound@yandex.com; helo=forward100o.mail.yandex.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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: submit Cc: WinterHound 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.3 (--) --- gnu/packages/web.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 7911378f29..54da8e0b97 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1489,6 +1489,28 @@ (define-public wabt other systems that want to manipulate WebAssembly files.") (license license:asl2.0))) +(define-public binaryen + (package + (name "binaryen") + (version "105") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/WebAssembly/binaryen") + (commit (string-append "version_" version)) + (recursive? #t))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0yg9rarjv1gfbq225cj9hnbgx99n5az2m19qwfp8z41dwhh71igm")))) + (build-system cmake-build-system) + (home-page "https://github.com/WebAssembly/binaryen") + (synopsis "Compiler infrastructure and toolchain library for WebAssembly") + (description "Binaryen is a compiler and toolchain infrastructure +library for WebAssembly, written in C++. It aims to make compiling to +WebAssembly easy, fast, and effective") + (license license:asl2.0))) + (define-public websocketpp (package (name "websocketpp") -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 02 14:21:32 2022 Received: (at 53730) by debbugs.gnu.org; 2 Feb 2022 19:21:32 +0000 Received: from localhost ([127.0.0.1]:53668 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFLC8-0005MN-HO for submit@debbugs.gnu.org; Wed, 02 Feb 2022 14:21:32 -0500 Received: from xavier.telenet-ops.be ([195.130.132.52]:42958) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFLC5-0005M9-Gx for 53730@debbugs.gnu.org; Wed, 02 Feb 2022 14:21:31 -0500 Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by xavier.telenet-ops.be with bizsmtp id qKMT2600T4UW6Th01KMTsx; Wed, 02 Feb 2022 20:21:28 +0100 Message-ID: <7334a114e6e557226aa7e86fd6409b1fe889a35d.camel@telenet.be> Subject: Re: [bug#53730] Add binaryen From: Maxime Devos To: WinterHound , 53730@debbugs.gnu.org Date: Wed, 02 Feb 2022 20:21:27 +0100 In-Reply-To: <20220202170814.19498-1-winterhound@yandex.com> References: <20220202170814.19498-1-winterhound@yandex.com> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-Ad1HiokSBr+pKddwQXVK" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1643829688; bh=aThmxkxf3M2AwIBbpo1VXce6RCnFMLBke2pNcYcorFw=; h=Subject:From:To:Date:In-Reply-To:References; b=GqLxltvB0dXVp/1XV+MRM6TaWgz0xhHATzkH/kcpON6a7LDQC7bWPCd6Qn9eZU3Vl 7Lvv4FaBTvyMjFWKM4QXGvuIp4cHOZ1lqaAmrUQvSA6zagpV0gox2skUvBvnQCUlAF NTQvpb7EDCa/KY/GL7euJU2MS5lf+40yaf2nZdbbmaFpQsgyBd4ES5bjGKp4vCjRld ACNvdj+g79m/v4m09I4z70eKuIpiLQKeCMh19smaTcyIlTNM6WY/eRTjupBnEzf6Ox IOoRA1tDrEQ2HaGw2HJQYNJ+plaZLQcDSzdOy7saOXWAjfpAqfKpZJEPc1KNs4slPp 8ijiho4NW5VxA== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53730 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 (-) --=-Ad1HiokSBr+pKddwQXVK Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable WinterHound schreef op wo 02-02-2022 om 22:38 [+0530]: > +(define-public binaryen > + (package > + (name "binaryen") > + (version "105") > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/WebAssembly/binaryen") > + (commit (string-append "version_" version)) > + (recursive? #t))) There's some bundling in third_party (googletest, parts of llvm and mozjs). IIRC this software is already in Guix, so can we use the version from Guix instead? Greetings, Maxime. --=-Ad1HiokSBr+pKddwQXVK Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYfrZtxccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7hlBAP9FVM2buTtWaDhaFHjIzr9Xa7Xx yXz6h4nr16Ef9NaWPwEAhlxV+r441E7Ek27pE0cby8ATmfAX/1U43wPKIUI1Ng4= =N7TC -----END PGP SIGNATURE----- --=-Ad1HiokSBr+pKddwQXVK-- From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 06 16:38:39 2022 Received: (at 53730) by debbugs.gnu.org; 6 Mar 2022 21:38:39 +0000 Received: from localhost ([127.0.0.1]:51869 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nQyaN-0001FP-B3 for submit@debbugs.gnu.org; Sun, 06 Mar 2022 16:38:39 -0500 Received: from eggs.gnu.org ([209.51.188.92]:57356) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nQyaM-0001FB-1E for 53730@debbugs.gnu.org; Sun, 06 Mar 2022 16:38:38 -0500 Received: from [2001:470:142:3::e] (port=57888 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nQyaE-0001S5-VC; Sun, 06 Mar 2022 16:38:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=jIs1cnZgpym+qWEAeCkiQaQIZdoeW+Ij7adpkhfkauU=; b=X3Hn54zBn0FS+L+miUJK Q3xyxm1dliC+Zu4vJKvBGqPvkEGIH9MidVT6NAIsPrG8EdHNbb7znZ9zFKiZ03SIHSPFDf1uDWYNU mFmaoUAx2ZZLikdyZlgLdkidOxD7yMJH6yQEzhMB4m4uNN4q4YxaBpoMvpVyhFENbv4JZu1mIPjWd oMCPkUtYYKb0unoRvehOJqYAXoY6OkNA2MsicYKgkql6UOtr3/iKmUv99bAOXUpsQz9aG9gkzwpy7 Z72Iby2GRtNfASxk21SQLxR9HdNkJ/YF/+7AvvfMg0fJcCI2Z/KkfMHyBEgGUbWqORd9FQG7OclpE mwqGy5Pz8nZUJQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:50156 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nQyaC-0006AR-CF; Sun, 06 Mar 2022 16:38:30 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: WinterHound Subject: Re: bug#53730: Add binaryen References: <20220202170814.19498-1-winterhound@yandex.com> <7334a114e6e557226aa7e86fd6409b1fe889a35d.camel@telenet.be> Date: Sun, 06 Mar 2022 22:38:27 +0100 In-Reply-To: <7334a114e6e557226aa7e86fd6409b1fe889a35d.camel@telenet.be> (Maxime Devos's message of "Wed, 02 Feb 2022 20:21:27 +0100") Message-ID: <87wnh6iwx8.fsf_-_@gnu.org> 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: -2.3 (--) X-Debbugs-Envelope-To: 53730 Cc: 53730@debbugs.gnu.org, Maxime Devos 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: -3.3 (---) Hi WinterHound, Did you have a chance to look into Maxime=E2=80=99s suggestion? https://issues.guix.gnu.org/53730 Thanks in advance, Ludo=E2=80=99. Maxime Devos skribis: > WinterHound schreef op wo 02-02-2022 om 22:38 [+0530]: >> +(define-public binaryen >> + (package >> + (name "binaryen") >> + (version "105") >> + (source >> + (origin >> + (method git-fetch) >> + (uri (git-reference >> + (url "https://github.com/WebAssembly/binaryen") >> + (commit (string-append "version_" version)) >> + (recursive? #t))) > > There's some bundling in third_party (googletest, parts of llvm and > mozjs). IIRC this software is already in Guix, so can we use the > version from Guix instead? > > Greetings, > Maxime. From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 15 02:35:56 2022 Received: (at 53730) by debbugs.gnu.org; 15 Mar 2022 06:35:56 +0000 Received: from localhost ([127.0.0.1]:47329 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nU0mi-0002yp-4O for submit@debbugs.gnu.org; Tue, 15 Mar 2022 02:35:56 -0400 Received: from forward105p.mail.yandex.net ([77.88.28.108]:55882) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nU0mg-0002yY-6F for 53730@debbugs.gnu.org; Tue, 15 Mar 2022 02:35:55 -0400 Received: from myt6-469628f636f5.qloud-c.yandex.net (myt6-469628f636f5.qloud-c.yandex.net [IPv6:2a02:6b8:c12:2324:0:640:4696:28f6]) by forward105p.mail.yandex.net (Yandex) with ESMTP id BD58E2FDA4C5 for <53730@debbugs.gnu.org>; Tue, 15 Mar 2022 09:33:30 +0300 (MSK) Received: from myt5-89cdf5c4a3a5.qloud-c.yandex.net (myt5-89cdf5c4a3a5.qloud-c.yandex.net [2a02:6b8:c12:289b:0:640:89cd:f5c4]) by myt6-469628f636f5.qloud-c.yandex.net (mxback/Yandex) with ESMTP id 1wTW6WRukn-XUfSqu3p; Tue, 15 Mar 2022 09:33:30 +0300 X-Yandex-Fwd: 2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1647326010; bh=E+qaO3fUGB8F0ICb+KeKrAyoJUL7YnPRJJLt15m9ShE=; h=Date:Subject:Cc:To:From:Message-Id; b=A+Zkm1oZwZMnBwYWmCM/evNR2LOn8JSqA8/h9ZO4z7QYeCLl4rsIaLUF6o85CtWyB Hmw8vHEy20PWHWAC4bqA/PtUd13UDv2Cw4F9DMvVmoNAmpmJS2JubgtPR+NM6t4dqi 0YHwFjMiYIePusuyQ8EQhSxR5XvlVxyREEl8tZAg= Authentication-Results: myt6-469628f636f5.qloud-c.yandex.net; dkim=pass header.i=@yandex.com Received: by myt5-89cdf5c4a3a5.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id xV0uN55KH9-XSKCVIdj; Tue, 15 Mar 2022 09:33:29 +0300 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client certificate not present) From: WinterHound To: 53730@debbugs.gnu.org Subject: [PATCH] Replaced with Guix packages Date: Tue, 15 Mar 2022 12:02:58 +0530 Message-Id: <20220315063258.6194-1-winterhound@yandex.com> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 53730 Cc: WinterHound 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 (-) --- gnu/packages/web.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 54da8e0b97..0642db78c7 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1498,12 +1498,13 @@ (define-public binaryen (method git-fetch) (uri (git-reference (url "https://github.com/WebAssembly/binaryen") - (commit (string-append "version_" version)) - (recursive? #t))) + (commit (string-append "version_" version)))) (file-name (git-file-name name version)) (sha256 (base32 "0yg9rarjv1gfbq225cj9hnbgx99n5az2m19qwfp8z41dwhh71igm")))) (build-system cmake-build-system) + (native-inputs (list googletest)) + (inputs (list mozjs wabt llvm)) (home-page "https://github.com/WebAssembly/binaryen") (synopsis "Compiler infrastructure and toolchain library for WebAssembly") (description "Binaryen is a compiler and toolchain infrastructure -- 2.34.0