Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1baSfc-0005Z4-7B for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 18 Aug 2016 19:08:04 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1baSfb-0004HB-Ou for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 18 Aug 2016 19:08:03 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1baSfb-0004H5-6M for pgsql-pkg-yum@postgresql.org; Thu, 18 Aug 2016 19:08:03 +0000 Received: from mail-wm0-x22f.google.com ([2a00:1450:400c:c09::22f]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1baSfY-0001Ja-1u for pgsql-pkg-yum@postgresql.org; Thu, 18 Aug 2016 19:08:01 +0000 Received: by mail-wm0-x22f.google.com with SMTP id o80so9933706wme.1 for ; Thu, 18 Aug 2016 12:07:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=drew.edu; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=dFKKNQ99TuLS+sgigYnOySJpsU/aKaFcUTkE1injI3s=; b=TF8ufYSK7+yoE81PUK6FkaBXyice/P3UYsN1Sr4bL+Bl2AWSD5C4izu6wATzOzGmC4 paIaM7xEaVPjNbG8dCGOhkH3+2bateemhQ8cFzD6FjLZIYtb5ISITe0lzios2Uu6J0K1 S/D/QGz/sB9CXfFqafqGvy6cUkR0L9ExD0I+o= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=dFKKNQ99TuLS+sgigYnOySJpsU/aKaFcUTkE1injI3s=; b=VHznTiMmfCWcWee7EzIcB888thpkRBT5iJGBWElzW5l8vtfst9rXL4JSkEIPxyGIMp Q5zlMei80X/UbRThHysiY83+3j1c/mwW0itCY/6jVoI6y85UMH236HMhKO7YLuGeeUs4 Qc3NkLv+VNSSvXVV8sodplhhdkeh65ZvNFV1UrX74DqhmwHF/QYqXvEjl+r0ccTEJESR aeAlMUDhI/c3rDgJgdr4A9G+eWZFm9ZiblBijZQBdBwkp2/EcivRHIgqHcI3G5/yedLS 11JMBVxTZOmMBqTXjuN2XSGnAiBIwK3JgwQdotzQO9kc5U0h+bmZ2ca90PEVP2BCF1Kk GOdw== X-Gm-Message-State: AEkoousvAJNtTYqBTUDqMqCLo7c112PrfRJv+QGiO4zMNGUn3G0ssPiVz61yUkZ2wL+VLwNQ7ZX6Cp6/Ivdzo8cE X-Received: by 10.194.117.41 with SMTP id kb9mr3293694wjb.188.1471547277331; Thu, 18 Aug 2016 12:07:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.56.68 with HTTP; Thu, 18 Aug 2016 12:07:56 -0700 (PDT) In-Reply-To: References: From: Paul Coen Date: Thu, 18 Aug 2016 15:07:56 -0400 Message-ID: Subject: Re: Problem with Libevent updating from CentOS 6.7 to 6.8, PostgreSQL 9.3 To: pgsql-pkg-yum@postgresql.org Content-Type: multipart/alternative; boundary=001a1130d42abc75f2053a5d4c70 X-Pg-Spam-Score: -2.7 (--) 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 --001a1130d42abc75f2053a5d4c70 Content-Type: text/plain; charset=UTF-8 I poked around and came up with a workaround that seems to take care of it on CentOS 6.7 at least: # yum shell --disablerepo=pgdg93 remove libevent install libevent2 run Seems to be working fine. I was able to update one of the systems. Next time, I'll wait until after I've eaten lunch before firing off a message. Hopefully, the solution is useful to someone else. On Thu, Aug 18, 2016 at 12:38 PM, Paul Coen wrote: > I'm seeing what I believe to be a similar problem to: > https://www.postgresql.org/message-id/1403098731. > 14178.6.camel%40asus-laptop-03.gunduz.org > > My system: > > # uname -a > Linux cs.drew.edu 2.6.32-573.18.1.el6.x86_64 #1 SMP Tue Feb 9 22:46:17 > UTC 2016 x86_64 x86_64 x86_64 GNU/Linux > # lsb_release -a > LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4. > 0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing- > 4.0-amd64:printing-4.0-noarch > Distributor ID: CentOS > Description: CentOS release 6.7 (Final) > Release: 6.7 > Codename: Final > > It's happening on a few systems with CentOS 6.7 and pgsql 9.3 installed > from the 9.3 repo. We've got a couple of packages that only support 9.3. > > In my case, yum is failing with: > > Transaction Check Error: > file /usr/bin/event_rpcgen.py from install of > libevent-devel-2.0.19-1.rhel6.x86_64 conflicts with file from package > compat-libevent14-1.4.13-1.rhel6.x86_64 > file /usr/lib64/libevent_core.a from install of > libevent-devel-2.0.19-1.rhel6.x86_64 conflicts with file from package > compat-libevent14-1.4.13-1.rhel6.x86_64 > file /usr/lib64/libevent_core.so from install of > libevent-devel-2.0.19-1.rhel6.x86_64 conflicts with file from package > compat-libevent14-1.4.13-1.rhel6.x86_64 > file /usr/lib64/libevent_extra.a from install of > libevent-devel-2.0.19-1.rhel6.x86_64 conflicts with file from package > compat-libevent14-1.4.13-1.rhel6.x86_64 > file /usr/lib64/libevent_extra.so from install of > libevent-devel-2.0.19-1.rhel6.x86_64 conflicts with file from package > compat-libevent14-1.4.13-1.rhel6.x86_64 > > > I'm wondering if the compat-libevent14 problem that apparently existed in > the 9.4 and 9.5 repo is also present in 9.3? If so, is it possible to get > that fixed? Otherwise, any reasonable, low-risk workarounds? > > -- > Paul Coen, Senior Systems Architect > Drew University, Madison NJ > -- *Paul Coen * | Senior Systems Architect & Instructional Technology Consultant | University Technology Drew University | 36 Madison Ave | Madison, NJ 07940 973-408-3035 <9734083035> | drew.edu | @DrewUniversity --001a1130d42abc75f2053a5d4c70 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I poked around and came up with a workaround that seems to= take care of it on CentOS 6.7 at least:

# yum shell --disablerepo= =3Dpgdg93
remove libevent
install libevent2
r= un

Seems to be working fine. I was able to update = one of the systems. Next time, I'll wait until after I've eaten lun= ch before firing off a message. Hopefully, the solution is useful to someon= e else.=C2=A0

On Thu, Aug 18, 2016 at 12:38 PM, Paul Coen &= lt;pcoen@drew.edu&g= t; wrote:
I'm= seeing what I believe to be a similar problem to:=C2=A0https://www.postgresql.org/message-id/14030= 98731.14178.6.camel%40asus-laptop-03.gunduz.org

My sy= stem:

# uname -a
Linux cs.drew.e= du 2.6.32-573.18.1.el6.x86_64 #1 SMP Tue Feb 9 22:46:17 UTC 2016 x86_64= x86_64 x86_64 GNU/Linux
# lsb_release -a
LS= B Version: =C2=A0 =C2=A0:base-4.0-amd64:base-4.0-noarch:core-4.0-amd64= :core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-= 4.0-amd64:printing-4.0-noarch
Distributor ID: CentOS
Description: =C2=A0 =C2=A0CentOS release 6.7 (Final)
Release: =C2=A0 =C2=A0 =C2=A0 = =C2=A06.7
Codename: = =C2=A0 =C2=A0 =C2=A0 Final

It's happening on a few syst= ems with CentOS 6.7 and pgsql 9.3 installed from the 9.3 repo. We've go= t a couple of packages that only support 9.3.=C2=A0

In my case, yum = is failing with:

Transactio= n Check Error:
=C2=A0 = file /usr/bin/event_rpcgen.py from install of libevent-devel-2.0.19-1.rhel6= .x86_64 conflicts with file from package compat-libevent14-1.4.13-1.rhel6.x86_64
=C2=A0= file /usr/lib64/libevent_core.a from install of libevent-devel-2.0.19-1.rh= el6.x86_64 conflicts with file from package compat-libevent14-1.4.13-1= .rhel6.x86_64
=C2= =A0 file /usr/lib64/libevent_core.so from install of libevent-devel-2.0.19-= 1.rhel6.x86_64 conflicts with file from package compat-libevent14-1.4.= 13-1.rhel6.x86_64
=C2=A0 file /usr/lib64/libevent_extra.a from install of libevent-devel-2.0= .19-1.rhel6.x86_64 conflicts with file from package compat-libevent14-= 1.4.13-1.rhel6.x86_64
=C2=A0 file /usr/lib64/libevent_extra.so from install of libevent-deve= l-2.0.19-1.rhel6.x86_64 conflicts with file from package compat-libeve= nt14-1.4.13-1.rhel6.x86_64


<= /div>
I'm wondering if the compat-libevent14 problem that apparentl= y existed in the 9.4 and 9.5 repo is also present in 9.3? If so, is it poss= ible to get that fixed? Otherwise, any reasonable, low-risk workarounds?=C2= =A0

--
Paul Coen, Senior Systems Architect=C2= =A0
Drew University, Madison NJ



--
<= tbody>
=C2=A0Paul Coen=C2=A0|=C2=A0S= enior Systems Architect & Instructional Technology Consultant=C2= =A0|=C2=A0University Technology
Drew University=C2=A0|=C2=A0= 36 Madison Ave=C2=A0|=C2=A0Madison,=C2=A0NJ= =C2=A007940
973-408-303= 5=C2=A0|=C2=A0drew.edu=C2= =A0|=C2=A0@DrewUniversity
--001a1130d42abc75f2053a5d4c70--