Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1Wx7CS-00013d-AI for pgsql-pkg-yum@arkaria.postgresql.org; Wed, 18 Jun 2014 04:10:16 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.80) (envelope-from ) id 1Wx7CR-00072h-R2 for pgsql-pkg-yum@arkaria.postgresql.org; Wed, 18 Jun 2014 04:10:15 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1Wx7CR-00071Y-Az for pgsql-pkg-yum@postgresql.org; Wed, 18 Jun 2014 04:10:15 +0000 Received: from mout.kundenserver.de ([212.227.17.24]) by makus.postgresql.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1Wx7CN-00027S-VG for pgsql-pkg-yum@postgresql.org; Wed, 18 Jun 2014 04:10:13 +0000 Received: from ayaki.localdomain (106-69-164-206.dyn.iinet.net.au [106.69.164.206]) by mrelayeu.kundenserver.de (node=mreue105) with ESMTP (Nemesis) id 0M6VWV-1WmafS1OhP-00yRu9; Wed, 18 Jun 2014 06:10:10 +0200 Message-ID: <53A11118.3060800@2ndquadrant.com> Date: Wed, 18 Jun 2014 12:10:00 +0800 From: Craig Ringer Organization: 2nd Quadrant User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: pgsql-pkg-yum@postgresql.org Subject: Re: Libevent conflict on EL-6? References: <53A10EF9.9060505@2ndquadrant.com> In-Reply-To: <53A10EF9.9060505@2ndquadrant.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:JwiCpdr/Wfww8/sCVt6UIGlPL4A5kwq82TYvdmieEj8 VQ5Surp/UhQocfwbWLEExxCX/+i7QG/z45ZmWgAbnQj7Yj0w8t 2vDkP5n8UKzimpdN3I8tivxgAzMTn5mi0dC7xAEdoNt1T2soh3 AczxfFn0BEu3c/blF3OD/Bo0u+T4W+UnxelzK0Sd9ZG7Z+QYX2 tntOdfqeNxyMpMXRCEPrF6O2BXYr6GmYpIm2j3381X93xfgINT VavFG8J/+/bQeTvTbFeleDvKAez5DcYvVSx6bvjJ6o3hvK69/+ TegqZIPw7OmefxqJqgKG7djNBQ+o78ByQrFRR2hURejx6HfrJG EoY3y671y5SzXtH8ZWsTN2zl8tIAaTdrGpQNkP8Nb X-Pg-Spam-Score: -1.9 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-pkg-yum Precedence: bulk Sender: pgsql-pkg-yum-owner@postgresql.org On 06/18/2014 12:00 PM, Craig Ringer wrote: > Full log attached. > > It looks like the libevent in PGDG for 9.4/EL-6 conflicts with that in > RHEL6, and should instead install in parallel to it as a "libevent2" > with a different soname. There are also multilib problems, because the x64 repo package doesn't also provide i386 packages, so with --skip-broken: Packages skipped because of dependency problems: libevent-1.4.13-4.el6.i686 from rhui-REGION-rhel-server-releases libevent-2.0.19-1.rhel6.x86_64 from pgdg94 libevent-devel-1.4.13-4.el6.i686 from rhui-REGION-rhel-server-releases-optional libevent-devel-2.0.19-1.rhel6.x86_64 from pgdg94 Error: Multilib version problems found. This often means that the root cause is something else and multilib version checking is just pointing out that there is a problem. Eg.: 1. You have an upgrade for libevent which is missing some dependency that another package requires. Yum is trying to solve this by installing an older version of libevent of the different architecture. If you exclude the bad architecture yum will tell you what the root cause is (which package requires what). You can try redoing the upgrade with --exclude libevent.otherarch ... this should give you an error message showing the root cause of the problem. 2. You have multiple architectures of libevent installed, but yum can only see an upgrade for one of those arcitectures. If you don't want/need both architectures anymore then you can remove the one with the missing update and everything will work. 3. You have duplicate versions of libevent installed already. You can use "yum check" to get yum show these errors. ...you can also use --setopt=protected_multilib=false to remove this checking, however this is almost never the correct thing to do as something else is very likely to go wrong (often causing much more problems). Protected multilib versions: libevent-1.4.13-1.el6.i686 != libevent-1.4.13-4.el6.x86_64 Yum wants to preserve the libevent version equality between RHEL's libevent on i686 and the PGDG libevent it can only get an x86 version of. Possibly related: http://svn.pgrpms.org/ticket/73 http://svn.pgrpms.org/ticket/84 -- Craig Ringer http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services -- Sent via pgsql-pkg-yum mailing list (pgsql-pkg-yum@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-pkg-yum