Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH]  python-tkinter: glibc build requires libxcrypt-devel
@ 2024-01-03 22:30 chexum
  2024-01-05  6:10 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: chexum @ 2024-01-03 22:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chexum/void-packages patch-1
https://github.com/void-linux/void-packages/pull/48057

 python-tkinter: glibc build requires libxcrypt-devel
Like python3-tkinter, python-tkinter no longer builds/pkgs correctly since the libxcrypt separation

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

#### Local build testing
- I built this PR locally for my native architecture, (x86-glibc)
- I built this PR locally for these architectures (crossbuild)
  - aarch64
  - i686
  - riscv64


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-1-48057.patch --]
[-- Type: text/x-diff, Size: 995 bytes --]

From 9f43a6fa51e494c2f5430a37e9fd243f3c71fc1b Mon Sep 17 00:00:00 2001
From: J Farkas <chexum+git@gmail.com>
Date: Wed, 3 Jan 2024 23:28:15 +0100
Subject: [PATCH]  python-tkinter: glibc build requires libxcrypt-devel

Like python3-tkinter, python-tkinter no longer builds correctly since the libxcrypt separation
---
 srcpkgs/python-tkinter/template | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/srcpkgs/python-tkinter/template b/srcpkgs/python-tkinter/template
index 35c2c102b73c0..1f6c0d0ce627d 100644
--- a/srcpkgs/python-tkinter/template
+++ b/srcpkgs/python-tkinter/template
@@ -21,6 +21,10 @@ homepage="https://www.python.org"
 distfiles="https://github.com/ActiveState/cpython/archive/${_commit}.tar.gz"
 checksum=e41b3ebac8ac7b7e3364c7f28892f81153d23dd200ef6aaacec82080aa5d2b56
 
+if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
+	makedepends+=" libxcrypt-devel"
+fi
+
 pre_configure() {
 	# Ensure that internal copies of expat, libffi and zlib are not used.
 	rm -r Modules/expat

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

* Re: [PR PATCH] [Merged]:  python-tkinter: glibc build requires libxcrypt-devel
  2024-01-03 22:30 [PR PATCH] python-tkinter: glibc build requires libxcrypt-devel chexum
@ 2024-01-05  6:10 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2024-01-05  6:10 UTC (permalink / raw)
  To: ml

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

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

 python-tkinter: glibc build requires libxcrypt-devel
https://github.com/void-linux/void-packages/pull/48057

Description:
Like python3-tkinter, python-tkinter no longer builds/pkgs correctly since the libxcrypt separation

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

#### Local build testing
- I built this PR locally for my native architecture, (x86-glibc)
- I built this PR locally for these architectures (crossbuild)
  - aarch64
  - i686
  - riscv64


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

end of thread, other threads:[~2024-01-05  6:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-03 22:30 [PR PATCH] python-tkinter: glibc build requires libxcrypt-devel chexum
2024-01-05  6:10 ` [PR PATCH] [Merged]: " classabbyamp

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).