public inbox for [email protected]help / color / mirror / Atom feed
Cannot find v18 Beta 1 RPMs for Fedora 42 14+ messages / 3 participants [nested] [flat]
* Cannot find v18 Beta 1 RPMs for Fedora 42 @ 2025-05-10 22:01 Laurenz Albe <[email protected]> 0 siblings, 1 reply; 14+ messages in thread From: Laurenz Albe @ 2025-05-10 22:01 UTC (permalink / raw) To: [email protected] 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 ^ permalink raw reply [nested|flat] 14+ messages in thread
* Re: Cannot find v18 Beta 1 RPMs for Fedora 42 @ 2025-05-10 22:48 Devrim Gündüz <[email protected]> parent: Laurenz Albe <[email protected]> 0 siblings, 1 reply; 14+ messages in thread From: Devrim Gündüz @ 2025-05-10 22:48 UTC (permalink / raw) To: [email protected]; Laurenz Albe <[email protected]> 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 <[email protected]> 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 > > ^ permalink raw reply [nested|flat] 14+ messages in thread
* Re: Cannot find v18 Beta 1 RPMs for Fedora 42 @ 2025-05-11 06:21 Laurenz Albe <[email protected]> parent: Devrim Gündüz <[email protected]> 0 siblings, 2 replies; 14+ messages in thread From: Laurenz Albe @ 2025-05-11 06:21 UTC (permalink / raw) To: Devrim Gündüz <[email protected]>; [email protected] 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.rp... Updating and loading repositories: Repositories loaded. https://download.postgresql.org/pub/repos/yum/reporpms/F-42-x86_64/pgdg-fedora-repo-latest.noarch.rp... 100% | 155.4 KiB/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 ^ permalink raw reply [nested|flat] 14+ messages in thread
* Re: Cannot find v18 Beta 1 RPMs for Fedora 42 @ 2025-05-11 08:24 Guillaume Lelarge <[email protected]> parent: Laurenz Albe <[email protected]> 1 sibling, 0 replies; 14+ messages in thread From: Guillaume Lelarge @ 2025-05-11 08:24 UTC (permalink / raw) To: [email protected] 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.rp... > Updating and loading repositories: > Repositories loaded. > https://download.postgresql.org/pub/repos/yum/reporpms/F-42-x86_64/pgdg-fedora-repo-latest.noarch.rp... 100% | 155.4 KiB/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 ^ permalink raw reply [nested|flat] 14+ messages in thread
* Re: Cannot find v18 Beta 1 RPMs for Fedora 42 @ 2025-05-11 12:42 Devrim Gündüz <[email protected]> parent: Laurenz Albe <[email protected]> 1 sibling, 1 reply; 14+ messages in thread From: Devrim Gündüz @ 2025-05-11 12:42 UTC (permalink / raw) To: Laurenz Albe <[email protected]>; [email protected] Hi, 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. Regards, -- Devrim Gündüz Open Source Solution Architect, PostgreSQL Major Contributor BlueSky: @devrim.gunduz.org , @gunduz.org Attachments: [application/pgp-signature] signature.asc (858B, 2-signature.asc) download ^ permalink raw reply [nested|flat] 14+ messages in thread
* Re: Cannot find v18 Beta 1 RPMs for Fedora 42 @ 2025-05-13 07:05 Devrim Gündüz <[email protected]> parent: Devrim Gündüz <[email protected]> 0 siblings, 1 reply; 14+ messages in thread From: Devrim Gündüz @ 2025-05-13 07:05 UTC (permalink / raw) To: Laurenz Albe <[email protected]>; [email protected] 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 Attachments: [application/pgp-signature] signature.asc (858B, 2-signature.asc) download ^ permalink raw reply [nested|flat] 14+ messages in thread
* Re: Cannot find v18 Beta 1 RPMs for Fedora 42 @ 2025-05-13 07:55 Laurenz Albe <[email protected]> parent: Devrim Gündüz <[email protected]> 0 siblings, 1 reply; 14+ messages in thread From: Laurenz Albe @ 2025-05-13 07:55 UTC (permalink / raw) To: Devrim Gündüz <[email protected]>; [email protected] 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 ^ permalink raw reply [nested|flat] 14+ messages in thread
* Re: Cannot find v18 Beta 1 RPMs for Fedora 42 @ 2025-05-14 08:14 Guillaume Lelarge <[email protected]> parent: Laurenz Albe <[email protected]> 0 siblings, 1 reply; 14+ messages in thread From: Guillaume Lelarge @ 2025-05-14 08:14 UTC (permalink / raw) To: [email protected] 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 ^ permalink raw reply [nested|flat] 14+ messages in thread
* Re: Cannot find v18 Beta 1 RPMs for Fedora 42 @ 2025-05-14 09:14 Laurenz Albe <[email protected]> parent: Guillaume Lelarge <[email protected]> 0 siblings, 1 reply; 14+ messages in thread From: Laurenz Albe @ 2025-05-14 09:14 UTC (permalink / raw) To: Guillaume Lelarge <[email protected]>; [email protected] 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 ^ permalink raw reply [nested|flat] 14+ messages in thread
* Re: Cannot find v18 Beta 1 RPMs for Fedora 42 @ 2025-05-16 11:59 Guillaume Lelarge <[email protected]> parent: Laurenz Albe <[email protected]> 0 siblings, 1 reply; 14+ messages in thread From: Guillaume Lelarge @ 2025-05-16 11:59 UTC (permalink / raw) To: [email protected] 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 ^ permalink raw reply [nested|flat] 14+ messages in thread
* Re: Cannot find v18 Beta 1 RPMs for Fedora 42 @ 2025-05-20 15:22 Devrim Gündüz <[email protected]> parent: Guillaume Lelarge <[email protected]> 0 siblings, 1 reply; 14+ messages in thread From: Devrim Gündüz @ 2025-05-20 15:22 UTC (permalink / raw) To: Guillaume Lelarge <[email protected]>; [email protected] 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. Sorry about that. Regards, -- Devrim Gündüz Open Source Solution Architect, PostgreSQL Major Contributor BlueSky: @devrim.gunduz.org , @gunduz.org Attachments: [application/pgp-signature] signature.asc (858B, 2-signature.asc) download ^ permalink raw reply [nested|flat] 14+ messages in thread
* Re: Cannot find v18 Beta 1 RPMs for Fedora 42 @ 2025-05-21 13:23 Guillaume Lelarge <[email protected]> parent: Devrim Gündüz <[email protected]> 0 siblings, 1 reply; 14+ messages in thread From: Guillaume Lelarge @ 2025-05-21 13:23 UTC (permalink / raw) To: [email protected] 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 ^ permalink raw reply [nested|flat] 14+ messages in thread
* Re: Cannot find v18 Beta 1 RPMs for Fedora 42 @ 2025-05-23 01:58 Devrim Gündüz <[email protected]> parent: Guillaume Lelarge <[email protected]> 0 siblings, 1 reply; 14+ messages in thread From: Devrim Gündüz @ 2025-05-23 01:58 UTC (permalink / raw) To: Guillaume Lelarge <[email protected]>; [email protected] 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 && .. Cheers, -- Devrim Gündüz Open Source Solution Architect, PostgreSQL Major Contributor BlueSky: @devrim.gunduz.org , @gunduz.org Attachments: [application/pgp-signature] signature.asc (858B, 2-signature.asc) download ^ permalink raw reply [nested|flat] 14+ messages in thread
* Re: Cannot find v18 Beta 1 RPMs for Fedora 42 @ 2025-05-23 06:25 Guillaume Lelarge <[email protected]> parent: Devrim Gündüz <[email protected]> 0 siblings, 0 replies; 14+ messages in thread From: Guillaume Lelarge @ 2025-05-23 06:25 UTC (permalink / raw) To: Devrim Gündüz <[email protected]>; [email protected] 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 ^ permalink raw reply [nested|flat] 14+ messages in thread
end of thread, other threads:[~2025-05-23 06:25 UTC | newest] Thread overview: 14+ messages (download: mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2025-05-10 22:01 Cannot find v18 Beta 1 RPMs for Fedora 42 Laurenz Albe <[email protected]> 2025-05-10 22:48 ` Devrim Gündüz <[email protected]> 2025-05-11 06:21 ` Laurenz Albe <[email protected]> 2025-05-11 08:24 ` Guillaume Lelarge <[email protected]> 2025-05-11 12:42 ` Devrim Gündüz <[email protected]> 2025-05-13 07:05 ` Devrim Gündüz <[email protected]> 2025-05-13 07:55 ` Laurenz Albe <[email protected]> 2025-05-14 08:14 ` Guillaume Lelarge <[email protected]> 2025-05-14 09:14 ` Laurenz Albe <[email protected]> 2025-05-16 11:59 ` Guillaume Lelarge <[email protected]> 2025-05-20 15:22 ` Devrim Gündüz <[email protected]> 2025-05-21 13:23 ` Guillaume Lelarge <[email protected]> 2025-05-23 01:58 ` Devrim Gündüz <[email protected]> 2025-05-23 06:25 ` Guillaume Lelarge <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox