Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Revert "libiberty-devel: update to 20220713."
@ 2023-04-07 11:27 oreo639
  2023-04-07 11:43 ` [PR PATCH] [Updated] " oreo639
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: oreo639 @ 2023-04-07 11:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages libiberty-downgrade
https://github.com/void-linux/void-packages/pull/43318

Revert "libiberty-devel: update to 20220713."
This reverts commit 57fc9775ecc407c6beb2e120bc5e10631b443e1d.

<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Fixes issue due to the distfile for 20220713_1 no longer existing, this was reported last year.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/43318.patch is attached

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

From 8f3c944c989da7e8279000eae52b59e85de2f7e1 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Fri, 7 Apr 2023 04:23:04 -0700
Subject: [PATCH] Revert "libiberty-devel: update to 20220713."

This reverts commit 57fc9775ecc407c6beb2e120bc5e10631b443e1d.
---
 srcpkgs/libiberty-devel/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libiberty-devel/template b/srcpkgs/libiberty-devel/template
index d9618e3806ba..55fe55523ebe 100644
--- a/srcpkgs/libiberty-devel/template
+++ b/srcpkgs/libiberty-devel/template
@@ -1,6 +1,7 @@
 # Template file for 'libiberty-devel'
 pkgname=libiberty-devel
-version=20220713
+reverts="20220713_1"
+version=20210106
 revision=1
 build_wrksrc=libiberty
 build_style=gnu-configure
@@ -10,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://gcc.gnu.org/"
 distfiles="http://deb.debian.org/debian/pool/main/libi/libiberty/libiberty_${version}.orig.tar.xz"
-checksum=b59050f48c8a0f9c9e6fba5d17c7a4f11d1329de0c0dca7331b767a6d2bbe8d9
+checksum=9df153d69914c0f5a9145e0abbb248e72feebab6777c712a30f1c3b8c19047d4
 conflicts="binutils-devel<=2.35.1_3"
 
 CFLAGS="-fPIC"

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

* Re: [PR PATCH] [Updated] Revert "libiberty-devel: update to 20220713."
  2023-04-07 11:27 [PR PATCH] Revert "libiberty-devel: update to 20220713." oreo639
@ 2023-04-07 11:43 ` oreo639
  2023-04-07 11:50 ` oreo639
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2023-04-07 11:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages libiberty-downgrade
https://github.com/void-linux/void-packages/pull/43318

Revert "libiberty-devel: update to 20220713."
This reverts commit 57fc9775ecc407c6beb2e120bc5e10631b443e1d.

<!-- Uncomment relevant sections and delete options which are not applicable -->

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

In the gcc 12 update, libiberty-devel was updated to pull from debian unstable by accident and the distfile for 20220713_1 no longer exists.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/43318.patch is attached

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

From c3f34f51cb564a3f73b40b160cac970251d15d3a Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Fri, 7 Apr 2023 04:23:04 -0700
Subject: [PATCH] Revert "libiberty-devel: update to 20220713."

This reverts commit 57fc9775ecc407c6beb2e120bc5e10631b443e1d.
---
 srcpkgs/libiberty-devel/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libiberty-devel/template b/srcpkgs/libiberty-devel/template
index d9618e3806ba..2fca90b032db 100644
--- a/srcpkgs/libiberty-devel/template
+++ b/srcpkgs/libiberty-devel/template
@@ -1,7 +1,8 @@
 # Template file for 'libiberty-devel'
 pkgname=libiberty-devel
-version=20220713
-revision=1
+reverts="20220713_1"
+version=20210106
+revision=2
 build_wrksrc=libiberty
 build_style=gnu-configure
 configure_args="--disable-multilib --enable-install-libiberty"
@@ -10,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://gcc.gnu.org/"
 distfiles="http://deb.debian.org/debian/pool/main/libi/libiberty/libiberty_${version}.orig.tar.xz"
-checksum=b59050f48c8a0f9c9e6fba5d17c7a4f11d1329de0c0dca7331b767a6d2bbe8d9
+checksum=9df153d69914c0f5a9145e0abbb248e72feebab6777c712a30f1c3b8c19047d4
 conflicts="binutils-devel<=2.35.1_3"
 
 CFLAGS="-fPIC"

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

* Re: [PR PATCH] [Updated] Revert "libiberty-devel: update to 20220713."
  2023-04-07 11:27 [PR PATCH] Revert "libiberty-devel: update to 20220713." oreo639
  2023-04-07 11:43 ` [PR PATCH] [Updated] " oreo639
@ 2023-04-07 11:50 ` oreo639
  2023-04-12 11:21 ` leahneukirchen
  2023-04-12 11:21 ` [PR PATCH] [Closed]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2023-04-07 11:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages libiberty-downgrade
https://github.com/void-linux/void-packages/pull/43318

Revert "libiberty-devel: update to 20220713."
This reverts commit 57fc9775ecc407c6beb2e120bc5e10631b443e1d.

<!-- Uncomment relevant sections and delete options which are not applicable -->

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

In the gcc 12 update, libiberty-devel was updated to pull from debian unstable by accident and the distfile for 20220713_1 no longer exists.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/43318.patch is attached

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

From 6a3cd2603de5d702ad78d8ddf2ee809e306da74d Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Fri, 7 Apr 2023 04:23:04 -0700
Subject: [PATCH] Revert "libiberty-devel: update to 20220713."

In the gcc 12 update, libiberty-devel was updated to pull from debian
unstable by accident and the distfile for 20220713_1 no longer exists.

This reverts commit 57fc9775ecc407c6beb2e120bc5e10631b443e1d.
---
 srcpkgs/libiberty-devel/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libiberty-devel/template b/srcpkgs/libiberty-devel/template
index d9618e3806ba..2fca90b032db 100644
--- a/srcpkgs/libiberty-devel/template
+++ b/srcpkgs/libiberty-devel/template
@@ -1,7 +1,8 @@
 # Template file for 'libiberty-devel'
 pkgname=libiberty-devel
-version=20220713
-revision=1
+reverts="20220713_1"
+version=20210106
+revision=2
 build_wrksrc=libiberty
 build_style=gnu-configure
 configure_args="--disable-multilib --enable-install-libiberty"
@@ -10,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://gcc.gnu.org/"
 distfiles="http://deb.debian.org/debian/pool/main/libi/libiberty/libiberty_${version}.orig.tar.xz"
-checksum=b59050f48c8a0f9c9e6fba5d17c7a4f11d1329de0c0dca7331b767a6d2bbe8d9
+checksum=9df153d69914c0f5a9145e0abbb248e72feebab6777c712a30f1c3b8c19047d4
 conflicts="binutils-devel<=2.35.1_3"
 
 CFLAGS="-fPIC"

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

* Re: Revert "libiberty-devel: update to 20220713."
  2023-04-07 11:27 [PR PATCH] Revert "libiberty-devel: update to 20220713." oreo639
  2023-04-07 11:43 ` [PR PATCH] [Updated] " oreo639
  2023-04-07 11:50 ` oreo639
@ 2023-04-12 11:21 ` leahneukirchen
  2023-04-12 11:21 ` [PR PATCH] [Closed]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2023-04-12 11:21 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/43318#issuecomment-1505099954

Comment:
Obsoleted by #41878 

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

* Re: [PR PATCH] [Closed]: Revert "libiberty-devel: update to 20220713."
  2023-04-07 11:27 [PR PATCH] Revert "libiberty-devel: update to 20220713." oreo639
                   ` (2 preceding siblings ...)
  2023-04-12 11:21 ` leahneukirchen
@ 2023-04-12 11:21 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2023-04-12 11:21 UTC (permalink / raw)
  To: ml

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

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

Revert "libiberty-devel: update to 20220713."
https://github.com/void-linux/void-packages/pull/43318

Description:
This reverts commit 57fc9775ecc407c6beb2e120bc5e10631b443e1d.

<!-- Uncomment relevant sections and delete options which are not applicable -->

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

In the gcc 12 update, libiberty-devel was updated to pull from debian unstable by accident and the distfile for 20220713_1 no longer exists.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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] 5+ messages in thread

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-07 11:27 [PR PATCH] Revert "libiberty-devel: update to 20220713." oreo639
2023-04-07 11:43 ` [PR PATCH] [Updated] " oreo639
2023-04-07 11:50 ` oreo639
2023-04-12 11:21 ` leahneukirchen
2023-04-12 11:21 ` [PR PATCH] [Closed]: " leahneukirchen

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