From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-dev+bounces-97957-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0C898158094 for <garchives@archives.gentoo.org>; Tue, 16 Aug 2022 22:48:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 259AFE0968; Tue, 16 Aug 2022 22:48:34 +0000 (UTC) Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87261E092B for <gentoo-dev@lists.gentoo.org>; Tue, 16 Aug 2022 22:48:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 9BFAC4004F for <gentoo-dev@lists.gentoo.org>; Wed, 17 Aug 2022 00:48:31 +0200 (CEST) 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 2LbdhI4QKceC for <gentoo-dev@lists.gentoo.org>; Wed, 17 Aug 2022 00:48:30 +0200 (CEST) Date: Tue, 16 Aug 2022 22:48:29 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=getgoogleoff.me; s=mail; t=1660690110; bh=T5vIR6KcCQLLIVUZ3KnrPIGytb4TNrEogAa3OSC2rCw=; h=Date:From:To:Subject:Reply-to; b=V3+0xe0RGaC2ZONxEisZ5uoXClP8/+r9cM05cFwNOFfbIhR7QFVNz/E3cWUb0Jpgs 9YmwbWJgIgyyxRwOJp0YeJ7AF5sdaZssr7lHQx6rVBgxn6swMsYGOJywerRrqNAtxF daY22bJ4sIlF9GI0RU+K4uxzsZKwuCXg+V1Uoc4ykq7GM2rZRefgBkH8a/34vqlFno HuJyyFg658skZLNRuZXtkjsB2p5WOhoIYT4P1g+QpIEWfV9CNEcU1VAdtOfIlAOLkj oBSeotpAyw273noxI+2uRNlBgCsaUmuw/aDGU9yIsuxXOeUAoohtPjkJ+y7wC7rAK4 5gXEzWVi/ThLw== From: Eric Joldasov <bratishkaerik@getgoogleoff.me> To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] new virtual for zig Message-ID: <9FD8E469-7EDA-43BE-BADC-3C15BEC5E169@getgoogleoff.me> Precedence: bulk List-Post: <mailto:gentoo-dev@lists.gentoo.org> List-Help: <mailto:gentoo-dev+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org> X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 20860b2b-9718-4a75-abec-f89154ee395b X-Archives-Hash: f29378d24a12ec94771d45e3920e5262 Hello everyone, I'd like to introduce "zig" virtual package that will be satisfied by "dev= -lang/zig-bin" or "dev-lang/zig" package [1]=2E The main reason is that com= pilation of "dev-lang/zig" requires a lot of RAM [2] (10 GB, which makes it= impossible to build on x86 arch) and depends on LLVM, which can be a big p= roblem for people who just want to upgrade "sys-fs/ncdu" (the only reverse = dependency) or use this programming language on systems with small amount o= f RAM=2E [1] https://github=2Ecom/gentoo/gentoo/pull/26325 [2] https://github=2Ecom/ziglang/zig/wiki/Troubleshooting-Build-Issues#hig= h-memory-requirements [3] https://bugs=2Egentoo=2Eorg/823086 Thanks in advance, Eric