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


Groups > linux.debian.user > #256028

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 13:20 +0100
Message-ID <G9bNf-cqcN-3@gated-at.bofh.it> (permalink)
References (6 earlier) <G98w1-co0M-1@gated-at.bofh.it> <G98Z3-coqo-1@gated-at.bofh.it> <G9aet-cp7S-1@gated-at.bofh.it> <G9aHv-cpxK-7@gated-at.bofh.it> <G9aRb-cpBm-9@gated-at.bofh.it>
Organization ZEDAT, Freie Universität Berlin

Show all headers | View raw


Greg Wooledge <greg@wooledge.org> writes:

> On Tue, Mar 14, 2023 at 12:01:32PM +0100, Loris Bennett wrote:
>> > What does "apt-cache policy libpq5" say?
>> 
>>   root:~# apt-cache policy libpq5
>>   libpq5:
>>     Installed: (none)
>>     Candidate: 13.8-0+deb11u1
>>     Version table:
>>        13.8-0+deb11u1 500
>>           500 http://deb.debian.org/debian bullseye/main amd64 Packages
>>        13.7-0+deb11u1 500
>>           500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
>
> Something's wrong here, but it's not clear what.  Maybe you're getting
> results from a stale mirror or something?
>
> For grins, what happens if you replace "deb.debian.org" with something
> like "ftp.us.debian.org" in your sources.list, then do apt-get update,
> then try again?  (If you're not in/near the US, then perhaps try a
> different country code.  And don't worry about the "ftp" in the hostname.
> It's a naming relic, and doesn't actually mean it uses FTP.)

So I copied 'sources.list' from the server, which looks like:

  deb     http://ftp.de.debian.org/debian bullseye main contrib non-free
  deb-src http://ftp.de.debian.org/debian bullseye main contrib non-free

  deb     http://security.debian.org/ bullseye-security main contrib non-free
  deb-src http://security.debian.org/ bullseye-security main contrib non-free

  # deb     http://backports.debian.org/debian-backports bullseye-backports main
  # deb-src http://backports.debian.org/debian-backports/ bullseye-backports main non-free contrib

to my laptop.

Now I get:

  root:~# apt-cache policy libpq5
  libpq5:
    Installed: (none)
    Candidate: 13.9-0+deb11u1
    Version table:
       13.9-0+deb11u1 500
          500 http://ftp.de.debian.org/debian bullseye/main amd64 Packages
       13.7-0+deb11u1 500
          500 http://security.debian.org bullseye-security/main amd64 Packages

So the problem is with the original 'sources.list', namely

  # See https://wiki.debian.org/SourcesList for more information.
  deb http://deb.debian.org/debian bullseye main contrib non-free
  deb-src http://deb.debian.org/debian bullseye main contrib non-free

  deb http://deb.debian.org/debian bullseye-updates main contrib non-free
  deb-src http://deb.debian.org/debian bullseye-updates main contrib non-free

  deb http://security.debian.org/debian-security/ bullseye-security main contrib non-free
  deb-src http://security.debian.org/debian-security/ bullseye-security main contrib non-free

I didn't change the URLs and only added the section 'main' and
'non-free', so how come this is broken just for me?

Is it possible that the machine that 'deb.debian.org' resolves for me to
just does not have the current point release?

  root:~# ping deb.debian.org
  PING debian.map.fastlydns.net (146.75.118.132) 56(84) bytes of data.
  64 bytes from 146.75.118.132 (146.75.118.132): icmp_seq=1 ttl=53 time=44.3 ms
  ...

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