From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 0766B158020 for ; Thu, 8 Dec 2022 20:39:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6342E0895; Thu, 8 Dec 2022 20:39:03 +0000 (UTC) Received: from wilbur.contactoffice.com (wilbur.contactoffice.com [212.3.242.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E8EAE087E for ; Thu, 8 Dec 2022 20:39:03 +0000 (UTC) Received: from smtpauth2.co-bxl (smtpauth2.co-bxl [10.2.0.24]) by wilbur.contactoffice.com (Postfix) with ESMTP id 4798417B1 for ; Thu, 8 Dec 2022 21:39:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailfence.com; s=20160819-nLV10XS2; t=1670531941; bh=wwxBhQBwnRstmDi8NxuP9vfcwDok7HkjEWgsrWwg2FA=; h=Subject:From:To:Date:In-Reply-To:References:From; b=XR+XkTIcZ7/XDmJYgBJg0XEMGPb4lUb0SH0NYZJ5sTuVhCLvqL1S75GPvdAmUrd8r s/eS9d78nWjmqn0A6MsI3wd8CQIA0+OwIV4m9BXvdbOv9g5ih9nYg5fl0DNdMgJrqd MhVwKOme0YCtv9LjTeVT5275ZidWyba8pGrtTEH/3uF9T3d09Yb+KZXla4zExfKNyt tgNuBFFRMGBMEiIwBgtJqnadpzPH1k71GIXYy1s/khOm83OZpmUZw9R67FijDSLb/7 9tQMjrJlFBsHgsQffexeyqoPqx4Ym/WtjJV8gtrI49MalpJGhHHHr/BSc7QjZTwM2d IL4u3meafZPNw== Received: by smtp.mailfence.com with ESMTPSA for ; Thu, 8 Dec 2022 21:38:57 +0100 (CET) Message-ID: Subject: Re: [gentoo-user] Ruby, Ragel, and Colm From: Matt Connell To: gentoo-user@lists.gentoo.org Date: Thu, 08 Dec 2022 15:38:54 -0500 In-Reply-To: <04de1f07-b24d-c1c5-089f-e2c215ba96cf@hanft.de> References: <04de1f07-b24d-c1c5-089f-e2c215ba96cf@hanft.de> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.44.4 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 X-Spam-Flag: NO X-Spam-Status: No, hits=-2.9 required=4.7 symbols=ALL_TRUSTED,BAYES_00 device=10.2.0.21 X-ContactOffice-Account: com:118923487 X-Archives-Salt: 96dee490-ddba-421e-a4ba-5895a1786c23 X-Archives-Hash: 38383ce8833b088abef0301eff2965bd On Thu, 2022-12-08 at 18:49 +0100, Matthias Hanft wrote: > I just wanted to "emerge ruby" on a new Gentoo server which failed > at dev-util/ragel-7.0.4 with >=20 > =C2=A0 make[3]: *** No rule to make target '/usr/lib64/libfsm.la', needed= by 'ragel'.=C2=A0 Stop. I also had (I mean I still have the server, but I had it when it was ruby-free, too.) a server, not new but previously Ruby-free, so I tried to emerge it. No errors. Do you have any packages (or the global) keyword ~amd64? Portage, fresh off of a sync, emerged ragel at 7.0.4 and col at 0.14.7 which are both lower than the versions you mentioned.