Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.user > #256022

Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8

From "Loris Bennett" <loris.bennett@fu-berlin.de>
Newsgroups linux.debian.user
Subject Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8
Date 2023-03-14 10:20 +0100
Message-ID <G98Z3-coqo-1@gated-at.bofh.it> (permalink)
References (3 earlier) <G8SKB-ce3v-1@gated-at.bofh.it> <G96Nz-cmTm-5@gated-at.bofh.it> <G97qh-cnmD-1@gated-at.bofh.it> <G982Z-cnQ7-1@gated-at.bofh.it> <G98w1-co0M-1@gated-at.bofh.it>
Organization ZEDAT, Freie Universität Berlin

Show all headers | View raw


<tomas@tuxteam.de> writes:

> On Tue, Mar 14, 2023 at 09:17:17AM +0100, Loris Bennett wrote:
>> <tomas@tuxteam.de> writes:
>> 
>> > On Tue, Mar 14, 2023 at 07:54:45AM +0100, Loris Bennett wrote:
>> >
>> > [...]
>> >
>> >> > OK, forget all the r-cran stuff for the moment.
>> >> > The current version of libpq5 is:
>> >> >
>> >> >   $ dpkg -l | grep libpq5
>> >> >   ii  libpq5:amd64      13.9-0+deb11u1  amd64  PostgreSQL C client library
>> >                             ^^^^^^^^^^^^^^
>> > [...]
>> >
>> >>   Err:1 http://deb.debian.org/debian bullseye/main amd64 libpq5 amd64 13.8-0+deb11u1
>> >>     404  Not Found [IP: 146.75.118.132 80]
>> >>   E: Failed to fetch
>> >> http://deb.debian.org/debian/pool/main/p/postgresql-13/libpq5_13.8-0%2bdeb11u1_amd64.deb
>> >> 404 Not Found [IP: 146.75.118.132 80]
>> >                                                                                      ^^^^^^
>> >
>> > Your package cache is stale. Try doing a (sudo) apt-get update
>> > or equivalent and retry.
>> 
>> You edited out the part of the message in which this has already been
>> suggested to which I replied that I had already done that and that the
>> problem remains.
>
> The error message above doesn't correspond to this state. If I retry my
> "curl -I" with the corrected, current URL, I don't get a 404, but a 200.

I'm sorry, I don't understand what you mean by 'this state'.

If I run 'curl -I' for 'libpq5_13.8', I get also get 404 and for
'libpq5_13.9', I get 200.

The problem as I understand it is that 'apt-get install libpq5' with an
updated cache tries to install version 13.8, which is not the correct
version for bullseye.

> Please retry and post the new error message.

Do you mean retry 'apt-get update'?  As I wrote, updating the cache does
not make any difference:

  root:~# apt-get update 
  Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
  Hit:2 http://deb.debian.org/debian bullseye InRelease
  Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
  Reading package lists... Done

  root:~# apt-get install libpq5
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  The following NEW packages will be installed:
    libpq5
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 180 kB of archives.
  After this operation, 805 kB of additional disk space will be used.
  Err:1 http://deb.debian.org/debian bullseye/main amd64 libpq5 amd64 13.8-0+deb11u1
    404  Not Found [IP: 146.75.122.132 80]
  E: Failed to fetch http://deb.debian.org/debian/pool/main/p/postgresql-13/libpq5_13.8-0%2bdeb11u1_amd64.deb  404  Not Found [IP: 146.75.122.132 80]
  E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Cheers,

Loris

-- 
This signature is currently under constuction.

Back to linux.debian.user | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 "Loris Bennett" <loris.bennett@fu-berlin.de> - 2023-03-10 10:20 +0100
  Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 David Wright <deblis@lionunicorn.co.uk> - 2023-03-11 04:10 +0100
    Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 "Loris Bennett" <loris.bennett@fu-berlin.de> - 2023-03-13 07:40 +0100
      Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 David Wright <deblis@lionunicorn.co.uk> - 2023-03-13 17:00 +0100
        Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 "Loris Bennett" <loris.bennett@fu-berlin.de> - 2023-03-14 08:00 +0100
          Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 <tomas@tuxteam.de> - 2023-03-14 08:40 +0100
            Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 "Loris Bennett" <loris.bennett@fu-berlin.de> - 2023-03-14 09:20 +0100
              Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 <tomas@tuxteam.de> - 2023-03-14 09:50 +0100
                Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 "Loris Bennett" <loris.bennett@fu-berlin.de> - 2023-03-14 10:20 +0100
                Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 <tomas@tuxteam.de> - 2023-03-14 11:40 +0100
                Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 "Loris Bennett" <loris.bennett@fu-berlin.de> - 2023-03-14 12:10 +0100
                Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 Greg Wooledge <greg@wooledge.org> - 2023-03-14 12:20 +0100
                Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 "Loris Bennett" <loris.bennett@fu-berlin.de> - 2023-03-14 13:20 +0100
                Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 Greg Wooledge <greg@wooledge.org> - 2023-03-14 13:40 +0100
                Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 "Loris Bennett" <loris.bennett@fu-berlin.de> - 2023-03-14 14:40 +0100
                Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 David Wright <deblis@lionunicorn.co.uk> - 2023-03-14 19:00 +0100
                Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 "Loris Bennett" <loris.bennett@fu-berlin.de> - 2023-03-15 10:00 +0100
              Re: [bullseye] r-cran-ggplot2 depends on missing libpq5 v13.8 Greg Wooledge <greg@wooledge.org> - 2023-03-14 12:10 +0100

csiph-web