Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] postgresql14: Fix postgresql14-libs-devel dependencies
@ 2023-10-23 23:30 tsndqst
  2023-10-24 15:48 ` [PR PATCH] [Merged]: " classabbyamp
  2023-11-06 21:51 ` Chocimier
  0 siblings, 2 replies; 3+ messages in thread
From: tsndqst @ 2023-10-23 23:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 551 bytes --]

There is a new pull request by tsndqst against master on the void-packages repository

https://github.com/tsndqst/void-packages postgresql14-libs-devel-dependencies
https://github.com/void-linux/void-packages/pull/46862

postgresql14: Fix postgresql14-libs-devel dependencies
I think this change will resolve the failing tests in https://github.com/void-linux/void-packages/pull/45532

#### Testing the changes
- I tested the changes in this PR: **NO**



A patch file from https://github.com/void-linux/void-packages/pull/46862.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-postgresql14-libs-devel-dependencies-46862.patch --]
[-- Type: text/x-diff, Size: 1103 bytes --]

From a22901a825569f6310fda8842e01779bd450a6b4 Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Sat, 30 Sep 2023 17:54:59 -0500
Subject: [PATCH] postgresql14: Fix postgresql14-libs-devel dependencies

---
 srcpkgs/postgresql14/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/postgresql14/template b/srcpkgs/postgresql14/template
index ece8b7c8204e3..a6f290842ff33 100644
--- a/srcpkgs/postgresql14/template
+++ b/srcpkgs/postgresql14/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql14'
 pkgname=postgresql14
 version=14.8
-revision=4
+revision=5
 build_style=gnu-configure
 make_build_target=world
 _major="${version%%.*}"
@@ -124,7 +124,7 @@ postgresql14-libs_package() {
 }
 
 postgresql14-libs-devel_package() {
-	depends="postgresql-libs>=${version}_${revision} openssl-devel"
+	depends="postgresql14-libs>=${version}_${revision} openssl-devel"
 	short_desc="PostgreSQL shared libraries (development files)"
 	conflicts="postgresql9.6-libs-devel>=0 postgresql12-libs-devel>=0 postgresql13-libs-devel>=0"
 	pkg_install() {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: postgresql14: Fix postgresql14-libs-devel dependencies
  2023-10-23 23:30 [PR PATCH] postgresql14: Fix postgresql14-libs-devel dependencies tsndqst
@ 2023-10-24 15:48 ` classabbyamp
  2023-11-06 21:51 ` Chocimier
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-10-24 15:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 371 bytes --]

There's a merged pull request on the void-packages repository

postgresql14: Fix postgresql14-libs-devel dependencies
https://github.com/void-linux/void-packages/pull/46862

Description:
I think this change will resolve the failing tests in https://github.com/void-linux/void-packages/pull/45532

#### Testing the changes
- I tested the changes in this PR: **NO**



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: postgresql14: Fix postgresql14-libs-devel dependencies
  2023-10-23 23:30 [PR PATCH] postgresql14: Fix postgresql14-libs-devel dependencies tsndqst
  2023-10-24 15:48 ` [PR PATCH] [Merged]: " classabbyamp
@ 2023-11-06 21:51 ` Chocimier
  1 sibling, 0 replies; 3+ messages in thread
From: Chocimier @ 2023-11-06 21:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 497 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/46862#issuecomment-1796682905

Comment:
- Tests aren't broken there. It's assumption that every package in PR can be installed alongside is wrong.
- postgresql14-libs should never be linked to, as explicitly stated in that PR. Will try to not create postgresql15-libs at all.
- postgis-postgresql14 didn't build anymore.
- Thanks for linking other pr, at least i could find reason of above.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-06 21:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-23 23:30 [PR PATCH] postgresql14: Fix postgresql14-libs-devel dependencies tsndqst
2023-10-24 15:48 ` [PR PATCH] [Merged]: " classabbyamp
2023-11-06 21:51 ` Chocimier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).