Обсуждение: Cannot find v18 Beta 1 RPMs for Fedora 42

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

Cannot find v18 Beta 1 RPMs for Fedora 42

От
Laurenz Albe
Дата:
Thanks for providing the packages for Fedora 41!

But today I upgraded to Fedora 42 and found that there are no
v18 Beta 1 packages available to install yet.

Yours,
Laurenz Albe



Re: Cannot find v18 Beta 1 RPMs for Fedora 42

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


Packages are there:

https://download.postgresql.org/pub/repos/yum/testing/18/fedora/fedora-42-x86_64/

What is the error you are getting?

Cheers, Devrim


On 11 May 2025 01:01:28 GMT+03:00, Laurenz Albe <laurenz.albe@cybertec.at> wrote:
Thanks for providing the packages for Fedora 41!

But today I upgraded to Fedora 42 and found that there are no
v18 Beta 1 packages available to install yet.

Yours,
Laurenz Albe


Re: Cannot find v18 Beta 1 RPMs for Fedora 42

От
Laurenz Albe
Дата:
On Sun, 2025-05-11 at 01:48 +0300, Devrim Gündüz wrote:
> Packages are there:
>
> https://download.postgresql.org/pub/repos/yum/testing/18/fedora/fedora-42-x86_64/
>
> What is the error you are getting?

I see the packages, and I am not getting an error.

This is what happens:

First, I make sure that I have the latest repository file installed:

  > sudo dnf install -y
https://download.postgresql.org/pub/repos/yum/reporpms/F-42-x86_64/pgdg-fedora-repo-latest.noarch.rpm
  Updating and loading repositories:
  Repositories loaded.
   https://download.postgresql.org/pub/repos/yum/reporpms/F-42-x86_64/pgdg-fedora-repo-latest.noarch.rpm    100% |
155.4KiB/s |  11.5 KiB |  00m00s 
  Package "pgdg-fedora-repo-42.0-39PGDG.noarch" is already installed.

  Nothing to do.

Then I verify that it didn't install it as *.rpmnew:

  > ls /etc/yum.repos.d/pgdg-*
  /etc/yum.repos.d/pgdg-fedora-all.repo

There is only one v18 repository defined in the file.
I am trying to make sure that it is enabled:

  > sudo dnf config-manager setopt pgdg18-updates-testing.enabled=1

But "dnf" only finds the Alpha packages:

  > sudo dnf install postgresql18-server
  Updating and loading repositories:
  Repositories loaded.
  Package "postgresql18-server-18-alpha_20250417_PGDG.f42.x86_64" is already installed.

  Nothing to do.

Yours,
Laurenz Albe



Re: Cannot find v18 Beta 1 RPMs for Fedora 42

От
Guillaume Lelarge
Дата:
On 11/05/2025 08:21, Laurenz Albe wrote:
> On Sun, 2025-05-11 at 01:48 +0300, Devrim Gündüz wrote:
>> Packages are there:
>>
>> https://download.postgresql.org/pub/repos/yum/testing/18/fedora/fedora-42-x86_64/
>>
>> What is the error you are getting?
> 
> I see the packages, and I am not getting an error.
> 
> This is what happens:
> 
> First, I make sure that I have the latest repository file installed:
> 
>    > sudo dnf install -y
https://download.postgresql.org/pub/repos/yum/reporpms/F-42-x86_64/pgdg-fedora-repo-latest.noarch.rpm
>    Updating and loading repositories:
>    Repositories loaded.
>     https://download.postgresql.org/pub/repos/yum/reporpms/F-42-x86_64/pgdg-fedora-repo-latest.noarch.rpm    100% |
155.4KiB/s |  11.5 KiB |  00m00s
 
>    Package "pgdg-fedora-repo-42.0-39PGDG.noarch" is already installed.
> 
>    Nothing to do.
> 
> Then I verify that it didn't install it as *.rpmnew:
> 
>    > ls /etc/yum.repos.d/pgdg-*
>    /etc/yum.repos.d/pgdg-fedora-all.repo
> 
> There is only one v18 repository defined in the file.
> I am trying to make sure that it is enabled:
> 
>    > sudo dnf config-manager setopt pgdg18-updates-testing.enabled=1
> 
> But "dnf" only finds the Alpha packages:
> 
>    > sudo dnf install postgresql18-server
>    Updating and loading repositories:
>    Repositories loaded.
>    Package "postgresql18-server-18-alpha_20250417_PGDG.f42.x86_64" is already installed.
> 
>    Nothing to do.
> 

Same issue here. 
https://download.postgresql.org/pub/repos/yum/testing/18/fedora/fedora-42-x86_64/ 
only lists v18 alpha packages from Apr. 17.

Fedora 40 and 41 have uptodate packages according to 
https://download.postgresql.org/pub/repos/yum/testing/18/fedora/fedora-41-x86_64/ 
and 
https://download.postgresql.org/pub/repos/yum/testing/18/fedora/fedora-40-x86_64/.


-- 
Guillaume Lelarge
Consultant
https://dalibo.com



Re: Cannot find v18 Beta 1 RPMs for Fedora 42

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

On Sun, 2025-05-11 at 15:42 +0300, Devrim Gündüz wrote:
>
> On Sun, 2025-05-11 at 08:21 +0200, Laurenz Albe wrote:
> > But "dnf" only finds the Alpha packages:
> >
> >   > sudo dnf install postgresql18-server
> >   Updating and loading repositories:
> >   Repositories loaded.
> >   Package "postgresql18-server-18-alpha_20250417_PGDG.f42.x86_64" is
> > already installed.
>
> I see the problem now. The packages are there for some users, but not
> all. Will escalate this to sysadmins team. It's about the new infra.

Sysadmins team fixed this particular problem. Please let me know if the
similar issue happens again in the future.

Regards,
--
Devrim Gündüz
Open Source Solution Architect, PostgreSQL Major Contributor
BlueSky: @devrim.gunduz.org , @gunduz.org

Вложения

Re: Cannot find v18 Beta 1 RPMs for Fedora 42

От
Laurenz Albe
Дата:
On Tue, 2025-05-13 at 10:05 +0300, Devrim Gündüz wrote:
> On Sun, 2025-05-11 at 15:42 +0300, Devrim Gündüz wrote:
> >
> > On Sun, 2025-05-11 at 08:21 +0200, Laurenz Albe wrote:
> > > But "dnf" only finds the Alpha packages:
> > >
> > >   > sudo dnf install postgresql18-server
> > >   Updating and loading repositories:
> > >   Repositories loaded.
> > >   Package "postgresql18-server-18-alpha_20250417_PGDG.f42.x86_64" is
> > > already installed.
> >
> > I see the problem now. The packages are there for some users, but not
> > all. Will escalate this to sysadmins team. It's about the new infra.
>
> Sysadmins team fixed this particular problem. Please let me know if the
> similar issue happens again in the future.

I still don't get the beta packages:

  > sudo dnf --refresh install postgresql18-server
  Updating and loading repositories:
   [...]
   PostgreSQL 18 for Fedora 42 - x86_64 - Updates testing
              100% |  52.7 KiB/s |   4.1 KiB |  00m00s 
   PostgreSQL 18 for Fedora 42 - x86_64 - Debuginfo testing
              100% |  57.1 KiB/s |   4.1 KiB |  00m00s 
   [...]
  Repositories loaded.
  Package "postgresql18-server-18-alpha_20250417_PGDG.f42.x86_64" is already installed.

  Nothing to do.

Yours,
Laurenz Albe



Re: Cannot find v18 Beta 1 RPMs for Fedora 42

От
Guillaume Lelarge
Дата:
On 13/05/2025 09:55, Laurenz Albe wrote:
> On Tue, 2025-05-13 at 10:05 +0300, Devrim Gündüz wrote:
>> On Sun, 2025-05-11 at 15:42 +0300, Devrim Gündüz wrote:
>>>
>>> On Sun, 2025-05-11 at 08:21 +0200, Laurenz Albe wrote:
>>>> But "dnf" only finds the Alpha packages:
>>>>
>>>>    > sudo dnf install postgresql18-server
>>>>    Updating and loading repositories:
>>>>    Repositories loaded.
>>>>    Package "postgresql18-server-18-alpha_20250417_PGDG.f42.x86_64" is
>>>> already installed.
>>>
>>> I see the problem now. The packages are there for some users, but not
>>> all. Will escalate this to sysadmins team. It's about the new infra.
>>
>> Sysadmins team fixed this particular problem. Please let me know if the
>> similar issue happens again in the future.
> 
> I still don't get the beta packages:
> 
>    > sudo dnf --refresh install postgresql18-server
>    Updating and loading repositories:
>     [...]
>     PostgreSQL 18 for Fedora 42 - x86_64 - Updates testing
                 100% |  52.7 KiB/s |   4.1 KiB |  00m00s
 
>     PostgreSQL 18 for Fedora 42 - x86_64 - Debuginfo testing
                 100% |  57.1 KiB/s |   4.1 KiB |  00m00s
 
>     [...]
>    Repositories loaded.
>    Package "postgresql18-server-18-alpha_20250417_PGDG.f42.x86_64" is already installed.
> 
>    Nothing to do.
> 

Might be a cache issue. Anyway, it's working for me right now.

Thank you, Devrim!


-- 
Guillaume Lelarge
Consultant
https://dalibo.com



Re: Cannot find v18 Beta 1 RPMs for Fedora 42

От
Laurenz Albe
Дата:
On Wed, 2025-05-14 at 10:14 +0200, Guillaume Lelarge wrote:
> Might be a cache issue. Anyway, it's working for me right now.

Now it is working here as well.  Thanks!

Yours,
Laurenz Albe



Re: Cannot find v18 Beta 1 RPMs for Fedora 42

От
Guillaume Lelarge
Дата:
Hi,

On 14/05/2025 11:14, Laurenz Albe wrote:
> On Wed, 2025-05-14 at 10:14 +0200, Guillaume Lelarge wrote:
>> Might be a cache issue. Anyway, it's working for me right now.
> 
> Now it is working here as well.  Thanks!
> 

Just tried to install postgresql18-devel and, oh, surprise:

 > sudo dnf install postgresql18-devel
Updating and loading repositories:
Repositories loaded.
Package                            Arch    Version 
Repository              Size
Downgrading:
  postgresql18                      x86_64  18-alpha_20250417_PGDG.f42 
pgdg18-updates-testing  10.5 MiB
    replacing postgresql18          x86_64  18-beta1_2PGDG.f42 
pgdg18-updates-testing  10.9 MiB
  postgresql18-contrib              x86_64  18-alpha_20250417_PGDG.f42 
pgdg18-updates-testing   2.7 MiB
    replacing postgresql18-contrib  x86_64  18-beta1_2PGDG.f42 
pgdg18-updates-testing   2.7 MiB
  postgresql18-libs                 x86_64  18-alpha_20250417_PGDG.f42 
pgdg18-updates-testing   1.2 MiB
    replacing postgresql18-libs     x86_64  18-beta1_2PGDG.f42 
pgdg18-updates-testing   1.0 MiB
  postgresql18-server               x86_64  18-alpha_20250417_PGDG.f42 
pgdg18-updates-testing  30.6 MiB
    replacing postgresql18-server   x86_64  18-beta1_2PGDG.f42 
pgdg18-updates-testing  31.2 MiB
Installing:
  postgresql18-devel                x86_64  18-alpha_20250417_PGDG.f42 
pgdg18-updates-testing  22.8 MiB

Transaction Summary:
  Installing:         1 package
  Replacing:          4 packages
  Downgrading:        4 packages

It wants to remove beta1, and install alpha. And when I go to 
https://download.postgresql.org/pub/repos/yum/testing/18/fedora/fedora-42-x86_64/, 
I see the alpha packages from April, and none of the beta 1 packages.

It seems there's still an issue.

Regards.


-- 
Guillaume Lelarge
Consultant
https://dalibo.com



Re: Cannot find v18 Beta 1 RPMs for Fedora 42

От
Guillaume Lelarge
Дата:
On 20/05/2025 17:22, Devrim Gündüz wrote:
> 
> Hi,
> 
> On Fri, 2025-05-16 at 13:59 +0200, Guillaume Lelarge wrote:
>> Just tried to install postgresql18-devel and, oh, surprise:
> 
> As Magnus wrote in private:  "[snip] this looks like a "devrim forgot to
> publish" problem"
> 
> Unfortunately there was a bug on my side which affected Fedora 42. It
> should be ok now with dnf.
> 

Thanks for working on this but this still isn't working for me. I have 
the same issue even after a "sudo dnf clean all".

Sorry :)


-- 
Guillaume Lelarge
Consultant
https://dalibo.com



Re: Cannot find v18 Beta 1 RPMs for Fedora 42

От
Guillaume Lelarge
Дата:
On 23/05/2025 03:58, Devrim Gündüz wrote:
> 
> Hi Guillaume,
> 
> On Wed, 2025-05-21 at 15:23 +0200, Guillaume Lelarge wrote:
>> Thanks for working on this but this still isn't working for me. I have
>> the same issue even after a "sudo dnf clean all".
>>
>> Sorry :)
> 
> What do you see here? Alpha or beta? (This is a serious question as the
> infra has changed recently):
> 
> https://download.postgresql.org/pub/repos/yum/testing/18/fedora/fedora-42-x86_64/
> 
> 
> If you see beta packages, can you please run another dnf clean all && ..
> 

Great, it worked. I had to do a "dnf clean all" before, but it worked.

Thanks, Devrim.


-- 
Guillaume Lelarge
Consultant
https://dalibo.com