Обсуждение: postgresql16-devel

Поиск
Список
Период
Сортировка

postgresql16-devel

От
Justin Pryzby
Дата:
Hi,

I tried to compile postgis using the v16 packages, but a necessary package
fails to install on centos7:

$ time sudo LANG=C yum -y install --enablerepo pgdg16\* postgresql16-devel
...
---> Package postgresql16-devel.x86_64 0:16-alpha_20230410_PGDG.rhel7 will be installed
--> Processing Dependency: perl(PostgreSQL::Test::BackgroundPsql) for package:
postgresql16-devel-16-alpha_20230410_PGDG.rhel7.x86_64
--> Finished Dependency Resolution
Error: Package: postgresql16-devel-16-alpha_20230410_PGDG.rhel7.x86_64 (pgdg16-updates-testing)
           Requires: perl(PostgreSQL::Test::BackgroundPsql)

BTW, thanks for providing alpha packages.

-- 
Justin



Re: postgresql16-devel

От
Devrim Gündüz
Дата:
Hi Justin,

On Mon, 2023-04-10 at 15:38 -0500, Justin Pryzby wrote:
>
> I tried to compile postgis using the v16 packages, but a necessary
> package fails to install on centos7:
>
> $ time sudo LANG=C yum -y install --enablerepo pgdg16\* postgresql16-
> devel
> ...
> ---> Package postgresql16-devel.x86_64 0:16-alpha_20230410_PGDG.rhel7
> will be installed
> --> Processing Dependency: perl(PostgreSQL::Test::BackgroundPsql) for
> package: postgresql16-devel-16-alpha_20230410_PGDG.rhel7.x86_64
> --> Finished Dependency Resolution
> Error: Package: postgresql16-devel-16-alpha_20230410_PGDG.rhel7.x86_64
> (pgdg16-updates-testing)
>            Requires: perl(PostgreSQL::Test::BackgroundPsql)
>
> BTW, thanks for providing alpha packages.

https://git.postgresql.org/gitweb/?p=pgrpms.git;a=commit;h=42a38d126cc81869748d566632186f084f63ef85

and

https://git.postgresql.org/gitweb/?p=pgrpms.git;a=commit;h=64dab361dc4aa68b7e2617469d6354a025eec67d

That fix (and a few more tries) did not work. Will go to PGDay/MED
tomorrow. I'll check again as soon as I find time.

Regards,

--
Devrim Gündüz
Open Source Solution Architect, PostgreSQL Major Contributor
Twitter: @DevrimGunduz , @DevrimGunduzTR



Re: postgresql16-devel

От
Justin Pryzby
Дата:
On Mon, Apr 10, 2023 at 09:49:25PM +0100, Devrim Gündüz wrote:
> Hi Justin,
> 
> On Mon, 2023-04-10 at 15:38 -0500, Justin Pryzby wrote:
> > 
> > I tried to compile postgis using the v16 packages, but a necessary
> > package fails to install on centos7:
> > 
> > $ time sudo LANG=C yum -y install --enablerepo pgdg16\* postgresql16-
> > devel
> > ...
> > ---> Package postgresql16-devel.x86_64 0:16-alpha_20230410_PGDG.rhel7
> > will be installed
> > --> Processing Dependency: perl(PostgreSQL::Test::BackgroundPsql) for
> > package: postgresql16-devel-16-alpha_20230410_PGDG.rhel7.x86_64
> > --> Finished Dependency Resolution
> > Error: Package: postgresql16-devel-16-alpha_20230410_PGDG.rhel7.x86_64
> > (pgdg16-updates-testing)
> >            Requires: perl(PostgreSQL::Test::BackgroundPsql)
> > 
> > BTW, thanks for providing alpha packages.
> 
> https://git.postgresql.org/gitweb/?p=pgrpms.git;a=commit;h=42a38d126cc81869748d566632186f084f63ef85
> 
> and
> 
> https://git.postgresql.org/gitweb/?p=pgrpms.git;a=commit;h=64dab361dc4aa68b7e2617469d6354a025eec67d

Thanks.  Until then I'll use --forcedeps ;)

-- 
Justin



Re: postgresql16-devel

От
Devrim Gündüz
Дата:
Hi,

On Thu, 2023-04-13 at 12:55 -0500, Justin Pryzby wrote:
> Thanks.  Until then I'll use --forcedeps ;)

For the records: Packages are already back in business.

Regards,
--
Devrim Gündüz
Open Source Solution Architect, PostgreSQL Major Contributor
Twitter: @DevrimGunduz , @DevrimGunduzTR



Re: postgresql16-devel

От
Justin Pryzby
Дата:
On Mon, Apr 17, 2023 at 09:43:54AM +0100, Devrim Gündüz wrote:
> Hi,
> 
> On Thu, 2023-04-13 at 12:55 -0500, Justin Pryzby wrote:
> > Thanks.  Until then I'll use --forcedeps ;)
> 
> For the records: Packages are already back in business.

Thanks.

BTW, the availability of the snapshot packages allowed me to report two
bugs in pg16 last month.

I could surely compile it locally and deploy binaries one way or
another, but the packages made it easy.  For my tests, I created a
postgis RPM for the first time - that's usually been a hurdle during the
beta period; I can't do much without postgis, so in the past I've done a
smaller number of tests after compiling it locally.

I just noticed that the debug packages don't seem to be updated ?
https://download.postgresql.org/pub/repos/yum/testing/debug/16/redhat/rhel-7-x86_64/

If I start gdb, it says:
Missing separate debuginfos, use: debuginfo-install postgresql16-server-16-alpha_20230502_PGDG.rhel7.x86_64

But that doesn't seem to be available.

-- 
Justin



Re: postgresql16-devel

От
Devrim Gündüz
Дата:
Hi Justin,

On Tue, 2023-05-02 at 17:12 -0500, Justin Pryzby wrote:
> I just noticed that the debug packages don't seem to be updated ?
> https://download.postgresql.org/pub/repos/yum/testing/debug/16/redhat/rhel-7-x86_64/
>
> If I start gdb, it says:
> Missing separate debuginfos, use: debuginfo-install postgresql16-
> server-16-alpha_20230502_PGDG.rhel7.x86_64
>
> But that doesn't seem to be available.


Oops :-)

https://git.postgresql.org/gitweb/?p=pgrpms.git;a=commit;h=4c083bc3c180c3a044f6323826ee5127635e01e7

They will re-appear tomorrow.

Regards,
--
Devrim Gündüz
Open Source Solution Architect, PostgreSQL Major Contributor
Twitter: @DevrimGunduz , @DevrimGunduzTR