Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dYLcF-0002rS-2N for pgsql-pkg-yum@arkaria.postgresql.org; Fri, 21 Jul 2017 00:16:23 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1dYLcD-0003VD-I7 for pgsql-pkg-yum@arkaria.postgresql.org; Fri, 21 Jul 2017 00:16:21 +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 1dYLcC-0003V3-Oh for pgsql-pkg-yum@postgresql.org; Fri, 21 Jul 2017 00:16:20 +0000 Received: from mail-qk0-x234.google.com ([2607:f8b0:400d:c09::234]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1dYLc9-0000ra-Id for pgsql-pkg-yum@postgresql.org; Fri, 21 Jul 2017 00:16:19 +0000 Received: by mail-qk0-x234.google.com with SMTP id d136so18511440qkg.3 for ; Thu, 20 Jul 2017 17:16:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fittl.com; s=google; h=mime-version:from:date:message-id:subject:to; bh=Hnugs82SwoGngQlaEy20tYI4MU4zSNb4ZoNYvp3/aA0=; b=PDO6He/VlOFnEVa5O+G4ZmwJ+BYtK+wPmNXUgO6JENf1Une+aacbO5zVffim0Rndys IkjvpjtSr20+0VX02TdfcKPIrVGYvVhbl/q+xGwZfE2wAVjPsKFgFj2N0CsJglIKzBpY 1UOlQ7aq+P+hxgJp4hYPNKxdpyeLrzvdjsRAM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Hnugs82SwoGngQlaEy20tYI4MU4zSNb4ZoNYvp3/aA0=; b=AQJ0hXlij2i0pPW0LhqC3UWE65sGr2cT0p8rGFGnEjrjzFYtA3cBWW9MqzH9h34nih +F3FY/gFddbEKRtAINVamKC9x7eo1+FY9/vwPl42F/UsLcDZrWWNnaNM0KiKLnqWxXYv cFcpz0oHGzcXasqYkckocoT0OBWdcIzpOsKiUhNhr4Xxfg6FXOwX08geCb7a/uY2XI0y YMhhKDn+uBPlsgCYII7HF2IH1x7SVbYTkR3kkRknv1qIKmYdDc3w8fGp/jP90soTDi0D KxHTaGQ4SUd2bE5OTmHXcPpqK5TCe6FoX4jD/lrg99TNH5AOZVWrC5GHAJhxg6tT3ZnY f75w== X-Gm-Message-State: AIVw112ZLuKW2ruevXFASe2X21SqWu43MpuXn2zY+tYklWJ+sThMTwIH HE5aUJkkRmcxjp/pJrNTwUm+SWBbm+LZXeETYw== X-Received: by 10.55.104.148 with SMTP id d142mr7718693qkc.182.1500596175952; Thu, 20 Jul 2017 17:16:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.237.58.225 with HTTP; Thu, 20 Jul 2017 17:15:35 -0700 (PDT) X-Originating-IP: [2604:5500:16:cfd:6d00:f2db:2b1f:eaa8] From: Lukas Fittl Date: Thu, 20 Jul 2017 17:15:35 -0700 Message-ID: Subject: libevent2 requirement in pgbouncer package (1.7.2-7) breaks install on Amazon Linux To: pgsql-pkg-yum@postgresql.org Content-Type: multipart/alternative; boundary="94eb2c05636204f6740554c8c634" 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 --94eb2c05636204f6740554c8c634 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi all, It seems this recent change in the pgbouncer package breaks installation on Amazon Linux: https://git.postgresql.org/gitweb/?p=3Dpgrpms.git;a=3Dblobdiff;f=3Drpm/redh= at/master/pgbouncer/master/pgbouncer.spec;h=3Da43aa7912ca4ba99df961c4de51c7= 1be8025a5d0;hp=3De86c0c7ae26d6b5808ad6bc0e1a8c0facac52b83;hb=3Dea84a30659ba= 40e8eecb57bf43b804802f106ee4;hpb=3Df79f757b60b26e53a5fcbe8edd170da32125e5d5 The installation fails with: Error: Package: pgbouncer-1.7.2-7.rhel6.x86_64 (pgdg95) Requires: libevent2 >=3D 2.0 Note that "libevent" seems to be the correct package for Amazon Linux: libevent.i686 2.0.21-4.19.amzn1 amzn-main Amazon Linux is odd in that its initially RHEL 6 based, but nowadays has slightly different packages. Previously the pgbouncer package worked fine, so this seems like an unfortunate regression due to the explicit requirement in the package definition. Maybe this can be special cased in some way? Thanks, Lukas --=20 Lukas Fittl Skype: lfittl Phone: +1 415 321 0630 --94eb2c05636204f6740554c8c634 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi all,


The installation fails with:

=
Error: Package: pgbouncer-1.7.2-7.rhel6.x86_64 (pgdg95)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Requires: libevent2 >=3D= 2.0

Note that "libevent" seems to= be the correct package for Amazon Linux:

lib= event.i686 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A02.0.21-4.19.amzn1 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0amzn-main =C2=A0 =C2=A0=C2=A0

Amazon L= inux is odd in that its initially RHEL 6 based, but nowadays has slightly d= ifferent packages.

Previously the pgbouncer packag= e worked fine, so this seems like an unfortunate regression due to the expl= icit requirement in the package definition. Maybe this can be special cased= in some way?

Thanks,
Lukas

--
Lukas Fittl

Skype: lfittl
Phone: +1 415 321 = 0630
--94eb2c05636204f6740554c8c634--