Received: (at 60608) by debbugs.gnu.org; 19 Dec 2024 11:19:34 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Dec 19 06:19:34 2024 Received: from localhost ([127.0.0.1]:37675 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1tOEZ3-0001r6-Ox for submit <at> debbugs.gnu.org; Thu, 19 Dec 2024 06:19:34 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21156) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <rekado@HIDDEN>) id 1tOEZ1-0001qv-1y for 60608 <at> debbugs.gnu.org; Thu, 19 Dec 2024 06:19:32 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1734607168; cv=none; d=zohomail.com; s=zohoarc; b=KMAbXT2HB/6oLDWFvrleq3n0rB8CyiUzKLaRFpxedeRotEuunSm80HaH2IvWyZe3kCCl/6zD6WuvSj+rjX89UsRl4J9bw+b/UbvpLP6TClUhGyXkgv6qY7eYtCLkZbi5ORaD30Yj3WI7Cv17+kFQaTc+pH+pU1lSBAQsYmtKfRA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1734607168; h=Content-Type:Cc:Cc:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To; bh=cOM3jwf9Fv3TNxl9Anyu8enlchyAH70NGu9XWIaL8ns=; b=briAHe1R8T1NqpKreHlxuGbtXvoDV/lPAkVsiC5rPTOmHgN0EHYwVx13wu0jbiqfANLlgff4R/vQ+CrtE44Rb9EkfzomBvQcY2BmYxGkrByVlRqcclA6hUOYhL1neFJFc5DmPTOAy4v6t4ppkWFUv3B1NlLa3bEWVIDbJ4h2JAA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@HIDDEN; dmarc=pass header.from=<rekado@HIDDEN> DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1734607168; s=zoho; d=elephly.net; i=rekado@HIDDEN; h=From:From:To:To:Cc:Cc:Subject:Subject:In-Reply-To:References:Date:Date:Message-ID:MIME-Version:Content-Type:Message-Id:Reply-To; bh=cOM3jwf9Fv3TNxl9Anyu8enlchyAH70NGu9XWIaL8ns=; b=K7HlVZm/L/8nkqYQTLNptyUerf2SGBYZOom+Xbji9LdGbk/qJJ/xxUYkR4i/wcaz y4nviGploBtcTF7/CjpKakBMqfCJiVwIuIHK7WGzBP2tGsA4+rAIgMJl7qPb1OOKrRE +jnVnsljsbTpbACkdvAoh/vwdMYrs3UhmDdB1a7k= Received: by mx.zohomail.com with SMTPS id 1734607166631860.2875531947063; Thu, 19 Dec 2024 03:19:26 -0800 (PST) From: Ricardo Wurmus <rekado@HIDDEN> To: Sharlatan Hellseher <sharlatanus@HIDDEN> Subject: Re: keras is broken =?utf-8?B?w6LCgMKTPg==?= package bazel? In-Reply-To: <8734ikpnaq.fsf@HIDDEN> (Sharlatan Hellseher's message of "Wed, 18 Dec 2024 23:46:21 +0000") References: <8734ikpnaq.fsf@HIDDEN> User-Agent: mu4e 1.12.7; emacs 29.4 Date: Thu, 19 Dec 2024 12:19:15 +0100 Message-ID: <87o717gbt8.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60608 Cc: 60608 <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 (-) Sharlatan Hellseher <sharlatanus@HIDDEN> writes: > Any plan to have Bazel in main Guix git repository or it's not > compatibly license wise? Bazel is in guix-science, with a bazel-build-system as well. It's compatible when looking at just the licenses, but there are a number of annoying wrinkles: - Bazel itself bundles lots of binaries (Java libraries); I have made no serious attempt at unbundling them. Packaging Java libraries gives me ulcers. - the bazel-build-system works in ways that are really quite mismatched with how Guix works. It performs a two-stage build: the first step is to run Bazel to download "sources" in a fixed output derivation; the second step (at a later time) is to unpack these hash-identified sources and run Bazel again without the download. - Bazel makes it *very* hard or even impossible to replace parts of the build dependencies with packages from Guix. I recently added python-ray to guix-science, which insists on using its own GNU Make (among many others). This means that the source blob is usually incredibly large. - Bazel does not care about whether something is source or binary. The bazel-build-system assumes that the first step is to download sources only. Bazel does not see it this way and is perfectly happy to fetch or build binaries at this stage. It has happened a number of times that the hash of the fixed output derivation changed after an update of seemingly unrelated libraries, because the fixed output wasn't fixed after all. I'd rather move Keras to guix-science than to contaminate Guix proper with the abomination that is the bazel-build-system (and its relative Bazel, which I will attempt not to call an abomination in public). -- Ricardo
bug-guix@HIDDEN
:bug#60608
; Package guix
.
Full text available.Received: (at 60608) by debbugs.gnu.org; 18 Dec 2024 23:47:36 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Dec 18 18:47:36 2024 Received: from localhost ([127.0.0.1]:36468 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1tO3lP-0000OE-Nb for submit <at> debbugs.gnu.org; Wed, 18 Dec 2024 18:47:35 -0500 Received: from mail-wm1-f49.google.com ([209.85.128.49]:47304) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <sharlatanus@HIDDEN>) id 1tO3lN-0000Ny-P5 for 60608 <at> debbugs.gnu.org; Wed, 18 Dec 2024 18:47:34 -0500 Received: by mail-wm1-f49.google.com with SMTP id 5b1f17b1804b1-4361fe642ddso1976655e9.2 for <60608 <at> debbugs.gnu.org>; Wed, 18 Dec 2024 15:47:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1734565588; x=1735170388; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=BMVYQdQuq+bYTxIfUWJPm5b2gZUP85vjTsrVg9xCz/0=; b=PMJf5sFK/U0qUIeOfY19UyUQmJcpdifB04T4zHPDdYYJve+dIcexEoDreqgryN88Pr pRPbkTB1mHdJyIRLzydtlxzZoGdpI79YLECx/KlYURsSDSP9lcZzhfzDanySSdY3rjWq GMUcfRwQgO4ZLoZ4Tp1bzF88BxRbYMesP0QWrWb8Pl4o4RU7jFNXJj6YqzC862hiim/a a0nvVcraaK4v5a5OR3ZPsY//PwBqKAiSLLR3imAfWQwemPnSxIegFKpleHFII46u6MG7 xKokaP/ZsOeMu/jAX9QFNpNovPLlEThcMaxqn/zqht8ZMGzqVtMetIeYzrkbUVkoqCrJ B5UA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734565588; x=1735170388; h=mime-version:message-id:date:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=BMVYQdQuq+bYTxIfUWJPm5b2gZUP85vjTsrVg9xCz/0=; b=u5oHnmQJdsoFKeZcacFM2Tm+rFKTG4RckKNs+Vb7y7f02U8E3t9M5b3wBUeYQWmlYE LF/iBl7Bux8RnZBDL3Zf0gFKiGx76Kwn0+rlDAwnLjBdabRCLyrVcbB/1m2BzorPHrka Qva7xnrNShDbcrGvYwhOwB8VYvIZsEyk+s0aAaquwNy1Gzo1SfJo2cmpD6bwCBouGy6X T5vGwGerMCTL2qzApuRkCvpL8uDb8j/1JmvIVxF01xJDmMu3jxFXvqB6lydCWHMUV54A uwcBqb+ReYAUQthloOUhaJ9hgVYq7FjfzSuOy89bY/RfMA9MtDYB7tPIKCp5zZFu7fpr f39Q== X-Gm-Message-State: AOJu0YwmfWI0wSSitMu9cCQi5svHLMNibG5KCeTWZgpILyTc+HT5N2O5 Ce9gKI2hQkshOR5p85yq3mNm/uVsY2/RS48OsE9vDtyS7xXOqp/SyE86mI64 X-Gm-Gg: ASbGncu/3og6E1xCb1nPt6dTEeDQgk2q3aVCT9YkUwNy5Us+1xH6+kHwRBMXFJV4Ymq XKlQauyY1PaZLyRbEQTHzTfqxgcUVThusK6tYyQi4Ra1AhYAclLPniTlcLq6RBhc0JogS9ClyCC yC8w9zBVYz4CAwDIIM/zt3h+sMOUul1tUztN5D2Hjx07uTQWUD+oYjpnEUhGBlg6VTQkIqxh0he y1JejDAGUuY3uHcwjHxFsILz8/XcdSz1t3K6WmykjFT88R/WQRUzTBY4fd4+5ihjgZT3tMI1+hA X5i2S0CIMjZ5iMfQrI7ltO9mGkwQmguA X-Google-Smtp-Source: AGHT+IGasfDl1Gh8uFflZfyLx4McKZFWKktVm4uoL8pMBWkJA1AJYGYDQJVORvheJukyikrE7oWQmQ== X-Received: by 2002:a05:600c:1c1c:b0:434:edcf:7461 with SMTP id 5b1f17b1804b1-4365540c077mr48365085e9.30.1734565587750; Wed, 18 Dec 2024 15:46:27 -0800 (PST) Received: from guxtil (cpc100684-bagu15-2-0-cust967.1-3.cable.virginm.net. [86.8.111.200]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-43656b41904sm33782185e9.37.2024.12.18.15.46.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 18 Dec 2024 15:46:27 -0800 (PST) From: Sharlatan Hellseher <sharlatanus@HIDDEN> To: 60608 <at> debbugs.gnu.org Subject: keras is broken =?utf-8?B?w6LCgMKTPg==?= package bazel? Date: Wed, 18 Dec 2024 23:46:21 +0000 Message-ID: <8734ikpnaq.fsf@HIDDEN> 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: 60608 Cc: Ricardo Wurmus <rekado@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 Hi, I'm in a limbo to upgrade https://github.com/spf13/afero, which requires go-google-golang-org-api, which relays on auto-generated code in https://github.com/googleapis/go-genproto which was built from https://github.com/googleapis/googleapis/ with Bazel, which we don't have in Guix (yet?) Any plan to have Bazel in main Guix git repository or it's not compatibly license wise? -- Oleg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmdjXs0ACgkQdtcnv/Ys 0rVgww//YmOYTPoOv8RnnVTVQe4up9TccVEK5kAd0CR6q7+1FsmHDxznTBUHu05J dKpnnKsWfSYzGtEmp7DS8XkeTXTP0hsTNpWcWdc135rG2yAJ1lg8C+F6utOFGw/2 UeetOx0FCASEIHBLa+L5i/iTDewsPl8Zp9nlIWsgTGHFb8Qr2e6F0Vp0RY49mk7n +IjplWWF0Z1kNq5GSRXXS0c+SsgADvfBixZC9YRlSf1ZrXD5bhhGB387b02N33Vx 48Exe+LqFy44wY/ac9VJmobnr/uhtsg6S7YT/bLoleSDqYJC+hTg4Scww0YDBA+m TAH+DwFysdPvqIAkMyiU2+jJD+G2XfSXx+Z3gIhSMSL8ro7u33gPQCrCkAVzT+kw VTaWpl8vyE1x+36mZX9ti/7cHzKnOZZD8F4h+YsOIgapR2v7cqhcaATxPMV3lp/O uKUQKf4Elp3og1RMxBJZxj8yD661uJiA5rOtx1ttaWaMgpP98aBJeoozFm+PVMSl F16COIjYuE44ucgMgnLq/2O3Efb/GfFKvWvMi5obALm9vPYlKhq40MRuxVH6dOcl C3ijut0jQhiuHYsi99MP+hv/U6LscgptfLAWLfJbB6QbiYxjpFIEgFveWMG5ldIN MTNjD2RHh0nsX6qhol3NnHVUXSLeaFT4JGUe3Q49+zkSo996Ey8= =l3ll -----END PGP SIGNATURE----- --=-=-=--
bug-guix@HIDDEN
:bug#60608
; Package guix
.
Full text available.Received: (at 60608) by debbugs.gnu.org; 21 Oct 2023 15:19:53 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sat Oct 21 11:19:53 2023 Received: from localhost ([127.0.0.1]:44886 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1quDlY-0001Sl-R8 for submit <at> debbugs.gnu.org; Sat, 21 Oct 2023 11:19:53 -0400 Received: from sender3-of-o57.zoho.com ([136.143.184.57]:21721) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <rekado@HIDDEN>) id 1quDlU-0001SV-8j for 60608 <at> debbugs.gnu.org; Sat, 21 Oct 2023 11:19:51 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1697901555; cv=none; d=zohomail.com; s=zohoarc; b=lPXZ5kHg8DzospmzpytXf8fX+wEYf4x98N+onCWvgSaf/f0UUeBwqmQEUR+cWR9HZHBj4/4TxjmP8427fiTBnmMNxCc14AjuFmY6WneIHvJ5xhpju7Nu0553BCGlzAbSOAbxLjLFiCrDVSiYgaJaSJhdwZ71IG00KUBzyRVNw9Q= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1697901555; h=Content-Type:Date:Date:From:From:MIME-Version:Message-ID:Subject:Subject:To:To:Message-Id:Reply-To:Cc; bh=mkEXGlCziRJp3FrNBP8/zsurwDDpysWfywVUqLXxU1A=; b=EIM0Zqq+ihzhfoyREVUfHB3dCiEdpM/7TrCueZgp5ZJ0K8qPwE5Kvi4ihIeHdptz4Xq29LiqMBNndU3OcRVDryjD+jNZxgKEkfz9SLChCQFEorIiAsOXAsrkK9o9EvW/eCW2DFdo4HLLtm4pH0oZB/e/qfj0W13660txrn87DSE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@HIDDEN; dmarc=pass header.from=<rekado@HIDDEN> DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1697901555; s=zoho; d=elephly.net; i=rekado@HIDDEN; h=From:From:To:To:Subject:Subject:Date:Date:Message-ID:MIME-Version:Content-Type:Message-Id:Reply-To:Cc; bh=mkEXGlCziRJp3FrNBP8/zsurwDDpysWfywVUqLXxU1A=; b=TpCxZ9YJDq4ySmxe8TzlfXCTAL46lIW9reMBw+ZV9m5RmkQkeWHd8r1q43JNjcOH qaLtFikw4gL+gx9qxMZoiYk8NlhI/D+O3BwAcf4dYlLjS/eRng4LSqw+z0K7hFkjAP/ N41sha3F9tphiaiyPkdcw0Ahmucjejr2w/nQ/TDQ= Received: from localhost (i5E862CF7.versanet.de [94.134.44.247]) by mx.zohomail.com with SMTPS id 1697901555096101.88617749607226; Sat, 21 Oct 2023 08:19:15 -0700 (PDT) User-agent: mu4e 1.10.7; emacs 29.1 From: Ricardo Wurmus <rekado@HIDDEN> To: 60608 <at> debbugs.gnu.org Subject: keras is broken =?utf-8?Q?=E2=80=93=3E?= package bazel? Date: Sat, 21 Oct 2023 17:18:38 +0200 Message-ID: <87il70j95c.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60608 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 (-) Bazel is now available in the guix-science channel. We may need to move keras there too and build it with bazel. -- Ricardo
bug-guix@HIDDEN
:bug#60608
; Package guix
.
Full text available.Simon Tournier <zimon.toutoune@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Received: (at submit) by debbugs.gnu.org; 6 Jan 2023 21:20:22 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Jan 06 16:20:22 2023 Received: from localhost ([127.0.0.1]:55948 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pDu8T-0003uz-Pj for submit <at> debbugs.gnu.org; Fri, 06 Jan 2023 16:20:22 -0500 Received: from lists.gnu.org ([209.51.188.17]:58150) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <rekado@HIDDEN>) id 1pDu8S-0003ur-2z for submit <at> debbugs.gnu.org; Fri, 06 Jan 2023 16:20:20 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <rekado@HIDDEN>) id 1pDu8Q-0001JZ-L5 for bug-guix@HIDDEN; Fri, 06 Jan 2023 16:20:18 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <rekado@HIDDEN>) id 1pDu8O-0005GB-P2 for bug-guix@HIDDEN; Fri, 06 Jan 2023 16:20:18 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1673040012; cv=none; d=zohomail.com; s=zohoarc; b=mgtIYpS0cRf3ibWw8c5R3l2FmmyNq+2PtdybYA51Hm+skxE6b5QC2ZG8U93L3uNOfX9BMLEmkHiw8EV0i5aWpBNlCCXLXAoJUx6rTYjjrwB22s8+mo0yF5b4YLi3wReL5tfVvVBk4aQ2jwBdCZD8ndFVR7V2uR2W0ScSQDjEQsk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1673040012; h=Content-Type:Content-Transfer-Encoding:Date:From:MIME-Version:Message-ID:Subject:To; bh=teqsX1ZGYyS4bkLra15wyzYDs83vf0+MQQacA2GNC04=; b=J+bOpPEJ5l9mr4YxA1OYNqExIT3zqKVOwu36TyQWp2VnP7D9Ph83zRxtvZzXIOK6waWQLf5h5E7O+j8QpZmtODaAWHNUmae6pcX9jEFqt4fsh1OFP7RVmAuKgdvKWGDiKlvettbP+RXBcd03hyXx7LbvUas+HpXJ2hdxB+Jv9es= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@HIDDEN; dmarc=pass header.from=<rekado@HIDDEN> DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1673040012; s=zoho; d=elephly.net; i=rekado@HIDDEN; h=From:From:To:To:Subject:Subject:Date:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To:Cc; bh=teqsX1ZGYyS4bkLra15wyzYDs83vf0+MQQacA2GNC04=; b=XhNVvDCVuegu+1qKaD7MpjnmA/Ze3HSiorxBeYrCqbdkemO5ajzX9xtu6JKU6eCY u5beKpRETm12EbsHXmT1bMiRe2zeVXa1gmQZk+ab/sjKW52Q59mjLz2cK/+jFDxLFwy kETogPr6gQZO+9WRhLXCdcSuqF0Y5NkHkp1d5xhA= Received: from localhost (227-111-142-46.pool.kielnet.net [46.142.111.227]) by mx.zohomail.com with SMTPS id 1673040011585335.52493028765923; Fri, 6 Jan 2023 13:20:11 -0800 (PST) User-agent: mu4e 1.8.13; emacs 28.2 From: Ricardo Wurmus <rekado@HIDDEN> To: bug-guix@HIDDEN Subject: keras is broken =?utf-8?Q?=E2=80=93=3E?= package bazel? Date: Fri, 06 Jan 2023 22:16:56 +0100 X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Message-ID: <87h6x32wdz.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External Received-SPF: pass client-ip=136.143.188.51; envelope-from=rekado@HIDDEN; helo=sender4-of-o51.zoho.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.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: -2.3 (--) We have an old version of keras. This is now broken. It is not compatible with python-h5py > 2.10. Our version of Tensorflow also won=E2=80=99t work with h5py 3. We can=E2=80=99t upgrade keras to anything above 2.2.5 because any later ve= rsion is built with Bazel. We cannot build Bazel, because it needs a big pile of jars that we haven=E2=80=99t packaged yet. Tensorflow > 1.9 also requires Bazel. We should work towards packaging Bazel. Debian has a Bazel bootstrap package, so I=E2=80=99m hopeful that it=E2=80=99s possible to package with = some effort. --=20 Ricardo
Ricardo Wurmus <rekado@HIDDEN>
:bug-guix@HIDDEN
.
Full text available.bug-guix@HIDDEN
:bug#60608
; Package guix
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.