Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1loaa8-0006VF-GC for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 02 Jun 2021 23:47:28 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1loaa5-0003DV-Cb for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 02 Jun 2021 23:47:25 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1loaa5-0003DN-57 for pgsql-pkg-debian@lists.postgresql.org; Wed, 02 Jun 2021 23:47:25 +0000 Received: from mail-yb1-xb31.google.com ([2607:f8b0:4864:20::b31]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1loaZy-0005eS-Jy for pgsql-pkg-debian@lists.postgresql.org; Wed, 02 Jun 2021 23:47:24 +0000 Received: by mail-yb1-xb31.google.com with SMTP id g38so6202560ybi.12 for ; Wed, 02 Jun 2021 16:47:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=E1FOTuqiKimzmgiC+8e833YEoX+fT9ubLiAwniwOh14=; b=cVvVRadtdA854Aqpp3lbcGYH6jET1j8IQ4429CqpAyFGqxFfg3Yd4O42lhJ6MGTlFi dXJ+X6L8XjbWwKc+KDeGwsnkM8ywzVKw4nhhbMjQB2TJrcYZEZDCOzFxYcNZYK5zEg8T 85Vvccmc3a15lmJZZUxIPlJcr0syGncx6hrlON3sAcWQ5UwTKidBbN8GaIYiDPMZ09fs qgv+p3aL35ddJrKi1aYENEqvNC4JNazGrPcUh3hw0cjuaxrhEhO5I8fI3XEmAOWKPwND ukMHpwTg3ZpnTTWWAmrd2ZH+/whp2cwM7k83Bu7knm+a3qo14ycliB+BvPtVA9jt1gPX kh+A== 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=E1FOTuqiKimzmgiC+8e833YEoX+fT9ubLiAwniwOh14=; b=UV8eGfDWH0COODIBhX7Z63f40SXPdVd2J8vUtLhFeaF3qcYeP/A6Nhl+LWenP2mMbv H5m1XOljY5wwjUmeMXZMlP45mA3IjaHmRnx3Gh0KOyXsNcTkC4vP4eGdyHzLahhuQfus zM67tXsjOXAV+lRajAaHpE5L24oxFOZZ6S5PbmmtZ47m3QnNwyDnvV8HMzj3eBKDrVpH 6PFnsVDZz7XzcLlZZnW745c52205eE4TJFWrU9UGq7tKNfpzdqpo17SQe1p2iWqu+FcJ RURhWoDXK3Dj9EQj4KwNinGqCgmx/nGxamctaZQp547fFgUdmV+MW2wufWxFStrtRqHB NmUg== X-Gm-Message-State: AOAM53190+Y2mL0FMBO0zkC3Q2GjuZaam++jZvuvlkJtaGjw9T5gCUyh Hz6SD/HMtgnwOl2y5ztivhTeekJZG+14it78FKEz0oz7eq4iZw== X-Google-Smtp-Source: ABdhPJwpa88bcyFed2ARK4v/ZhGERjqvHUwQtvjM71fwtELgWx6r2xWMVrRw3Dlwg7COHxkrMrPBHq6fsphHR7AFUBM= X-Received: by 2002:a25:ea06:: with SMTP id p6mr48482857ybd.37.1622677637597; Wed, 02 Jun 2021 16:47:17 -0700 (PDT) MIME-Version: 1.0 From: Fernando Hevia Date: Wed, 2 Jun 2021 20:47:06 -0300 Message-ID: Subject: Postgres 13 package on Debian 10 has unmet dependencies To: pgsql-pkg-debian@lists.postgresql.org Content-Type: multipart/alternative; boundary="0000000000002c8da505c3d11458" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000002c8da505c3d11458 Content-Type: text/plain; charset="UTF-8" Hi list. As the subject states, I am facing an unmet dependency issue with libpq5 while installing Postgres 13 on Debian 10.9. (BTW, same thing happens with PG 12). I am using postgresql repository: *# cat /etc/apt/sources.list.d/pgdg.list * deb http://apt.postgresql.org/pub/repos/apt buster-pgdg main *# apt install postgresql-13 postgresql-client-13* Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: postgresql-client-13 : Depends: libpq5 (>= 13.3) but 11.12-0+deb10u1 is to be installed E: Unable to correct problems, you have held broken packages. When looking for libpq5 available versions only v11.12 is listed. *# apt search libpq5* Sorting... Done Full Text Search... Done libpq-dev/stable 11.12-0+deb10u1 amd64 header files for libpq5 (PostgreSQL library) libpq5/stable 11.12-0+deb10u1 amd64 PostgreSQL C client library libpq5-dbgsym/buster-pgdg 13.3-1.pgdg100+1 amd64 debug symbols for libpq5 I could get around this by manually installing the correct libpq5 version, but I still wanted to share this issue with the list. Could it be a packaging error? Thanks, Fernando. --0000000000002c8da505c3d11458 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi list.

As the subject states, I am fa= cing an unmet dependency issue with libpq5 while installing Postgres 13 on = Debian 10.9. (BTW, same thing happens with PG 12).

I am using postgresql repository:

# cat /etc/a= pt/sources.list.d/pgdg.list
deb http://apt.postgresql.org/pub/repos/apt buster-pgdg ma= in=C2=A0

# apt install=C2=A0postgresql-13= =C2=A0postgresql-client-13
Reading package lists... Done
B= uilding dependency tree =C2=A0 =C2=A0 =C2=A0
Reading state information.= .. Done
Some packages could not be installed. This may mean that you hav= e
requested an impossible situation or if you are using the unstable
= distribution that some required packages have not yet been created
or be= en moved out of Incoming.
The following information may help to resolve = the situation:

The following packages have unmet dependencies:
= =C2=A0postgresql-client-13 : Depends: libpq5 (>=3D 13.3) but 11.12-0+deb= 10u1 is to be installed
E: Unable to correct problems, you have held bro= ken packages.

When looking for libpq5 availabl= e versions only v11.12 is listed.

# apt search = libpq5
Sorting... Done
Full Text Search... Done
libpq-dev/stab= le 11.12-0+deb10u1 amd64
=C2=A0 header files for libpq5 (PostgreSQL libr= ary)

libpq5/stable 11.12-0+deb10u1 amd64
=C2=A0 PostgreSQL C clie= nt library

libpq5-dbgsym/buster-pgdg 13.3-1.pgdg100+1 amd64
=C2= =A0 debug symbols for libpq5

I could get aroun= d this by manually installing the correct libpq5 version, but I still wante= d to share this issue with the list. Could it be a packaging error?

Thanks,
Fernando.=C2=A0

--0000000000002c8da505c3d11458--