Re: debuginfo and debugsource RPMs are missing from pg95 to pg12, in RHEL8

From: keisuke kuroda <keisuke(dot)kuroda(dot)3862(at)gmail(dot)com>
To: Devrim Gündüz <devrim(at)gunduz(dot)org>
Cc: pgsql-pkg-yum(at)postgresql(dot)org
Subject: Re: debuginfo and debugsource RPMs are missing from pg95 to pg12, in RHEL8
Date: 2020-03-11 04:11:12
Message-ID: CANDwgg+y0P74vtA=4hhrpADoochEjH59rVq33vn9s3oVkAfg+Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum

Hi Devrim,

Thank you for the responce!

> The packages are there:
> https://download.postgresql.org/pub/repos/yum/debug/12/redhat/rhel-8-x86_64/postgresql12-debuginfo-12.2-2PGDG.rhel8.x86_64.rpm

I see, debug packages are at this URL.

> I'm working on a repo rpm fix, and
> will release in next 1 hour. Once that is released, you'll need to enable the
> debug repo for the related PG version, and install it.

I get it. I confirmed that Using "pgdg-redhat-repo-42.0-7.noarch",
debuginfo packages can be installed.

(1)install pgdg-redhat-repo-42.0-7.noarch
dnf -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm

(2) edit [pgdg12-updates-debuginfo]
/etc/yum.repos.d/pgdg-redhat-all.repo
[pgdg12-updates-debuginfo]
enabled=1

(3)
dnf list | grep postgresql12 | grep debuginfo
postgresql12-contrib-debuginfo.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo
postgresql12-debuginfo.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo
postgresql12-debugsource.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo
postgresql12-devel-debuginfo.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo
postgresql12-libs-debuginfo.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo
postgresql12-llvmjit-debuginfo.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo
postgresql12-plperl-debuginfo.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo
postgresql12-plpython-debuginfo.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo
postgresql12-plpython3-debuginfo.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo
postgresql12-pltcl-debuginfo.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo
postgresql12-server-debuginfo.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo
postgresql12-test-debuginfo.x86_64 12.2-2PGDG.rhel8
pgdg12-updates-debuginfo

Best Regards,
Keisuke Kuroda

In response to

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Devrim Gündüz 2020-04-01 11:12:19 Proposal for "common" repository
Previous Message Craig Ringer 2020-03-11 02:03:05 Re: clang prefix for centos7