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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD060139000 for ; Fri, 30 Jul 2021 15:11:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D43EE099B; Fri, 30 Jul 2021 15:11:08 +0000 (UTC) Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B01C1E097A for ; Fri, 30 Jul 2021 15:11:07 +0000 (UTC) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1m9UAC-00005d-9T for gentoo-user@lists.gentoo.org; Fri, 30 Jul 2021 17:11:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: (Nuno Silva) Subject: [gentoo-user] Re: dev-lang/perl:0 Date: Fri, 30 Jul 2021 16:10:55 +0100 Message-ID: References: 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 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-Archives-Salt: 6097b02b-7451-4e86-9533-ec726e8f4637 X-Archives-Hash: 014c6153c33105fdb8453226a5ba58c4 On 2021-07-30, thelma@sys-concept.com wrote: > I'm trying to run an upgrade but I got stuck on perl: [...] > (dev-lang/perl-5.34.0:0/5.34::gentoo, ebuild scheduled for merge) USE="gdbm -berkdb -debug -doc -ithreads -minimal" ABI_X86="(64)" pulled in by [...] > Running: "perl-cleaner --all" gives me: [...] > (dev-lang/perl-5.32.1:0/5.32::gentoo, installed) USE="gdbm -berkdb -debug -doc -ithreads -minimal" ABI_X86="(64)" pulled in by > dev-lang/perl:0/5.32= required by (app-text/po4a-0.57:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" > ^^^^^^^^ Are you upgrading @world or just dev-lang/perl directly? If it's the latter, try to upgrade po4a at the same time. >From a quick glance at the po4a ebuild and the perl-module eclass, the default seems to be a run-time dependency on perl with the same slot and subslot as the perl present when the package was installed, which would explain why po4a needs perl:0/5.32. -- Nuno Silva