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 20866158020 for ; Thu, 8 Dec 2022 17:50:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AA37E0855; Thu, 8 Dec 2022 17:49:56 +0000 (UTC) Received: from n.hanft.de (n.hanft.de [IPv6:2001:780:125:1::e4]) (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 37868E05C1 for ; Thu, 8 Dec 2022 17:49:55 +0000 (UTC) To: gentoo-user@lists.gentoo.org From: Matthias Hanft Subject: [gentoo-user] Ruby, Ragel, and Colm Message-ID: <04de1f07-b24d-c1c5-089f-e2c215ba96cf@hanft.de> Date: Thu, 8 Dec 2022 18:49:53 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 SeaMonkey/2.49.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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 89388bc8-62cb-4c9d-a061-208cbe9197d6 X-Archives-Hash: 55e750b7c2824b4a6d6a598b02c27f14 Hi, I just wanted to "emerge ruby" on a new Gentoo server which failed at dev-util/ragel-7.0.4 with make[3]: *** No rule to make target '/usr/lib64/libfsm.la', needed by 'ragel'. Stop. (immediately before, dev-util/colm-0.14.7-r2 was installed successfully) I already have found https://bugs.gentoo.org/766210 and https://bugs.gentoo.org/766051 both "resolved fixed" - but apparently not?! With ">=dev-util/ragel-7.0.1" in package.mask, ragel 7.0.0.12 and colm 0.13.0.7 are correctly installed. But I'm afraid that this won't be a solution forever... Even more bizarre: On another Gentoo system I'm running for a long time, ragel 7.0.4 and colm 0.14.7-r2 *are* correctly installed - but I've no idea any more how I achieved this a very long time ago. I hesitate to open a new Gentoo Bugzilla bug because it might not be a real bug - but what do I have to do on my new system that ruby (and all dependencies) can be installed? Thanks in advance, -Matt