From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AE54A138831 for ; Sun, 3 Feb 2013 21:01:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E803D21C09C; Sun, 3 Feb 2013 21:01:41 +0000 (UTC) Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 367EF21C017 for ; Sun, 3 Feb 2013 21:01:39 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id hi8so1775614wib.1 for ; Sun, 03 Feb 2013 13:01:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=qd0kcdgf5MZrZyGofs3Gw/gsVM3oODbGgk5eD+0kG2I=; b=BQ1jnbhjXJsz2g6RyVs6hhcOQLp/Z/pp5/W9pbKj6f04CGi03ALUGMPhg9uqAkN6AZ 1IPSK06rQcbrAH74rJpSeFRLtgVfzbuT1B0Sem67Q0l9fVxAY3wwzE/QZqph5f6bb1b9 gbX2CnSn4oIpwGXYOefmLvHSLJjzHb/WBLR3lgfekfVMn4HN+G0apsinsvnL1AmORl/O qINm9R+ZkFRZAMS1py+9XQvcAD5Gt5vGjFvRe1H3H6Bwhe/HoHgWJAW6qVwsRMvNZvaR FI2BoEND+zRW3iks5Amf5ZbSJDVbZuMLnSfjHF1zkJi1ep6+YR9k7DmzAPzk5tsi+6lV j/mw== X-Received: by 10.194.20.231 with SMTP id q7mr31442774wje.44.1359925298829; Sun, 03 Feb 2013 13:01:38 -0800 (PST) Received: from [172.20.0.41] (196-215-2-98.dynamic.isadsl.co.za. [196.215.2.98]) by mx.google.com with ESMTPS id fx5sm17758374wib.11.2013.02.03.13.01.36 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 03 Feb 2013 13:01:38 -0800 (PST) Message-ID: <510ECFFC.2040809@gmail.com> Date: Sun, 03 Feb 2013 23:00:44 +0200 From: Alan McKinnon User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130114 Thunderbird/17.0.2 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 MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Confusing emerge output References: <510EB1B9.3090607@gmail.com> <510EBA76.6000305@orlitzky.com> In-Reply-To: <510EBA76.6000305@orlitzky.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 1e84cc56-7ea5-4da8-b897-ccd84ecee1bc X-Archives-Hash: 79d64c6de22aaebdc2a0fcc56fc2a8bf On 03/02/2013 21:28, Michael Orlitzky wrote: > On 02/03/2013 01:51 PM, Alan McKinnon wrote: >> emerge -e --keep-going @world >> shows output like this when a build fails: >> >> * One or more packages are either masked or have missing dependencies: >> * >> * >=dev-libs/icu-49:0/50= pulled in by: >> * (x11-libs/qt-core-4.8.4-r1::gentoo, installed) >> >> I can't parse that. What kind of SLOT is "0/50=" ? >> >> So far this has happened twice. The packages that failed prior are not >> important, >> what is important is that when the depgraph is *recalculated*, I get >> that error. >> It's always that specific atom for icu causing issues and it's always >> pulled in >> by qt- >> >> Anyone know what that atom means and if it's a bug or not? >> > > http://wiki.gentoo.org/wiki/Sub-slots_and_Slot-Operators I'd already found much the same info in devmanual by the time I got and read your reply. So let's see if I understand this now: qt-core has this DEPEND: icu? ( >=dev-libs/icu-49:= ) My Qt is linked to this icu version: libicuuc.so.50 => /usr/lib64/libicuuc.so.50 (0x00007fa3a952c000) But no version of icu in the tree provides that soname, as shown by eix: Available versions: 49.1.2 (~)50.1-r1(0/50.1) (~)50.1-r2(0/50.1) (~)50.1.1(0/50.1.1) {debug doc examples static-libs} Installed versions: 50.1.1(09:40:50 15/01/2013)(-debug -doc -examples -static-libs) So, rebuilding Qt should trigger a rebuild of icu. Well, it doesn't according to emerge -pv, but no matter. An emerge -e --keep-going @world presumably will build icu-50.1.1, but when a package fails and the graph is recalculated, something goes wrong. Hmmm. bgo time. https://bugs.gentoo.org/show_bug.cgi?id=455344 -- alan.mckinnon@gmail.com