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 1737313877A for ; Tue, 12 Aug 2014 17:54:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92F33E0CF1; Tue, 12 Aug 2014 17:54:05 +0000 (UTC) Received: from mail-vc0-f193.google.com (mail-vc0-f193.google.com [209.85.220.193]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50FE0E0BC4 for ; Tue, 12 Aug 2014 17:54:03 +0000 (UTC) Received: by mail-vc0-f193.google.com with SMTP id ij19so3958748vcb.0 for ; Tue, 12 Aug 2014 10:54:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=7eUM1O7PzLzZ7MovKhdpIPQGInvb8GEv35XoKgGl6LI=; b=Q4B4ugIjjUupZCze7/SnhILAyAc67LTziXhDYQiloHfSTggGeBz8TKfD65ut17i2dL sWA9XI62cBmdybiUoxdJLgZMhaKj7x39Y7dip1OsqTQ4/iaodt9LmFKctMzM349Fe1Xl UEfBZFHT3UV/OJ1F2uV0iF8llFGayfnehy8N4fYXkd2UgufgSp1+7JU/dZkZEbJwRw/W NQkg7NgU4jY68rYHXA2SfYTxaQKzq08BBHlkqnl1Rn2mQ9rgNG+mVQ+uGFtxpW+d+O5g IPPZfppr/Sskw/2VNGAs7DQCf496rqDJ9euTuFU9lSq6ni46vsVzzQK9yrZEDXouh+iU V0VQ== 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 X-Received: by 10.52.142.102 with SMTP id rv6mr25237494vdb.26.1407866043223; Tue, 12 Aug 2014 10:54:03 -0700 (PDT) Sender: freemanrich@gmail.com Received: by 10.52.8.229 with HTTP; Tue, 12 Aug 2014 10:54:03 -0700 (PDT) In-Reply-To: <53EA26F9.8020804@gmail.com> References: <201408092100.58965.michaelkintzios@gmail.com> <201408112006.18020.michaelkintzios@gmail.com> <20140811232125.426fa41f@hactar.digimed.co.uk> <20140812083134.0e5fc9bd@digimed.co.uk> <53EA26F9.8020804@gmail.com> Date: Tue, 12 Aug 2014 13:54:03 -0400 X-Google-Sender-Auth: 4UO9ml8zpZpfoiw2J6Q-7eQu9ZQ Message-ID: Subject: Re: [gentoo-user] Re: akonadi ... don't you just love it? From: Rich Freeman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 3d10ce43-dc32-46aa-a296-4adffb46056c X-Archives-Hash: 71efeaa405c6e35516480b927fc209de On Tue, Aug 12, 2014 at 10:38 AM, Daniel Frey wrote: > On 08/12/2014 12:31 AM, Neil Bothwick wrote: >> >> Yes, I think it was dev-qt/qtsql that broke MythTV. I notice that >> dev-python/mysql-python was rebuilt at the same time, so that must have >> been missed too, whereas dev-perl/DBD-mysql was re-emerged right after >> mysql. >> >> > > It most definitely was, I just updated my backend and 3 remote frontends > and had this issue. Portage missed this completely, it was > revdep-rebuild that found this breakage and repaired it. From what I > remember there was a python sql package that wound up being broken too. Yup. My frontends broke after updating the backend. Clearly there is some kind of incompatibility between client/server cross-version. This isn't just a linking issue. I suspect qtsql was the issue - I just didn't recall that when I made my last post. Rich