Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] automake: update to 1.16.5
@ 2021-10-16 19:38 newbluemoon
  2021-10-16 21:26 ` newbluemoon
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: newbluemoon @ 2021-10-16 19:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages automake
https://github.com/void-linux/void-packages/pull/33591

automake: update to 1.16.5
and add a patch to restore previous am_cv_python_pythondir
and am_cv_python_pyexecdir behaviour

see #33559

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 03b284754711a229f903f34d9cafaaaa04311e4c Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Wed, 13 Oct 2021 11:26:57 +0200
Subject: [PATCH] automake: update to 1.16.5

and add a patch to restore previous am_cv_python_pythondir
and am_cv_python_pyexecdir behaviour
---
 srcpkgs/automake/patches/python-m4.patch | 23 +++++++++++++++++++++++
 srcpkgs/automake/template                |  4 ++--
 2 files changed, 25 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/automake/patches/python-m4.patch

diff --git a/srcpkgs/automake/patches/python-m4.patch b/srcpkgs/automake/patches/python-m4.patch
new file mode 100644
index 000000000000..f5099a255e61
--- /dev/null
+++ b/srcpkgs/automake/patches/python-m4.patch
@@ -0,0 +1,23 @@
+upstream bug report:
+https://debbugs.gnu.org/cgi/bugreport.cgi?bug=51225
+
+--- a/m4/python.m4	2021-10-04 04:51:12.000000000 +0200
++++ b/m4/python.m4	2021-10-15 08:38:08.575081215 +0200
+@@ -263,7 +263,7 @@
+    case $am_cv_python_pythondir in
+    $am_py_prefix*)
+      am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
+-     am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,\\${PYTHON_PREFIX},"`
++     am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,${PYTHON_PREFIX},"`
+      ;;
+    *)
+      case $am_py_prefix in
+@@ -305,7 +305,7 @@
+    case $am_cv_python_pyexecdir in
+    $am_py_exec_prefix*)
+      am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
+-     am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,\\${PYTHON_EXEC_PREFIX},"`
++     am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,${PYTHON_EXEC_PREFIX},"`
+      ;;
+    *)
+      case $am_py_exec_prefix in
diff --git a/srcpkgs/automake/template b/srcpkgs/automake/template
index 8cfdccb2b91a..c6e0657bfe9e 100644
--- a/srcpkgs/automake/template
+++ b/srcpkgs/automake/template
@@ -1,7 +1,7 @@
 # Template file for 'automake'
 # NOTE: also update common/environment/configure/automake when updating!
 pkgname=automake
-version=1.16.4
+version=1.16.5
 revision=1
 build_style=gnu-configure
 make_check_args="${makejobs}"
@@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.gnu.org/software/automake"
 distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
-checksum=80facc09885a57e6d49d06972c0ae1089c5fa8f4d4c7cfe5baea58e5085f136d
+checksum=f01d58cd6d9d77fbdca9eb4bbd5ead1988228fdb73d6f7a201f5f8d6b118b469
 
 pre_check() {
 	# taken from http://www.linuxfromscratch.org/lfs/view/development/chapter06/automake.html

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

* Re: automake: update to 1.16.5
  2021-10-16 19:38 [PR PATCH] automake: update to 1.16.5 newbluemoon
@ 2021-10-16 21:26 ` newbluemoon
  2021-10-17  5:59 ` newbluemoon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: newbluemoon @ 2021-10-16 21:26 UTC (permalink / raw)
  To: ml

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

New comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/33591#issuecomment-945009797

Comment:
The check takes a very long time. Locally I had it run for x86_64 and all was fine.

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

* Re: automake: update to 1.16.5
  2021-10-16 19:38 [PR PATCH] automake: update to 1.16.5 newbluemoon
  2021-10-16 21:26 ` newbluemoon
@ 2021-10-17  5:59 ` newbluemoon
  2021-10-17  6:01 ` newbluemoon
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: newbluemoon @ 2021-10-17  5:59 UTC (permalink / raw)
  To: ml

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

New comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/33591#issuecomment-945055153

Comment:
As stated in https://github.com/void-linux/void-packages/issues/33559#issuecomment-945054931 adding this patch migt be the wrong thing to do; better to fix xcb-proto and possible others.

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

* Re: automake: update to 1.16.5
  2021-10-16 19:38 [PR PATCH] automake: update to 1.16.5 newbluemoon
  2021-10-16 21:26 ` newbluemoon
  2021-10-17  5:59 ` newbluemoon
@ 2021-10-17  6:01 ` newbluemoon
  2021-10-17  7:08 ` [PR PATCH] [Updated] " newbluemoon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: newbluemoon @ 2021-10-17  6:01 UTC (permalink / raw)
  To: ml

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

New comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/33591#issuecomment-945055153

Comment:
As stated in https://github.com/void-linux/void-packages/issues/33559#issuecomment-945054931 adding this patch migt be the wrong thing to do; it’s probably better to fix xcb-proto and possible others.

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

* Re: [PR PATCH] [Updated] automake: update to 1.16.5
  2021-10-16 19:38 [PR PATCH] automake: update to 1.16.5 newbluemoon
                   ` (2 preceding siblings ...)
  2021-10-17  6:01 ` newbluemoon
@ 2021-10-17  7:08 ` newbluemoon
  2021-10-17  7:09 ` newbluemoon
  2021-10-19  0:46 ` [PR PATCH] [Merged]: " ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: newbluemoon @ 2021-10-17  7:08 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages automake
https://github.com/void-linux/void-packages/pull/33591

automake: update to 1.16.5
and add a patch to restore previous am_cv_python_pythondir
and am_cv_python_pyexecdir behaviour

see #33559

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From a9c1fd47322b74a7f6357fe4cd6a474da26f4eec Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Wed, 13 Oct 2021 11:26:57 +0200
Subject: [PATCH] automake: update to 1.16.5

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

diff --git a/srcpkgs/automake/template b/srcpkgs/automake/template
index 8cfdccb2b91a..c6e0657bfe9e 100644
--- a/srcpkgs/automake/template
+++ b/srcpkgs/automake/template
@@ -1,7 +1,7 @@
 # Template file for 'automake'
 # NOTE: also update common/environment/configure/automake when updating!
 pkgname=automake
-version=1.16.4
+version=1.16.5
 revision=1
 build_style=gnu-configure
 make_check_args="${makejobs}"
@@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.gnu.org/software/automake"
 distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
-checksum=80facc09885a57e6d49d06972c0ae1089c5fa8f4d4c7cfe5baea58e5085f136d
+checksum=f01d58cd6d9d77fbdca9eb4bbd5ead1988228fdb73d6f7a201f5f8d6b118b469
 
 pre_check() {
 	# taken from http://www.linuxfromscratch.org/lfs/view/development/chapter06/automake.html

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

* Re: automake: update to 1.16.5
  2021-10-16 19:38 [PR PATCH] automake: update to 1.16.5 newbluemoon
                   ` (3 preceding siblings ...)
  2021-10-17  7:08 ` [PR PATCH] [Updated] " newbluemoon
@ 2021-10-17  7:09 ` newbluemoon
  2021-10-19  0:46 ` [PR PATCH] [Merged]: " ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: newbluemoon @ 2021-10-17  7:09 UTC (permalink / raw)
  To: ml

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

New comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/33591#issuecomment-945062640

Comment:
Removed the patch because there is one for xcb-proto now.

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

* Re: [PR PATCH] [Merged]: automake: update to 1.16.5
  2021-10-16 19:38 [PR PATCH] automake: update to 1.16.5 newbluemoon
                   ` (4 preceding siblings ...)
  2021-10-17  7:09 ` newbluemoon
@ 2021-10-19  0:46 ` ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2021-10-19  0:46 UTC (permalink / raw)
  To: ml

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

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

automake: update to 1.16.5
https://github.com/void-linux/void-packages/pull/33591

Description:
and add a patch to restore previous am_cv_python_pythondir
and am_cv_python_pyexecdir behaviour

see #33559

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-10-19  0:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-16 19:38 [PR PATCH] automake: update to 1.16.5 newbluemoon
2021-10-16 21:26 ` newbluemoon
2021-10-17  5:59 ` newbluemoon
2021-10-17  6:01 ` newbluemoon
2021-10-17  7:08 ` [PR PATCH] [Updated] " newbluemoon
2021-10-17  7:09 ` newbluemoon
2021-10-19  0:46 ` [PR PATCH] [Merged]: " ahesford

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